-
Posts
1,861 -
Joined
-
Last visited
Everything posted by --Techarmor--
-
@Zimon
-
had this error too here is how I fixed it:
-
To you too!
-
No one said
-
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
-
Well he just did
-
IKR I really laughed on my own post
-
I thought yours is the first
-
#Smokey #Burn #Cops #Revolution #WTF Oh I'll send cops for help
-
Save Game Traffic Rider <All Versions>
--Techarmor-- replied to --Techarmor--'s topic in Save Game Cheats
God job? So this is God's job now? -
...................
-
3999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 LET'S START ALL OVER! 1
-
Hack Mega Run - Redford's Adventure 1.7.2 by Get Set Games +12
--Techarmor-- replied to a topic in Free Jailbreak Cheats
Mega Run? Mega Jump? -
Hack Mega Jump 21.0.4 by Get Set Games +12
--Techarmor-- replied to a topic in Free Jailbreak Cheats
-
TuT [Tutorial] How to use IDA to hack iOS Apps
--Techarmor-- replied to --Techarmor--'s topic in Tutorials
-
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.
-
Hack SAS: Zombie Assault 3 <V. 3.0>
--Techarmor-- replied to --Techarmor--'s topic in Free Jailbreak Cheats
Well... Yeah -
Lol, No verification given.
-
Request Hack For School of chaos MMORPG v1.489
--Techarmor-- replied to TheRocker1212's topic in Hack Requests
I'll try -
Hack SAS: Zombie Assault 3 <V. 3.0>
--Techarmor-- replied to --Techarmor--'s topic in Free Jailbreak Cheats
Really? Damn! I havent tested it -
Hack SAS: Zombie Assault 3 <V. 3.0>
--Techarmor-- replied to --Techarmor--'s topic in Free Jailbreak Cheats
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