Results 1 to 5 of 5
  1. #1
    ipwnuuaal5's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    275
    Reputation
    16
    Thanks
    33

    Hotkey Functions

    What is the difference between
    Code:
    if(GetAsyncKeyState(VK_DELETE)<0){
    and
    Code:
    if(GetAsyncKeyState(VK_DELETE)&1){

  2. #2
    speedforyou's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    735
    Reputation
    -59
    Thanks
    108
    My Mood
    Happy
    Quote Originally Posted by ipwnuuaal5 View Post
    What is the difference between
    Code:
    if(GetAsyncKeyState(VK_DELETE)<0){
    this is the right one
    thank me
    Last edited by speedforyou; 08-12-2010 at 08:46 AM.

  3. #3
    F-U-ALL's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    224
    Reputation
    20
    Thanks
    23
    My Mood
    Hot
    Quote Originally Posted by speedforyou View Post
    this is the right one
    thank me
    He didnt mean which is right he said whats the difference jackass.

  4. #4
    Sh3hw4z's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    137
    Reputation
    10
    Thanks
    30
    Quote Originally Posted by ipwnuuaal5 View Post
    What is the difference between
    Code:
    if(GetAsyncKeyState(VK_DELETE)<0){
    and
    Code:
    if(GetAsyncKeyState(VK_DELETE)&1){
    <0 means its getting pushed Constantly.Non stop.&1 means its only getting pushed once unlike <0 getting pushed multiple times.<0 is used for controllable fly hack and what not.

  5. #5
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    /Solved
    /Closed
    -Rest in peace leechers-

    Your PM box is 100% full.

Similar Threads

  1. [Release] Working hack Boxes+no sky+other hotkey functions
    By koolman123 in forum CrossFire Hacks & Cheats
    Replies: 11
    Last Post: 09-03-2010, 11:35 AM
  2. [Help]Hotkey Functions
    By Germany in forum Visual Basic Programming
    Replies: 6
    Last Post: 05-03-2010, 10:49 AM
  3. vb hotkeys
    By cjg333 in forum General Game Hacking
    Replies: 7
    Last Post: 07-23-2008, 01:08 PM
  4. Hotkeys in C++
    By Dave84311 in forum C++/C Programming
    Replies: 7
    Last Post: 09-07-2007, 07:13 AM
  5. Disable some of punkbuster's functions.
    By System79 in forum Game Hacking Tutorials
    Replies: 3
    Last Post: 09-06-2006, 11:32 PM