Recent Posts
Showing topics.
- Today
-
Yes, that wasn't a criticism, it was just thrown out there, sorry if it came across wrong
-
Jurassic World: The Game how to get a locked dinosaur?
MonkeySAN replied to greenhairbeard's topic in Requests
you can check on existing Heroic and see if the value is still there or it might had changed for emulator. for mobile its still the same. VID_20250829201029.mp4 -
@Artem_Nikiforov Can you modify crowns?
-
I tried again but I dont find the values so idk if its possible to cheat this game. I need someone help me
-
Please check my script and guide me what is issue is there . I want to do offset 2145 to 520 ahead. function wol() gg.searchNumber(' 3D;11D;2145D ', gg.TYPE_DWORD,false, gg.SIGN_EQUAL, 0, -1) gg.refineNumber(' 2145 ', gg. TYPE_DWORD) local start = gg.getResults(1) local target = start[1].address + 0×520 gg.setValues({ address = target , flags = gg.TYPE_DWORD, value = 10}) gg.toast(' MISSION HACK ') gg.clearResults() gg.alert(" Play Denomination mission in easy level with Ace deployed") home = 1 end
-
Is there a new update for this game yet?
- Yesterday
-
thx
- 1 reply
-
- Lua scrips
- Rov
-
(and 1 more)
Tagged with:
-
View File BRICK OUT SCRIPT MENU STEP INTO BRICK OUT: SHOOT THE BALL, THE MOST ADDICTIVE AND SATISFYING BRICK BREAKER ON MOBILE. AIM, SHOOT, AND DESTROY BRICKS ACROSS THOUSANDS OF THRILLING LEVELS—NOW WITH A SMOOTHER, CLEANER EXPERIENCE. NO INTERRUPTIONS, NO FORCED ADS. ONLY OPTIONAL REWARD ADS WHEN YOU CHOOSE TO EARN BONUSES! DM ME TO GET OPEN SOURCE VERSION. GAME LINK: APKCOMBO SCRIPT MENU: - INFINITE GEM Submitter Collen Submitted 08/28/2025 Category LUA scripts
-
Hi, how can i use GameGuardian to make a standoff 2 wallhack? I know that i need to find some offsets but i never used the tool and i dont know how to search the offsets for that specific hack.
- Last week
-
Can you share the source code of this game?
-
View File BRAVELAND HEROES SCRIPT MENU THE KING'S SCEPTER OF THE SEVEN KINGDOMS WAS PERFIDIOUSLY STOLEN FROM THE THRONE ROOM. THE KINGS HAVE SUMMONED THE MIGHTIEST HEROES OF MAGIC AND OFFERED A GENEROUS BOUNTY TO THE PERSON, WHO RETURNS IT. DM ME TO GET OPEN SOURCE VERSION. GAME LINK: APKCOMBO SCRIPT MENU: - FREE SHOPING - FREE RESOURCE - UNLOCK SKIN - SPELL LEVEL - HITKILL + GODMODE Submitter Collen Submitted 08/27/2025 Category LUA scripts
-
There is a bit more efficient approach for this case: since all needed information to check target values is present in results of the initial search, just adapt the check to work based on them. It can be implemented in various ways, below is one for example: gg.clearResults() gg.searchNumber("119;1;16777216::50", gg.TYPE_DWORD) local results = gg.getResults(gg.getResultsCount()) local expectedValueAddresses = {} for i, v in ipairs(results) do if v.value == 16777216 then expectedValueAddresses[v.address] = true end end gg.refineNumber("119", gg.TYPE_DWORD) local targetValues = {} for i, v in ipairs(results) do if expectedValueAddresses[v.address + 0xC] then targetValues[#targetValues + 1] = { address = v.address, flags = v.flags, value = 25, freeze = true, name = "SKILL" } end end gg.addListItems(targetValues)
-
For new season UTF-8: :SSPDecor28skatePoints.amount
-
Please help me avoid rooting detection
HorridModz replied to anhyunjin's topic in General Discussion
Try using the MagiskHide module and HideMyApplist. There are tons of guides online. -
I don't get why you can't just try to hide from nmcore. I have no idea, but I'd give the typical Hide Gameguardian from the Game settings / Magisk Hide / HideMyApplist a try.
-
Name of Game: Greedy cave rebirth Play Store Link : https://play.google.com/store/apps/details?id=com.avalon.c1p.googleplay Version: 0.6.201 What cheat? Health, xp, gold Have you tried cheating this game? Comments: Hi everyone. I tried hack this game how as the first part of the game through shop, but nothing happened. Somebody an idea how hack this?
-
View File Live Or Die 2 64 bit only (x64) Game Version: 0.5.6:507 Feature; Main Menu • Armored • Infinite Energy Item Menu • [BETA] Ghost Stock – Map Zone Player Menu • One Hit • [BETA] Quick Attack • God Mode • [BETA] Speed Submitter xZeta Submitted 08/26/2025 Category LUA scripts
-
- Live Or Die 2
- LoD2
-
(and 3 more)
Tagged with:
-
View File BOXING FIGHTING CLASH SCRIPT MENU STEP INTO THE RING AND EXPERIENCE THE ADRENALINE-PUMPING WORLD OF BOXING LIKE NEVER BEFORE WITH BOXING FIGHTING CLASH! THIS EXHILARATING BOXING SIMULATOR OFFERS AN IMMERSIVE GAMING EXPERIENCE THAT WILL KEEP YOU HOOKED FROM THE FIRST JAB TO THE FINAL KNOCKOUT! DM ME TO GET OPEN SOURCE VERSION. GAME LINK: APKCOMBO SCRIPT MENU: - DUMB ENEMY - UNLOCK STYLE FIGHT (FREE SHOPING) - DAMAGE MULTIPLIER Submitter Collen Submitted 08/26/2025 Category LUA scripts
-
Anyone can make a hack for this game? https://play.google.com/store/apps/details?id=com.sea.miniworldroyale.sparkgame&hl=en
-
i can bypass nhn appguard but when i scan a value by GG, the game got crashed. does anyone know how to bypass?
-
Working on it. For compatibiliry purposes, I'm making it as a GUI rather than a CLI. It is almost done but is a lot of work. If you really want to, you can download the repository and run it yourself (see usage instructions in the Github repository) - simply instal python and run the cli.py file in termux.