Description:
A really lightweight program that pastes your clipboard (what you have in the CTRL+C memory) where you cannot paste it by pressing CTRL+V or right-click, for example the Add Favourite menu in Call of Duty 4 Multiplayer etc.
Hotkeys:
Paste: default CTRL+ALT+V
Code:
Code:
Opt("SendKeyDelay", 1)
HotKeySet("^!v", "clip")
Func clip()
= ClipGet()
Send(, 1)
EndFunc
While 1
Sleep(1000)
WEnd
Download:
http://www.levisweb.net/files/clipper.exe.zip
Source download:
http://www.levisweb.net/files/clipper.au3
Have fun! Made by Flaska ofcourse 