Recent Posts
Showing topics.
- Past hour
-
How to find damage and defense values i use gameguardian can give me values https://play.google.com/store/apps/details?id=com.ltgames.elona
-
Yes, what I actually mean to say is that if we know the unique search values of each hero, it will be a little easier for me to do the operations you mentioned. I think if we help each other, we can save the values for each hero and then create a script that will speed up this process. Even if the values change with any update later, we can write them there and make them work again after finding them.
- Today
-
To put a nice bow on this topic, I will generalize what has been mentioned and are worth replicating. Prerequsisite: the game must be in arm64-v8 for the offsets mentioned to work. You can get this version via apk pure. You can effectively buy any item off the nopaew emporium since the variable holding the trade amount can be searched easily, and when you go to the memory chunk of this value, the 8th value above it contains the item's ID. Since we can get the ID, this allows for reverse engineering of items that are not usually found in the emporium. So far, it has been found that class change tomes all follow the text literal job_rank_item. $class_name$. $class_name$ is a placeholder text that ought to be replaced by an existing class name. For instance, to find the class tome for Mariel's Hierophant class, the text you will search for is job_rank_item.hierophant. To get the associated starchart, simply add zodiac_ before the class name, like job_rank_item.zodiac_hierophant. In GameGuardian, the names can be searched by prefixing the text with a : (colon-colon). So, you will search for :job_rank_item.hierophant. Afterwards, there tends to be a lot of result, so we will refine our search by searching for :. (colon-colon, dot). This is refining for the period that appears in our string literal. After getting the returned values, we Go To the addresses of all the values individually. In my case, there are usually return values of 8~9, with the 9th value being from the emporium. My search of interest is usually the 5th out of 8 values, and the 5th value beneath it tends to be the ID of the item. My game is in Ldplayer, so it's possible different phones will have a different offset. Apparently, skip tickets have a name of dungeon_ticket.skip. Moreover, it has been found that the ID values have an interval of 160 between each other. This means that if an item within the Tome category has an ID of 1320, the next item will necessarily have an ID of 1320+160(1), whereas its previous item will be in 1320+160(-1), and the item itself can be calculated via 1320+160(0). Such is the relationship of scrolls and keys, which can be written as: High scroll + 160(-2) = low scroll High scroll + 160(-1) = medium scroll High scroll + 160(0) = high scroll Green keys+160(0) = green keys Green keys+160(2) = red keys Green keys+160(4) = white keys Green keys+160(6) = bold keys Green keys+160(7) = skip keys Keys and scrolls are in different categories, so you have to find the values for them as a starting point. It is possible to have gaps in the interval, as you can see with the keys, so if you buy an item whose ID is in those gaps, the game will either crash or nothing apparent happens to your account. So, it is best to verify an ID to see if it corresponds to any item of interest. Lastly, Guiding light and luring shadow items come after Fated star fragment's ID. So its values can be inferred as: Fated+160(1), Fated+160(2), ..., Fated+160(16).
-
All good, everything can be changed in a contract but PE won't stick and artifacts won't let you claim. Here is an example: as you can see I changed the reward, amount, amount of eggs needed, my eggs delivered and I was able to claim all of the rewards but upon returning to my home farm the PE was corrected. if you want to try search amountofeggsrequired:reward amount:: as Edouble example 150000000000000000;3:: You can also add the value for reward type in the middle if you know them, they are dword and boosts are 9 so you can do it like this for this contract in my example 400000000000000;9D;1:: 29000000000000000;9D;1:: 150000000000000000;9D;3:: PE is 4 Boost token is 7 and I can't remember the rest but you can try values 1-30 to see them all
- Yesterday
-
Out of curiosity, would you use it if I implemented this? If I had motivation to I would; otherwise I'll just file a Github issue and kick the can down the road .
-
I also need help I have a HP Chromebook jacuzzi and I want to use Game Guardian but it's not working. My Chromebook android is android 13 so why isn't it working? It's fully up to date. I'm also on developer mode it's easy press search + esc + power button at the same time and then when it says ChromeOS on press Ctrl +D and when it says its off press Ctrl D again I think.
-
Jurassic World: The Game how to get a locked dinosaur?
hemen replied to greenhairbeard's topic in Requests
not yet -
function signed_to_unsigned8(s) return (s + 256) % 256 end
- Last week
-
Nah I don't care about kingdom level, I just want to know if crowns can be modified.
-
I cant find the value of "mana" in this game. Someone said that this game is hackable for some aspect like the mana with "x2", what is X2 meaning but i just cant figure out. can anyone enlighten me how to do it? since changing phone to x64 i never find the value in any game https://play.google.com/store/apps/details?id=com.netease.mmm&hl=id
-
That's the standard procedure which is exactly what I did. It worked on my old phone but not in the new one. May be.
-
View File BLOONS ADVENTURE TIME TD SCRIPT MENU THE BLOONS HAVE INVADED THE LAND OF OOO AND IT’S UP TO FINN, JAKE AND THE MONKEYS TO STOP THEM! BLOONS ADVENTURE TIME TD IS AN AWESOME CROSSOVER BETWEEN THE AWARD-WINNING ANIMATED SERIES ADVENTURE TIME AND THE #1 TOWER DEFENSE GAME, BLOONS TD! DM ME TO GET OPEN SOURCE VERSION. GAME LINK: APKCOMBO SCRIPT MENU: - NO TOWER COST - MAX TOWER LEVEL - UNLOCK ALL TOWER - HITKILL - CASH MULTIPLIER Submitter Collen Submitted 08/19/2025 Category LUA scripts
-
View File BLOCKY COMBAT STRIKE SURVIVAL SCRIPT MENU TRY BLOCKY COMBAT STRIKE MULTIPLAYER MODES IN 3D, WHERE YOU CAN FIGHT AGAINST PLAYERS WORLDWIDE. PLAY THIS GAME, ZOMBIE TSUNAMI APOCALYPSE, IN PIXEL GAMES MULTIPLAYER AND SINGLE-PLAYER MODES IN 3D GAMES OFFLINE, WHERE YOU CAN FIGHT VERSUS PIXEL GAMES FROM AROUND THE GLOBE. DM ME TO GET OPEN SOURCE VERSION. GAME LINK: APKCOMBO SCRIPT MENU: - DUMB ENEMY - WALK SPEED - SUPER JUMP Submitter Collen Submitted 08/19/2025 Category LUA scripts
-
Real Racing 3 Real Racing 3 (9.8.4) Car Hack
james121088 replied to MarioRossi93i's topic in LUA scripts
Thanks to this guy awesome -
Haha, it's a 2012 Vega R3.
- 6 replies
-
- Pigeon
- Pigeon rising
-
(and 4 more)
Tagged with:
-
Hello. I found a fun mobile game after a long time. I tried hacking it, but LDPlayer and Nox detected rooting and the app wouldn't launch. I remembered my S8+, which I had rooted a few years ago, so I tried running the app, but it still detected rooting and wouldn't launch. I deleted the Magisk app, but it's the same. It's been about three years since I stopped hacking games, so my memory is hazy... Please help me avoid rooting detection. The game name is Coop TD. I'm buying items from hackers on YouTube using PayPal. I want to hack something myself.
-
View File Grim Soul Survival Alot of Feautures Item change with 1k3+ item Join my group for new script of Survival Game: https://t.me/+HuACKfph5_gyYTdl THANKS HMZ FOR THE ID ITEM OF THIS GAME Submitter Mr_quoan Submitted 08/17/2025 Category LUA scripts
-
Hi bro. How to get around what the game finds GG. Thank you in advance for your answer.
- 3 replies
-
- 8ballpool
- 8ball long line
- (and 6 more)
-
is not working pls update
- 23 replies
-
- Dice Dreams
- Unlimited Coins
-
(and 1 more)
Tagged with:
-
Script not working now Do not use magisk Usage kernelsu Or APatch
-
Whenever I install SO2 on vphone, it says "root access detected" and I'm not able to play it on a virtual phone. How can this be avoided?