Jump to content
  • 0

GG set ranges not working for me


CrazyGaming764

Question

I made a lua script for FWD assault and it works properly untill i added set ranges in script

 

After adding it when i run the script then i can see percentage over GG so, its searching for values but, it doesn't replace the values and my hack isn't getting turned on ?

 

Here is my script's small part ?

 

::MP9::
gg.clearResults()
gg.setRanges(gg.REGION_ANONYMOUS)
gg.setRanges(gg.REGION_CODE_APP)
gg.searchNumber('924160', gg.TYPE_DWORD)
gg.getResults(10)
gg.editAll('924190', gg.TYPE_DWORD)
gg.toast('WEAPON ADDED')
goto SW

 

 

Help me if i did something wrong

BTW i am nub 

 

THANKS

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.