MiguelCesar

Oro Gemas y Trofeos Nuevo Codigo

Jul 14th, 2018
4,134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Comando a Buscar:
  2. e.prototype.writeDirtyInstancesToState = function(e)
  3.  
  4. Código a ejecutar:
  5.  
  6. var _r1 = new RegExp("Currency:c.");
  7. for (var i = 0; i < e.instances.length; i++) {
  8. if (_r1.test(e.instances[i].modelID)) {
  9. e.instances[i].value = 999998;
  10. }
  11. }
  12. var _r1 = new RegExp("Currency:t.*");
  13. for (var i = 0; i < e.instances.length; i++) {
  14. if (_r1.test(e.instances[i].modelID)) {
  15. e.instances[i].value = 99999;
  16. }
  17. }
  18. var _r1 = new RegExp("Currency:g.*");
  19. for (var i = 0; i < e.instances.length; i++) {
  20. if (_r1.test(e.instances[i].modelID)) {
  21. e.instances[i].value = 99999;
  22. }
  23. }
Add Comment
Please, Sign In to add comment