ColdFusion
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Cold Fusion Fuse to the max
 
HomePortalLatest imagesSearchRegisterLog in

 

 How to make a combat arms tapper

Go down 
AuthorMessage
Admin
Admin



Posts : 217
Join date : 2010-07-03

How to make a combat arms tapper Empty
PostSubject: How to make a combat arms tapper   How to make a combat arms tapper EmptyTue Jul 06, 2010 12:17 am

Lets do a Visual basic 2008 tapper

OK guys it will be very easy to do you just have to copy and paste the code
and thanks me lol

you will need :

visual basic 08

and your finger


Step 1
Add 2 timer's to your project

Step 2
Copy and paste source


code are:


Quote :
Public Class Form1
Public Declare Function GetAsyncKeyState Lib "User32" (ByVal vKey As Long) As Integer
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Timer1.Enabled = True
Timer2.Enabled = True
End Sub


Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
Dim Hotkey1 As Boolean
Hotkey1 = GetAsyncKeyState(Keys.F11)
If Hotkey1 = True Then
Timer1.Enabled = True
Shell("NET START DHCP")
End If

End Sub

Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
Dim Hotkey2 As Boolean
Hotkey2 = GetAsyncKeyState(Keys.F10)
If Hotkey2 = True Then
Timer2.Enabled = True
Shell("NET STOP DHCP")
End If
End Sub
End Class
---------------------------------------------------------------------------------------------------------------------------------


when you press f10 Combat arms will minimize automaticly just restore it and nobody in the game will moove knife everybody .and restart internet by press f11



hotkey:

f10=deconnect
f11=connect












if you have some error ignore them and test it!!! THX me
Credit to me
Back to top Go down
http://cfhacks.worldcupboard.net
 
How to make a combat arms tapper
Back to top 
Page 1 of 1
 Similar topics
-
» COMBAT ARMS VIP NA/EU
» Combat Arms Pro Tutorial
» Coders Needed! (Combat Arms!)
»  Combat Arms Commentary For Th3BlackDude
» Combat Arms Super Knifing Noob

Permissions in this forum:You cannot reply to topics in this forum
ColdFusion :: Coding :: Visual Basics-
Jump to: