Jump to content

Goggwell

Senior Member
  • Posts

    2,274
  • Joined

  • Last visited

Everything posted by Goggwell

  1. You can't accept the fact that although Deadpool is witty, funny and all-around cool, he doesn't fight for any side but his own Open your eyes @Klepto DEADPOOL WILL ALWAYS BE OUR FAVORITE ANTIHERO
  2. Deadpool isn't a superhero. He's an Anti-Hero.
  3. For those of you who went TL;DR Bedtime sucks
  4. I think that all the time, but I'm worried that my soul might end up in a baby that's destined to kill people
  5. You can't cease to exist unless all matter of yours has dissipated And don't worry, dying is much better than living forever. In a couple billion years, Earth is gonna be swallowed by the Sun, and you don't want to be around when that happens
  6. I always figured that when I die, I'll be transported to a realm beyond existence where I am surrounded by a bunch of other people that have died. I'll have a vague recollection of every life I have lived up to the present, and I get to choose which life I want to lead next. Once I have selected a life, I get transported to that place in time and forget everything about the realm. At least, I'm hoping that my idea is true. I really don't want to spend the rest of my days buried. It's really boring if you're just lying there and not doing anything.
  7. ninja post Please explain more Maybe you don't have everything needed installed
  8. By the way you forgot Angry Birds Epic And Bouncy Bits
  9. I wanna put yes, but I miss the yellow faces But seriously though, those emoticons look sick I'll put yes cause I wanna see what happens
  10. Still in shock by this hack You surprise me every time
  11. Why wasn't I part of this project
  12. Does it matter if your device is arm64? Mine is
  13. It's the right AppDelegate. Only one with LaunchingWithOptions
  14. 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
  15. This is obviously General Talk @DiDA
  16. 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!!!
×
  • 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