Jump to content

Leaderboard

Popular Content

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

  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. Version 1.0.2

    16,691 downloads

    LAST DAY ON EARTH LUA SCRIPT AFTER UPDATE 1.9 FREE STORE YouTube removed the video please watch it from here for now (as soon as I find another way to upload the video I will edit this) ????LINK FOR VIDEO???? https://drive.google.com/file/d/1IK83N9-oD1vyduDWc9XJwV8lXSxOCKSv/view?usp=drivesdk - BLUEPRINT PACKS - WEAPON PARTS PACK - PACK OF FACTORY PARTS - RARE BLUEPRINT PACKS - UNLIMITED ITEMS (OPEN THE CRATES AND MAKE ALL NEW ITEMS AND BLUEPRINTS UNLIMITED) Check out my YouTube channel https://www.youtube.com/channel/UC2-IO5xYzRF7KVlUnW82QOQ
    1 point
  3. Hello dear @Enyby Can you update the 64-bit support to the latest version (1.0.3022) please Thanks alot
    1 point
  4. 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
  5. 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
  6. it is not 444442h, but 444442d.
    1 point
  7. 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
  8. Watch on Youtube: View information about APK on Windows - APK-Info APK-Info: https://github.com/Enyby/APK-Info
    1 point
  9. 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
  10. 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
  11. 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
  12. 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
    I'll provide update of free trial tomorrow
    -1 points
  13. 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
  14. Version 1.2.0

    9,332 downloads

    Free trial from our team (updated on 10/07/2018) see download file freetrial pubgmhacks.online 1_2.lua Visit : www.Pubgmhacks.online for full VIP Telegram group : https://t.me/joinchat/FJ6NQU-a-Cx_RorB_oJU-g Admin: strangekillers,thor8055 Discord : https://discord.gg/QZaPjgP Use this pubg 6.0 app for no bans http://www.mediafire.com/file/k2qh1hmuc4j9j24/PUBG+MOBILE_V0.6.0.apk This app don't trigger anticheat.. Notice : Strangekillers ♔♕ Pubgmhacks.online: 2 things can be done if u get warning in game..go to phone 0/system/built prop.ini and modify it to Samsung Or Clear logs from game data After every match you need to erase your saved logs. /storage/emulated/0/Android/data/com.tencent.ig/files/UE4Game/ShadowTrackerExtra/ShadowTrackerExtra/Saved/Logs
    -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.