Jump to content

Problem with script


Paro
 Share

Recommended Posts

hello, i am new here.

i have question

how i send for my script white:

/msg

how i send this ?

Welcome to AutoIt. >_<

I assume you meant "write" vice "white", but can't tell where you want to write to. Do you want your message to go to a control in a window or make a pop-up message? Look in the help file at Send() and MsgBox().

You really need to start with the help file (AutoIt3.chm), which is the function reference and includes a basic tutorial to get you started.

Cheers!

:idiot:

P.S. I don't do game bots myself, but there are other here who do. :)

Edited by PsaltyDS
Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

i working in one bot for MuOnline

look my script:

Dim $StartleftClick = 0

MsgBox(0, "ParoBOT!", "Hello Mr. Paro =]")

HotKeySet("{F5}", "RightClickCall");On/Off

HotKeySet("{F6}", "MyExit");Exit

While 1

Select

Case $StartleftClick

mouseclick("",675,745)

MouseClick("left")

sleep (7000)

mouseclick("",965,205)

MouseClick("left")

sleep (7000)

mouseclick("",759,529)

MouseClick("left")

sleep (7000)

mouseclick("",791,529)

MouseClick("left")

sleep (7000)

EndSelect

Sleep(7000)

WEnd

Func RightClickCall()

Select

Case $StartleftClick = 0

$StartleftClick = 1

Case $StartleftClick = 1

$StartleftClick=0

EndSelect

EndFunc

Func MyExit()

Exit

EndFunc

i need my bot write /request off

when bot start , i need write /request off

and in final of operations i need write /request on

but this msg windows pop-up i need make too :)

thx

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