Jump to content

ThePianoGuy

Senior Member
  • Posts

    569
  • Joined

  • Last visited

Everything posted by ThePianoGuy

  1. i can buy iGG so what is the repo link?
  2. Hi What is the best memory editor app that support memory storage and floating window? and for GNU debugging? i would like to start GNU debugging with my iPad 2 with 512 MB RAM:
  3. no i have not tried it yet. how to use NSTimer? or how can i remove protection without using Clutch?
  4. Hi My own patcher makes the game crash even the switcher is off by default. I uninstalled my patcher and it's working again. I used DiDA's theos template to create a patcher and edit it. Here is my code and offset censored. #import <Foundation/Foundation.h> #import "writeData.h" #define PLIST_PATH @"/var/mobile/Library/Preferences/minionrushhack.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %ctor { if(GetPrefBool(@"kObs")) { writeData(0xXXXXX,0xXXXXXXXX); } else { } }
  5. Clutch (Just "Clutch") is working perfectly on iOS 8.3. just download it from biteyourapple i think. Do not download Clutch2 because you have to type very long bundle ID
  6. Thanks for the infomation. Mark Solved!
  7. Hi A question. What are sub_xxxxxx in IDA? can you give me full explanation why all functions are sub_xxxxxx?
  8. try erase DNS from Wifi settings or put Google's DNS 8.8.8.8 and it will work Some apps will not work if your DNS is 192.168.x.x
  9. BX LR means end function
  10. it's Final Fable but if i set the number to 65025 like this MOV R0, #0xFF MOV R1, #0xFF MULS R0, R1 BX LR max value will be 1 and it goes down to negative value. how do i do
  11. thanks. Clutch is better than Clutch2. i don't really want to type the long bundle ID on Clutch2
  12. the developer make the game work on iPad 2 now. i have not got it to work because it still detect my iPad 2
  13. the solution is remove the wrong DNS 192.168.1.2 in WiFi settings
  14. Hi Should i mod setter methods in IDA? i'm not sure if it is possible... i always mod getter methods. about PUSH and POP. can i simply replace it or should i keep it like this? PUSH {R4,LR} MOV R0, R7 POP {R4,PC} Here is the full ARM assembly code _DWORD __fastcall Hero::SetCriticalDmg(Hero *__hidden this, unsigned __int16) EXPORT _ZN4Hero14SetCriticalDmgEt _ZN4Hero14SetCriticalDmgEt ; DATA XREF: .data.rel.ro:00BCD0E8o PUSH {R4,LR} MOVS R4, R0 BL _ZN5Actor14SetCriticalDmgEt ; Actor::SetCriticalDmg(ushort) LDR R3, =0x5EC LDR R0, [R4,R3] ; this CMP R0, #0 BEQ locret_4AD148 BL _ZN13PlayerInfoMgr14IncHeroDataVerEv ; PlayerInfoMgr::IncHeroDataVer(void) locret_4AD148 ; CODE XREF: Hero::SetCriticalDmg(ushort)+Ej POP {R4,PC}
  15. iCleaner does not clean RAM. it only clean up internal memory The RAM cleaner app looks like this. i have this screenshot on my twitter account but i forgot it
  16. ok. is there any RAM cleaner program for jailbroken iPad 2?
  17. Why OpenSSH on my iPad 2 keep randomly disconnecting for no reason while i'm transfering files or doing something in SSH shell? It is very very very annoying while i making MS tweaks or transfering big IPA file to my iPad 2. It is not happen on iOS 7. The problem appear when i restore my iPad 2 to iOS 8.1.2 and iOS 8.3 The wifi signal is very strong. My computer is connected with Ethernet cable. My Netgear wireless router is brand new and it is fast and stable. i don't know what is wrong with SSH.
  18. oh ok so i don't have to be afraid i think it is to save RAM space
  19. Hi On any apps, i see a Snapshot folder that contains screenshot of what i'm doing in the app. it looks like a spy because i have not given it permission to take a screenshot and it also eat my memory space. how do i do?
  20. hi when the game is made for online mode only, you can't play the game without the internet. the online game need to read the data on the server that is not on the client. Example user profile, monster data, functions, etc... anyway, welcome to the internet. looks like you are new on the internet
×
  • 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