-
Posts
475 -
Joined
-
Last visited
-
Days Won
13
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by HEROGAMEOfficial
-
Why are many people lazy to read before asking? Your answer is here.
-
Without menu? Without menu?
-
Read (search) in this site before asking (that's better). https://gameguardian.net/forum/topic/20568-examples-of-lua-scripts/?do=findComment&comment=76273
-
offset is (distance addres) from addres a to b, example: Address a = 1234 Address b = 1235 Offset = 4
-
local file = io.open(your_file, 'r') file = file and not print('File reading succesfull') and gg.toast('File reading succesfull') and file:read('*a') or gg.toast('File reading succesfull')
-
SELGG do you mean downloading like in my script? If yes i can help you but its not free. https://t.me/HEROGAMEOfficial
-
How to check game guardian version in script?
HEROGAMEOfficial replied to naparnik's question in Help
print(gg)- 10 replies
-
-1
-
@Enyby I think is spam: How can i use game guardian save Option to a url to copy the file (#3902ueoc) And How to add One time password on my script (#79v9jzjp)
-
How can i use game guardian save Option to a url to copy the file
HEROGAMEOfficial replied to GeorgeMonkey's question in Help
local newScript =gg.makeRequest(your_link).content local out = io.open(gg.getFile():match('/.+/') .. 'ThisNewVersion.lua', 'w') out = out and out:write(newScript):close() -
How to make one time download only on lua script??
HEROGAMEOfficial replied to Unnamed1's question in Help
Don't save the file and its fix your problem, use load(). -
How to make one time download only on lua script??
HEROGAMEOfficial replied to Unnamed1's question in Help
Don't use link done problem, load file downloaded. -
How to make one time download only on lua script??
HEROGAMEOfficial replied to Unnamed1's question in Help
Use google.drive you can do anything. -
How to add One time password on my script
HEROGAMEOfficial replied to GeorgeMonkey's question in Help
Easy -
How to add One time password on my script
HEROGAMEOfficial replied to GeorgeMonkey's question in Help
Question: How to add One time password on my script Answer: aa.lua Just tell me what's missing, I'll make it (if I want). -
How to add One time password on my script
HEROGAMEOfficial replied to GeorgeMonkey's question in Help
that right its bad idea. -
that's what I usually do. If you don't understand, I suggest seeing it, maybe it's better for you I froze 3000+ value and it was just fine Do you know how GG works? I froze 3000+ value and it was just fine
-
local res = gg.getResults(gg.getResultsCount()) for z, x in next res do x.freeze = true end gg.addListItems(res) What if the result is on the 1000th order? This is a nonsensical answer.
-
How to add One time password on my script
HEROGAMEOfficial replied to GeorgeMonkey's question in Help
Paste bin is online, this is really bad idea. You can do anything use gg.saveVariable and loadfile function. -
It's simple but it's not easy, but it will be easy if you know how to do it.
-
If the problem is GG go here.
-
-
where did you download the virtual?