-
Posts
8,811 -
Joined
-
Last visited
-
Days Won
1,033
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Enyby
-
I will not teach anyone the basics of programming. For this, there are a lot of great sites and articles. Lua you can test online https://www.lua.org/cgi-bin/demo _______________________________________________ added 1 minute later for i = 1, 50 do print(i) end Simple loop for 50 iterations. _______________________________________________ added 1 minute later
-
Parameter. func() -- zero params. func(a) -- single param func func(a, b) -- two params func(a, b, c) -- 3 params and so on _______________________________________________ added 0 minutes later Bug reproduced. Will be fixed in next release.
-
This call no params need. This call need only one param.
-
Speedhack and time jump on Android 9.0 (Android P) - GameGuardian
Enyby posted a gallery image in Video Tutorials
-
Gameguardiannoroot Game guardian not detecting the app properly in no root
Enyby replied to Rebelmodz's topic in Archived topics
If you ask such questions, it does not. Just put another firmware. Those who know how to correct the firmware and the kernel, do not ask such questions. In either case, you need to look towards calling ptrace so that it can work for child processes with the same uid, without root rights. If it's something you say about something, which I strongly doubt. -
I selected method which run check. On first image. On second image I select what I replaced in this method in smali. Set 0 instead of 1. _______________________________________________ added 2 minutes later This is like the table of contents in the book. In the table of contents, on the headings you find the page number, and by going to the page number, find the necessary paragraph or letter in this section. I used the Java view to find the right place, and changed it already in smali.
- 16 replies
-
1
-
- Speedhack not working
- Speedhack issue
- (and 5 more)
-
It is only for view. You can not use this code. It is only for understand where need patch smali code. For patch you need decompile dex to smali with apktool or baksmali, patch and assemble back to apk/dex. Of course you need resign new apk.
- 16 replies
-
1
-
- Speedhack not working
- Speedhack issue
- (and 5 more)
-
Patch smali code. return always false in check method. Use dex2jar + jd-gui for read code and baksmali for change it.
- 16 replies
-
- Speedhack not working
- Speedhack issue
- (and 5 more)
-
Disabled root check. com.flarie.app_2018-03-15_signed.apk
- 16 replies
-
- Speedhack not working
- Speedhack issue
- (and 5 more)
-
Gathering information about GG errors (#9ggo57t)
-
Yes. Pause process after hide GG UI, not before.
-
All games is javascript based and loaded inside WebView. So it is depends from webview and not always can be speedhacked.
- 16 replies
-
- Speedhack not working
- Speedhack issue
- (and 5 more)
-
It is java app. Libs only for check for root. Try use timer 43 and/or 44 in speedhack functions.
- 16 replies
-
- Speedhack not working
- Speedhack issue
- (and 5 more)
-
The Sims™ Mobile - hack currency, XP, items - GameGuardian
Enyby commented on NoFear's gallery image in Video Tutorials
-
Use Xda for this. https://www.xda-developers.com/root/
-
No idea. Try fill. My business is to make a tool. And how to use, this is not my problem.
-
-
250,000,000 Yes. Usually it Just 35 from 50, so need search 35 or 15 (50 - 35). I don't know exactly. All can be any. And you can select wrong data type. For example 1,800K can be float or double. Or encrypted at all.
-
Floating window isn't showing on the game interface
Enyby replied to RamezReZ's topic in General Android Discussion
Remove GG. Install from scratch without change any settings. And record logcat and video from issue. Gathering information about GG errors (#9ggo57t) -
The Sims™ Mobile - hack currency, XP, items - GameGuardian
Enyby commented on NoFear's gallery image in Video Tutorials
-
-
Floating window isn't showing on the game interface
Enyby replied to RamezReZ's topic in General Android Discussion
You disable flaoting window in "fix it" menu. Enable it. Or completely remove GG and install it again. _______________________________________________ added 1 minute later How to use GameGuardian without float window - GameGuardian (#6ppq7frv) -
if tonumber(o[1].value) > 200000