Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. If he doesn't have writeData in his project folder he'll get a lot errors
  2. #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 }
  3. 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 ...
  4. 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
  5. You don't need to respring after installing hacks. If you want to, TheChief posted a comment how you can do it
  6. Lot's of Tweaks which have preference bundles use the same name for an app. Beware of that and you'll never have problems
  7. - (bool)in_range:(CGPoint){ return true; }
  8. There is no Terminal Code for it. Remove ASLR is no longer a bash script for years
  9. Technically I developed more of your Tweak than you
  10. #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).
  11. if(GetPrefBool(@"key1")) {your conditional code} else if(GetPrefBool(@"key2")) { return %orig }
  12. I'm confused by your questions. Do you want a logo an icon or a link ? What do you even mean with a link ?!
  13. TaiG is the not cool thing here
  14. 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
  15. 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
  16. 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..
  17. Hm, thanks. I'll wait for some more replies
  18. 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
  19. Is that website trustworthy?
  20. 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
  21. Using the search function would be useful next time - (void)activateReloadTimer { }
  22. 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
  23. No, unfortunately you can't unlock topics by giving reputation points :|
  24. Yes, I used AppHeads for it to keep it running in the background.
  25. I love you how did you find that out ? I thought the GameGem / iGameGuardian address changes every session for an item
×
  • 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