Jump to content

Ianouar3G

Senior Member
  • Posts

    1,199
  • Joined

  • Last visited

Everything posted by Ianouar3G

  1. i need anstall theos & asdk .... any help .
  2. I used icloud in the old phone ist fine now thx for all
  3. yes so i upgrade ios to 8.1.3
  4. no is new
  5. my ios 7.0.4 iphone5s free i used "SemiRestore8-Windows-1.0.3" fineched fine ... get it .. my iphone free
  6. FROM HERE http://apple.vshare.dot/list?genreid=6014
  7. [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)
  8. 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 ....
  9. 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
  10. 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
  11. Thk but i get error
  12. 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); }
  13. Try use another phone instead of computer (pc or mac) in gdb pc = root in another phone = root@MyIP and try
  14. [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)
  15. not visual :thumbsup: but gams not work
  16. i add FIXED hACK First, delete the old hack And install new hack NO NEED OPEN SETTINGS AND TURN ON THE HACK
  17. [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)
  18. use "IAPCrrazy" from cydia And buy what you want
  19. thx i add "X_FRAMEWORKS = UIkit" But I still some errors
  20. 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#
  21. 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;
×
  • 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