Jump to content

--Techarmor--

Senior Member
  • Posts

    1,861
  • Joined

  • Last visited

Everything posted by --Techarmor--

  1. had this error too here is how I fixed it:
  2. To you too!
  3. No one said
  4. HAPPY NEW YEAR! Just wanna say that I had a fun time here on iOSGods and I am learning how to cheat (a game) Thanks to the peoples that helped me with all my problems (usually on theos) and for the peoples who appreciated my hacks. I am almost 1 and a half year here, and I missed my birthday here. All of the peoples here are nice. I really had an awesome time here, I wish that I could stay here forever but I think forever doesn't even exist. And I wish if I didn't even can stay here forever I just wish I could stay here until another New Year, Next Year. And to all the awesome cheaters there, keep it up - Techarmor
  5. and @DiDA You forgot to add the important part. The link Oh didnt saw that
  6. Well he just did
  7. IKR I really laughed on my own post
  8. I thought yours is the first
  9. #Smokey #Burn #Cops #Revolution #WTF Oh I'll send cops for help
  10. God job? So this is God's job now?
  11. The Title! #Revolution MSHook Online Generator - Fine Title
  12. ...................
  13. 3999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 LET'S START ALL OVER! 1
  14. Hacking a Binary has never been easy for me. Well I don't know for you, because I am gonna be sharing some of my knowledge about IDA. Which you might find it hard to do because I am your trainer. So I am gonna start now. When using IDA always remember that when Always choose the processor type to ARM Little Endian And DO NOT open the Binary as Binary File open it as what your phone supports For example my phone supports ARMv7 or ARMv7s After opening the Binary wait for it to load. You will know that it is fully loaded when the Bar on top is Blue. And if hacking always search for the Fuction Name. For example Bucks. Use the little window on the left that is labeled "Function Name". And press Alt + T to search for the functions. Then after you have found the Function its time to edit the instruction. The instructions are the things that makes the Function a Function. An example of an instruction is: MOV R0, R7 BX LR ADD R0, R1, R0 SUB SP,SP, And many more. So now let's really start. For example the instruction that I will edit is: LDRD.W R0, R1, [R0,#0x334] (in hex: D0 E9 CD 01 - Which is 4 bytes) And As I said that I will hack the bucks so that is the Loader. Loader, this thing loads the value into a register. To hack this you must edit this to MOV R0, R7 (in hex: 381C - Which is 2 bytes) Changing it to MOV is not just changing it's name, you must edit it's hex. After changing the hex. Save it, then the binary is hacked! But if you're hacking the Buy price for example: SUBS R1, R0, R1 You could null, or instead of your money decreasing it will give you millions! This is how to do it. The original instruction is SUBS R1, R0, R1 (in hex: 41 1A - 2 bytes) to null it you must make it to NOP (in hex: C0 46 - 2 bytes) change the SUBS R1, R0, R1 Hex to C0 46 to make it Free!! or make it MOV R0, R7 (in hex: 38 1C - 2 Bytes) And if it's just a simple BOOL, it's instruction is MOV R0, #1 - TRUE MOV R0, #0 - False I am not sure on everything that I have posted because I am just really a beginner at IDA, this is just a little tut that might help you. Source: http://iosgods.com/topic/1469-ida-hacking-tutorial-2/ http://iosgods.com/topic/1470-tutorial-ida-hacking-tutorial-3/ http://iosgods.com/topic/852-tutorial-how-to-hack-using-ida/ I just summarized it. And @Salman1700 here it is.
  15. Lol, No verification given.
  16. Really? Damn! I havent tested it
  17. Dude. The turrets are infinite do it and do it again. Nothing will happen. it will add, it will decrease, it will add, it will decrease. and the ammo? that works for me
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines