Jump to content

666trash

Members
  • Posts

    4
  • Joined

  • Last visited

666trash's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Yo im bacc but is there a way to not make it detected by some games or sth is there a way to add delay or like make it loo0k like a real person is doing these actions
  2. Thanks man made it work with this #include <Misc.au3> #include <MsgBoxConstants.au3> #include <AutoItConstants.au3> While 1     If _IsPressed("02") Then        MouseWheel($MOUSE_WHEEL_UP, 15) EndIf WEnd
  3. Sorry for the double post, forgot to explain the script basically when i press Right Click it scrolls up like 50 times instantly, and in the same time i dont want it to remove Right click's default microsoft function so i dont want the auto it script to override right click i just want Right Click's function + the scroll up work in the same time thanks
  4. Hi i have this small AHK script but i need it in Autoit please and thanks! $Rbutton:: Click Down Right Send,{WheelUp 50} keywait,Rbutton Click Up Right return F12::Suspend
×
×
  • Create New...