Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. Ok I've chosen 3 people from this thread. Check your inbox in the next time @@RegularGuy @ @@Kninja Sorry for those who didn't made it
  2. And I thought you were working on Dead Trigger 2
  3. It's for one account you don't have to change every placement from an offense base to a more defensive for example. Also if you are testing some bases you can backup your old one
  4. You had to follow the instructions on the thread.. The template was just to give you a preview how it could look at the end
  5. The tutorial is clear you can't get it easier. Visit this link https://www.google.com/url?q=http://iosgods.com/topic/2355-updatetemplate-custom-nic-code-injection-template/&sa=U&ei=eBgdVZWlOcT1OPvugKgG&ved=0CAQQFjAA&client=internal-uds-cse&usg=AFQjCNFmnYp3m7DC2WTPZBsbQh1f9YiofQfor DiDA's template
  6. Yes you can't use your banned account anymore but you can now create a new one. Gameloft also blocks your device ID so this is pretty useful though
  7. Hey people. You know how annyoing it is to get banned in Gameloft. That's why I created this cheat to unban you from Gameloft games. The cheat is finished but since I don't have an iDevice I can't test it. My friends are not banned either so I need you guys. Leave a comment if you want to be one of the first to test my cheat and unban yourself. You need to be banned in a Gameloft game of course to become eligible to test it. After a few hours or days I don't know, you will receive a PM from me with all the information you need. Good luck everyone ! Tool has been released here: http://iosgods.com/topic/6235-gameloft-unban-cheat-tool/
  8. WiFi chip is hardware duh
  9. Why is this even a .mm file ? Anyway download the iPhone headers from rptrich on his Github repo (Do not replace the substrate.h)
  10. If he doesn't have writeData in his project folder he'll get a lot errors
  11. #include <unistd.h> [NSTimer scheduledTimerWithTimeInterval:10.0 target:self selector:@selector(apply) userInfo:nil repeats:NO]; And in your class you would have a method defined as -(void)apply { //Do stuff }
  12. You can't assign more than one argument to an if conditional. Next thing is that you hack 2 times the same address but with a different original value ...
  13. Is it a SaveGame hack or a Cydia Substrate hack ? SaveGame hacks: Open iTools Go to jailbroken Filesystem Browse to /var/mobile/Containers/Data/Application/Appname //Where Appname is the game you want to place the files in. Place the files from your computer in the according folder Cydia Substrate hacks: Using iFile Download the .deb file Put it on your iDevice using a file explorer (iFunbox, iExplorer, WinSCP, etc.) Open iFile Go to the directory you saved the .deb file Click on it and hit "install" Without using iFile Download the .deb file Open a file explorer (iFunbox, iExplorer, WinSCP, etc.) Drag the file and drop it it /var/root/Media/Cydia/AutoInstall Reboot
  14. You don't need to respring after installing hacks. If you want to, TheChief posted a comment how you can do it
  15. Lot's of Tweaks which have preference bundles use the same name for an app. Beware of that and you'll never have problems
  16. - (bool)in_range:(CGPoint){ return true; }
  17. There is no Terminal Code for it. Remove ASLR is no longer a bash script for years
  18. Technically I developed more of your Tweak than you
  19. #import <Preferences/Preferences.h> @interface PreferencesListController: PSListController { } @end @implementation PreferencesListController - (id)specifiers { if(_specifiers == nil) { _specifiers = [[self loadSpecifiersFromPlistName:@"Preferences" target:self] retain]; } return _specifiers; } - (void)twitter { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://twitter.com/user"]]; } - (void)facebook { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://facebook.com/user"]]; } - (void)iosgods { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://iosgods.com"]]; } @end <dict> <key>cell</key> <string>PSButtonCell</string> <key>label</key> <string>Twitter</string> <key>action</key> <string>twitter</string> <key>icon</key> <string></string> </dict> <dict> <key>cell</key> <string>PSButtonCell</string> <key>label</key> <string>Facebook</string> <key>action</key> <string>facebook</string> <key>icon</key> <string></string> </dict> <dict> <key>cell</key> <string>PSButtonCell</string> <key>label</key> <string>Visit iOSGods</string> <key>action</key> <string>iosgods</string> <key>icon</key> <string></string> </dict> In icon you can add the name of the .png file you want for the switch. For an icon in the preference pane look in your entry.plist to see the name of the .png file you need (You can change it).
  20. if(GetPrefBool(@"key1")) {your conditional code} else if(GetPrefBool(@"key2")) { return %orig }
  21. I'm confused by your questions. Do you want a logo an icon or a link ? What do you even mean with a link ?!
  22. TaiG is the not cool thing here
  23. You're right. I recently downloaded a driver update for my Bluetooth but I can't figure out how to properly install the drivers again. It asks me on the driver installation to connect a Bluetooth device but I dont know which or how
×
  • 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