Jump to content

oddysey

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by oddysey

  1. That would be amazing if you did bypass gg . ive been looking and trying to think of ways for ever : ) maybe you could pm me how its done ?
  2. ok !!!!!!! thanks a bunch Ive messed with Director a lot but its been a while. a lot of similar things but the order of where they go is the trick Thank you very much for your help .
  3. OK i have a question, kinda noob question but, how do i make a script run slower not the sleep command but how many times it reads all the commands. because it seems like its flying through the au3 and lagging out my computer. here is the code im using......... CODEsleep (2000) WinActivate("SRO_Client") sleep (2000) Global $Paused HotKeySet("z", "Pause") Func Pause() $Paused = NOT $Paused While $Paused Sleep (400) WEnd EndFunc Func fight() $coord = PixelSearch( 100, 100, 900, 525, 0xa00a00, 1, 2) If Not @error Then MouseMove($coord[0],$coord[1],0) Sleep (100) MouseClick("left",$coord[0],$coord[1]) Sleep (500) if (pixelgetcolor (429,21) = 0x2C89CB) then send ("1") send ("2") endif EndIf ;send ("{left 6}") EndFunc while 1=1 fight() wend this basically just looks for a color and executes 2 different buttons. but seems to lag out the sro.exe that its running in.
  4. Wouldn't that be cool if you could use OTR with auto-it ?? http://optical-text-recognition.qarchive.org/ man you could do amazing things like start making AI make it read its own code and adjust change and save accordingly lolz anyway if you could you could make it read your x and y placement on map in your SRO game.
  5. wow smart people in this autoitv3 forum hu guys ??? lol my first thing i would type in google to GOOGLE IT! would be Game Guard bypass or Game Guard spoof .
  6. Nope GG does not block pixelsearch, just tried it. Seems to work ok.
×
×
  • Create New...