We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
[CODE] Soul Calibur Hack Mod; By LilTsunami
Topic Started: Jan 25 2010, 08:38 AM (65 Views)
Reid
Member Avatar
È una trappola!

This topic has been moved from our official support board.

Originally posted by: LilTsunami
[CODE
 
Soul Calibur Hack Mod]I have made a Soul Calibur hack mod. It contains 29 of 31 characters because I didn't feel that some of them needed to be included. Enjoy! (Note: I spent 2 hours filling out all the stuff on Markup's RPG Hack Customizer)

Code:
 

<style>
.rpgmain {font-size: 10px}
.rpgmain2 {color: 000000}
</style>
<script>
/*
RPG Hack v3.2
Created by Webworldx & Peter - 17.11.03
Updated for xHTML compliance by Magus
Customized using RPG Hack Customizer - By Markup
This code may not be redistributed without express permission.
This header must stay intact at all times. Failure to comply with the above may result in your board being deleted.
*/

RPGHigh="5000"
NextLevel="15"
MoneySign="Â¥"
NextWeapon="20"
NextItem="20"
AddMoney="5"

MoneyOn="Y"
ItemWeapOn="Y"

var BaseURL="http://www.webpost.net/ww/wwx/ifrpg/images"
var StatsURL="http://www.webpost.net/ww/wwx"

var statsImage=[]
statsImage[0]=["HP","/hp.gif"]
statsImage[1]=["STR","/str.gif"]
statsImage[2]=["MAG","/mag.gif"]
statsImage[3]=["DEF","/def.gif"]
statsImage[4]=["Limit Break","/stat5.gif"]

var theEXP = ["EXP","/exp.gif"]

