WereWolfx01
Senior Member-
Posts
137 -
Joined
-
Last visited
Everything posted by WereWolfx01
-
Help/Support GDB error: "user unexpectedly closed network connection"
WereWolfx01 replied to WereWolfx01's topic in Help & Support
nope. GamePlayer dosn't work in safe mode -
Help/Support GDB error: "user unexpectedly closed network connection"
WereWolfx01 replied to WereWolfx01's topic in Help & Support
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 -
Help/Support GDB error: "user unexpectedly closed network connection"
WereWolfx01 replied to WereWolfx01's topic in Help & Support
i dont think i can do it in safe mode because i have to use GamePlayer also -
Help/Support GDB error: "user unexpectedly closed network connection"
WereWolfx01 replied to WereWolfx01's topic in Help & Support
ipad mini ios 8.3 -
Help/Support GDB error: "user unexpectedly closed network connection"
WereWolfx01 replied to WereWolfx01's topic in Help & Support
yes, my ipad is 16 gb and i have 7 gb free -
Help/Support GDB error: "user unexpectedly closed network connection"
WereWolfx01 replied to WereWolfx01's topic in Help & Support
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 -
Help/Support ios 8.3 gamplayer not searching
WereWolfx01 replied to WereWolfx01's topic in Help & Support
Still not working and same problem -
Help/Support ios 8.3 gamplayer not searching
WereWolfx01 replied to WereWolfx01's topic in Help & Support
Can you give me the repo? -
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 ?
-
Tool iGameGuardian // iOS 5.1.1/6.x/7.x.x/8.1.2 [ EASY AS BAKING PIE ]
WereWolfx01 replied to Svensken's topic in Tools
thanks -
Help/Support GDB error: "user unexpectedly closed network connection"
WereWolfx01 replied to WereWolfx01's topic in Help & Support
SSH terminal in ifunbox works great thanks -
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.
-
Tool GamePlayer for iOS 9! (Works on 6.x, 7.x & 8.x,9.x)
WereWolfx01 replied to nkodder's topic in Tools
thanks -
thanks
-
thanks
-
Thanks
-
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
-
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
-
Thanks
-
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
-
I'll try Thanks Lowercase the S actully worked for me and solved the whole problem Omg thank you Dida your the best
-
Yes
-
http://iosgods.com/topic/1976-first-argument-to-word-function-must-be-greater-than-0-stop/