Leaderboard
Popular Content
Showing content with the highest reputation on 10/08/2018 in Posts
-
3 points
-
Xor is just an Encryption. This game takes 2 dword values, makes one the key and the other the value. If you read about xor Encryption, might help you to understand.2 points
-
Starting from version 8.28.0 GG have support of LUA scripts. It can be loaded and run. https://www.lua.org/manual/5.2/manual.html Scripting Documentation: https://gameguardian.net/help/1 point
-
Not sure if anyone is interessted but i also managed to modfy the dungeon lord level. Helped if wanted to prolong a bad run ? This is quite simple - in the current version just search for the second xp value after a fight you will see something like: +45exp (90/848) now search with the 90 with xor 444442 and edit it to a different value with xor. You can freeze this value and will get the new amount in every fight ?Goes up to a few million xp per flight ... with this you could also basically gain rebirth level through farming t10, as you will face roll everything until a few hundred days in...(way more time consuming and less fun than the method above ?)1 point
-
I played this game a little more and I found out that you can easily find these values Attributes are non-encrypted Dword and hp, mp are float to make it simple just search (the example are based on my screenshots above) : Dword !!! (Strength);(Agility);(Luck)::9 (999);(999);(999)::9 (Melee skill);(Ranged skill);(Blocking)::9 (802);(444);(711)::9 (points available) (872) Float !!! (hp - 1~hp);(max hp - 30):9 (998~999);(969):9 (mp);(max mp - 5):9 (999);(994):9 Btw this is an example of an ordered group search with a set range for those that got no clue of how to use GG.1 point
-
View File Safe WallHack for PUBG MOBILE 0.8.1 Hello guys, today i realise for you safe wh for pubg mobile 0.8.1 On what pubg mobile wh safe? - Google Play APK - Samsung APK - Mod APK (crack) If you have problem - write me in Telegram: @MORTY227 Submitter MORTY_TOP Submitted 10/08/18 Category LUA scripts1 point
-
I just tried that method and it worked flawlessly for both gobstones and meal with a friend which is (21,600 sec = 6h in Year 2). Much appreciated man. I can't believe such a simple fix was right around the corner. I tried that too yesterday however it didn't work either so I'm now convinced there's some conflict with GG and BlueStacks for certain things so there are some limitations, not sure how it is for other emulators but thanks so much for going out of your way to help me. ? Btw, while I was playing with all these options and methods I realized Word in GG is equivalent of 2 bytes in Cheat Engine, Dword is 4 bytes, double is 8 bytes, float is 4 bytes decimal point. I should read some guides on XOR though this one still confuses me.1 point
-
Well done, we managed to remove AI in career using game guardian, but not in events yet However all the scripts work, there is a simple way to avoid the ban.1 point
-
1 point
-
Playing Gobstones in 16:00 = 57600 seconds, look for this value, before playing, will find several results, changed to 20, it will release again in 20 seconds.1 point
-
So this worked for me, but it takes quite a few tries. to help speed up the process, you can scan for 99821850 when you continue the game after restarting. If it exists, then you can click withdraw as most likely the value changed has saved. If not, scan for the hero numbers. 10(444432) is the first try, 21(444431) is the 2nd, 32(444474) etc, 44(444470) etc. Should save a lot of failed tries clicking withdraw from the main menu ?1 point
-
1 point
-
Is there a way to modify a file? Example, i want to mod a file in /data/data/packagename/files/file.lua I tried accessing it thru io.open but it returns a nil, i cant access root directory1 point
-
good day guys, i need help to fix on the problem that make my script not to edit and freeze the values after the prompt and searchNumber but it does save on save tab? thanks in advance ? note: i have latest gg version gg.toast('Test by absolutenothing') print('Test by absolutenothing') --Game guardian detection if gg.BUILD < 5511 then print('You need latest version of GameGuardian to run this script. Minimum GG v.8.30.0.') goto update end gg.toast('Test by absolutenothing') gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) if gg.isVisible(true) then gg.setVisible(false) end gg.clearResults() goto START ::START:: menu = gg.choice({'M','EXIT'},nil,'just do it fast') if menu == 1 then goto M end if menu == nil then print('error') end goto noselect ::M:: menu = gg.choice({'Player1','Player2','Player3', 'Player4','EXIT'},nil,'just do it fast') if menu == 1 then goto Player1 end --if menu == 2 then goto Player2 end --if menu == 3 then goto Player3 end --if menu == 4 then goto Player4 end if menu == nil then print('error') end goto noselect ::Player1:: d = gg.prompt({z='Player1'}, {z='3'}) c = '100000;2;'..d.z..';5;200;1000::100' gg.searchNumber(c, gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber(d.z, gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) v = gg.getResults(10) v.flags = gg.TYPE_DWORD v.value = '2000' v.freeze = true gg.toast('test freezing') goto absolutenothing ::noselect:: print('selected nothing') os.exit() ::update:: print('update your gameguardian') gg.toast('GG not support') os.exit() ::absolutenothing:: gg.toast('Test by absolutenothing') print('hi hi hi') os.exit()1 point
-
1 point
-
Hi @Enyby, After update GG to latest versions, GG API makerequest not works as before. For me, that API is usefull to make auto update scripts without redownload the new scripts file. It is removed? Thanks1 point
-
I am a little bit newbie at GameGuardian all functions,, i only used it to hack games with the easiest way using Dword search,, now i watched your video and understood almost everything,,, one thing is still interesting me --> when you search and find the exact value which you want to change how do you understand which memory code or XOR code is the exact one for changing ?? f.e. you didnt even search for gems but knew exact code to change. Anyone who can answer this question will make my day ))))) -------------------------------------------------------------------------------------------------------------------------- P.S. Sorry if i did any language mistake.1 point
-
1 point
-
And wrong format. Must be or `d.A` or `d['A']`. _______________________________________________ added 1 minute later d = gg.prompt({A='Number of Orbs Or Dooblins'}, {A='0'}) gg.toast ('Quadropus 2.0.48 Hack by Backlift') gg.setRanges ( gg.REGION_C_ALLOC) gg.searchNumber (d.A, gg.TYPE_DOUBLE, true, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 1 then gg.editAll('100000000', gg.TYPE_DOUBLE) gg.alert ('Hacking Done, Enjoy') else gg.alert ('Go to game and change the value, then load the script again to continue') end1 point