-
Posts
8,811 -
Joined
-
Last visited
-
Days Won
1,033
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Enyby
-
- 24 comments
-
2
-
- Pubg mobile
- Vip free
-
(and 1 more)
Tagged with:
-
-
You use another table 'mob' in it this value can be nil.
-
"lua xor" in google. First result.
-
Beach Buggy Racing - hack coins, gems - GameGuardian
Enyby commented on Enyby's gallery image in Video Tutorials
The video shows a hacking method that will work at any stage of the game. If you started from scratch, it's easiest to search for a group search. Find in the first attempt. Pass the first race, win it and you will have 150 coins, 11 stones and 8 tickets. After that we search for an ordered group search 150; 11; 8 :: 150 The size of group 150 is found by experience. In fact there is an offset in 90h between tickets and coins. What will be 16 * 9 = 144. It less 150. After searching, you can change the first two found values to a large number and play further. This is exactly what coins and stones will be. However, if you have already spent coins or stones, then this method does not work, since there are two values in memory, and a difference on the screen. Therefore, I had to use fuzzy search, so that those who already have progress in the game, too, could hack. A typical fuzzy search (decreased / increase) does not work here, because with increasing one variable will change, and with decreasing - another. -
Beach Buggy Racing - hack coins, gems - GameGuardian
Enyby commented on Enyby's gallery image in Video Tutorials
-
Beach Buggy Racing - hack coins, gems - GameGuardian
Enyby commented on Enyby's gallery image in Video Tutorials
-
Beach Buggy Racing - hack coins, gems - GameGuardian
Enyby posted a gallery image in Video Tutorials
The number of coins spent is stored separately from the number of received coins. The same with crystals. Therefore, one should look for a fuzzy search for a known change. The crystals are below the coins, after two values. The number of coins spent (600 in this case) is through one value from the coins. The same with crystals. I have spent 65 of them. -
@saiaapiz Once someone advised you not to use the brain. It looks like you decided to use this advice constantly.
-
Funny code from your script: --Game guardian detection if gg.BUILD < 5511 then print('META WINGS SCRIPT BY TEAM KAP ') end You definitely do not understand what was there, before your editing, and why.
-
@MCbearbear Yep. You can check yourself. _______________________________________________ added 0 minutes later gg.alert(gg.getFile())
-
@MCbearbear You need use latest GG. Or strip '@' char at the begin file path.
-
@MCbearbear I prefer use something like: gg.getFile()..'.cfg' But if you want you can use google for answer on your question: "lua get dir from path".
-
@saiaapiz Already here. getRangesList Or you can do it manually:
-
Search 0 and change all to 9999999. It is modify memory of any game.
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Well, if it says "64-Bit Support", then what do you think? Did you even read the description? "64-Bit Support" is optional. Maybe because not all games do not work in all parallel spaces, or do not they work there at all? Try to use the brain.
-
You need understand what is pointer is. Pointer just is variable with address. So your address is just value of this variable. For example if variable A is pointer to B, then this mean value of A equals address of B. A just store address of B. It is called "pointer". Read on wiki or in Internet about that.
-
-
Parallel Space + 32-Bit Support + 64-Bit Support
Enyby commented on Enyby's file in Virtual spaces (no root)
-
Maybe because it's 64-bit Support, and you do not have 64-bit Android?
-
-
You can get sdcard path from gg.EXT_FILES_DIR or current file path via gg.getFile.
-
Click on the last item in the process list and read message.