PDA

View Full Version : Hotkeys On Check Box's



Gellin
08-30-2007, 01:55 PM
This is very similar to my post on the command button hotkeys but here goes,

Open Vb.6, standard exe, add our module, add a check box
Click it 2 times and insert this code for css, insert a addressee and value


Private Sub Check1_Click()
Call WriteALong("Counter-Strike Source", &HAddie, "value")
End Sub

This for Warrock


Private Sub Check1_Click()
Call WriteALong("Warrock", &HAddie, "value")
End Sub

Thats The Code for the check box
Now you need to add Hotkeys.
Add 1 timer, set the variable to 1

Double click it and add this code


Private Sub Timer1_Timer()
If GetKeyPress(Numpad1) Then
Call Check1_Click 'Label it
End If
End Sub
WARROCK RULEZ
All Credz to GELLIN do not leech, or post anywhere else

-CD-
08-30-2007, 09:25 PM
If Check1_Checked Then
// enable your hax
ElseIf Check1_UnChecked Then
// disable your hax
End If

^ In a timer with a interval of 1.

jawad_33
08-31-2007, 12:56 PM
????????????????????????

sukh13
11-04-2007, 10:36 PM
and how can i make like red dot to in checkbix like when i click press with hotkey dot turn green like that any help ?