Search results

  1. Y

    Help AHK 360 spin

    i made a 360 spin using ahk XButton2:: { DllCall("mouse_event", "UInt", 0x01, "UInt", 43080, "UInt", 0) ; move 1 unit right Sleep 5 } return it just skip a pixel i would like it automatically spins 360 per pexil without skipping any pixel
  2. Y

    Help [AHK] gta samp gui auto select

    is there a way to make ahk that makes SendInput t/locker{enter} and when it detects gta sa imgui such an like this it automatically select the "Equipment". Send {down} send {enter} is easy but i would like to make when it detects the GUI it automatically select it because sometimes it doesn't...
Top