Jump to content

Help


Recommended Posts

Hey iam trying to make a quiscop for cs

i need help iam stuck,when i need todo is hold mouse4 down click mouse2 once and on release make it do sumthing

so far,i just to be able 2 click mouse2 once

#include <Misc.au3>
$dll = DllOpen("user32.dll")
Global $Paused
HotKeySet( "8", "NoRecoil" )
HotKeySet( "9", "Pause" )

While 1
     Sleep(100)
WEnd

Func NoRecoil()
While 1

if _ispressed( "04" ) then
;Click Right Mouse Once while in the loop? hlp
    sleep(1)
While _ispressed( "04") = 0
    Sleep(1)
MouseClick("left")
send("q")
send("1")
WEnd
EndIf
WEnd
EndFunc
Func Pause()
    $Paused = NOT $Paused
    While $Paused
HotKeySet( "1", "NoRecoil" )
        sleep(100)
        ToolTip('Script is')


    WEnd
    ToolTip("")
    EndFunc
Edited by X-sploiT
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...