Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/08/2018 in Posts

  1. Ahah cool :). You should give a look at GG's help tab (menu/actions/help) and browse around the forum to have a quicker progress. I didn't do that when i started, but you can learn many interesting things you won't see anywhere else because people are tired of repeating the basics.
    2 points
  2. Use bit32.bor or "|" as bitwise OR. gg.setRanges(bit32.bor(gg.REGION_ANONYMOUS, gg.REGION_BAD)) gg.setRanges(gg.REGION_ANONYMOUS | gg.REGION_BAD) I advise you to study Lua and how it works, because you wrote a nonsense, from which it follows that you do not understand anything in Lua, but simply combine the text as it is. I do not advise using the BAD region - the search will be slow and there will be garbage in it. If useful values can be found in BAD, then you need to find them, write a log of regions and send it to me, so I corrected this.
    1 point
  3. Thanks for this post, it helped me realising something: i didn't explained what the values are and I'm sorry because it isn't logic when you start. The first value, "200", is the price of the object. The second one, "3", is the number of objets you get when purshasing. Finally, the " ; " separator means that the values are near in memory, and the ":5" is this max distance between them --> 200 and 3 are 2 Dwords following each other, so 5 bytes (4 bytes for the first dword and 1 for the beginning of the second). So for the bomb, search for 150;3:5. In fact, you could even search for 150 only, but there would be much more results, so more chances of crash when changing values.
    1 point
  4. it is not 444442h, but 444442d.
    1 point
  5. Ok I made a whole new toom blast just for testing. I did get the disco ball to work after a lot of tries. Now trying the bomb ext.. Ex. Bomb cost 150 so I'd input 3;150 instead of 3;200 correct? BC the ball was 200.But the game crashes. I was so happy thinking I had it. ??
    1 point
  6. I made a video on how to hack monkey money, monkey experience and ingame cash. Thanks to Tosiitii and Sushiro who figured this out. 0:40 - Monkey Money 3:55 - Monkey Knowledge 5:53 - Ingame Cash
    1 point
  7. I found out how to hack knowledge and money. So with the knowledge, I would recommend having at least 3 points to start with. First, find 3 under double then use one point and search for 2 under double. (un-encrypted) then there should be two addresses that show up. Change both to how ever many you want AND FREEZE the value (normal). NEXT YOU MUST spend the last knowledge point(you should have 0 now) on what ever and quit the game and relaunch it. Done! Same goes for monkey money. You must change the value(buy something) at least once after you freeze it or it won't work. Ask me if you are confused. I'll try making a video.
    1 point
  8. Game Guardian doesn't work on my device Huawei Nova 2i/Huawei Mate 10 Lite Oreo i tried to change the value but it did nothing no effect at all(still in same value) so can you guys get the app support for my device plsss???
    1 point
  9. Whats the different of function A() with ::A::? if i use ::A:: GG error when i put end in the last of my function... example error ::NR:: gg.clearResults() gg.searchNumber('1868784978;1850305641;28518', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber('1868784978', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(1000) gg.editAll('1868756421', gg.TYPE_DWORD) gg.clearResults() gg.searchNumber('1750294898;1415932769;1819307365', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber('1750294898;1415932769;1819307365', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(1000) gg.editAll('100000', gg.TYPE_DWORD) gg.clearResults() gg.toast('NO RECOIL ACTIVATED!') end No error function NR() gg.clearResults() gg.searchNumber('1868784978;1850305641;28518', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber('1868784978', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(1000) gg.editAll('1868756421', gg.TYPE_DWORD) gg.clearResults() gg.searchNumber('1750294898;1415932769;1819307365', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber('1750294898;1415932769;1819307365', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(1000) gg.editAll('100000', gg.TYPE_DWORD) gg.clearResults() gg.toast('NO RECOIL ACTIVATED!') end
    -1 points
  10. Hmmm how to set multiple ranges? I got error : Script ended: Script By CommonModz Perhaps this script needs the latest version of GameGuardian. Try to update to the latest version. Script error: org.luaj.vm2.LuaError: lua:264 `gg.setRanges(gg.REGION_ANONYMOUS_BAD)` gg.setRanges: bad argument #1 (nil): number expected, got nil stack traceback: lua:264: in main chunk [Java]: in ? at org.luaj.vm2.Varargs.argerr(Varargs.java:280) at org.luaj.vm2.Varargs.checkint(Varargs.java:317) at android.ext.Script$setRanges.invokeUi(Script.java:1827) at android.ext.Script$ApiFunction.run(Script.java:737) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:148) at android.app.ActivityThread.main(ActivityThread.java:5437) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:738) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:628) at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:107)
    -1 points
×
×
  • 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.