Advertisement
Guest User

Untitled

a guest
Jun 20th, 2017
7,431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. var l = Object.keys(e);
  2. for (var c = 0; c < l.length; c++){
  3. var h = e[l[c]];
  4. if(h.schemaPrimativeID.includes("currency:coin"))
  5. {
  6. h.balance = 999999;
  7. }
  8. if(h.schemaPrimativeID.includes("currency:trophy"))
  9. {
  10. h.balance = 99999;
  11. }
  12. if(h.schemaPrimativeID.includes("stat:xp"))
  13. {
  14. h.value = 9999999;
  15. }
  16. }
  17. SUB:
  18. https://www.youtube.com/TomasChannel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement