Results 1 to 4 of 4
  1. #1
    devilaim's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    493
    Reputation
    10
    Thanks
    1,612
    My Mood
    Devilish

    AUTOHOTKEY SCRIPT CODE TO BOOST YOUR MOUSE




    *HERE MY CODE! JUST PASTE IT IN AUTOHOTKEY SCRIPT JUST DOWNLOAD IN GOOGLE AND YOU CAN PASTE THIS IN MACRO SCRIPT TO BOOST YOUR MOUSE*


    #SingleInstance
    ActivateScript = 0

    GroupAdd, ActiveWindow, ahk_class IW4

    ; Home key to activate the macro
    ~Home::
    KeyWait, Home
    GetKeyState, HomeState, Home, T
    If HomeState = D
    {
    ActivateScript = 1

    }
    else
    {
    ActivateScript = 0

    }
    return

    ~LButton::
    if ActivateScript = 1
    {
    Loop
    {
    ;Make sure Blackshot window is the active window. Don't want weird mouse behaviour appearing at other window
    IfWinActive, ahk_group ActiveWindow
    {
    GetKeyState, LButtonButtonState, LButton, P
    If LButtonButtonState = D
    {
    Send, {LButton down}
    Sleep, 71
    Send, {LButton up}
    }
    If LButtonButtonState = U
    {
    ;break the loop if physical state of LButton is up.
    break
    }
    }
    else
    {
    break
    }
    }

    }
    exit

    return



    *THAT IS MY SCRIPT CODE*
    Last edited by devilaim; 04-13-2013 at 08:42 AM.

  2. #2
    elimabiru's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Behind YOU...
    Posts
    126
    Reputation
    10
    Thanks
    688
    My Mood
    Worried
    no credits ?
    Give me a Thanks if i HELP !

    Making a Hack ! :
    Injector : Done
    Chams : In Progress
    Wallhack : Done
    Wireframe : Not Done
    D3D Menu : Done
    Loader : Done
    Trainer : Done


    Need Help on someone that good at C++ !
    Sorry if i make Mistake !!


    200 Thanks :
    500 Thanks : /me
    800 Thanks :
    1000 Thanks :

  3. The Following User Says Thank You to elimabiru For This Useful Post:

    ItsMeShity (03-30-2018)

  4. #3
    devilaim's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    493
    Reputation
    10
    Thanks
    1,612
    My Mood
    Devilish

    credit by devilaim so simple much better you learn c++ dude


    ---------- Post added at 11:36 AM ---------- Previous post was at 11:35 AM ----------

    Quote Originally Posted by elimabiru View Post
    no credits ?

  5. #4
    elimabiru's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    Behind YOU...
    Posts
    126
    Reputation
    10
    Thanks
    688
    My Mood
    Worried
    Quote Originally Posted by devilaim View Post

    credit by devilaim so simple much better you learn c++ dude


    ---------- Post added at 11:36 AM ---------- Previous post was at 11:35 AM ----------




    i already learn ! and the source code you takes from the video
    Give me a Thanks if i HELP !

    Making a Hack ! :
    Injector : Done
    Chams : In Progress
    Wallhack : Done
    Wireframe : Not Done
    D3D Menu : Done
    Loader : Done
    Trainer : Done


    Need Help on someone that good at C++ !
    Sorry if i make Mistake !!


    200 Thanks :
    500 Thanks : /me
    800 Thanks :
    1000 Thanks :

Similar Threads

  1. How to boost your FPS???
    By rdblade in forum CrossFire Hacks & Cheats
    Replies: 16
    Last Post: 02-17-2010, 10:59 AM
  2. [Help] Code for Reconnecting your internet at a certain time? [Tapper]
    By deathninjak0 in forum Visual Basic Programming
    Replies: 4
    Last Post: 12-13-2009, 10:31 PM
  3. Code for changing your ip?
    By deathninjak0 in forum Visual Basic Programming
    Replies: 7
    Last Post: 11-26-2009, 01:15 PM
  4. THE ULTIMATE GUIDE TO BOOSTING YOUR COMPUTER
    By icantlolanymore in forum Combat Arms Discussions
    Replies: 1
    Last Post: 10-15-2009, 04:22 AM
  5. What's Your Mouse Sensitivity?
    By cyanmage in forum Combat Arms Hacks & Cheats
    Replies: 81
    Last Post: 08-20-2009, 08:16 PM