(^_^) Posted July 9, 2006 Share Posted July 9, 2006 (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 just the literate who know a bit about making scripts.expandcollapse popupGlobal $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 July 9, 2006 by (^_^) [center][font="Arial Black"] DESEAN[/font][/center] [center]<<<WOW Fi$her>>>[/center][center]<<<mp3 player>>>[/center] Link to comment Share on other sites More sharing options...
(^_^) Posted July 9, 2006 Author Share Posted July 9, 2006 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 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] Link to comment Share on other sites More sharing options...
(^_^) Posted July 14, 2006 Author Share Posted July 14, 2006 nobody can think of a way to improve it ... o well have fun with it [center][font="Arial Black"] DESEAN[/font][/center] [center]<<<WOW Fi$her>>>[/center][center]<<<mp3 player>>>[/center] Link to comment Share on other sites More sharing options...
jaenster Posted August 2, 2006 Share Posted August 2, 2006 Bump for you mate -jaenster Link to comment Share on other sites More sharing options...
lasse0960 Posted April 8, 2007 Share Posted April 8, 2007 bump, this is exactly what I need. Link to comment Share on other sites More sharing options...
Alek Posted April 8, 2007 Share Posted April 8, 2007 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] Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now