Ianouar3G
Senior Member-
Posts
1,199 -
Joined
-
Last visited
Everything posted by Ianouar3G
-
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 sn0wqt'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; -
Help/Support "Error Message" control may reach end of non-void function
Ianouar3G replied to sn0wqt's topic in Help & Support
i see -
Patcher Update - Raids of Glory V 1.41.2 (+3)
Ianouar3G replied to Ianouar3G's topic in Free Jailbreak Cheats
[update HACK] - Raids of Glory V 1.41.2 (+3) 1 unlocked all pirate in LV 1 2 Unlimited Deployment 3 Fast and easy win + Fixed New verion 1.41.2 -
how can return IDA by ms hook m_Slot_set_MaxHp_int () int $__Slot_set_MaxHp_int() { return 999; } not work !!!
-
[HACK] - Racing Rivals V 3.2.0 (+1) Note: This is a UNIVERSAL APP so this HACK works for both iPhone and ipad Requirements: - Jailbreak - ifile - ASRL from repo (if not work for you hack) Features: 1 - Always you Win (Slowly player 2 Racers !) in ( Campaign mode ) ( challang mode ) ( multiplayer mode ) Hack working just once and server detected Hack u can find a sollution (sorry) Instruction: Download Hack deb Put it into iFile Choose it and Press Installer Respring Open Settings and turn on the hack Enjoy Download: new version 4.1.1 [Hidden Content] Download: new version 3.2.0 [Hidden Content] Download: old version 3.1.0 [Hidden Content] Credits: me ( GM-4) * Method:: (Sub-x)
- 512 replies
-
- 17
-
-
-
-
-
Note: This is a UNIVERSAL APP so this HACK works for both iPhone and ipad Requirements: - Jailbreak - ifile - ASRL from here - applist from here Features: 1 infi items! (All) 2 infi Gold! + Use one Get 999 MX Instruction: Download Hack deb File Put it into iFile Choose it and Press Installer Respring Open Settings and turn on the hack Enjoy Download : [Hidden Content] * Credits: me (GM-4) * Method: (Sub-x)
- 63 replies
-
- 30
-
-
-
-
-
-
Patcher Dragon Warrior V 1.4.0 Cheats (+4)
Ianouar3G replied to Ianouar3G's topic in Free Jailbreak Cheats
Dragon Warrior on the App Store on iTunes or Dragon Warrior v 1.4.0 Speed Link Cracked Version -
[HACK] - Dragon Warrior V 1.4.0 (+4) Note: This is a UNIVERSAL APP so this HACK works for both iPhone and ipad Requirements: - Jailbreak - ifile - ASRL from Cydia - applist from Cydia Features: 1 Blood drop automatically! 2 Enemy is not moving! 3 You will not die! 4 Hit Ko! + Fast and easy win Instruction: * Download Hack deb File * Put it into iFile * Choose it and Press Installer * Respring * Open Settings and turn on the hack * Enjoy Download Updated hack here: http://iosgods.com/topic/12448-dragon-warrior-v-190-cheats-2/ [Hidden Content] * Credits: (GM-4) * * Method: (Sub-x) *
-
Patcher Update - Raids of Glory V 1.41.2 (+3)
Ianouar3G replied to Ianouar3G's topic in Free Jailbreak Cheats
1.if not work for u 2.go to cydia and search for MobileSubstrate and reinstall it , if you can't find MobileSubstrate then search for cydiasubstrate and reinstall 3.now install the hack 4.respring your device and TURN ON from setting the hack should work fine now