gg.setRanges(gg.REGION_C_ALLOC) gg.searchNumber("0.861~0.863", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(10000) gg.editAll("300", gg.TYPE_FLOAT) gg.clearResults() gg.toast("Antenna activated")
Well, these are the lines that trigger antenna hack. So, I changed the memory ranges to c++ alloc.
The script seems to work as intended until i noticed that it stops working the minute an item is taken.
At this point, it's obvious to say that the values are reverting back to normal and they need to be frozen.
Could you suggest some method to make this happen?