
Starter1
Members-
Posts
22 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
Starter1's Achievements
-
Thanks
- 2 replies
-
- game guardian
- Script
-
(and 6 more)
Tagged with:
-
This is some kind of mysticism + lack of any logical explanation, the first part of the code works gg.searchNumber("1769485", gg.TYPE_DWORD) get_rs=gg.getResults(1) local player={} player[1]={} player[1].address=get_rs[1].address+0x4 player[1].flags=gg.TYPE_DWORD player=gg.getValues(player) result=player[1].value But the second part of the code seems to game guardian ignores, I don’t know why, maybe it’s some kind of joke, because everything is in order with the code and I don’t see any violations in terms of logic gg.searchNumber(655365,gg.TYPE_DWORD) cnta=gg.getResultsCount() while cnta>0 do gg.searchNumber(655365,gg.TYPE_DWORD) gg.getResults(1) wi=gg.getResults(1) local q={} q[1]={} q[1].address=wi[1].address + 0x4 q[1].flags=gg.TYPE_DWORD q[1].value=result gg.setValues(q) local B=gg.getResults(1) gg.editAll('0',gg.TYPE_DWORD) gg.removeResults(B) cnta=cnta-1 gg.searchNumber(655365,gg.TYPE_DWORD) gg.sleep(10) end
- 2 replies
-
- game guardian
- Script
-
(and 6 more)
Tagged with:
-
I have a list of values obtained through the gg.searchNumber command.How do I write out a condition if the number in the first position of the list is less than zero, then script:unload()?considering also that I'm looking for a text
-
why is this script not looking for the right value, what is the error? speed.lua
-
You are answering off topic, I said that I have the number 17 in the dword data type, it is the same in bytes and word, I need a script to find the values of 17 through gg. search (and there will be a lot of them there) and filter out those values that I do not need, the speed will not change, so the script should filter out what is not equal to 17, and then change somewhere 100 addresses to 0 can you give a link to a list of all lua commands in gg
-
the task is for the script to find the value of my speed and change it to 0
-
I have a lot of lines with a value of 17, how can I filter out the excess through the script?
-
how do I write a script that looks for the number 17 (in the dword value) and changes it to 0 17-my speed
-
Please tell me how to write a script ,if the address (for example, 077ff) is equal to 1, then there will be a click on the button (for example, mouse1)
-
Please add the "find a pointer" function to game guardian ,as in cheat engine, or tell me a hacking program that has this function, so that there are no problems with finding the same address
-
How can I make the script use an offset calculator?How can I write to the script that from the number that he was asked to enter goes 68 lines down the HEX?
-
I haven't figured out how to use the forum yet, but I have a question. How can I make it so that when running the script, the script itself says to enter your amount of gold, then there is an offset from this true value through 68 lines (HEXADECIMAL) and edit this line as a double? Please, could you describe what it should look like?