Jump to content
  • 0

GG isn't searching numbers or finds no results


Squidoodle04

Question

Could someone help me pls?

I want GG to search big numbers like 4,9190192e82F;9920D or so in a group search but if I execute script and select the option the script is just ending and not searching.

Here's my code:

menu = gg.choice({'Hack' , 'End'},nil,'Select')
if menu == 1 then
gg.searchNumber('65.536;-65.535;101:13',gg.TYPE_DWORD)
t = gg.getResults(3)
t[3].value = '32767'
t[3].freeze = true
t[3].freezType = gg.FREEZE_NORMAL
print('Cheat Activated' ,gg.addListItems(t))
os.exit()
end
if menu == 2 then
os.exit()
end

 

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.