Search the Community
Showing results for tags 'Address'.
-
I have 2 problems when expecting to copy string from memory; 1) Is there an efficient way to select memory block other than address range? I'm avoiding that features because i can't do multiple address copy at the same time. Beside, i'm expecting a ```shift``` button like feature that allows you to select everything until "end" user selected address (Refer to my video attachment) 2) Why copying the utf-8 string from address resulted in some duplicated utf-8 character, is it a bug? Anyone help would be cherished.. mobizen_20220615_155124 (1).mp4
-
- Selected items
- Address
-
(and 4 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:
-
Greetings, my fellow Guardians. I'm having a bit of issues with this game called "Shadow of Death". It's all based on microtransactions and it is very annoying (Thanks, devs). I'd like to get either a Lua script or the addresses to the Crystals or Soul amounts (or even a tutorial on how to change the amounts), because not even good old LP can put an end to this. I have the GG basics down, with XOR keys and everything. But where or what do I need to change the Crystals and Soul that I have currently? Here is a link to the app in the GP Store: https://play.google.com/store/apps/details?id=com.Zonmob.Stickman.FightingGames.ShadowOfDeath Thanks! Wyvernium
- 13 replies
-
- Shadow of Death
- Crystal
-
(and 2 more)
Tagged with:
-
Hey guys just used game guardian on jurassic park builder and it worked. I saved the adress and closed the game but on reopening the game and loading the address the value doesn't change please heip
-
- Game guardian
- Address
-
(and 1 more)
Tagged with:
-
so any other way to get 0 value got select in script? bcus i cant exactly find the value what i want if i search only 0 number, the value around cannot helping much bcus the code keep changing when im about to hack the game, "the value always at same position" but at the sametime the value code 0, i just wanna know how selecting value in address while the code is zero"0" with script (and the address also changing, not always same). i just wonder to get fastest way to direct (value) code what i want with the script without anytrouble and i just hate do it manually. REGARDS