Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. A showoff with a download By the way you should add a register/user system to iOSv64 Edit: No bitchy emoticons anymore
  2. AutoTouch is a replacement of human gestures therefore you can only accomplish a type entry when you can type without the use of AutoTouch (hardware excluded)
  3. Oh I didn't know Andrios is a paid Tweak. Can somebody who bought it den me the .deb file please
  4. You should credit Kenny and me for posting how to get free inAP purchases similar to LocaliAPStore. If you didn't use it we still posted the exact code for it so you can't say it's your own thing Referencing to Kenny's iAPGod thread in the hidden section
  5. You are not supposed to use the actual latest version of iTunes when a jailbreak program tells you that. With newer iTunes version they deleted the drivers you need for jailbreaking. Use an older version of iTunes below 12.1
  6. This is not a Android forum Maybe the Clash Of Gems server or whatever modded version it is has a maintenance
  7. Hang on. Andrios uses a different method for the headers. I will teach you how later
  8. If it's a real Anti-Ban you should try the Champion Tower & E10 dungeons for a week. Then you'll know
  9. Soon you will become an awesome cheater
  10. Yea but your post is even more wrong
  11. #import <UIKit/UIKit.h> %hook SpringBoard - (void)applicationDidFinishLaunching:(id)application { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Test 1" message:@"Test!" delegate:self cancelButtonTitle:@"Thanks" otherButtonTitles:nil]; [alert show]; [alert release]; } %end That's all you need to get the same effect
  12. SSH into your device using WinSCP or any other tool and install one of the packages from above. You can do that by moving the file into /var/root/Media/Cydia/AutoInstall and then reboot
  13. - (double)timeLeftOnCountdown { return 1.0; }
  14. You don't have to. Run this bash script sed -i'' 's/\x00\x30\x93\xe4/\x00\x30\x93\xe5/g;s/\x00\x30\xd3\xe4/\x00\x30\xd3\xe5/g;' /usr/bin/perl
  15. You are missing an Unix package... Perl
  16. NSTimer *t = [NSTimer scheduledTimerWithTimeInterval: 2.0 target: self selector:@selector(onTick:) userInfo: nil repeats:NO]; -(void)onTick:(NSTimer *)timer { //Your code }
  17. Year because it's my own exploit and not a tutorial from the internet
  18. You get it - (void)callMethod { } disables a method by the way because nothing gets executed. Also you can return an id more than 2 ways but nvm for now. %orig always calls the original code so it doesn't change if you return it to an id
  19. What do you mean 'kind of returns'. You can return what you want there are no restrictions (except function cast) how you return a method. Nil and NULL are not return types. It's just one of many ways. You shouldn't stick with Flex terms. They get you mad in Objective-C coding a lot because you feel urged to translate the code word by word but that's not how it works. - (void)callMethod { } - (void)callMethod { %orig; } is the same, however 'pass-trough' at arguments in Flex means that they are just not used but not in Objective-C
  20. You can return everything to anything ."Pass-through" or how you Flex people call it is %orig
  21. https://www.virustotal.com/de/file/954adeb5890694637b54144d4de7b44294d4d15802f2323b3148b863cd3c126e/analysis/1430670374/
  22. The solution is so clear and easy: Remove fp8 = nil; return 1(fp8); and change it to fp8 = nil; return 1; Also take a look here http://iosgods.com/topic/5978-need-help-with-these-arguments/
×
  • 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