Jump to content

Recommended Posts

Posted

i need help about

how can to save the file if im done making the code?

and how it works?

please help me

Hi ashshayou,

To make an AutoIt script, just right click in windows explorer, and go "New" -> "AutoItV3 Script". Then edit it to your hearts content. I recomend you get the full version of SciTe4AutoIt3 as this will greatly make it easier to code, with all of the built in applications to aid you. Once you are done, you can either compile from Right-Clicking on the file, going into the Start Menu -> My Programs -> AutoIt V3 -> "Compile Script to .exe"

Once you do that, a GUI will apear asking for options (from the start menu only):

The source is your AutoIt Script you created at the start.

Output can be blank, where it will create the .exe with the same name as the script.

The icon is a custom icon, which is usually the "A" logo (Above).

If you want your script to be ran on 9x systems, then select ANSI otherwise go for Unicode. It is unsual for you to have an great need to have an x64 compiled script.

Hope that helps!

Brett

:D

Posted (edited)

Hi ashshayou,

To make an AutoIt script, just right click in windows explorer, and go "New" -> "AutoItV3 Script". Then edit it to your hearts content. I recomend you get the full version of SciTe4AutoIt3 as this will greatly make it easier to code, with all of the built in applications to aid you. Once you are done, you can either compile from Right-Clicking on the file, going into the Start Menu -> My Programs -> AutoIt V3 -> "Compile Script to .exe"

Once you do that, a GUI will apear asking for options (from the start menu only):

The source is your AutoIt Script you created at the start.

Output can be blank, where it will create the .exe with the same name as the script.

The icon is a custom icon, which is usually the "A" logo (Above).

If you want your script to be ran on 9x systems, then select ANSI otherwise go for Unicode. It is unsual for you to have an great need to have an x64 compiled script.

Hope that helps!

Brett

cool.gif

sorry, can you post some picture guide for me ?

because im a newbie moron :D

please

While 1 = 1
  If _IsPressed ( "04" ) then Pickup()
WEnd

func Pickup()
  Send ("{F12}");Switch to bar 4
  Send ("{F1}");Use Pickup
  Send("{F9}");Switch back to bar 1
Endfunc

here is the code sir

Edited by ahshayou
Posted

Are u using scite or other editor?

If u're using scite, juz save it like usual. if u hit F5, it'll run the code

AUTOIT[sup] I'm lovin' it![/sup]

Posted (edited)

i want to use auto pick up for rose online could you mind to help me please?

and i know that autoit program can help me

Edited by ahshayou

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
×
×
  • Create New...