function getStats() {
TheStats=[];
stats=[];
var HP=0;STR=1;MAG=2;DEF=3;LimitBreak=4;Astaroth=1;Cassandra=2;Cervantes=3;Xianghua=4;Charade=5;EdgeMaster=6;Heihachi=7;Yunsung=8;Kyung=9;Inferno=10;Ivy=11;Kilik=12;LiLong=13;Lizardman=14;Maxi=15;Mitsurugi=16;Necrid=17;Nightmare=18;Raphael=19;RockAdams=20;SeungHan Myong=21;SeungMina=22;Siegfried=23;Sophitia=24;Spawn=25;Taki=26;Talim=27;Voldo=28;Yoshimitsu=29;

TheStats[HP]=[]
TheStats[HP][Astaroth]=parseInt(PostCount)
TheStats[HP][Cassandra]=parseInt(PostCount)
TheStats[HP][Cervantes]=parseInt(PostCount)
TheStats[HP][Xianghua]=parseInt(PostCount)
TheStats[HP][Charade]=parseInt(PostCount)
TheStats[HP][EdgeMaster]=parseInt(PostCount)
TheStats[HP][Heihachi]=parseInt(PostCount)
TheStats[HP][Yunsung]=parseInt(PostCount)
TheStats[HP][Kyung]=parseInt(PostCount)
TheStats[HP][Inferno]=parseInt(PostCount)
TheStats[HP][Ivy]=parseInt(PostCount)
TheStats[HP][Kilik]=parseInt(PostCount)
TheStats[HP][LiLong]=parseInt(PostCount)
TheStats[HP][Lizardman]=parseInt(PostCount)
TheStats[HP][Maxi]=parseInt(PostCount)
TheStats[HP][Mitsurugi]=parseInt(PostCount)
TheStats[HP][Necrid]=parseInt(PostCount)
TheStats[HP][Nightmare]=parseInt(PostCount)
TheStats[HP][Raphael]=parseInt(PostCount)
TheStats[HP][RockAdams]=parseInt(PostCount)
TheStats[HP][SeungHan Myong]=parseInt(PostCount)
TheStats[HP][SeungMina]=parseInt(PostCount)
TheStats[HP][Siegfried]=parseInt(PostCount)
TheStats[HP][Sophitia]=parseInt(PostCount)
TheStats[HP][Spawn]=parseInt(PostCount)
TheStats[HP][Taki]=parseInt(PostCount)
TheStats[HP][Talim]=parseInt(PostCount)
TheStats[HP][Voldo]=parseInt(PostCount)
TheStats[HP][Yoshimitsu]=parseInt(PostCount)

TheStats[STR]=[]
TheStats[STR][Astaroth]=parseInt(PostCount) - 5
TheStats[STR][Cassandra]=parseInt(PostCount) - 50
TheStats[STR][Cervantes]=parseInt(PostCount) + 10
TheStats[STR][Xianghua]=parseInt(PostCount)
TheStats[STR][Charade]=parseInt(PostCount)
TheStats[STR][EdgeMaster]=parseInt(PostCount)
TheStats[STR][Heihachi]=parseInt(PostCount)
TheStats[STR][Yunsung]=parseInt(PostCount)
TheStats[STR][Kyung]=parseInt(PostCount)
TheStats[STR][Inferno]=parseInt(PostCount)
TheStats[STR][Ivy]=parseInt(PostCount)
TheStats[STR][Kilik]=parseInt(PostCount)
TheStats[STR][LiLong]=parseInt(PostCount)
TheStats[STR][Lizardman]=parseInt(PostCount)
TheStats[STR][Maxi]=parseInt(PostCount)
TheStats[STR][Mitsurugi]=parseInt(PostCount)
TheStats[STR][Necrid]=parseInt(PostCount)
TheStats[STR][Nightmare]=parseInt(PostCount)
TheStats[STR][Raphael]=parseInt(PostCount)
TheStats[STR][RockAdams]=parseInt(PostCount)
TheStats[STR][SeungHan Myong]=parseInt(PostCount)
TheStats[STR][SeungMina]=parseInt(PostCount)
TheStats[STR][Siegfried]=parseInt(PostCount)
TheStats[STR][Sophitia]=parseInt(PostCount)
TheStats[STR][Spawn]=parseInt(PostCount)
TheStats[STR][Taki]=parseInt(PostCount)
TheStats[STR][Talim]=parseInt(PostCount)
TheStats[STR][Voldo]=parseInt(PostCount)
TheStats[STR][Yoshimitsu]=parseInt(PostCount)

TheStats[MAG]=[]
TheStats[MAG][Astaroth]=parseInt(PostCount) * (3/2)
TheStats[MAG][Cassandra]=parseInt(PostCount) * 2
TheStats[MAG][Cervantes]=parseInt(PostCount) / 2
TheStats[MAG][Xianghua]=parseInt(PostCount)
TheStats[MAG][Charade]=parseInt(PostCount)
TheStats[MAG][EdgeMaster]=parseInt(PostCount)
TheStats[MAG][Heihachi]=parseInt(PostCount)
TheStats[MAG][Yunsung]=parseInt(PostCount)
TheStats[MAG][Kyung]=parseInt(PostCount)
TheStats[MAG][Inferno]=parseInt(PostCount)
TheStats[MAG][Ivy]=parseInt(PostCount)
TheStats[MAG][Kilik]=parseInt(PostCount)
TheStats[MAG][LiLong]=parseInt(PostCount)
TheStats[MAG][Lizardman]=parseInt(PostCount)
TheStats[MAG][Maxi]=parseInt(PostCount)
TheStats[MAG][Mitsurugi]=parseInt(PostCount)
TheStats[MAG][Necrid]=parseInt(PostCount)
TheStats[MAG][Nightmare]=parseInt(PostCount)
TheStats[MAG][Raphael]=parseInt(PostCount)
TheStats[MAG][RockAdams]=parseInt(PostCount)
TheStats[MAG][SeungHan Myong]=parseInt(PostCount)
TheStats[MAG][SeungMina]=parseInt(PostCount)
TheStats[MAG][Siegfried]=parseInt(PostCount)
TheStats[MAG][Sophitia]=parseInt(PostCount)
TheStats[MAG][Spawn]=parseInt(PostCount)
TheStats[MAG][Taki]=parseInt(PostCount)
TheStats[MAG][Talim]=parseInt(PostCount)
TheStats[MAG][Voldo]=parseInt(PostCount)
TheStats[MAG][Yoshimitsu]=parseInt(PostCount)

TheStats[DEF]=[]
TheStats[DEF][Astaroth]=parseInt(PostCount) * (2/3) - 10
TheStats[DEF][Cassandra]=parseInt(PostCount) * (4/3)
TheStats[DEF][Cervantes]=parseInt(PostCount) * (5/4)
TheStats[DEF][Xianghua]=parseInt(PostCount)
TheStats[DEF][Charade]=parseInt(PostCount)
TheStats[DEF][EdgeMaster]=parseInt(PostCount)
TheStats[DEF][Heihachi]=parseInt(PostCount)
TheStats[DEF][Yunsung]=parseInt(PostCount)
TheStats[DEF][Kyung]=parseInt(PostCount)
TheStats[DEF][Inferno]=parseInt(PostCount)
TheStats[DEF][Ivy]=parseInt(PostCount)
TheStats[DEF][Kilik]=parseInt(PostCount)
TheStats[DEF][LiLong]=parseInt(PostCount)
TheStats[DEF][Lizardman]=parseInt(PostCount)
TheStats[DEF][Maxi]=parseInt(PostCount)
TheStats[DEF][Mitsurugi]=parseInt(PostCount)
TheStats[DEF][Necrid]=parseInt(PostCount)
TheStats[DEF][Nightmare]=parseInt(PostCount)
TheStats[DEF][Raphael]=parseInt(PostCount)
TheStats[DEF][RockAdams]=parseInt(PostCount)
TheStats[DEF][SeungHan Myong]=parseInt(PostCount)
TheStats[DEF][SeungMina]=parseInt(PostCount)
TheStats[DEF][Siegfried]=parseInt(PostCount)
TheStats[DEF][Sophitia]=parseInt(PostCount)
TheStats[DEF][Spawn]=parseInt(PostCount)
TheStats[DEF][Taki]=parseInt(PostCount)
TheStats[DEF][Talim]=parseInt(PostCount)
TheStats[DEF][Voldo]=parseInt(PostCount)
TheStats[DEF][Yoshimitsu]=parseInt(PostCount)

TheStats[LimitBreak]=[]
TheStats[LimitBreak][Astaroth]=parseInt(PostCount)
TheStats[LimitBreak][Cassandra]=parseInt(PostCount)
TheStats[LimitBreak][Cervantes]=parseInt(PostCount)
TheStats[LimitBreak][Xianghua]=parseInt(PostCount)
TheStats[LimitBreak][Charade]=parseInt(PostCount)
TheStats[LimitBreak][EdgeMaster]=parseInt(PostCount)
TheStats[LimitBreak][Heihachi]=parseInt(PostCount)
TheStats[LimitBreak][Yunsung]=parseInt(PostCount)
TheStats[LimitBreak][Kyung]=parseInt(PostCount)
TheStats[LimitBreak][Inferno]=parseInt(PostCount)
TheStats[LimitBreak][Ivy]=parseInt(PostCount)
TheStats[LimitBreak][Kilik]=parseInt(PostCount)
TheStats[LimitBreak][LiLong]=parseInt(PostCount)
TheStats[LimitBreak][Lizardman]=parseInt(PostCount)
TheStats[LimitBreak][Maxi]=parseInt(PostCount)
TheStats[LimitBreak][Mitsurugi]=parseInt(PostCount)
TheStats[LimitBreak][Necrid]=parseInt(PostCount)
TheStats[LimitBreak][Nightmare]=parseInt(PostCount)
TheStats[LimitBreak][Raphael]=parseInt(PostCount)
TheStats[LimitBreak][RockAdams]=parseInt(PostCount)
TheStats[LimitBreak][SeungHan Myong]=parseInt(PostCount)
TheStats[LimitBreak][SeungMina]=parseInt(PostCount)
TheStats[LimitBreak][Siegfried]=parseInt(PostCount)
TheStats[LimitBreak][Sophitia]=parseInt(PostCount)
TheStats[LimitBreak][Spawn]=parseInt(PostCount)
TheStats[LimitBreak][Taki]=parseInt(PostCount)
TheStats[LimitBreak][Talim]=parseInt(PostCount)
TheStats[LimitBreak][Voldo]=parseInt(PostCount)
TheStats[LimitBreak][Yoshimitsu]=parseInt(PostCount)

for (i=0;i<TheStats.length;i++){
if (ChosenRace==""){
stats[i]=TheStats[i][1]
} else {
stats[i]=TheStats[i][ChosenRace]
}}

for (i=0;i<stats.length;i++){
if (parseInt(stats[i]) >= parseInt(RPGHigh)) { stats[i]=RPGHigh; }
if (parseInt(stats[i]) < 0 ) { stats[i]=0 }
}
return stats
}

var Race=[];
Race[1] = ["1","Astaroth"]
Race[2] = ["2","Cassandra"]
Race[3] = ["3","Cervantes"]
Race[4] = ["4","Xianghua"]
Race[5] = ["5","Charade"]
Race[6] = ["6","Edge Master"]
Race[7] = ["7","Heihachi"]
Race[8] = ["8","Yunsung"]
Race[9] = ["9","Kyung"]
Race[10] = ["10","Inferno"]
Race[11] = ["11","Ivy"]
Race[12] = ["12","Kilik"]
Race[13] = ["13","Li Long"]
Race[14] = ["14","Lizardman"]
Race[15] = ["15","Maxi"]
Race[16] = ["16","Mitsurugi"]
Race[17] = ["17","Necrid"]
Race[18] = ["18","Nightmare"]
Race[19] = ["19","Raphael"]
Race[20] = ["20","Rock Adams"]
Race[21] = ["21","Seung Han Myong"]
Race[22] = ["22","Seung Mina"]
Race[23] = ["23","Siegfried"]
Race[24] = ["24","Sophitia"]
Race[25] = ["25","Spawn"]
Race[26] = ["26","Taki"]
Race[27] = ["27","Talim"]
Race[28] = ["28","Voldo"]
Race[29] = ["29","Yoshimitsu"]

var WPName=[ [] , [] ]
WPName[0][1]=["Bow","Soul Giant Axe (Heavy)"]
WPName[0][2]=["Athenian Sword"]
WPName[0][3]=["Dagger (x2)","Soul Edge Dagger (x2)"]
WPName[0][4]=["Iron Shortsword","Steel Shortsword"]
WPName[0][5]=["Half Mimic","Half Soul Mimic"]
WPName[0][6]=["Iron Short Edge","Steel Short Edge"]
WPName[0][7]=["Wooden Shortsword","Bronze Shortsword"]
WPName[0][8]=["Scimitar","Soul Scimitar"]
WPName[0][9]=["Seung Longsword","Seung Greatsword"]
WPName[0][10]=["Roy D'Effrayeur","Soul Edge D'Effayeur"]
WPName[0][11]=["Extend Sword","Possessed Extend"]
WPName[0][12]=["Ling Sheng Su Rod"]
WPName[0][13]=["Nunchaku","Ninja Nunchaku"]
WPName[0][14]=["Ares"]
WPName[0][15]=["Shissen Karahadi"]
WPName[0][16]=["Samurai Sword","Samurai Greatsword"]
WPName[0][17]=["Fists","Mighty Fists"]
WPName[0][18]=["Soul Edge (Male)","Soul Edge (Growth)"]
WPName[0][19]=["Rapier de Sorel","Soul Edge Rapier"]
WPName[0][20]=["Axe","Greataxe"]
WPName[0][21]=["Seung Samurai Sword","Possessed Seung Samurai"]
WPName[0][22]=["Seung Blade","Dark Long Blade"]
WPName[0][23]=["Requiem","Death Requiem"]
WPName[0][24]=["Athen Sword","Soul Edge Athen Sword"]
WPName[0][25]=["Short Axe","Chain Shortaxe"]
WPName[0][26]=["Kunai Knives","Ninja Kunais"]
WPName[0][27]=["Wind Daggers","Wind Dance Daggers"]
WPName[0][28]=["Katars","Ninja Katars"]
WPName[0][29]=["Ninjutsu Sword","Manji Ninjutsu Sword"]

WPName[1][1]=["Giant Axe","Soul Giant Axe (Light)"]
WPName[1][2]=["Athenian Longsword"]
WPName[1][3]=["Steel Dagger (x2)","Soul Edge Shortsword (x2)"]
WPName[1][4]=["Iron Longsword","Steel Longsword"]
WPName[1][5]=["Full Mimic","Full Soul Mimic"]
WPName[1][6]=["Iron Long Edge","Steel Long Edge"]
WPName[1][7]=["Wooden Longsword","Bronze Longsword"]
WPName[1][8]=["Seung Scimitar","Scimitar of Evil Souls"]
WPName[1][9]=["Seung Longsword","Heaven Greatsword"]
WPName[1][10]=["Soul Roy D'Effayeur","Hell D'"]
WPName[1][11]=["Whip Extend","Soul Edge Extend"]
WPName[1][12]=["Ninja Ling Rod"]
WPName[1][13]=["Extended Nunchaku","Extend Ninja Nunchaku"]
WPName[1][14]=["Rapid Ares"]
WPName[1][15]=["Nunchaku Shissen Karahadi"]
WPName[1][16]=["Two Handed Samurai Sword","Soul Edge Samurai Greatsword"]
WPName[1][17]=["Gloved Fists","Spiked Mighty Fists"]
WPName[1][18]=["Soul Edge Elite (Male)","Soul Edge Elite (Growth)"]
WPName[1][19]=["Long Rapier de Sorel","Soul Edge Long Rapier de Sorel"]
WPName[1][20]=["Waraxe","Great Soul Axe"]
WPName[1][21]=["Long Seung Samurai Sword","Soul Edge Seung Samurai"]
WPName[1][22]=["Seung Long Blade","Hell Long Blade"]
WPName[1][23]=["Long Requiem","Death Long Requiem"]
WPName[1][24]=["Athen Longsword","Soul Edge Athen Longsword"]
WPName[1][25]=["Longaxe","Chain Longaxe"]
WPName[1][26]=["Long Kunais","Long Ninja Kunais"]
WPName[1][27]=["Wind Swords","Wind Dance Swords"]
WPName[1][28]=["Assassin Katars","Elite Ninja Katars"]
WPName[1][29]=["Ninjutsu Longsword","Manji Ninjutsu Longsword"]

var WPURL=[ [] , [] ]
WPURL[0][1]=["bow","soulgiantaxe"]
WPURL[0][2]=["athensword"]
WPURL[0][3]=["dagger","souldagger"]
WPURL[0][4]=["iron","steel"]
WPURL[0][5]=["halfmimic","halfsoulmimic"]
WPURL[0][6]=["iron","steel"]
WPURL[0][7]=["wooden","bronze"]
WPURL[0][8]=["scimitar","soulscimitar"]
WPURL[0][9]=["seungsword","seunggreat"]
WPURL[0][10]=["roydeffayeur","sould'effayeur"]
WPURL[0][11]=["extend","possessed"]
WPURL[0][12]=["rod"]
WPURL[0][13]=["nunchaku","ninjanunchaku"]
WPURL[0][14]=["ares"]
WPURL[0][15]=["shissen"]
WPURL[0][16]=["samurai","samuraigreat"]
WPURL[0][17]=["fist","might"]
WPURL[0][18]=["souledge","souledgegrowth"]
WPURL[0][19]=["rapier","souledgerapier"]
WPURL[0][20]=["axe","greataxe"]
WPURL[0][21]=["seungsamurai","possessedseungsamurai"]
WPURL[0][22]=["seungblade","darklongblade"]
WPURL[0][23]=["requiem","deathrequiem"]
WPURL[0][24]=["athensword","soulathen"]
WPURL[0][25]=["shortaxe","chainshortaxe"]
WPURL[0][26]=["kunai","ninjakunais"]
WPURL[0][27]=["winddagger","winddancedagger"]
WPURL[0][28]=["katar","ninjakatars"]
WPURL[0][29]=["ninjutsu","manjisword"]

WPURL[1][1]=["giantaxe","soulgiantaxe"]
WPURL[1][2]=["athenlongsword"]
WPURL[1][3]=["steel","soulshort"]
WPURL[1][4]=["ironlong","steellong"]
WPURL[1][5]=["fullmimic","fullsoulmimic"]
WPURL[1][6]=["ironlong","steellong"]
WPURL[1][7]=["wooden","bronzelong"]
WPURL[1][8]=["scimitar","darkscimitar"]
WPURL[1][9]=["seunglong","heavengreat"]
WPURL[1][10]=["soulroy","helld'"]
WPURL[1][11]=["whipextend","soulextend"]
WPURL[1][12]=["ninjarod"]
WPURL[1][13]=["extendnunchaku","extendninja"]
WPURL[1][14]=["rapidares"]
WPURL[1][15]=["shissennunchaku"]
WPURL[1][16]=["twohanded","Elite Samurai Greatsword"]
WPURL[1][17]=["gloves","spiked"]
WPURL[1][18]=["Soul Edge Elite Male","souledgeelite"]
WPURL[1][19]=["longrapier","souledgelongrapier"]
WPURL[1][20]=["waraxe","greatsoulaxe"]
WPURL[1][21]=["seungsamurailong","soulseungsamurai"]
WPURL[1][22]=["seunglongblade","helllongblade"]
WPURL[1][23]=["longrequiem","deathlongrequiem"]
WPURL[1][24]=["athenlong","souledgeathenlong"]
WPURL[1][25]=["longaxe","chainlongaxe"]
WPURL[1][26]=["longkunai","longninjakunais"]
WPURL[1][27]=["windsword","winddancesword"]
WPURL[1][28]=["assassinkatars","eliteninjakatars"]
WPURL[1][29]=["ninjutsulongsword","manjininjutsulong"]

var Items=[]
Items[0]=["Bronze Armor","Iron Armor","Steel Armor","Mithril Armor","Rune Armor","Spiked Arms","Soul Calibur","Soul Edge"]
Items[1]=["bronzearmor","ironarmor","steelarmor","mitharmor","runearmor","spikedarms","soulcalibur","souledge"]

var Extension=".jpeg"
</script>

<script src="http://webpost.net/ww/wwx/ifrpg/images/u_rpgv3profile.js"></script>

<script src="http://webpost.net/ww/wwx/ifrpg/images/u_rpgv3forum.js"></script>
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Codes & Modifications · Next Topic »
Add Reply