/dev/null Posted July 31, 2006 Posted July 31, 2006 repeat what?what? __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
(^_^) Posted July 31, 2006 Posted July 31, 2006 (edited) here you are just add this into your code and take out the #include <mics.au3> Func _IsPressed($s_hexKey, $v_dll = 'user32.dll') Local $a_R = DllCall($v_dll, "int", "GetAsyncKeyState", "int", '0x' & $s_hexKey) If Not @error And BitAND($a_R[0], 0x8000) = 0x8000 Then Return 1 Return 0 EndFunc it should work for you ... i seem to have the same problem the #include doesnt work if im tryin 2 include beta files Edited July 31, 2006 by (^_^) [center][font="Arial Black"] DESEAN[/font][/center] [center]<<<WOW Fi$her>>>[/center][center]<<<mp3 player>>>[/center]
randomboy Posted July 31, 2006 Author Posted July 31, 2006 Thanks for all the help!!! I got inside my house, leant back on my bed and began to think...where the hell was my roof?!?!24 hours in a day....24 beers in a case....Coincidence??
JaySquared Posted August 8, 2006 Posted August 8, 2006 While the code is simplistic and just checks to see if your pressing "a" at the time of the click I think this is along the lines of what you were looking for. This will create a nearly invisible GUI (If it's set to 0 won't intercept clicks) that will pass thru a left click if just a left click or if "a" is pressed at same time will do an action. If you click the right mouse button it will end the script. When it intercepts the click will minimize the GUI and pass thru a left click so that it's not dependent on where you are on the screen. Let me know if you have any questions. interception.au3 Aha.. I have unlocked it's secrets.. world domination is within my grasp...
BPBNA Posted August 8, 2006 Posted August 8, 2006 (edited) Ugh.. people just dont get it.Quit helpin randomboy... hes just writing malware...Automatically executing programDisable CTRL+ALT+DELKey Log Edited August 8, 2006 by BPBNA
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