Jump to content

YourShadow

Members
  • Posts

    13
  • Joined

  • Last visited

YourShadow's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. doesnt work anyway for some reason it just closes down the moment I open it. it meaning the game
  2. HotKeySet ("!s", "Terminate") Func Terminate () Exit EndFunc $count = 0 $max = 100001 $o = 0 $Top = 140 $Left = 10 $Right = 1030 $Bottom = 735 WinWait ( "RoseOnline" ) $Pos = WinGetPos ( "RoseOnline" ) $Siz = WinGetClientSize ( "RoseOnline" ) $Left = ($Pos[0] + 90) $Top = ($Pos[1] + 70) $Right = (($Pos[0] + $Siz[0]) - 32) $Bottom = (($Pos [1] + $Siz[1]) - 34) Sleep (50) While $count < $max If $o = 0 Then $c = PixelSearch ($Left, $Top, $Right, $Bottom, 0x581D00, 1) EndIf If Not @error Then MouseClick ( "Left", $c[0], $c[1], 1, 0 ) EndIf If @error Then $o = $o + 1 EndIf $count = $count + 1 WEnd I tried using this script but for some reason when I opened "ROSE online" which is what this is for, it would not work at all. I was wondering if it was the game or the script. Tutorial/almost exact copy from: http://www.autoitscript.com/forum/index.php?showtopic=67782 PLEASE HELP T-T
  3. ok well still doesnt work T-T
  4. WinActivate ('ROSE online') $count = 0 $max = 100001 $Left = 10 $Top = 140 $Right = 1030 $Bottom =735 $o = PixelSearch ($Left, $Top, $Right, $Bottom, 0xFF977B, 50) MouseClick ("Left", $o[0], $o[1], 1, 1) can somebody tell me whats wrong with this? this is my entire script and it doesnt work for some reason T-T This is supposed to target the nearest thing thats red and click on it.
  5. at least tell me how to loop holding down cntrl and clicking (left mouse click)
  6. thats why I want u to explain.............. cuz im not just doing foxes and this game im doing other ones -.- sorry if it pisses you off or something
  7. Ok I found out about pixel search and whatever, and I'll tell you what I'm trying to do. Basically I'm trying to use this on a game to target a certain type of monster, and attack that based on the color of the monster (which is gray). Then I'm going to have to use the same pixel search to pickup any items that drop. Unfortunately the game uses Gameguard, and I was wondering if anyone had a way to bypass it. Could someone make a script for me if you have some time? Attached is a picture of the monster I want to attack, and please if you will, explain what each command does/upload the actual file. I just need it to target that fox, and then click on it thats it.
  8. I was wondering, if there was a way to set a certain color, and then make it click on that color nearest to the last location of that mouse. EXAMPLE: lets say theres like 10 balls floating around your screen, 5 of them are grey, and 5 of them are green. could you make it click on the grey balls closest to the position of your cursor? and then loop that. sorry im a huge newby at this kind of thing and help is appreciated. Thank you for not flaming and help T-T. (I already know how to get the code thing of a color)
  9. I was wondering, if there was a way to set a certain color, and then make it click on that color nearest to the last location of that mouse. EXAMPLE: lets say theres like 10 balls floating around your screen, 5 of them are grey, and 5 of them are green. could you make it click on the grey balls closest to the position of your cursor? and then loop that. sorry im a huge newby at this kind of thing and help is appreciated. Thank you for not flaming and help T-T. (I already know how to get the code thing of a color)
×
×
  • Create New...