Jump to content

NoFear

Moderators
  • Posts

    2,980
  • Joined

  • Last visited

  • Days Won

    224

Everything posted by NoFear

  1. NoFear

    GameGuardian

    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.
  2. NoFear

    GameGuardian

    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.
  3. Alphagamers.net I have a method for hex editing save...
  4. Hex edit save file. Almost anything you hack if not careful, will trigger ban.
  5. NoFear

    GameGuardian

    Oh... Their might be another combination of searches that doesn't work. I'll double check. Thanks for quick reply.
  6. NoFear

    GameGuardian

    @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.
  7. Not always. I feel most of the time offset between values is constant. No need to add something like that. Could always create a script/macro to achieve it.
  8. 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?
  9. So even though address is in new location, it will find the location and load it? Plans to add C++ alloc or Anon (or even all ranges)? Understand if the memory range adds other complications. Nice addition to GG.
  10. 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
  11. Very interesting... Moto X Pure, ptrace active and bypass in GG doesn't work.
  12. Cartoon Wars 3 Hello Mr. Rich Kingdom Hearts Unchained X Dark Sword Seven Knights As I remember or find more, I'll add more.
  13. NoFear

    GameGuardian

    @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.
  14. 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.
  15. Also the wheel values are interesting. Floating value, never relocates that is like a directional value... But couldn't force a reward.
  16. 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.
  17. 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.
  18. NoFear

    GameGuardian

    @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.
  19. Like the price for summoning. 1;5;33;17::13 5 being the price You can edit, but it still takes 5 orbs.
  20. I hope to do some damage to this game. Edited qty/inapp for orbs, none of that worked. I can work on feathers instead.
  21. With this info, I will attempt to do way more. Thank you all for the help. Look forward to sharing more.
  22. 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.
  23. 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.
  24. 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.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.