Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <Misc.au3>
- Local $Clipz = ClipGet()
- TrayTip("Automated Paste", "Press -Scroll Lock(ScrLk)- to type in clipboard. Script will exit when complete.", 10)
- Func shit()
- Exit
- EndFunc
- Func lol()
- send($Clipz)
- shit()
- EndFunc
- While 1
- sleep(50)
- if _IsPressed(91) Then
- lol()
- EndIf
- WEnd
Advertisement
Add Comment
Please, Sign In to add comment