Jump to content

Recent Posts

Showing topics.

Content Types


This stream auto-updates

  1. Today
  2. MC874

    Device ban

    Hi @kotako, it usually means that your previous banned account info still saved somewhere inside the game files. Re-downloading resources won't help as game tends to download specific resources according to your account id. Removing banned account from your device requires heavy lifting: - You need to spoof your any device information from external and internal. You can use modules and apps mentioned above, while also changing device information from offsets. Inside dump.cs look for: deviceid, devid, cpuid, playerid, accountid, oaid, imei, uuid, uniqueidentifier, etc. - Modify your account id from /data/data/your_game/sharedprefs -> save the file somewhere -> uninstall your game -> install it again (dont use the same resources for data, but you can still use the same obb) -> don't open the game first, create game folder manually: /data/data/com.your_game/sharedprefs -> put your modified file to sharedprefs. I would suggest you to just using emulator or any virtual machine, so you can reset the emulator/virtual and play with new account.
  3. If it is an online game and your profile is controlled from the server, this is impossible. GameGuardian only enters the game's data and can change the values there. Entering the server is a separate issue. If it is offline, you can apply various methods.
  4. Yea. Because since Custom Android Roms are installed as Lite, most of them do not support it due to lack of Library (in the language you understand). And for this reason, the games either give errors or do not start at all. You can use virtual applications instead
  5. Yesterday
  6. View File Sandbox 3D 0.3.2 script Hello everyone. This script is written hastily, but I still wish you a pleasant use. It is not encrypted, and you can always add its functions to your scripts. The script will be updated in the future. Submitter AlikVeslo Submitted 03/18/2024 Category LUA scripts  
  7. View File Script Subway Surfers Version 3.26.0 Script Subway Surfres Version : 3.26.0 Feature - Free In-App Purchase - Score Multiplier - Unlimited Everything - Good Mode - Air Jump - Jump Height - No Gravity - Instan Change Line - Hack Speed - Completed All Achievement Password = Beta Expired - 2024 - 04 - 04 Submitter FearlessLuaGG Submitted 03/18/2024 Category LUA scripts  
  8. Okay! I appreciate your friendliness.
  9. I am playing a billiards game called "king of pool". My purpose is to speed up the game time. I installed the BlueStacks emulator in the WIN system and turned on the ROOT function. And, I installed 32 and 64 software respectively. I got the game information, and I set up game acceleration However, when I start game acceleration in gameguardian It prompted me that gameguardian was not working properly and gave the following prompt “Speedhack is loaded.But in this game is no x86 libraries, so maybe it will not work.” I hope someone can help me, thanks
  10. @THETWINSOFFICIAL so my game just upgrade the anti cheat system, and it detects dual space, how can i bypass it?
  11. View File NBT creator Minecraft (I'm using a translator) This script will help to create NBT tags for Minecraft Bedrock, to clients that support NBT tags. In the script you can select the name of the NBT, the number of commands and the commands themselves. Also there is a choice of color for different texts, for example, to make red text in NBT, you need to add "(red)" near the text. Example: "/title @s title (red)Hello" I took the list of teams on the site, so some of them may not exist in the game Submitter ZeroSai Submitted 03/17/2024 Category LUA scripts  
  12. Last week
  13. Hi @Rxhacker, this is great. Since 'hooking' is being mentioned, is there a chance to add feature such as: method linking, update() hooking, etc?
  14. By playing this game for too much you can discover some new glitches I don't blame people for not sharing it as will get patched next update.
  15. View File Cat simulator 3D Godmode Max Speed max Power Grants you super speed and super Strength Submitter FlandreScarlet Submitted 03/17/2024 Category LUA scripts  
  16. View File convert an offset to a function for patching "hookOne" offsets A simple, somewhat useless script to convert an offset to a function for patching "hookOne" offsets: function hookOne(library, flag, offset, value) list = gg.getRangesList(library) for i in pairs(list) do if list[i].state == "Xa" then start = list[i].start break end end local t = {} t[1] = {} t[1].address = start + offset t[1].value = value t[1].flags = flag gg.setValues(t) end ts.lua Submitter ZeroSai Submitted 03/17/2024 Category Templates  
  17. Selecting the 4 levels to bypass the game protection does not work, it keeps closing, please if you are going to explain something, be more detailed or explain it in a video.
  18. Thanks so much for the update sir. Hopefully you will update AutoVIP soon 🥹
  19. Harekat2_0_4_4.lua Will let you buy stuff even if you don't have the funds. Script is for 64bit devices.
  20. ile

    CSR 3

    Some more images. I think there might be some codes like those for NFSNL.
  21. nok1a

    Coromon

    https://studio.zerobrane.com/doc-installation Pointer search and offset calculation. Check the script(if it still works). It's open source.
  22. SORRY, Xa Edit v10 script has a bug. I fixed it and made XA EDIT v11. [Xa]-EDIT-v11--APEX[GG]v2.lua
  23. View File Cat simulator 2015 Freeze players Use this if your in a tight spot Submitter FlandreScarlet Submitted 03/16/2024 Category LUA scripts  
  24. @Rxhacker No you can't create thread using GG the only solution is by trampoline hooks, explaination : all games and apps are compiled and there is a linkage between it's functions(methods) and calls. read more it's either you jmp or pointer replace -> if the addCoins(int coins) is an actual method within the lib you can alloc mem with gg set up R1 (<- R1 not R0 bc R0 is the caller address / class field ) then call the original addCoins using BL ( or other branch instructions ) finally sweap the field pointer to the new allocmem this method is helpful if you have a global method like dmg or range ( changing it cause the enemy to have the same hack as u )
  1. Load more activity
×
×
  • 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.