Jump to content

Elrond5

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by Elrond5

  1. Thanks I got it working, also I found out I had to do #RequireAdmin
  2. So I want to remap Capslock to Ctrl using Autoit ;3A00 = Caps ;1D00 = Ctrl RegWrite("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout","Scancode Map","REG_BINARY","000000000000000002000000E0473A0000000000") However it isn't doing anything. And I have no idea why my code doesn't work.
  3. Would this work? $Paused = False while 1 if _IsPressed(1) ; Left Mouse Button $Paused = Not $Paused While $Paused    Sleep(100) WEnd Exit Endif WEnd I think I'm doing something wrong
  4. How can I make so that when Leftclick is held down to pause the following script?
  5. y does it matter? A game that instead of spam clicking you can just hold down mouse to keep shooting with every weapon... which is why I need a script that will hold down LeftclickDown when crosshairs hoving over enemies and then LeftclickUp when not... B.T.W. the crosshairs light up red when hoving over an enemy
  6. should I make $isDown = false?
  7. Thats the script I came up with before, the problem is it keeps spamming "MouseUp" so I can't click...
  8. Githy is a Variable btw, I just left all the other script out
  9. oh sorry Jos I'm very sorry, I did that on accident... and btw could you help me?
  10. Below is my current script, I want it to do MouseUp if "Githy" = False If IsArray(Githy) = True Then MouseDown("LEFT") ; Set the left mouse button state as down. EndIf WEnd Func _Exit() Exit EndFunc MouseUp("LEFT") ; Set the left mouse button state as up.
  11. Below is my current script, I want it to do MouseUp if "Githy" = False If IsArray(Githy) = True Then MouseDown("LEFT") ; Set the left mouse button state as down. EndIf WEnd Func _Exit() Exit EndFunc MouseUp("LEFT") ; Set the left mouse button state as up.
  12. Below is my current script, I want it to do MouseUp if "Githy" = False If IsArray(Githy) = True Then MouseDown("LEFT") ; Set the left mouse button state as down. EndIf WEnd Func _Exit() Exit EndFunc MouseUp("LEFT") ; Set the left mouse button state as up.
×
×
  • Create New...