Jump to content

Script Help


Theory
 Share

Recommended Posts

I'm trying to create a script that will click on a certain color in a limited area. After the color is clicked it will hit a key then keep hitting then key till the color is gone then it will keep going over and over again. After i get this project finished i want to create another one that moniters a spot till it changes then after it changes it double clicks on a spot. Trying to make a little bot. I made one awhile ago with autoit with some help and all the code i've downloaded from the forum doesn't have any refresnces to codes so kinda lost. Some direction would be apperciated.

Thanks,

Theory. :whistle:

Link to comment
Share on other sites

Anyone point me to the direction of a good guide then?

lots of stuff in the help files - also try doing a search for help on the forum and I am sure it will lead you in some direction

All by me:

"Sometimes you have to go back to where you started, to get to where you want to go." 

"Everybody catches up with everyone, eventually" 

"As you teach others, you are really teaching yourself."

From my dad

"Do not worry about yesterday, as the only thing that you can control is tomorrow."

 

WindowsError.gif

WIKI | Tabs; | Arrays; | Strings | Wiki Arrays | How to ask a Question | Forum Search | FAQ | Tutorials | Original FAQ | ONLINE HELP | UDF's Wiki | AutoIt PDF

AutoIt Snippets | Multple Guis | Interrupting a running function | Another Send

StringRegExp | StringRegExp Help | RegEXTester | REG TUTOR | Reg TUTOT 2

AutoItSetOption | Macros | AutoIt Snippets | Wrapper | Autoit  Docs

SCITE | SciteJump | BB | MyTopics | Programming | UDFs | AutoIt 123 | UDFs Form | UDF

Learning to script | Tutorials | Documentation | IE.AU3 | Games? | FreeSoftware | Path_Online | Core Language

Programming Tips

Excel Changes

ControlHover.UDF

GDI_Plus

Draw_On_Screen

GDI Basics

GDI_More_Basics

GDI Rotate

GDI Graph

GDI  CheckExistingItems

GDI Trajectory

Replace $ghGDIPDll with $__g_hGDIPDll

DLL 101?

Array via Object

GDI Swimlane

GDI Plus French 101 Site

GDI Examples UEZ

GDI Basic Clock

GDI Detection

Ternary operator

Link to comment
Share on other sites

I'm trying to create a script that will click on a certain color in a limited area. After the color is clicked it will hit a key then keep hitting then key till the color is gone then it will keep going over and over again. After i get this project finished i want to create another one that moniters a spot till it changes then after it changes it double clicks on a spot. Trying to make a little bot. I made one awhile ago with autoit with some help and all the code i've downloaded from the forum doesn't have any refresnces to codes so kinda lost. Some direction would be apperciated.

Thanks,

Theory. :whistle:

Lemme give you a clip from one of my codes im workin on:

Do
        MouseMove(0, 0)
        $exityet = PixelGetColor($leavebgposx, $leavebgposy)
        If $exityet <> $leavebgpix Then
            Sleep(Random(30000, 50000))

that lil bit just gets the color (PixelGetColor) at the coords stored in the vars of $leavebgposx and $leavebgposy. Then If the variable $exityet is not equal to $leavebgpix (the color stored in leavebgpix var) then it goes on with life, otherwise it repeats.

See how that one works?

Link to comment
Share on other sites

Group: Members

Posts: 2

Joined: 23-February 07

Member No.: 21,022

... I made one awhile ago with autoit with some help and all the code i've downloaded from the forum doesn't have any refresnces to codes so kinda lost...

What was your screen name then... when you asked... and got help???

8)

NEWHeader1.png

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