Jump to content

ThePianoGuy

Senior Member
  • Posts

    569
  • Joined

  • Last visited

Everything posted by ThePianoGuy

  1. ok i will try when my brother stop playing iPad
  2. Help. My iPad 2 gets stuck on apple logo again for 5 times. i have been very careful using jailbroken iPad 2. i holded the VOL UP button and it booted normally. i uninstalled almost all tweaks but it still stuck on my apple logo My recent tweak upgrades are - shell-cmds - PAM Moduls - Cydia Substrate - Perl
  3. Hi. will my tweak work for iOS 9 if it is compiled with iOS 8 SDK?
  4. it wasn't there before i created this thread. i checked back and i see it. thanks
  5. didn't know that. PM me then if you have one
  6. Hi Can someone give me the IPA file of Guitar Hero Live? It is avaliable for US but not for my country and my iPad 2 just because the bluetooth 2.1 is too old why not disable bluetooth features for older devices, Activision? I compared iPad mini and iPad 2 specs and both devices have same hardware specs and only bluetooth are different so it must be possible to remove bluetooth features and make the game run on iPad 2. iTunes link: https://itunes.apple.com/app/guitar-hero-live/id1024764676
  7. i found ARM converter online. it can convert assembly code to machine code and machine code to assembly code. no 64 bit support yet. In machine code, you must input machine code in GDB/LLDB and not just hex, found in binary file. Example: 20 FF in machine code (GDB/LLDB) --------------- FF 20 in hex --------------- 900010E0 in in machine code (GDB/LLDB) --------------- E0100090 in hex http://svr-acjf3-armie.cl.cam.ac.uk/main.cgi
  8. lol yes but on android version.
  9. no i'm modding game on Android but i ask help here because they know more IDA hacking very well
  10. so will this work then MOV R0, #0x270F ?
  11. hi how can i give the function high damage without breaking the whole function? i think i must mod ADDs but i'm not sure.... The game gives random number of damage Note: name of the game are censored LDR R3, =(_GLOBAL_OFFSET_TABLE_ - 0x307460) LDR R2, =(g_db_ptr - 0x8CE914) ADD R3, PC, R3 ; _GLOBAL_OFFSET_TABLE_ STMFD SP!, {R4-R8,LR} SUB SP, SP, #0x20 LDR R7, [R3,R2] ; g_db MOV R5, R0 ADD R6, SP, #0x38+var_34 LDR R4, [R7] BL _ZNK7xxxxxxxxx8GetLevelEv ; xxxxxxxxx::GetLevel(void) SUB R1, R0, #1 ; unsigned int ADD R0, R4, #0x3AC ; this BL _ZNK12GSdbAccessor9GetRecordEj ; GSdbAccessor::GetRecord(uint) MOV R4, R0 MOV R0, R5 ; this BL _ZNK7xxxxxxxxx11GetStrengthEv ; xxxxxxxxx::GetStrength(void) ADD R4, R4, R0 MOV R0, R5 ; this LDRB R4, [R4,#-1] BL _ZNK7xxxxxxxx11GetStrengthEv ; xxxxxxxxx::GetStrength(void) LDR LR, =(unk_893C10 - 0x3074B4) .ADD R3, SP, #0x38+var_18 MOV R12, R6 ADD LR, PC, LR ; unk_893C10 CMP R0, #6 SUBLS R8, R0, #1 MOVHI R8, #(off_8CE918+2 - 0x8CE914) ADD R8, R3, R8,LSL#2 LDMIA LR!, {R0-R3} STMIA R12!, {R0-R3} LDMIA LR, {R0-R2} STMIA R12, {R0-R2} LDR R0, [R8,#-0x1C] BL _ZN14AppProtectData7GetDataENS_4SlotE ; AppProtectData::GetData(AppProtectData::Slot) CMP R4, R0 BGT loc_307518
  12. I already figure it out that i can't put any values i want thanks. i will try this instead
  13. Edit: i used number "8192" and it works. must use numbers like 1,2,4,8,16,32,64,128,512,1024,2048,4096,8192 and so on
  14. Hi Can i set the value to MOV R0, #9999 or MOV R0, #0x270F ? the ARM converter could not convert it I'm modding a function that only have to lines MOV R0, #2 B _ZN14AppProtectData7GetDataENS_4SlotE
  15. he is not gonna send a weinner a broken phone lol
  16. lol. videos are old now and the string method didn't work on the never binary file.....
  17. Hi Is there any tutorial about IDA string hacking? i found 2 videos but it's not the same on some games. i wonder how Zahir can find engine stress and insane grip that i can't find it in Racing Rivals binary file and he said he don't even know how do to gnu hacking. i can't do gnu hacking because the game always crashes even i have cleaned up some memory
  18. i'm using Driver Booster 3
×
  • 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