Advertisement
Foxtrod89

DeusExToggleAimScript

Mar 30th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. WinWait, Deus Ex: Mankind Devided,
  2. ;IfWinNotActive, Deus Ex: Mankind Devided, WinActivate, Deus Ex: Mankind Devided
  3.  
  4. *RButton Up::
  5. If (Toggle := !Toggle){
  6. Send {Click Down Right}
  7. }
  8. Else{
  9. Send {RButton up}
  10. }
  11. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement