-
Posts
138 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by TisNquyen
-
View File XAPK Maker The obb and apk copyr for the app is already installed to generate the complete xapk. Mistakenly created manifest.json file for apxapk installer. Telagram Group Telagram Channel YouTube Channel The steps are as follows: Submitter TisNquyen Submitted 08/26/2022 Category Tools
-
-
it's still my fault, because I have never used this way of checking value before v.value = '0' I usually use this to set the value so it's a bit misleading =))
-
you are right, if i do so then the result in xValue and yValue is still changed on LUA 5.3, but when i tried on gg I don't know how it worked local x, y = {}, {} local xValue, yValue = {}, {} for i, v in ipairs(results) do if _x[i].value ~= '0' then x[#x+1] = _x[i] xValue[#x] = x[#x]--.value end if _y[i].value ~= '0' then y[#y+1] = _y[i] yValue[#y] = y[#y]--.value end end If you want to be more precise then try this
-
gg.searchNumber('', gg.TYPE_FLOAT) gg.refineNumber('', gg.TYPE_FLOAT) local count = gg.getResultsCount() local results = gg.getResults(count) local _x, _y = {}, {} for i, v in ipairs(results) do _x[i] = {address = v.address + 0x44, flags = gg.TYPE_FLOAT} _y[i] = {address = v.address + 0x4C, flags = gg.TYPE_FLOAT} end _x, _y = gg.getValues(_x), gg.getValues(_y) local x, y = {}, {} for i, v in ipairs(results) do if _x[i].value ~= '0' then table.insert(x, x[i]) end if _y[i].value ~= '0' then table.insert(y, y[i]) end end if #x ~= #y then return print "the results from x and y may not be the same!" end local xValue, yValue = x, y for loop = 1, #x do for i, v in ipairs(x) do x[i].value = xValue[loop].value y[i].value = yValue[loop].value end gg.setValues(x) gg.setValues(y) gg.sleep(500) end if i want to have the same result of y and x then i will add it under yValue and xValue like so
-
ok buddy, this is my mistake =))
-
gg.searchNumber('', gg.TYPE_FLOAT) gg.refineNumber('', gg.TYPE_FLOAT) local count = gg.getResultsCount() local results = gg.getResults(count) local _x, _y = {}, {} for i, v in ipairs(results) do _x[i] = {address = v.address + 0x44, flags = gg.TYPE_FLOAT} _y[i] = {address = v.address + 0x4C, flags = gg.TYPE_FLOAT} end _x, _y = gg.getValues(_x), gg.getValues(_y) local x, y = {}, {} for i, v in ipairs(results) do if _x[i].value ~= '0' then table.insert(x, _x[i]) end if _y[i].value ~= '0' then table.insert(y, _y[i]) end end if #x ~= #y then return print "the results from x and y may not be the same!" end for loop = 1, #x do for i, v in ipairs(x) do x[i].value = x[loop].value y[i].value = y[loop].value end gg.setValues(x) gg.setValues(y) gg.sleep(500) end
-
gg.searchNumber('', gg.TYPE_FLOAT) gg.refineNumber('', gg.TYPE_FLOAT) local count = gg.getResultsCount() local results = gg.getResults(count) local _x, _y = {}, {} for i, v in ipairs(results) do _x[i] = {address = v.address + 0x44, flags = gg.TYPE_FLOAT} _y[i] = {address = v.address + 0x4C, flags = gg.TYPE_FLOAT} end _x, _y = gg.getValues(_x), gg.getValues(_y) local x, y = {} for i, v in ipairs(results) do if _x[i].value ~= '0' then table.insert(x, _x[i]) end if _y[i].value ~= '0' then table.insert(y, _y[i]) end end if #x ~= #y then return print "the results from x and y may not be the same!" end for loop = 1, #x do for i, v in ipairs(x) do x[i].value = x[loop].value y[i].value = y[loop].value end gg.setValues(x) gg.setValues(y) gg.sleep(500) end
-
Change _z to _y
-
gg.searchNumber('', gg.TYPE_FLOAT) gg.refineNumber('', gg.TYPE_FLOAT) local count = gg.getResultsCount() local results = gg.getResults(count) local _x, _y = {}, {} for i, v in ipairs(results) do _x[i] = {address = v.address + 0x44, flags = gg.TYPE_FLOAT} _z[i] = {address = v.address + 0x4C, flags = gg.TYPE_FLOAT} end _x, _y = gg.getValues(_x), gg.getValues(_y) local x, y = {} for i, v in ipairs(_x) do if _x[i].value ~= '0' then table.insert(x, x[i]) end if _y[i].value ~= '0' then table.insert(y, y[i]) end end if #x ~= #y then return print "the results from x and y may not be the same!" end for loop = 1, #x do for i, v in ipairs(x) do x[i].value = x[loop].value end gg.setValues(x) for i, v in ipairs(z) do z[i].value = z[loop].value end gg.setValues(z) gg.sleep(500) end
-
for j = 1, 50 do x[#x + 1] = {address = resultAddress, flags = gg.TYPE_FLOAT} end here, even if you have 50 more results, you will only get 1 result in x and y
-
I want to ask where the value of z and y is obtained, as far as I can see, you only get the result from a
-
Still need an extra feature to filter field results found, some games will have many different results but among them only 1 value is active.q
-
This way I had [file - offset - hex patch] libgame-BPM-GooglePlay-Gold-Release-Module-2451.so | 0x1d0b6d8 | 12 03 00 E3 1E FF 2F E1 libgame-BPM-GooglePlay-Gold-Release-Module-2451.so | 0x1d0b6d8 | E7 03 00 E3 libgame-BPM-GooglePlay-Gold-Release-Module-2451.so | 0x1de62b8 | 00 00 00 00 libgame-BPM-GooglePlay-Gold-Release-Module-2451.so | 0x1d05504 | 00 00 0A 00 libgame-BPM-GooglePlay-Gold-Release-Module-2451.so | 0x1d05300 | 99 99 99 99 libgame-BPM-GooglePlay-Gold-Release-Module-2451.so | 0x1ca10cc | 01 00 A0 E3 1E FF 2F E1
-
Where is this script?
-
Update hook offset new version.
-
I also want to ask you: how do you know this is offset?
-
-
View File Script Thetan Arena Thetan Arena: MOBA Survival -> SCRIPT INFO <- - Auto Win - Hero Immortal - Hack Dame - HP - Drone View - Fake Id, Name - Hack Map × password (if have): 5 > Copyright: SHYKE - Zalo: 0865805582 > Credit: Tis - Telegram: @tisnquyen Submitter TisNquyen Submitted 01/29/2022 Category LUA scripts
-
-
View File Data list to lua script Lua script generator tool from txt data file saved from Gameguardian Here is an example: function setvalue(address,flags,value) local tt={} tt[1]={} tt[1].address=address tt[1].flags=flags tt[1].value=value gg.setValues(tt) end so=gg.getRangesList('libil2cpp.so')[1].start local py=0x1B9E55C setvalue(so+py,4,-484380672) Telegram : @tisnquyen Submitter TisNquyen Submitted 01/04/2022 Category Tools
-
Version 1.0
2,042 downloads
Lua script generator tool from txt data file saved from Gameguardian Here is an example: function setvalue(address,flags,value) local tt={} tt[1]={} tt[1].address=address tt[1].flags=flags tt[1].value=value gg.setValues(tt) end so=gg.getRangesList('libil2cpp.so')[1].start local py=0x1B9E55C setvalue(so+py,4,-484380672) Telegram : @tisnquyen -
View File Tool AutoCompiler Script to decode log gg calls - with extremely fast log decoding function Watch video : Watch now - password : @tisnquyen Duration of use is 6 months ___autocompile[plus].lua Submitter TisNquyen Submitted 02/06/2021 Category Tools