
Mr. Hyperion
Senior Member-
Posts
302 -
Joined
-
Last visited
Everything posted by Mr. Hyperion
-
Why you should use it? To make life easier and to make sure the functions are correct.
-
Also, how do I just apply the modifying in terminal instead of putting the binary in all the time in ifile?
-
Use LLDB for iGameGuardian addresses to set watchpoints on addresses that change. For example, if you hacking coins in a sub_x game, then you search the coins on game guardian and keep decreasing or increasing the value of coins in game and then keep searching for the coins until you reach an address with 2-3 addresses. It's pretty confusing and It took forever for me to learn. Believe it or not I'm only 14 and I started this when I was 13. So I'm still learning. Or you could hack with strings on Ida but sometimes strings are useless so don't rely on them for everything. Any other questions.
-
In this case this game doesn't go to negative. What do I mod is the question??
-
I'll help ya. First of all GDB is broken for watchpoints but great for breakpoints. LLDB is best for watchpoints. You use LLDB to hack sub_xx (X being a variable) and you need a Windows or Mac. I use Mac cause it's easy. There are Windows tuts too. LDR and STR I'm confused on right now... Add and Sub is simple (adding and subtracting same with SUBS AND ADDS). Hxd is hex which you need. ---> mod the MOV or LDRB to BX LR (in hex converter = 70 47 for 2 byte and 4 byte I'm not sure). Most likely it should be the MOV. Otherwise it would be LDRB. I'm confused on LDR AND STR. MOV is sort of making sense but try it out. You never know when it will work or not. Need more help I'm right here
-
But on a couple tuts I watched, it showed that they modified the sub and or add around LDR or STR. So I'm confused
-
Who else would know? @@DiDA @@shmoo @@Crypto
-
How am I supposed to know which part to modify? For example. LLDB dropped me off at the address 00348c14 (as you will see in the pic and its highlighted in gray). Now, what am I supposed to do. I'm hacking points in a game. Points have to go up but I see a MOV, 2 SUB & ADD. So what thing am I supposed to modify (you will see in pic highlighted all SUB, MOV, ADD...) So what am I supposed to modify to make the points infinite?? Remember the points are supposed to go up not down when you purchase something. So what do I modify it so that the points will go up but not decrease when purchasing something or just make the points infinite?? Plz help as this is the 2nd game I'm trying. Picture is : http://imgur.com/kKtKpeJ
-
Any games you can tell me to hack with LLDB that are easy??
-
okay... And how do you people hack games that don't have any add or subs. Like no crash in asphalt 8. That is not an add or sub so it must be a MOV OR LDR?? How do you hack those types of games??
-
Never mind I fixed it myself
-
I keep getting this error when I install a new tweak or package: sub process /usr/libexec/cydia error. I have 2.1 GB of storage and 2.4 MB of RAM. I don't know what the hell is taking up so much ram because I don't have many tweaks or many apps! iPhone 6 iOS 9.0.2!
-
Ok will try it out. If it works then I'll mark as silved
-
I fixed it. I forgot to modify the add... To a bx lr! The ldr WAS never supposed to be hack. I just need to know how to do the tweak.xm.
-
It's crashing the game. The offset was ldr something and I bx lr it and it's crashing. It's right from LLDB and I also set permission to 777
-
I have found the offset from LLDB! But I want to create this hack into a .deb. But how do I set up the tweak.xm. I already know how to do MSHOOK but now I just hacked a sub_x game and I got the offset address and hex. Now how do I implement this into a hack patcher?? Are there any templates? Plz help.
-
Thx
-
What are some games I could hack with LLDB?? Some games that are less then 1 gigabyte! Thanks
-
I fixed LLDB to work on Windows 10. I attached the game via process id and now I don't know what to do. I did ctrl+c. So now how do I debug the application?
-
How do I disable firewall on Mac and Windows??
-
I have Xcode and installed all command line tools and used terminal to install those. LLDB keeps returning the error could not connect to remote gdb process. Please help with this error. How do I install USBMUXD
-
How do I set up usmuxd and LLDB on Mac? It keeps returning the error...could not connect to remote gdb process! What is wrong! Just show me how to setup both USBMUXD and LLDB! Please
-
Help/Support Cydia gone ahead in time, to the future! Need help
Mr. Hyperion replied to Glavar94's topic in Help & Support
Probably changed date in settings to far in the future -
Will try tomorrow going to sleep
-
I already have that. Everything is working excepts the -void. -void functions are not working I already have that. Everything is working excepts the -void. -void functions are not working. Still not working