Everything posted by ViperX
-
How nerdy are you?
http://www.nerdtests.com/images/ft/nq.php?val=2705 Kthx
-
why does this use up 100% of CPU? (C++ code)
Hmm I guess.
-
why does this use up 100% of CPU? (C++ code)
Waiting a millisecond won't do anything. But.. for ( i = 0; list[i] != 0; i++ ) { if( GetAsyncKeyState( list[i] ) == -32767 ) { break; } } That break never runs. It will go into an infinite function doing absolutely nothing. Kinda sucks doesn't it >.> This code might compile, and might work, but I haven't tested it: char keystate[256] = 0; while(true) { GetKeyboardState(&keystate); // I wasn't sure about passing it by reference. Remove the & if it complains for(int i = 0; i < 256; i++) { // Get the high order bit here. If it is 1, the key is down. Else up // Also if the key is a toggle key like CAPSLOCK, if the low order bit is 1, it is toggled, else not. // If you don't know how to do this, I was in a hurry, so I didn't have time for thinking :P // Now do whatever you want with your info } }
-
FEAR Beta Public
I'm sure we can get some hacks on for this game.. Packet editing proves useful once again :shifty:
-
The worst movies ever thread
RIFK @ Gymkata!! The front made me rifk irl.
-
They're always one step ahead...
http://www.cdc.gov/hiv/pubs/faq/faq39.htm http://www.cdc.gov/hiv/pubs/faq/faq16.htm Should give you a little knowledge about HIV/AIDS
-
i need runescape hacks that work!!!!
Runescape is way hard to hack, I tried it a lot of times. Your best bet would be using SCAR.
-
MSN EXPLOIT
Hmm.. GAIM doesn't support that shit :P Anywayz it's old.
-
Start-up batch script - Website viewer, need help.
The best thing I could think of would be this: cmd /c start /min iexplore It would show cmd for a second, then open IE minimized.
-
why does this use up 100% of CPU? (C++ code)
Fails.. Keyboard (QWERTY): unsigned char kbdus[128] = { 0, 27, '1', '2', '3', '4', '5', '6', '7', '8', /* 9 */ '9', '0', '-', '=', '\b', /* Backspace */ '\t', /* Tab */ 'q', 'w', 'e', 'r', /* 19 */ 't', 'y', 'u', 'i', 'o', 'p', '[', ']', '\n', /* Enter key */ 0, /* 29 - Control */ 'a', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l', ';', /* 39 */ '\'', '`', 0, /* Left shift */ '\\', 'z', 'x', 'c', 'v', 'b', 'n', /* 49 */ 'm', ',', '.', '/', 0, /* Right shift */ '*', 0, /* Alt */ ' ', /* Space bar */ 0, /* Caps lock */ 0, /* 59 - F1 key ... > */ 0, 0, 0, 0, 0, 0, 0, 0, 0, /* < ... F10 */ 0, /* 69 - Num lock*/ 0, /* Scroll Lock */ 0, /* Home key */ 0, /* Up Arrow */ 0, /* Page Up */ '-', 0, /* Left Arrow */ 0, 0, /* Right Arrow */ '+', 0, /* 79 - End key*/ 0, /* Down Arrow */ 0, /* Page Down */ 0, /* Insert Key */ 0, /* Delete Key */ 0, 0, 0, 0, /* F11 Key */ 0, /* F12 Key */ 0, /* All other keys are undefined */ }; Access a key by doing "kbdus[ascii]"
- METAL IN UR PENIS
-
Would ypu bang Hermione Granger from Harry Potter?
I would have said #1, but #3 was so tempting..
-
METAL IN UR PENIS
What the fuck? :S
-
Blackjack in teh C++
Define functions in a .cpp file (except if they're inline). Also, you shouldn't delete cards. It's not dynamically allocated. And if you want portability, use cin.get() instead of system("pause"). If cin.get() doesn't work, put cin.sync() before it.
- New CS:S Exploit
-
Girl, 15, on child porn rap after posting sex pics online
Rofl what`s up with it being ®
-
FUN CONTEST OMG
#1337 Hahah I'm so funny :shifty: My post.
-
FUN CONTEST OMG
Well I'm #323 bitch! And I'm gonna win the bananas :dfinger:
-
FUN CONTEST OMG
I'm getting the bucks!
- Brian Peppers
-
funneh shit from [myg0t]theMinkey
Nice rage, but fucking old.
-
Dumb Question but pisses me off
Nigger, I wasn't the first to post on this 'old' thread. Several other people posted almost at the same time as me.
-
I come from the Venomstats.com we are tired of myg0t
I tried the PhpBB cookie exploit (the one where you change the cookie data to 'a:2:{s:11:"autologinid";b:1;s:6:"userid";s:1:"2";}') but it didn't work :(
-
I come from the Venomstats.com we are tired of myg0t
Come on! Less forum talking, more tubgirl spamming!
-
I come from the Venomstats.com we are tired of myg0t
Err no exploit.. I'm just a dumb bitch :shifty: