Jump to content

WereWolfx01

Senior Member
  • Posts

    137
  • Joined

  • Last visited

Everything posted by WereWolfx01

  1. SSH terminal in ifunbox works great thanks
  2. 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.
  3. 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
  4. Thanks
  5. 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
  6. 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
  7. I'll try Thanks Lowercase the S actully worked for me and solved the whole problem Omg thank you Dida your the best
  8. http://iosgods.com/topic/1976-first-argument-to-word-function-must-be-greater-than-0-stop/
  9. Thanks
  10. Thanks
  11. Hey guys I have a jailbroken iPad mini iOS 8. I'm trying to have with MS hack but it seems when I type "make" in mobile terminal I get an error "the first argument to word function must be greater than 0" Also I tried DiDa's solutions to add "64" to some file names but I get another error when I type "make" Error " no target specified and no make file found " Pleaseeeee help me
×
  • 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