Jump to content

NoFear

Moderators
  • Posts

    3,002
  • Joined

  • Last visited

  • Days Won

    249

Everything posted by NoFear

  1. Also the wheel values are interesting. Floating value, never relocates that is like a directional value... But couldn't force a reward.
  2. 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.
  3. 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.
  4. 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.
  5. Like the price for summoning. 1;5;33;17::13 5 being the price You can edit, but it still takes 5 orbs.
  6. I hope to do some damage to this game. Edited qty/inapp for orbs, none of that worked. I can work on feathers instead.
  7. With this info, I will attempt to do way more. Thank you all for the help. Look forward to sharing more.
  8. 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.
  9. 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.
  10. 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.
  11. Haven't had time, yet.
  12. Unknown float search. Goto a lower or higher spot on map. Unknown increased or decreased depending on if you and higher (increased) or lower (decrease). Keep repeating. Eventually you'll have small list of values. Ranging from 0 to maybe 4 (depending on height). If you have a value like 3.64567 Edit to something like 3.9 If character jumps ,you found the height value . Goto address ,and I think 8bytes below will be x axis speed and further down y axis. Got can edit the speed and basically teleport in a direction until you hit a wall. I'm sure nearby is your x/y location on map meaning you can teleport ANYWHERE, I just never tried or cared.
  13. It's been a long time since hacking this game... I'm pretty sure developer patched everything and it would take me a long time to find anything again.
  14. I don't typically use pc much at all. This site works well that I found. http://xor.pw I'm sure I could find an advanced calculator app for phone too.
  15. Does the price change you make actually work? Or only visual?
  16. Is there a xor calculator? Thank you for this info. It's even more simple than I thought.
  17. I'm seeing more games implement this method though. Where 444444 is 4bytes above the value. 444445 is 1 but the further from 1 you get the harder it is to find. Usually my method if I know value is 0,search 444444. Then have value change and search unknown changed. I guess encrypted is good enough for it.
  18. Yup. This makes the 3rd game with this method. @Enyby maybe look into adding this new method into GG?
  19. It's the dword value above them 444444? I have found a couple games with this same method. Might talk to @Enyby about it. It might be a new method for values that can easily be found.
  20. The gems value is determined by the qty for the food/gold. And maybe goto address for the portal stones values, find offset between them and use that offset to help find the others. What's the game? I might be able to give detailed instructions.
  21. I don't get what you are asking exactly....
  22. That's not the point of "bypassing". The point is to keep your apps and play. It is possible, but extremely annoying. If planning to use GG most likely can if game doesn't have ptrace.
  23. Search forum. Is public and free.
  24. Most likely need to find other related values nearby. Then your can at least narrow your results. Also finding the memory range most values are on helps too. Then you can search only that memory range.
  25. Anytime.
×
×
  • 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.