
Ianouar3G
Senior Member-
Posts
1,199 -
Joined
-
Last visited
Everything posted by Ianouar3G
-
i need anstall theos & asdk .... any help .
-
I used icloud in the old phone ist fine now thx for all
-
yes so i upgrade ios to 8.1.3
-
no is new
-
my ios 7.0.4 iphone5s free i used "SemiRestore8-Windows-1.0.3" fineched fine ... get it .. my iphone free
-
Patcher - Elf Crisis v1.2 Cheats (+2)
Ianouar3G replied to Ianouar3G's topic in Free Jailbreak Cheats
FROM HERE http://apple.vshare.dot/list?genreid=6014 -
[HACK] - Elf Crisis v1.2 (+2) Features: 1- Enemy No Attack ! 2- Enemy No Shield ! Instruction: - Download deb hack - Put it into iFile - Choose it and Press Installer - Respring - OPEN SETTINGS AND TURN ON THE HACK + Enjoy Download: Hack [Hidden Content] Download: ipa [Hidden Content] Credit: - Me (@GM-4)
-
Help/Support How i can find the damage value in a sub_x game ?
Ianouar3G replied to CmakLove's topic in Help & Support
Hit enemy one hit to see num "3460" is ur damage attack so go to igg find it hit enemy agen get "3768" find in igg ..... M'y english not good i hop to enderstend me 3460 + 3768 = hp enemy 3460 & 3768 = ur damage For exp num 3460 3768 .... -
Request [Request] One Piece Treasure Cruise Ver 1.0.2
Ianouar3G replied to Sinnuhsin's topic in Filled iOS App Requests
After the trying of each of the one hit ko =========(server side) damage 999999 =====(server side) coin gold ... ========(server side) inf combo .. ========(server side) and more ......... try it life 99999 (mode comba) get Experience To Next Level -99 (menu. crew. power UP .) http://adf.ly/17iuLD -
Help/Support how return by (void) in string
Ianouar3G replied to Ianouar3G's topic in Help & Support
int (*old__ZN5Quest8mpNumber11setmpNumberEv)(); int $__ZN5Quest8mpNumber11setmpNumberEv /-------- if not use "()" stile ger errors { return 99999; } %ctor { MSHookFunction(((int*)MSFindSymbol(NULL, "__ZN5Quest8mpNumber11setmpNumberEv")),(int*)$__ZN5Quest8mpNumber11setmpNumberEv,(void**)&old__ZN5Quest8mpNumber11setmpNumberEv); } get errors -
Help/Support how return by (void) in string
Ianouar3G replied to Ianouar3G's topic in Help & Support
Thk but i get error -
:thumbsup:
-
hi gays how return by (void) ; Quest::mpNumber::setmpNumber(void) __ZN5Quest8mpNumber11setmpNumberEv Is this correct way int (*old__ZN5Quest8mpNumber11setmpNumberEv)(); int $__ZN5Quest8mpNumber11setmpNumberEv() { return 99999; } %ctor { MSHookFunction(((int*)MSFindSymbol(NULL, "__ZN5Quest8mpNumber11setmpNumberEv")),(int*)$__ZN5Quest8mpNumber11setmpNumberEv,(void**)&old__ZN5Quest8mpNumber11setmpNumberEv); }
-
Try use another phone instead of computer (pc or mac) in gdb pc = root in another phone = root@MyIP and try
-
Patcher Update - Raids of Glory V 1.41.2 (+3)
Ianouar3G replied to Ianouar3G's topic in Free Jailbreak Cheats
new update 1.4.2 -
Patcher (Update- 22/08/15) - Racing Rivals V 4.1.1 Cheats (+2)
Ianouar3G replied to Ianouar3G's topic in Free Jailbreak Cheats
UPDATE new version 3.2.0 -
Patcher - Kritika: The White Knights v2.11.4 Cheats +1
Ianouar3G posted a topic in Free Jailbreak Cheats
[HACK] - Kritika: The White Knights v2.11.4 +1 Features: Skill No Cooldown More features: http://iosgods.com/topic/3607-kritika-the-white-knights-all-version-4/ Instruction: Download deb file Put it into iFile Choose it and Press Installer Respring OPEN SETTINGS AND TURN ON THE HACK Enjoy Download: [Hidden Content] Credit: - Me (@GM-4) -
Patcher - Gang Nations v1.45 Cheats +3
Ianouar3G replied to Ianouar3G's topic in Free Jailbreak Cheats
not visual :thumbsup: but gams not work -
Patcher - Gang Nations v1.45 Cheats +3
Ianouar3G replied to Ianouar3G's topic in Free Jailbreak Cheats
i add FIXED hACK First, delete the old hack And install new hack NO NEED OPEN SETTINGS AND TURN ON THE HACK -
[HACK] - Gang Nations v1.45 +3 Features: One Hit Ko (All Troops) Gift Gems (999999) *Doesn't work Achievement Reward (999999) *Doesn't work Instruction: Download deb hack Put it into iFile Choose it and Press Installer Respring OPEN SETTINGS AND TURN ON THE HACK Enjoy Download: FIXED hACK UPDATED VERSION OF THE HACK: http://iosgods.com/topic/5081-up-gang-nations-v147-cheats-1/ [Hidden Content] Credit: - Me (@GM-4)
-
use "IAPCrrazy" from cydia And buy what you want
-
Help/Support Hack By HackManager Error undefined symbols for armv7
Ianouar3G replied to Ianouar3G's topic in Help & Support
thx i add "X_FRAMEWORKS = UIkit" But I still some errors -
add in my Makefile X_FILES = Tweak.xm HackManager.m Hack.m #import "Hack.h" #import "HackManager.h" @class Hack; @class HackManager; #define PLIST_PATH @"/var/mobile/Library/Preferences/com.XXXXXXX.Fragger.plist" #define SCOREHACK 0 #define GRENADESHACK 1 #define SECRETSHACK 2 HackManager *hackmanager = nil; %hook FraggerAppDelegate - (BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { //All Orientations in struct are: landscapeLeft, landscapeRight, portrait, and portraitUpsideDown. They are set to false by default. Set the ones supported in the app to true. struct AllowedOrientations supportedOrientations = MakeInitialOrientations(); supportedOrientations.landscapeLeft = true; supportedOrientations.landscapeRight = true; hackmanager = [[HackManager alloc]initWithDictPath:PLIST_PATH hackerName:@"by bla bla" coordX:10 coordY:20 andOrientation:UIInterfaceOrientationLandscapeRight andSupportedOrientations:supportedOrientations]; [hackmanager addHackWithKey:@"kScore" andName:@"Score" andType:NUMBER]; [hackmanager addHackWithKey:@"kGrenades" andName:@"Grenades" andType:NUMBER]; [hackmanager addHackWithKey:@"kSecret" andName:@"Secret Mode" andType:BOOLEAN]; return %orig; } %end %hook Configuration - (BOOL)secretMode { return [[hackmanager getHackValueAtIndex:SECRETSHACK]boolValue]; } - (void)setSecretMode:(BOOL)fp8 { %orig([[hackmanager getHackValueAtIndex:SECRETSHACK]boolValue]); } - (BOOL)tweakingPhysics { return [[hackmanager getHackValueAtIndex:SECRETSHACK]boolValue]; } - (void)setTweakingPhysics:(BOOL)fp8 { %orig([[hackmanager getHackValueAtIndex:SECRETSHACK]boolValue]); } %end %hook LevelLayer - (int)grenades { return [[hackmanager getHackValueAtIndex:GRENADESHACK]intValue]; } - (void)setGrenades:(int)fp8 { %orig([[hackmanager getHackValueAtIndex:GRENADESHACK]intValue]); } %end %hook LevelScore - (int)value { return [[hackmanager getHackValueAtIndex:SCOREHACK]intValue]; } - (void)setValue:(int)fp8 { %orig([[hackmanager getHackValueAtIndex:SCOREHACK]intValue]); } %end i get more errors any help login as: root [email protected]'s password:******* GM-4:~ root# cd /var/mobile/fraggergm4 GM-4:/var/mobile/fraggergm4 root# make /var/mobile/fraggergm4/theos/makefiles/targets/Darwin-arm64/iphone.mk:43: Targeting iOS 4.0 and higher is not supported with iphone-gcc. Forcing clang. /var/mobile/fraggergm4/theos/makefiles/targets/Darwin-arm64/iphone.mk:53: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries. Making all for tweak FRaGGERGM4... Linking tweak FRaGGERGM4... Undefined symbols for architecture armv7: "_CGAffineTransformMakeRotation", referenced from: -[HackManager initWithDictPath:hackerName:coordX:coordY:andOrientation:andSupportedOrientations:] in HackManager.m.228bc9a4.o -[HackManager deviceOrientationDidChange:] in HackManager.m.228bc9a4.o "_OBJC_CLASS_$_UIAlertView", referenced from: objc-class-ref in HackManager.m.228bc9a4.o "_OBJC_CLASS_$_UIButton", referenced from: objc-class-ref in HackManager.m.228bc9a4.o "_OBJC_CLASS_$_UIDevice", referenced from: objc-class-ref in HackManager.m.228bc9a4.o "_OBJC_CLASS_$_UIWindow", referenced from: objc-class-ref in HackManager.m.228bc9a4.o "_UIDeviceOrientationDidChangeNotification", referenced from: -[HackManager initWithDictPath:hackerName:coordX:coordY:andOrientation:andSupportedOrientations:] in HackManager.m.228bc9a4.o ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [obj/FRaGGERGM4.dylib.64873355.unsigned] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [FRaGGERGM4.all.tweak.variables] Error 2 GM-4:/var/mobile/fraggergm4 root#
-
Help/Support "Error Message" control may reach end of non-void function
Ianouar3G replied to Oxytyramine's topic in Help & Support
try add up #import <CoreFoundation/CoreFoundation.h> #import <substrate.h> #import <Foundation/Foundation.h> and y have errors here "ain't" to "int" ain't newVal = GetPrefBool(@"kSlider2"); return newVal;