Results 1 to 2 of 2
  1. #1
    sigma3030's Avatar
    Join Date
    Sep 2018
    Gender
    female
    Posts
    9
    Reputation
    10
    Thanks
    1
    My Mood
    Relaxed

    GetAsyncKeyState Bypass help

    The game, I am currently hacking , the anti-cheat Detects GetAsyncKeyState, I made triple shore by removing the GetAsyncKeyState, The cheat is auto activated, I have tested for up to 3 hours of game play. but i need to turn this on and off, so i can have no recoil are less recoil so on, right now you just get no recoil, and wall hack. but i can't add alot of the other features I need too.

    This is hot the menu selection bar is set up:
    Code:
    		if (GetAsyncKeyState(VK_UP) & 1)
    			menu.MenuSelection--;
    
    		if (GetAsyncKeyState(VK_DOWN) & 1)
    			menu.MenuSelection++;
    This is how it's set up for Selecting some of the cheats

    Code:
    if (GetKeyState(VK_RBUTTON) == 1) //If You Press The Right Mouse Button...
    		{
    			Sleep(0); //Stops The Current Thread For 100 Ms.
    			mouse_event(MOUSEEVENTF_RIGHTDOWN, 0, 0, 0, 0); 
    			mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0); 
    			mouse_event(MOUSEEVENTF_LEFTUP, 0, 0, 0, 0); 
    			//1 + 2 = Left Mouse Click
    			mouse_event(MOUSEEVENTF_RIGHTUP, 0, 0, 0, 0); 
    			Sleep(1);
    			GetKeyState(0x51);
    			Sleep(1);
    			GetKeyState(0x51);
    
    		}
    	}
    The Top code Second code is Rapid fire mouse.

    I welcome any kind of help thanks guy and happy hacking.

  2. #2
    sijhuu02's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    WILL YOU TEACH ME HOW TO USE THIS ?

Similar Threads

  1. [Help Request] Bypass help First timer here
    By rikatsu69 in forum Alliance of Valiant Arms (AVA) Help
    Replies: 1
    Last Post: 09-29-2012, 04:29 AM
  2. [Help Request] Bypass Help
    By JustBeCareful in forum Combat Arms Mod Help
    Replies: 9
    Last Post: 09-24-2011, 06:28 PM
  3. [Help Request] PLEASE HELP FAST-BYPASS HELP-AND HACK
    By deniz617 in forum CrossFire Help
    Replies: 12
    Last Post: 08-31-2011, 08:01 AM
  4. [Help Request] Bypass help
    By [G]enesis in forum CrossFire Help
    Replies: 4
    Last Post: 08-25-2011, 08:05 AM
  5. [Help Request] HGWC Bypass Help !
    By HellDorado in forum CrossFire Help
    Replies: 14
    Last Post: 06-14-2011, 10:23 AM