Jump to content

Goggwell

Senior Member
  • Posts

    2,274
  • Joined

  • Last visited

Everything posted by Goggwell

  1. Does it matter if your device is arm64? Mine is
  2. It's the right AppDelegate. Only one with LaunchingWithOptions
  3. Title says it all... Here's the code Tweak.xm #import <UIKit/UIKit.h> #import "Hack.h" #import "HackManager.h" @class Hack; @class HackManager; #define PLIST_PATH @"/var/mobile/Library/Preferences/com.LittleAlch.plist" #define CURRENCYHACK 0 #define DUSTHACK 1 #define STARHACK 2 #define SPINHACK 3 #define HEALTHHACK 4 #define STORECOSTHACK 5 #define STATHACK 6 HackManager *hackmanager = nil; %hook AppDelegate - (BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { struct AllowedOrientations supportedOrientations = MakeInitialOrientations(); supportedOrientations.landscapeLeft = true; supportedOrientations.landscapeRight = true; supportedOrientations.portrait = true; supportedOrientations.portraitUpsideDown = true; hackmanager = [[HackManager alloc]initWithDictPath:PLIST_PATH hackerName:@"Goggwell Swaginston" coordX:10 coordY:20 andOrientation:UIInterfaceOrientationLandscapeRight andSupportedOrientations:supportedOrientations]; [hackmanager addHackWithKey:@"kCurrency" andName:@"Currency" andType:NUMBER]; [hackmanager addHackWithKey:@"kDust" andName:@"Dust" andType:NUMBER]; [hackmanager addHackWithKey:@"kStar" andName:@"Stars" andType:NUMBER]; [hackmanager addHackWithKey:@"kSpin" andName:@"Spins" andType:NUMBER]; [hackmanager addHackWithKey:@"kHealth" andName:@"Health" andType:NUMBER]; [hackmanager addHackWithKey:@"kStorecost" andName:@"Store Cost" andType:NUMBER]; [hackmanager addHackWithKey:@"kStat" andName:@"Stats" andType:NUMBER]; return %orig; } %end %hook Player -(int) getCoinBalance { return [[hackmanager getHackValueAtIndex:CURRENCYHACK]intValue]; } -(int) getGemBalance { return [[hackmanager getHackValueAtIndex:CURRENCYHACK]intValue]; } -(int) getDustBalance { return [[hackmanager getHackValueAtIndex:DUSTHACK]intValue]; } -(int) starCount { return [[hackmanager getHackValueAtIndex:STARHACK]intValue]; } -(void) setStarCount:(int)fp8 { %orig([[hackmanager getHackValueAtIndex:STARHACK]intValue]); } -(int) spinsPurchased { return [[hackmanager getHackValueAtIndex:SPINHACK]intValue]; } -(void) setSpinsPurchased:(int)fp8 { %orig([[hackmanager getHackValueAtIndex:SPINHACK]intValue]); } %end %hook BattleLayer -(int) playerMaxHealth { return [[hackmanager getHackValueAtIndex:HEALTHHACK]intValue]; } -(int) playerHealth { return [[hackmanager getHackValueAtIndex:HEALTHHACK]intValue]; } %end %hook ShopItem -(int) cost { return [[hackmanager getHackValueAtIndex:STORECOSTHACK]intValue]; } %end %hook AlchemyCard -(int) getUpgradeStatBonusForRarity { return [[hackmanager getHackValueAtIndex:STATHACK]intValue]; } %end Makefile include theos/makefiles/common.mk TWEAK_NAME = LittleAlch LittleAlch_FILES = Tweak.xm HackManager.m Hack.m LittleAlch_FRAMEWORKS = Foundation UIKit CoreGraphics include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard" SUBPROJECTS += littlealch include $(THEOS_MAKE_PATH)/aggregate.mk
  4. This is obviously General Talk @DiDA
  5. Woohoo! 150K I remember when this site was still small and had only 100 members. I wasn't even a Super Mod, just a member Now look at us Nice work and thanks to everyone who has contributed to this milestone Hopefully we get to 200K by the end of the year!!!
  6. I LOVE IT THANK YOU SO MUCH
  7. I wanna make something like that watermark.
  8. I don't know about you but that stock image you used of space looks so dope! I want to recreate that
  9. Tadashi...
  10. Gonna make an unban tool for Some Games
  11. Hi, I'm Baymax, your personal healthcare assistant! ^^
  12. Welcome to iG If you need help, feel free to contact my Italian cousin cause I don't know your language (Jk I don't have an Italian cousin)
  13. Quick scopes are easy My hands are faster than Usain Bolt being chased by a cheetah.
  14. Instructions unclear. Lost money in elderly brothel.
  15. Be a chef, make your dad proud. Maybe it'll shock your mom out of her habits and she'll see that there's more to life than drinking and smoking. Or you can become a hacker (jk follow your ambitions)
  16. Being able to 360 Noscope (nobody can do it )
  17. Looks good But the contest is over
×
  • 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