-
Posts
2,379 -
Joined
-
Last visited
Everything posted by castix
-
Hi everyone I've been having problems with the Windows 10 boot since the beginning but this is the worst which happened to me so far and I couldn't get it solved. Here is the scenario: I boot up my laptop as usual and the Windows 10 boot logo appears. After that, the screen immediately dims black and nothing happens. The laptop is still running. After waiting 10-20 minutes I saw my mouse cursor and from other black screen fix tutorials I saw that they could login as it was a black login screen for them. This one is different. The laptop doesn't react to any key I press and I rebooted it multiple times. Unfortunately you can't press the F8 key in Windows 10 anymore to boot into save mode except you switched the Windows 10 power options, which I haven't done. Thanks for your help
-
General Can there any measures be taken against spammers?
castix replied to Lvnatic's topic in General Talk
Only allow the comments section after you pressed the thanks button? So we bind it to the feedback functionality -
Help/Support Hi! help me with the application Famousgram
castix replied to perro98's topic in Hack Requests
Moved again tze tze tze Raggnar -
General Can there any measures be taken against spammers?
castix replied to Lvnatic's topic in General Talk
That's the point. People are too lazy to say 'thx' thanks'. When the cheaters would be that lazy, you'd never have all the hacks you now can get -
General Can there any measures be taken against spammers?
castix replied to Lvnatic's topic in General Talk
That's true people hide files or texts they found on the internet and want credits for it (I don't wanna mention special people now). They don't maintain it thus they shouldn't use it to increase their own fame. I told DiDA 3 times about minimum required charackters for a reply. -
-
Why do you alway use @"kKey" and not @"key"
-
1. You need to edit the package traffic to enable free inApp purchases 2. Set up a proxy server to run your packages 3. Have an external server to run the script 24/7
-
Help/Support Pangu8 v1.2.1 Not Working Anymore?
castix replied to MrExeRio's topic in Help & Support
iTunes 12.1.2 -
Hack Agar.io Custom View [no JB detection] +1 03/08/2015 Latest
castix replied to abidfaster's topic in Free Jailbreak Cheats
So you got it working -
It's hard to read that font when it's so fast
-
Hi, can you remake this image for me? http://speedyyy.deviantart.com/art/Z-Logo-217210150 It's perfect but I don't want the watermarks in it. Thanks
-
If you didn't know, all the settings are to improve Cortana's functionality. Apple is doing the same in iOS 9 with Proactive
-
Basically the idea is a version check. When somebody creates a cheat topic they have to fill in another form with the iTunes URL and another with the hack version. The system compares the version of the AppStore with the thread and auto gives a warning when the cheat is outdated. This is really spare idea but I thought about it after Raggnar's suggestion.
-
Help/Support [HelpBro]cant find the 8 ball pool hack
castix replied to OMG-_-itzvx's topic in Help & Support
http://iosgods.com/topic/12622-8-ball-pool™-by-miniclip-cheats-3/ -
Help/Support Error code when compiling with Hackmanager.h
castix replied to de2ndlaw's topic in Help & Support
That will crash the game -
Help/Support Error code when compiling with Hackmanager.h
castix replied to de2ndlaw's topic in Help & Support
case NUMBER: { UIAlertView *alert = [[UIAlertView alloc]initWithTitle:hack.hackName message:[NSString stringWithFormat:@"Current set %@ value = %f",hack.hackName, [[hack getvalue]floatValue]] delegate:self cancelButtonTitle:@"Cancel" otherButtonTitles:@"Set Hack",nil]; [alert setAlertViewStyle:UIAlertViewStylePlainTextInput]; [[alert textFieldAtIndex:0] setKeyboardType:UIKeyboardTypeNumberPad]; [alert show]; [alert release]; } break; case BOOLEAN: { UIAlertView *alert = [[UIAlertView alloc]initWithTitle:hack.hackName message:[NSString stringWithFormat:@"Current set %@ value = %s", hack.hackName, [[hack getvalue]boolValue] ? "Yes" : "No"] delegate:self cancelButtonTitle:@"Cancel" otherButtonTitles:@"Yes",@"No",nil]; [alert show]; [alert release]; } break; case TEXT: { UIAlertView *alert = [[UIAlertView alloc]initWithTitle:hack.hackName message:[NSString stringWithFormat:@"Current set %@ value = %@",hack.hackName, [hack getvalue]] delegate:self cancelButtonTitle:@"Cancel" otherButtonTitles:@"Set Hack",nil]; [alert setAlertViewStyle:UIAlertViewStylePlainTextInput]; [alert show]; [alert release]; } break; default: break; There is not such a thing that support memory address. If your not doing MS hacks you need to overwrite the whole IGM source -
General What would you do if you were a dictator?
castix replied to AlCapone123's topic in General Talk
Make every day a Saturday -
Help/Support Error code when compiling with Hackmanager.h
castix replied to de2ndlaw's topic in Help & Support
It wouldn't work anyway because it gets the value from a %d int, bool value or text -
Help/Support Error code when compiling with Hackmanager.h
castix replied to de2ndlaw's topic in Help & Support
I don't have it sorry