You are on page 1of 1

SUBSCRIBE-

https://www.youtube.com/tomaschannel

Thanks to:
-RedOne❄
-Z J ❄

SCRIPT:

var _r1 = new RegExp("Currency:g.*");

for (var i = 0; i < e.instances.length; i++) {


if (_r1.test(e.instances[i].modelID)) {
e.instances[i].value = 99999;
}
}

BP:
InstanceCache.prototype.writeDirtyInstancesToState

You might also like