Jump to content

What's wrong here? o.o


 Share

Recommended Posts

Hey, here I am again xdD!

Here is the script:

sleep(500)
MouseClick("left",1117,899)
$10 = PixelGetColor(646,377)
if not ($10 = 10463144) Then
    _DoCacota10()
Else
    MouseClick(594,565)
EndIf


Func _DoCacota10()
sleep(500)
MouseClick("left",1117,899)
$10 = PixelGetColor(646,377)
if ($10 = 10463144) Then
    MouseClick(594,565)
Else
    _DoCacota10()
EndIf
EndFunc

Why does it stop afer clicking on 1117,899 , if in fact the pixel color now (when clicked) is 10463144. It's making me mad :S, please helpie!

Link to comment
Share on other sites

  • Developers

bump mothafaka

You have earned yourself a 3 days posting ban.

Better not continue this after these 3 days.

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

Hey, here I am again xdD!

You also on the verge of joining your buddy as I blame you too for these improper bumps and post that clearly are game related.

You have been warned about it before and this is the last friendly warning.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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