Search the Community
Showing results for tags 'Pointer'.
-
Hello. I need any example code for goto pointer function in lua script. Example: MySelfPosition = ('libUnreal.so')[3] - > 0x2561df0 - > 0x0 -> 0x100 (P.s. " - > " it's mean go-to pointer)
-
so i made the code go to the pointer but if the result reaches 1k or more it will take long to load the pointer, is there any way to speed it up? local valueRes = gg.getResults(gg.getResultCount()) gg.removeResults(valueRes) for i in ipairs(valueRes) do valueHex = gg.getValues(valueRes) valueHex[i].address = valueHex[i].value valueResFi = gg.getValues(valueHex) end gg.loadResults(valueResFi) --gotoPointer
- 5 replies
-
- Pointer
- Goto pointer
-
(and 2 more)
Tagged with:
-
Hey everyone There's a way to get offset from gg You can only get offsets in xa range But some people saying there a way to get offsets from anonymous range by using pointers anyone know how to do it Like give me example or something Thanks anyway https://platinmods.com/threads/how-to-find-offsets-with-gg-tutorial.157416/
-
Group searches are always slower then searches with one value. In this video i show how we could use single search and pointers and how we could possibly script them for or game so that we faster get to or values then group searches.
-
5
-
- Pointer
- Pointer search
-
(and 3 more)
Tagged with:
-
I was learning about game guardian by trying it on an Android game (game guardian). I have a rooted phone. I saw a video tutorial about finding the class for the values and I followed the step but I can't find the class in it. I have used class finder lua script too with no luck.
- 1 reply
-
- class name
- Pointer
-
(and 1 more)
Tagged with:
-
Hi guys need help to hack a game. i am new to GG I did unknown value search with GG for gold value,so i start to buy and sell to change gold value and got my result, but my result shown as pointers /random numbers changes only when my gold value change i attach my result .anyone have an idea please help and guide me. thanks
-
Version 2.0.0
19,927 downloads
Here is my first script for among us game. Script isnt perfect. But I want you to try it cuz I use pointers in it. Super fast! In this script, -You can be crew even if you are imp. -You can be always imp if you are host. If you're not host you can only do sabotage. Kills will be only for your visions. They are not die really. (Can see other imps) -You can walk through walls. -For vision,you can see everything clearly in your range. (Even other side of walls) Please let me know errors of this script and recommend new features of hacks. Use only virtual exposed 32 bit or script wont work properly. -
View File Among Us Lua Here is my first script for among us game. Script isnt perfect. But I want you to try it cuz I use pointers in it. Super fast! In this script, -You can be crew even if you are imp. -You can be always imp if you are host. If you're not host you can only do sabotage. Kills will be only for your visions. They are not die really. (Can see other imps) -You can walk through walls. -For vision,you can see everything clearly in your range. (Even other side of walls) Please let me know errors of this script and recommend new features of hacks. Use only virtual exposed 32 bit or script wont work properly. Submitter Lover1500 Submitted 10/02/2020 Category LUA scripts
-
Helo master help me for pointer search in script, i have four pointer value, i want every pointer get the pointed value ( my main value ) in same time, i am using This for i, v in ipairs() do end But only last value of pointer get the pointed value