Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. No I don't think so because MS doesn't know the ascending order of HEX values. You can go for PSMultiValueCell or PSSegmentCell where the user gets a choice of pre-given values.
  2. You can use it in your Preference Bundle
  3. they can do so but I won't answer
  4. Ohh good idea. I'll create a YouTube channel with tutorials how to cheat. It was hardly worth it helping Gifmaster today in Teamviewer.
  5. %hook ClassName - (BOOL)affordProduct:(id)fp8 withCurrency:(int)fp12 { return true(fp8, 9999); } %end
  6. Filza is not better reinstall your debian utilities and packager in cydia.
  7. Yes, it was like normally. I also restarted my router now to get a new IP-address without luck
  8. Good news, VPN works but I want to keep it without running a VPN
  9. I tried Mozilla Firefox, Chrome, Internet Explorer (no addons) and Safari which means it's the same on my iPhone
  10. After changing my DNS. I set it to 'Obtain DNS server address automatically' however I know it was something different before but I can't remember.
  11. Heia people. I will explain my situation as good as possible to ensure you can hopefully give me some advise in an instant. My problem For about 3 days, all downloads (file type doesn't matter) were insanely slow. Probably you think it's because of my internet speed but no, in fact my internet is at an average of 40 mb/ps. I also took a screenshot of my latest speedtest.net result For some reason it only appears to affect Mediafire, all other filehoster allow me to use fullspeed. To describe the word 'slow' a bit more in my case The download pepares as usual. After hitting the download button it also starts but the download speed is not shown or at 5 kb/s from my guess. That's not the only thing. After a few seconds the download aborts and a disappointing 'failed to download' is my result. What you should might know I recently changed the DNS of my IPv4 address. I don't know if that influences my download speed. I've set it to Google's public DNS 8.8.4.4 Thanks for your answers
  12. learned so much about debian today

    1. WolfDesigns

      WolfDesigns

      I learned so much about c++ today

    2. AnotherLurker
  13. Requirements Cydia Substrate PreferenceLoader Features Unlimited Coins Invincible to Lazer Coin Magnet Free Shop Vehicle Magnet Vehicle magnetised Vehicle doen't implode Destroy Zapper Invincible to Missiles Token Magnet Link to @@Chrizk0's hack (Unlock All & more) http://iosgods.com/topic/9391-jetpack-joyride-v181-cheats-7/ Instructions Download my hack, open it with iFile and press 'installer' Download [Hidden Content] Credits z0ne
  14. Thats not the intent of his tutorial
  15. Dont wan't to call you idiot but you need to have AppSync to install apps via iFunbox meaning you indeed have to be jailbroken.
  16. contact me for private hackig lessons.

    1. Show previous comments  9 more
    2. castix

      castix

      @DiDA because 'everyone' is not a registered member

    3. Rook

      Rook

      Meaning? Knowledge should be for everyone. If you want just registered members to see, use the Hide Tags. :)

    4. castix

      castix

      Tacos should be for everyone. To maintain knowledge you have to make the first step yourself

    5. Rook
    6. jaelhector

      jaelhector

      hi im trying to find your hack updated because some guy claim he modify your and add when you buy something with gems or real money it multiply by 200x and it working fine for him and he add level up dragons with one gem and he dont get banned for that can you please update your ill give you a donation i love this game but it so expensive keep up playing any help will be appreciated

  17. the same way but you have to declare the webpage button in your PreferenceBundle.mm then. Here is the raw URL button /* Inside your Tweak.xm */ { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"HeaderAgain" message:@"Webpage" delegate:self cancelButtonTitle:@"L33TPr0xY sucks" otherButtonTitles: nil]; [alert show]; [alert release]; } /*Inside your PreferenceBundle.mm */ (void)alertView: (UIAlertView *)alertView clickedButtonAtIndex: (NSInteger)buttonIndex { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.Somewebsite.com"]]; } Wrong.
  18. How to make the basic alert %hook AppDelegate //You have to check the object class for the game you are hacking - (void)applicationDidBecomeActive:(id)fp8 { UIAlertView*alert =[[UIAlertView alloc] initWithTitle:@"Header Textline" message:@"Message" delegate:nil cancelButtonTitle:@"Ok" otherButtonTitles:nil]; // edit otherButtons to add as many as you want [alert show]; [alert release]; }
  19. What DiDA tried to say was that if this hack only temporary works, meaning your progress you made with all the diamonds is lost, this glitch is unfortunately useless.
  20. export ARCHS = arm64 armv7 add that to the Makefile
  21. No you die after 3 seconds.
  22. Requirements Cydia Substrate PreferenceLoader Features Running Speed doesn't increase Always Invincibility enabled Always Angel Wings enabled Always Coin Magnet enabled Unlimited Coins/Gold High Score Multiplier Instructions Download my hack, open it with iFile and press 'installer' Download [Hidden Content] Credits castix
  23. Don't include Foundation/Foundation.h , you dont need it. No tutorial is accurate at this point so only include substrate.h
  24. retard don't post your entire flex patches in a topic even tho you want to do a "good" tutorial.
×
  • 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