Drew Posted July 27, 2009 Posted July 27, 2009 i wrote this script and ran it ... and now my keybard is completey unresponsive... please help undo w/e i screwed up please. im currently using the on-screen keyboard. expandcollapse popup#include <Misc.au3> HotKeySet( "{HOME}", "_Spam") HotKeySet( "^e", "_Exit") HotKeySet( "^v", "_Test") Global $Paused While 1 Sleep( 500 ) Wend Func _Spam() $dll = DllOpen("user32.dll") Send("{SHIFTDOWN}") MouseDown("left") Do Sleep(100) Until _IsPressed("23", $dll) MouseUp("left") Send("{SHIFTUP}") DllClose($dll) EndFunc Func _Exit() Exit EndFunc Func _Test() $dll = DllOpen("user32.dll") Send("{SHIFTDOWN}") Do Sleep(250) Until _IsPressed("23", $dll) Send("{SHIFTUP}") DllClose($dll) EndFunc
enaiman Posted July 27, 2009 Posted July 27, 2009 Press "End" key ... if it doesn't work, you can try these: - stop the script from taskbar, - stop the script from Task manager - press the "magic button" (reset) - pull the plug >_< SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now