Jump to content

GeorgeMonkey

Members
  • Posts

    45
  • Joined

  • Last visited

Everything posted by GeorgeMonkey

  1. Hello again:)) i encounter an error with this when the searches are 1000 it only search 7 - 255 not all the way of the adress2 would you mind fixing it i tried my best did not worked
  2. It's the Unlock all cats basically the 700 the thing since the first offset have 0 cost and erroring to the game so i need that one anyways if you can help really appreciate it
  3. Do you know how to edit the first adress is a higher value it should edit the rest like that? Example First adress - first offset value is 671,018 The rest is 671,017 Then a script which edit it like this Script Then All of them will be the same as the first adress?
  4. Here the first picture is the first offset = The Speed Up And the second picture is the last offset = Sniper the cat
  5. I can provide an screenshot if needed!
  6. speed up tresure Cat sniper Max wallet 2xp Etc.. The one in the item shop The first offset is the first item which is Speed up the last offset is the last itwm which i forgot ghe name
  7. Idk the code that i suppose to fix though. How can i fix it. Anyway would be thank full if you show some template for it ! Also the thing im trying to search is already in the Help o posted. local pi = gg.getRangesList("libnative-lib.so:bss")[1].start local u = {} u[1] = {address = pi + 0xAAF0, flags = 4} a = gg.getValues(u) local Value1 = a[1].value u[1] = {address = pi + 0xAAF4 , flags = 4} b = gg.getValues(u) local Value2 = b[1].value gg.clearResults() gg.searchNumber(Value1..";-0~0;"..Value2.."::2809", 4) local count = gg.getResultsCount() local result = gg.getResults(count) for i,v in ipairs(result) do v.value = 1 v.flags = 4 end gg.setValues(result) t = nil end end Here you go this is the offset of the Items in the shop from first to bottom im trying to search all the value starting from the offset of the first and stopping at the offset two so i can edit it by 500 0
  8. 64 bit but enclude 32 bit just incase if i needed it in the future I tried that but it only search some of it
  9. Hello again yes Really appreciate it the way you helped me before!
  10. Im trying to figure out how to search in a certain offsets. Here's the script im trying to make The game had a usual value variety from -20184193 to 2058149 there random when i tried this local pi = gg.getRangesList("libnative-lib.so:bss")[1].start local u = {} u[1] = {address = pi + 0xC798, flags = 4} a = gg.getValues(u) local Value1 = a[1].value u[1] = {address = pi + 0xD290 , flags = 4} b = gg.getValues(u) local Value2 = b[1].value gg.clearResults() gg.searchNumber(Value1..";0~0;"..Value2.."::2809", 4) local count = gg.getResultsCount() local result = gg.getResults(count) for i,v in ipairs(result) do v.value = 1 v.flags = 4 end gg.setValues(result) t = nil end end Some of them doesn't get involved I need a way to actually just put the offsets and the end offsets to search from that adress Basically like this First offsets - 8D Values from the middle will be all collected starting from the point of the first offset and will end in the end offsets which is Value[2] End offsets - 10A
  11. Hello there professional coders. Is there a script or a way that automatically track the Value on the game Ie: execute the script then will automatically search the value of each time i so in the game it self till i get the last one Would be helpful! Edit : basically it's an automatic searching but everytime i did something in the game for example i placed a block it should be tracked i notice it by using fuzzy search i think you guys get the point here :)) thanks
  12. Hi Bro im here again Can you do only one times download this time I already made the download section but once i download it It still ask me to download it again/ internet access again even i downloaded it any idea once i download it it will no longer ask only on one Lua file i already know how to execute it after it download only the problem is its keep asking
  13. ... I don't think you know it i dont want the online script i wanted it to just download once then after It will no longer ask and just use dofile(file i just download ) and Like that when theres new update it will Pop up again and after it no longer pop up again its just like in one time password thing but i can make it on an online script download sadly And i need this becouse after i encrypt the file it will do one time password and when rerun the script it will run the file it downloaded and no inter access required stuff like that Since it encrypted to Thanks if you understand if further no understation thanks for helping me anyway but really needing the requirements i really need.
  14. No becouse i wanted it so the user cant go to the file And automatically run it self after download That what im saying you can see i have dofile in the bottom i need to remove the download after i Downloaded it Why i need this becouse im doing this for automatically update script thats why thanks if you guys can help i see a lot of people do this but dont tell me how sadly
  15. I used google drive still when i press the script it always say du u want internet access i need to remove it after i download the script which i download and still needing to allow it when i already have it any solution how to remove it after i download it and when it detect i dont have the file it will Automatically Pop it up?
  16. One issue i cannot find the Folder where it actually save pleas put it on 0/storage/emulated/ -- Creat a new folder And save it there pleas
  17. Also error in inpute value its always say Not Correct I also cannot find the new created folder it should put it on storafe/emulated so i can Modify it anywhere later on
  18. Thank you Very much sir really needing this for very long time thank god Game guardian forums helpers still active!
  19. Hello i would like to add one time password on my script And it should put it on specific folder like example it will creat a new folder and write it there so the user dont need to enter and enter it again and once the script update It will automatically delete the old one anyone have idea?
  20. Where did u get this script can i use it?
  21. Hello your help are greatly appreciate But How did u got the 0xC798 and 0xD290 Im Making the same script but in different game
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.