Jump to content

Recommended Posts

Posted

Hey Just a Thought can AutoIt

Click on stuff if it moves?

u know the pop ups were u put your mouse over it or get near it the box runs away?

well say u make it move auto it would jump Right on it and close it. U know if

We can Teach Auto IT to know when things move on are Screen to click it? or if some what of the same Color Moves it would be clicked. would this be just pixel Searching? None Stop.

Posted

Sorry For the Bad Spelling, and the lack to Talk right. I can talk right to people but i just cant type it right.

Now I would like it to click around

X=0, Y=0 , X2=506, Y2=554.

That is Screen Resolution: "1280 by 1024 pixels"

Top Left Corner Pulled down to the right / Middle.

I need to know what it would look some what like.

Posted (edited)

Love You.

But one more thing lol.

CheckChange(0,0)
MsgBox(0, "", "0,0 has moved!")


Func checkChange($x,$y)
    $FirstColor = PixelGetColor($x,$y)
    While 1
        $NewColor = PixelGetColor($x,$y)
        If $NewColor <> $FirstColor Then
            ExitLoop
        EndIf
    Wend
EndFunc

Do i change the (0,0) were the first time it shows up.

If So this pop up is random. So how would i get a random Search?

u was in AutotIt Help and Seached for Random, Random Search , and Random Pixel Search. canr find one thing.

Do i get The Prime Colors and Add them for a Search then after it finds this it will left click. Then the code u gave me will follow up. But how would i get it to click and drag things out of the way if other stuff pops up over it.

Edited by evilelf
Posted

What i think he wants (Correct me if I'm wrong) is something that will auto-close the annoying pop-ups that run away from your mouse

if this is the case, look for

"WinWaitActive"

"WinExists"

"WinClose"

"WinKill"

And maybe

"WinGetProcess"

"ProcessClose"

Using PixelCheckSum is WAY overworking you computer for what I understand it is that you want to do

Posted (edited)

That was right Paulie,

But also My friend was maken a little myspace fly game were u click to smack the fly, After a little it gets harder.

say a pop up would come over it so u have to move it out of the way. then click on the fly.

The flys are all the prime Colors and a little shades darker.

I was going to make this little thing to make a high score lol. Just For ( Giggles ).

Edited by evilelf
Posted

That was right Paulie,

But also My friend was maken a little myspace fly game were u click to smack the fly, After a little it gets harder.

say a pop up would come over it so u have to move it out of the way. then click on the fly.

The flys are all the prime Colors and a little shades darker.

I was going to make this little thing to make a high score lol. Just For ( Giggles ).

check out Simucals Proof of Concept Aimbot

http://www.autoitscript.com/forum/index.php?showtopic=24784

should help you with what you are after...

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
  • Recently Browsing   0 members

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