Search the Community
Showing results for tags 'Pointer search'.
-
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
- 8 replies
-
- Pointer
- Goto pointer
-
(and 2 more)
Tagged with:
-
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:
-
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