Jump to content

WereWolfx01

Senior Member
  • Posts

    137
  • Joined

  • Last visited

Everything posted by WereWolfx01

  1. nope. GamePlayer dosn't work in safe mode
  2. This iPad doesn't want me to enter safe mode for some reason . i tried to hold down volume up button when apple logo appears but dosn't work. also i tried a tweak to turn on safe mode but dosn't work also
  3. i dont think i can do it in safe mode because i have to use GamePlayer also
  4. yes, my ipad is 16 gb and i have 7 gb free
  5. ssh terminal in ifunbox is running very slow and tow reponding to any command . i tried to SSH using USB cable but it seems im having the same problem 'unexpectedly closed.......' any suggestions? BTW i tries winSCP, PuTTY , KiTTY and IfunBox but none of them seems to work i have 7 gb free RAM though
  6. Still not working and same problem
  7. Can you give me the repo?
  8. hi guys i installed gameplayer 2.0 which supports ios 8 it worked few times but now its freaking me out and keeps searching ith no results igameguardian dosnt support ios 8 so any solutions or other tweaks might help ?
  9. SSH terminal in ifunbox works great thanks
  10. hey guys im trying to hack game using GDB and IDA but when i use putty to SSH into my device and enter commends root>alpine>gdp> att (game) > it start to attach and my game froze this is normal but when it says "Reading symbols for shared libraries ...... " i get error says the user unexpectedly closed network connection and i didn't . this happed all the times.
  11. Use mine PSN: WereWolfx01 *this name grew up with me since the launch of call of duty 4 on PC to PS3 and then this generation ps4
  12. Thanks
  13. Hey DiDA ! I got the error while I try to make package Tweak.xm:72: error: %end does not make sense inside a block error This is the code %hook Foundation - (void)setHealth:(float)fp8 { fp8=9999.9f; %orig(fp8); } - (float)health { return 9990.9f; } - (void)setFireRate:(float)fp8 { fp8=999.9f; %orig(fp8); } - (float)fireRate { return 999.9f; } - (void)setAccuracy:(float)fp8 { fp8=999.9f; %orig(fp8); } - (float)accuracy { return 999.9f; } - (void)setDamage:(float)fp8 { fp8=99999.9f; %orig(fp8); - (float)damage { return 99999.9f; } - (void)setAmmoQuantity:(int)fp8 { fp8=99999.9f; %orig(fp8); } - (int)ammoQuantity { return 99999.9f; } - (void)setPrice:(int)fp8 { fp8=0; %orig(fp8); } - (int)price { return 0; } %end
  14. What's wrong with my coding ? Why it's not working in the game ? %hook Weapon - (void) setAmmo : (int) fp8 { %orig(fp8) ; fp8=99999; } - (void)setClip:(int)fp8 { %orig(fp8) ; fp8=9999; %end %hook SoldierHostController - (BOOL)hasPower { return true; } %end
  15. I'll try Thanks Lowercase the S actully worked for me and solved the whole problem Omg thank you Dida your the best
  16. http://iosgods.com/topic/1976-first-argument-to-word-function-must-be-greater-than-0-stop/
×
  • 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