Jump to content

ViperX

Members
  • Joined

Everything posted by ViperX

  1. ViperX posted a post in a topic in General Discussion
    http://www.nerdtests.com/images/ft/nq.php?val=2705 Kthx
  2. 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 } }
  3. ViperX posted a post in a topic in General Discussion
    I'm sure we can get some hacks on for this game.. Packet editing proves useful once again :shifty:
  4. RIFK @ Gymkata!! The front made me rifk irl.
  5. 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
  6. Runescape is way hard to hack, I tried it a lot of times. Your best bet would be using SCAR.
  7. ViperX posted a post in a topic in Other Games
    Hmm.. GAIM doesn't support that shit :P Anywayz it's old.
  8. 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.
  9. 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]"
  10. ViperX posted a post in a topic in General Discussion
    Leet
  11. I would have said #1, but #3 was so tempting..
  12. ViperX posted a post in a topic in General Discussion
    What the fuck? :S
  13. ViperX posted a post in a topic in Computer Discussion
    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.
  14. ViperX posted a post in a topic in News
    Look at the date and guess..
  15. Rofl what`s up with it being ®
  16. ViperX posted a post in a topic in General Discussion
    #1337 Hahah I'm so funny :shifty: My post.
  17. ViperX posted a post in a topic in General Discussion
    Well I'm #323 bitch! And I'm gonna win the bananas :dfinger:
  18. ViperX posted a post in a topic in General Discussion
    I'm getting the bucks!
  19. ViperX posted a post in a topic in General Discussion
    :puke: :O_o:
  20. Nice rage, but fucking old.
  21. Nigger, I wasn't the first to post on this 'old' thread. Several other people posted almost at the same time as me.
  22. 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 :(
  23. Come on! Less forum talking, more tubgirl spamming!
  24. Err no exploit.. I'm just a dumb bitch :shifty: