Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. 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/
  2. WiFi chip is hardware duh
  3. Why is this even a .mm file ? Anyway download the iPhone headers from rptrich on his Github repo (Do not replace the substrate.h)
  4. If he doesn't have writeData in his project folder he'll get a lot errors
  5. #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 }
  6. 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 ...
  7. 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
  8. You don't need to respring after installing hacks. If you want to, TheChief posted a comment how you can do it
  9. Lot's of Tweaks which have preference bundles use the same name for an app. Beware of that and you'll never have problems
  10. - (bool)in_range:(CGPoint){ return true; }
  11. There is no Terminal Code for it. Remove ASLR is no longer a bash script for years
  12. Technically I developed more of your Tweak than you
  13. #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).
  14. if(GetPrefBool(@"key1")) {your conditional code} else if(GetPrefBool(@"key2")) { return %orig }
  15. I'm confused by your questions. Do you want a logo an icon or a link ? What do you even mean with a link ?!
  16. TaiG is the not cool thing here
  17. 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
  18. Poeple are blaming i0n1c because he doesn't sell his exploits to TaiG this time they ain't rip off his exploits like last year
  19. Yes. I also came across a Bluetooth Settings setup on my laptop which claimed to install some Bluetooth drivers. I was lake "Oh that must be it" but it asked me to connect a Bluetooth device and also that didn't work..
  20. Hm, thanks. I'll wait for some more replies
  21. Btw: VFP instructions means Vector Floating Point. As you can take from the title it's a float.Floating Point architecture provides floating point operations in half-, single- and double-precision floating point arithmetic. Usually they are used to increase 3D performance of games but I don't know how's that related to your Infinite Health. Are you sure the VSTR isn't flagged somewhere else
  22. Is that website trustworthy?
  23. Hello guys ! I have a Playstation 4 controller and wanted to pair it with my laptop to play some games with it but I ran into a problem. On every tutorial how to connect it it says I have to go to my Bluetooth Settings (Devices and Printers) and add a new device. Following the instructions I have to press the PS-Button and the Share button for 5 seconds until there's a white blinky light and my controller should be visible as new divice. Well, that works and I was really confident when my controller was blinking. Unfortunately when I clicked on adding a new device, my controller was just not visible or not detected whatever. This only happened to me when I tried to connect my Dual Shock 4 controller wireless. Using my micro cable and DS Tool 1.2.2 it succesfully paired but that's not the solution I want ! Have you any idea why it doesn't how up when adding the new device? Do you had the same problem? Leave some suggestions please, everything is welcome
  24. Using the search function would be useful next time - (void)activateReloadTimer { }
  25. There are reasons for it to be locked. Maybe it doesn't work anymore or it's outdated. Why should you reply to something that doesn't work
×
  • 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