Advertisement
Infinite_Hack

Get max trophies

Nov 18th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. t = GC.app.mvc.models.GameModel.trophies;
  2. for(t; t<99999; t++){
  3. t = t + 2000;
  4. GC.app.mvc.commandMap.GamePlayedCommand.prototype.execute.apply({mvc :window.GC.app.mvc, finishCommand : function(e, $){}}, [{
  5. playerXP : null,
  6. killedBy: null,
  7. secondsElapsed: null,
  8. playerID: null,
  9. background: null,
  10. premiumEarned: 2000}
  11. ]);
  12. }
  13.  
  14. Step 1. Right-click and click Inspect
  15. Step 2. click the Pause botton and the name (VM) will come out
  16. Step 3. go to Console and paste the command
  17. Step 4. click enter and exit it
  18. Step 5. wait until its 99,999
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement