View Full Version : help please!~
ll Jaspur ll
11-25-2007, 09:44 PM
ok i am makein my public hack and i wanna add hot key's to glass wall !
i was wondering if someone could post the way code should be for to turn it off then turn on ! plus with a hotkey with alt to turn it on and then press alt to turn it off !
could someone please post this for me and i will be sure to put your name in the hack for your help with it thanks !
str1k3r21
11-26-2007, 07:19 AM
Here:
If GetKeyPress (vbkeyputwatuwanthere) Then
Call writealong...... ' Call it on
Else
If GetKeyPress (vbkeyputwatuwanthere) then
Call writealong...... ' Call it Off
End if
End if
I put 2 End if at the end because we call 2 If Commands and if u dont have the 2 End if at the end you'll get error.
List of hotkeyz:
vbKeyPageUp Page Up Key
vbKeyPageDown Page Down Key
vbKeyEnd End Key
vbKeyHome Home Key
vbKeyLeft Left Arrow Key
vbKeyUp Up Arrow Key
vbKeyRight Right Arrow Key
vbKeyDown Down Arrow Key
vbKeySelect Select Key
vbKeyPrint Print Screen Key
vbKeyExecute Execute Key
vbKeySnapshot Snapshot Key
vbKeyInsert Insert Key
vbKeyDelete Delete Key
vbKeyHelp Help Key
vbKeyNumlock Delete Key
vbKeyA through vbKeyZ are the key code constants for the alphabet
vbKey0 through vbKey9 are the key code constants for numbers
vbKeyF1 through vbKeyF16 are the key code constants for the function keys
vbKeyNumpad0 through vbKeyNumpad9 are the key code constants for the numeric key pad
Not mine.Friend gave me.
ll Jaspur ll
11-26-2007, 08:02 AM
thanks dude i will be sure to try it when i get my computer back up and working !
thanks
str1k3r21
11-26-2007, 05:22 PM
Your welcome :D
Powered by vBulletin® Version 4.1.12 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.