Jump to content

how to do the script while im doing something else


Recommended Posts

this is my code

msgbox (0,"","MADE OF RASMUS BACH!!!")
HotKeySet("{f8}","terminate")

Dim $mid
Dim $My_Color1 =0xA37649
Dim $My_Color2 = 0xA11B07
Dim $My_Color3 =0x5C3D27
opt("MouseCoordMode", 0)      ;see Level I or Search Help for "options".
Opt("PixelCoordMode", 0)       
do

        
        $hitgnot = PixelSearch( 180, 350, 780, 755, $My_Color3, 50, 10) 
        If Not @error Then MouseClick("left", $hitgnot[0], $hitgnot[1], 1, 0)
    
        
        until run ("nothink.exe")
        
    

Func Terminate()
    Exit 0
EndFunc

my question is how can i fx. play a other game while its in the browser?

Link to comment
Share on other sites

well, as that script is using mouseclicks, I would say that it would be tough to do something else, unless you don't mind the script taking control of the mouse and moving it around constantly.

Kerros===============================================================How to learn scripting: Figure out enough to be dangerous, then ask for assistance.

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...