Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
16,073
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 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. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement