top of page

GC0 hacked update : random statrer gems

we made GC0 hacked to have random gems at the beginning of each battle. each restart will have different outcome.

sometimes if you are lucky you may get better grade gems.

sometimes, the gems will not appear.

however, the Forge Skill can upgrade the starter gems and have more gems in the begining of each battle.

the hack directory: > ingame > initializer > initiate()

right before the code that determines the starter gems set by the component masteries,we replace the codes with:

var CSG_main:Gem = new Gem(); var CSG_side:Gem = new Gem(); var CSG_length:Number = 0; var CSG_adj:* = 1 + 0.01 * this.core.getSkillMult(SkillId.G_LOWER_CREATING_AND_COMBINING_MANA_COST); var CSG_amount:Number = 0; var CSG_count:* = 0; var CSGQ_min:* = 0.04 * this.core.getSkillMult(SkillId.G_LOWER_CREATING_AND_COMBINING_MANA_COST); var CSGQ_max:* = 3 + 0.04 * this.core.getSkillMult(SkillId.G_LOWER_CREATING_AND_COMBINING_MANA_COST); CSG_amount = Math.floor(CSGQ_min + Math.random() * (CSGQ_max - CSGQ_min)); CSG_amount = Math.min(CSG_amount,6); while(CSG_count < CSG_amount) { CSG_main = this.core.creator.createGem(Math.floor(Math.random() * 2),Math.floor(Math.random() * 7.99)); while(CSG_length < Math.random() * CSG_adj * 9) { CSG_side = this.core.creator.createGem(Math.floor(Math.random() * CSG_length),Math.floor(Math.random() * 7.99)); CSG_main = this.core.spellCaster.combineGems(CSG_side,CSG_main); CSG_length++; } this.core.controller.placeGemIntoSlot(CSG_main,CSG_count); CSG_count++; } if(this.core.gameMode == GameMode.GM_BEYOND_CORRUPTION) { vBcGems = new Array(); vBcRnd = new PseudoRnd(); vBcRnd.setSeed(this.core.levelData.bcStarterGemsSeed); BCG_side = new Gem(); BCG_main = new Gem(); BCG_list = new Array(); BCG_CL = 0; BCG_amount = 0; while(BCG_amount < 6) { BCG_main = this.core.creator.createGem(Math.floor(Math.random() * 4),Math.floor(Math.random() * 7.99)); while(BCG_CL < Math.random() * 20 * CSG_adj) { BCG_side = this.core.creator.createGem(Math.floor(Math.random() * BCG_CL),Math.floor(Math.random() * 7.99)); BCG_main = this.core.spellCaster.combineGems(BCG_side,BCG_main); BCG_CL++; } BCG_side = this.core.creator.createGem(4,Math.floor(Math.random() * 7.99)); BCG_main = this.core.spellCaster.combineGems(BCG_side,BCG_main); this.core.controller.placeGemIntoSlot(BCG_main,BCG_amount + 6); BCG_amount++; } }

next update: GemCraft Labyrinth Free Premium hacked Truehack...

hacked features: infinity mana, monsters have negative HP, skill costs negative skill points

..... will be uploaded on ....

if we cannot find sitebuilder allows to upload flash up to 10MB then this GemCraft Hacked will be uploaded on furaffinity.net(max 10MB, this hacker does not have the account there yet.) since Gemcraft Labyrinth hacked is only 9.1MB

Featured Posts
Check back soon
Once posts are published, you’ll see them here.
Recent Posts
Archive
Search By Tags
Follow Us
  • Facebook Basic Square
  • Twitter Basic Square
  • Google+ Basic Square
bottom of page