Jump to content

Recommended Posts

Posted (edited)

made a script to do the work. hope you like it. Its simple but its working so dnt care... if you have anything cool that you can add to it plz do o and it only work if u have 1024x768 rez and u need to put the casting button in the right actionbar 2 very top. if any body has anything they can add to this make it better that would be cool just dont make it to user friendly dont want every body to beable to use it :D just the literate who know a bit about making scripts.

Global $Paused
HotKeySet("{END}", "TogglePause")
HotKeySet("{HOME}", "Terminate")


Func TogglePause()
    $Paused = NOT $Paused
    While $Paused
        sleep(100)
    WEnd
EndFunc

Func Terminate()
    Exit 0
EndFunc

sleep(5000)
$start = 1
Do
For $counter = 1 To 1
mousemove(960,190)
sleep(1000)
mouseclick("Left")
sleep(2000)
$coord = PixelSearch( 200, 130, 800, 500, 0x7C6A3F, 20 )
If Not @error Then
mousemove($coord[0],$coord[1])
EndIf
next
$count = 1
while $count = 1
sleep(50)
$pos=MouseGetPos()
PixelSearch( ($pos[0]), ($pos[1]), ($pos[0]) + 20, ($pos[1]) + 20, 0x7C6A3F, 20 )
if @error then
mouseclick("right")
$count = 2
sleep(400)
mousemove(40,200)
sleep(400)
mouseclick("left")
sleep(400)
mousemove(40,250)
sleep(400)
mouseclick("left")
sleep(4000)
ExitLoop
EndIf
Wend
Until $start > 5
Edited by (^_^)

[center][font="Arial Black"] DESEAN[/font][/center] [center]<<<WOW Fi$her>>>[/center][center]<<<mp3 player>>>[/center]

Posted

oo you might need to change some the pixil search's colors and shade variant just play with the 2 pixil searchs and ull get it workin 4 u :D

P.S. some times the water color messes with the pixil search... danm the brown water

[center][font="Arial Black"] DESEAN[/font][/center] [center]<<<WOW Fi$her>>>[/center][center]<<<mp3 player>>>[/center]

  • 3 weeks later...
  • 8 months later...
Posted

maybe it should look for the yellow color of the crusor when you have it over the bober so that it is 99% sure that the crusor is over the bober.

[font="Impact"]Never fear, I is here.[/font]

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