Advertisement
fr0zen0925

How To Get Max Gems Instantly

Nov 24th, 2017
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. SUBSCRIBE-
  2. hhttps://www.youtube.com/channel/UChk2PtdGEA6A_yhfMznkV1g
  3.  
  4. SCRIPT:
  5.  
  6. var _r1 = new RegExp("Currency:g.*");
  7.  
  8. for (var i = 0; i < e.instances.length; i++) {
  9. if (_r1.test(e.instances[i].modelID)) {
  10. e.instances[i].value = 99999;
  11. }
  12. }
  13.  
  14.  
  15.  
  16. InstanceCache.prototype.writeDirtyInstancesToState
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement