Advertisement
thanhson

game

Oct 17th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. Code hack full vΓ ng
  2. GC.app.client.runFunction("addCurrency", { currency: "coins", count: 999999});
  3. Code hack full trophies
  4. t = GC.app.mvc.models.GameModel.trophies;
  5. for(t; t<99999; t++){
  6. t = t + 2000;
  7. GC.app.mvc.commandMap.GamePlayedCommand.prototype.execute.apply({mvc :window.GC.app.mvc, finishCommand : function(e, $){}}, [{
  8. playerXP : null,
  9. killedBy: null,
  10. secondsElapsed: null,
  11. playerID: null,
  12. background: null,
  13. premiumEarned: 2000}
  14. ]);
  15. }
  16. Code hack full level:
  17. GC.app.mvc.commandMap.GamePlayedCommand.prototype.execute.apply({mvc :window.GC.app.mvc, finishCommand : function(e, $){}}, [{
  18. playerXP : 5000000,
  19. killedBy: null,
  20. secondsElapsed: null,
  21. playerID: null,
  22. background: null}
  23. ]);
  24. Code hack full character:
  25. var names = ["fiona", "sophia", "coin", "magnet", "lenore", "jade", "arcana", "lyra", "trixie"];
  26. for (var i = 0; i < names.length; i++) {
  27. if(GC.app.mvc.models.CharactersModel.characters[names[i]].state == "locked")
  28. GC.app.client.runFunction("unlockCharacter",{characterName: names[i], isFree: true});
  29. }
  30. Code hack pet
  31. var amount = 1;
  32. var sidekick = "legendary";
  33. for(c = 0; c < amount; c++){
  34. GC.app.client.runFunction("sidekickGacha", {isFree : true, gachaType : sidekick});
  35. }
  36. Code hack Δ‘ame boss
  37. var e = GC.app.mvc.models.RaidsModel;
  38. GC.app.mvc.sendNotification("SaveBossRaidDamageCommand", {
  39. bossRaidDamage: 9999999999,
  40. raidData: e
  41. })
  42. code hack rs time boss
  43. Date.prototype.getTime = function() { return 1496746800000.00 };
  44.  
  45. code hack diem:
  46. //Find onStartGame
  47.  
  48. //HIGHEST SCORE
  49. this.commonEarned = 9999999999
  50.  
  51. f3: vm : InstanceCache.prototype.writeDirtyInstancesToState
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement