-
Posts
3,002 -
Joined
-
Last visited
-
Days Won
249
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by NoFear
-
Waiting for developer to update... They are planning to update game. And then I'll consider it. I don't want to publicize it shortly before they update, because they can add this patch to the update. Wait for the big update then release, now they have to work on a new update immediately.
-
You didn't follow directions... You aren't editing qty. You are editing id of something with large qty.
-
Remove some values from your search... 8 values is the limit in a group search.
-
I understand. I tried
- 1,992 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Hahaha... I'm sure me adding to your list doesn't help the time-line GG won't ever offer some sort of live debugging features will it?
- 1,992 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
You are amazing! No doubt you are an awesome developer that is continually improving and advancing one of the best hacking tools available... You have knowledge in building kernels? If custom kernel is what would be needed to bypass ptrace, I would pay someone to make a custom kernel for my device...
- 1,992 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
@Enyby Feature request : Pointer navigation undo/travel back. (long press value and have option to travel back/undo pointer nav) Ex: Long press value, goto pointer. Long press another value at that location, goto pointer. Want to go back and navigate from another pointer instead. (undo/travel back). I know I could save address. Navigate. Goto save. Goto address location then choose another and goto pointer. I think with games that are utilizing pointers more, having an undo or travel back could be useful. Thoughts? Thank you
- 1,992 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Values I tend to work with are static... The part you don't understand.. Instead of me doing this "m" 00 "i" 00 "c" 00 "r" 00 "o" 00 "c" 00 "i" 00 "r" 00 "c" 00 "u" 00 "i" 00 "t" 00 I'll do a byte search of this 6dh;69h;63h;0;72h;6fh;63h;69h::30 It's faster, it will get similar results.
- 1,992 replies
-
2
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
Pointer scan - lua script - GameGuardian
NoFear commented on Enyby's gallery image in Video Tutorials
-
What about code in Anonymous? Ahhh, I think string length was like 20 or 30. For now I think I'll convert ascii to hex and add like 1 "0" to it and search length remain under 8. Also, HUUUUGE thank you for GG now remembers which memory region you used on each game. That is soooooooo helpful. If I revisit a game, I'll forget what memory range I used in it
- 1,992 replies
-
1
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
If you know the timer on it, could save a lot of time... Edit: might not exist yet... Since I couldn't find the physical item when I looked...
-
How to hack the text in UTF-8 and UTF-16 - GameGuardian
NoFear commented on Enyby's gallery image in Video Tutorials
@Enyby With the string search and replace, how does this work if string is abc and you want to replace with cdefghijklmn You can't replace with a longer string or else you end up re-writing values nearby... Or can GG insert and shift? Also with the re-writing (with Last day on earth), their is a value above the string stating how many lines of text their is, which obviously won't work on this game if string length changed. -
Just look through last few pages... I've given plenty of info on finding items using ascii to hex and searching.
-
How to hack the text in UTF-8 and UTF-16 - GameGuardian
NoFear commented on Enyby's gallery image in Video Tutorials
-
I'll give it some tries when I find some time today. I'll experiment with the chopper's storage in some ways that I have in mind. And my search for infected, didn't show anything regarding a box or container. Might not be added. atv_trasmission I would search "transmi" with a 0byte between 2 of the letters. 74h;0;72h;61h;6eh;73h;6dh;69h::14 Like that .
-
So I HAVE to pause the process? I was already testing it, but EXTREMELY slow (unpaused). What sucks is typing out the whole string. Lol
- 1,992 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
The words will be the same. If you find UI in from of it, that's not it. Or 'description' in the same string, that's not it. Should only be the item name.
-
Then shorten it... atvtran or something. My thought would be to do an unknown dword search. Place a military chest. Unknown dword change, and search for the pointer for that item. Then look for infected chest id, swap them. Then leave to map and return and see if it behaves like military chest... If it does, maybe a restart and see if it changed.
-
"s.t.r.i.n.g" "s t r i n g" "s_t_r_i_n_g" The only thing is you might not know what the characters are between each letter until you finally find something.
- 1,992 replies
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
The text search I don't think works with "padded" strings. Can't have a "padded" toggle,which would basically double the range ? Or allow manual range selection? This app is getting so amazing.... Thank you for all your time and hard work. Much appreciated.
- 1,992 replies
-
3
-
- GameGuardian APK
- Official Download
-
(and 1 more)
Tagged with:
-
It should. It should.
-
Look into buying or finding a full copy of repetitouch pro (my preference). Essentially a macro recorder. Then record the touches you do to buy an item. Then have it replay/loop infinite amount of times until you stop it. You can leave phone sitting while it does it for you. Figure should be able to buy at least 1 per 2sec, 30/min. So 300 in 10min. That's not bad, especially since I think it will be faster.
-
Usually editing that many values isn't a good idea. Getting results below 20 would be ideal. You have many memory ranges selected? If so, select only the memory range that applies to that game/hack... This alone can reduce results by A LOT.
-
Yea, there is many "strings". You'll see description, UI and bunch of other things. The item shouldn't have anything additional in the string. As you saw in the video. Really hope this helps everyone find more items in the game on their own.
-
I'm really hoping everyone is getting a grasp on doing things on your own... You've been given many many videos and write ups on hacking just about anything... ATV/Chopper gas tank Every single step I take