-
Posts
2,991 -
Joined
-
Last visited
-
Days Won
237
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by NoFear
-
Your gold balance # of digits can't change when you hex edit it. So if you have 50 gold, you can't hex edit it over 99. If you have 150 can't exceed 999... There is more data in file that needs to change. I didn't bother trying to figure it out. Instead, basically keep your gold from running out... I assume this is the problem you had...
-
I know I need selected process. GG sitting idle wouldn't randomly ask to select a process until I clicked icon. Now it will pop up that notification unless I exit or select a process. Nor a huge deal, just something minor I noticed changed.
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Another "bug"... I rarely to never close GG... One of the more recent updates made a change how GG acts when "idle". Every now and then GG will just say "Game Dead" with the Exit, Restart Game, Ok choices. Is hard to replicate for I think it depends on what I was hacking last or when device is idle for long period. If needed, I can try to replicate and get you logcat. If this isn't a "bug" and I shouldn't leave GG open/idle, then I understand. I really NEVER close GG.
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Alphagamers.net I have a method for hex editing save...
-
Hex edit save file. Almost anything you hack if not careful, will trigger ban.
-
Oh... Their might be another combination of searches that doesn't work. I'll double check. Thanks for quick reply.
- 1,987 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
@Enyby I forget if this was intentional or if it is a bug. Range search Then unknown increase/decrease search. The 2 searches not meant to be used together? Thanks in advance.
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Example of magic rebase on load saved list - GameGuardian
NoFear commented on Enyby's gallery image in Video Tutorials
-
Example of magic rebase on load saved list - GameGuardian
NoFear commented on Enyby's gallery image in Video Tutorials
Is it possible to do like an offset saved list? Find 1 "master value", add to list. Then add others values based on offset. Then when you save it, you save and choose which is the "master". Next time you search that value, one you find it, you goto load list (must have the "master" value in list). Then it will auto add all the addresses based on offsets. Might be unnecessary or excessive... What's your thought? -
Example of magic rebase on load saved list - GameGuardian
NoFear commented on Enyby's gallery image in Video Tutorials
-
Cartoon Wars 3 has many detections. Systemless root is probably best bet. Kingdom Hearts Unchained X Works with your latest release of GG on my device (successfully bypassed ptrace) Dark Sword Seven Knights Untested by me
-
Very interesting... Moto X Pure, ptrace active and bypass in GG doesn't work.
-
Cartoon Wars 3 Hello Mr. Rich Kingdom Hearts Unchained X Dark Sword Seven Knights As I remember or find more, I'll add more.
-
@Enyby Ptrace bypass! Amazing! What do I need to do to get it to work properly? Is tested cartoon Wars 3 and Hello Mr. Rich. Both crash.
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Editing reward is visual. Close reopen and goes to correct value. Really need to figure out the wheel directional location thing. Spin wheel, dword (I think it was dword). Search reward. When you spin again, search reward. Nearby is like a value that is like the directional and another that is like the direction the wheel should stop or something.
-
Also the wheel values are interesting. Floating value, never relocates that is like a directional value... But couldn't force a reward.
-
I'm working on this too... Haven't spent much time on characters stats. I plan to spend more time on it soon. Maybe try search dmg not hp. HP might not be editable because HP=START HP - DMG Just a thought.
-
10 float is hp. Can do a 10;10::5 search Hit the dummy and see which changes and edit to 0. Edit : each star does 1dmg Edit2: 90% sure you can just edit save file... I'll mess with it later. At work. Edit 3: Freeze hp to 0. And next dummie do a new search. And freeze hp to 0. Eventually game will reuse value locations and dummies will have 0 hp. Edit 4: Stars are xor'd Can use this http://xor.pw/ Choose decimal base 10 on all 3 444444 for first value Qty of stars for 2nd Calculate That's the dword hot search for stars qty. Or just search 444444 and use those results. Shouldn't be many. Friend invites uses same method.
-
@Enyby This might be very picky of me... But when I am going to do a group search and push ';' The built in keyboard moves. I understand keeping justified center vertically, maybe with group search, the top part expands up only so the keys don't move while typing. Here is video sample.
- 1,987 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Like the price for summoning. 1;5;33;17::13 5 being the price You can edit, but it still takes 5 orbs.
-
I hope to do some damage to this game. Edited qty/inapp for orbs, none of that worked. I can work on feathers instead.
-
With this info, I will attempt to do way more. Thank you all for the help. Look forward to sharing more.
-
I think the guy on reddit might be correct. Also the game I guess has a coroutine. @Enyby How does this translate to using GG? Value is encoded in 2 32 Bit Integers in Memory, you can get the Actual value by: v = Math.Abs((val1 AND val2) - (val1 OR val2)) (Thats Bitwise AND & OR) Something from reddit. I removed the game due to getting that error twice for 2 accounts.
-
Also this is promising I'm not going to bother. Either game had a serious bug or is been banned twice already. If it is ban, then ban risk is extremely high.
-
First. Don't edit values by such a large amount. Do an edit that you add to values like 1 (not increment edit). 2nd. Don't edit all results. Especially with a server sided game. If you have 600 results, edit 20 at a time until you find what you are looking for. Then once your determine the memory range, memory location and the value, then you can avoid editing such small amounts and filter down to the exact value or at least narrow results to only 60 then work from that. When you find memory range you can save time and results by only choosing the range you want. And to find other hacks, do unknown value and unknown change many many times (even in single player). Learn how the game operates and what you can find and hack playing offline. Then apply your findings in a server.