-
Posts
1,324 -
Joined
-
Last visited
Everything posted by bR34Kr
-
Help/Support Where is the path for the messages app?
bR34Kr replied to Parham_m's topic in Help & Support
Install NotTodaySatan from Cydia and messages is in /Applications/messages.app or something -
SFTP (Secure File Transfer Protocol). You will need OpenSSH and saurik's addon for it and then install an SFTP app from the AppStore and connect to yourself.
-
Filza won't work? Try SFTP to self.
-
Help/Support Cydia wants to delete essential packages
bR34Kr replied to Noname1928's topic in Help & Support
This package will reinstall Cydia I think. Just ignore updates on it. -
Cheater/Modder and Cheat/Mod of the Month Android + iOS [March 2018]!
bR34Kr replied to Rook's topic in Forum Announcements
Hacked it -
You didn't input the correct UUID. Run ./uuid and you'll see what to do to have the correct one
-
Because I get the offsets with GDB. So my method needs SSH. I wonder what yours is though.
-
I have a lot of RAM so I don't know I did it a few times while I didn't have my PC and it worked so it was worth sharing.
-
Hello everyone! Now you want to hack games but you don't have a PC? Well read this TuT and it'll show you how to do so. It is very important to know that it is a DIRTY method of hacking but I'll talk about that later. Also so be aware that this may take a lot of RAM. (@DiDA) REQUIREMENTS: - GNU Debugger from Cydia - Any other device capable of SSHing - OpenSSH from Cydia - Any File manager (Filza/iFile) - Jailbroken iDevice - Game Player - RastiCrac (Not obligatory) [Hidden Content] CREDITS: @bbReakMe Please correct me if I've done any mistakes.
- 92 replies
-
- 278
-
-
-
-
-
-
-
I wonder how you found that...
-
What JB are you using. Use g0blin and the C-Ops hack works fine for me.
-
It's a Stock Market simulator.
-
I like food with lamb sauce.
-
Solved Hyper Heroes v5.1 (Jailbroken or not)
bR34Kr replied to JohnnyModzz1's topic in Filled iOS App Requests
Isn't it hacked? -
And the IDA offset is where there is the sub_blablabla
-
Just to be sure, ASLR slide is the output of image list?
-
Is putting a breakpoint on a function possible with LLDB? w s e -- 0xFUNCTIONGOESHERE
-
I have this function which has the string "TotalDamage" in it. I know to godmode it's to RET the lose health, etc. But for OHK I actually have to change the values so it's big. So can I just change the values stored in the registers by not changing the flow of the script? __text:000000010145D448 sub_10145D448 ; DATA XREF: __const:00000001028F9C38↓o __text:000000010145D448 __text:000000010145D448 var_10 = -0x10 __text:000000010145D448 var_s0 = 0 __text:000000010145D448 __text:000000010145D448 STP X20, X19, [SP,#-0x10+var_10]! __text:000000010145D44C STP X29, X30, [SP,#0x10+var_s0] __text:000000010145D450 ADD X29, SP, #0x10 __text:000000010145D454 MOV X19, X0 __text:000000010145D458 LDR X8, [X19,#8] __text:000000010145D45C LDR X0, [X8] __text:000000010145D460 MOV W1, #0x18 __text:000000010145D464 MOV X2, #0 __text:000000010145D468 BL sub_100A732C4 __text:000000010145D46C LDR X8, [X19,#8] __text:000000010145D470 LDR X19, [X8,#8] __text:000000010145D474 ADRP X0, #aTotaldamagedon@PAGE ; "TotalDamageDone" __text:000000010145D478 ADD X0, X0, #aTotaldamagedon@PAGEOFF ; "TotalDamageDone" __text:000000010145D47C BL sub_102089C74 __text:000000010145D480 MOV X1, X0 __text:000000010145D484 MOV X0, X19 __text:000000010145D488 MOV X2, #0 __text:000000010145D48C LDP X29, X30, [SP,#0x10+var_s0] __text:000000010145D490 LDP X20, X19, [SP+0x10+var_10],#0x20 __text:000000010145D494 B sub_100AD0780 __text:000000010145D494 ; End of function sub_10145D448
- 1 reply
-
- 1
-
-
Hope you have a good time around here!
-
Save Game [SaveGame] Partymasters [Infinite Currencies +More!]
bR34Kr replied to bR34Kr's topic in Save Game Cheats
SyncedPreferences -
But if I want to change a value which the player regenerates how would I do that? Because only the player regenerates
-
Help/Support Problem in Flex,icleaner and many apps
bR34Kr replied to Greyy's topic in Help & Support
Weird. What jailbreak are you using? My Game Player works on 10.3.2 -
Help/Support Access a method in a class in real time on iOS 9.3.3
bR34Kr replied to MrunalS's topic in Help & Support
Make a theos project where you hook to that specific class and method to store the value in a variable which you then print.