Page 1 of 3 123 LastLast
Results 1 to 15 of 38
  1. #1
    stevethehacker's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    USA bitch
    Posts
    416
    Reputation
    14
    Thanks
    51
    My Mood
    Bored

    vb combat arms tapper(source + tutorial)

    Ok here is the source for the one I released about a month ago. Here is the thread-
    https://www.mpgh.net/forum/164-combat...r-hotkeys.html
    ok this was quite easy to make. It still works.

    Step 1
    Add 2 timer's to your project
    Step 2
    Copy and paste source
    Step 3
    Press Thanks button
    Code:
    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 Classl
    Last edited by stevethehacker; 11-07-2009 at 04:37 PM.

  2. The Following 4 Users Say Thank You to stevethehacker For This Useful Post:

    guza44_44 (11-08-2009),iWAFFLE (11-24-2009),Laxitive (11-10-2009),llaxman21 (11-10-2009)

  3. #2
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Alredy knows this ^^, but nice tut to every1 who doesnīt!
    -Rest in peace leechers-

    Your PM box is 100% full.

  4. #3
    Threadstarter
    Dual-Keyboard Member
    stevethehacker's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    USA bitch
    Posts
    416
    Reputation
    14
    Thanks
    51
    My Mood
    Bored
    Quote Originally Posted by hejsan1 View Post
    Alredy knows this ^^, but nice tut to every1 who doesnīt!
    yeah. most choobs couldn't figure this out to save their lives. they should be able to make one now though since they have a source code right in front of their face

  5. #4
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by stevethehacker View Post
    yeah. most choobs couldn't figure this out to save their lives. they should be able to make one now though since they have a source code right in front of their face
    Can you please edit your code or there will be millions of tappers in combat arms section....... Just remove some words so it give them a lot of errors!
    -Rest in peace leechers-

    Your PM box is 100% full.

  6. #5
    SPittn_Blood's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    148
    Reputation
    10
    Thanks
    15
    My Mood
    Inspired
    Quote Originally Posted by hejsan1 View Post
    Can you please edit your code or there will be millions of tappers in combat arms section....... Just remove some words so it give them a lot of errors!


    Perfect Plot! Mu-Haw-Haw

    Thanks very much for this
    Last edited by SPittn_Blood; 11-07-2009 at 04:24 PM.

    Pixie force!

    -Current Projects-
    _______________________
    \//Stuff.. :P//\
    Current Code: C#

  7. #6
    ark1227's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    I should know this...
    Posts
    110
    Reputation
    10
    Thanks
    7
    My Mood
    Devilish
    lol thanks for this... it really eazy but for some ppl who wunt to lern... its a good start..

    thanks for this!

  8. #7
    guza44_44's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    433
    Reputation
    16
    Thanks
    310
    can i have some help? this doesnt work at all because it asks me if i want to yes or no in a cmd prompt box and if i try this with hotkeys it does nothing so how do u force it?

    also when i use other pplz they still ask me yes or no
    Last edited by guza44_44; 11-07-2009 at 11:47 PM.
    [IMG]https://i304.photobucke*****m/albums/nn168/guza44/sig-1.png[/IMG]

  9. #8
    Threadstarter
    Dual-Keyboard Member
    stevethehacker's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    USA bitch
    Posts
    416
    Reputation
    14
    Thanks
    51
    My Mood
    Bored
    OS? use the -silent code in the shell. then no cmd will pop up at all I believe

  10. The Following User Says Thank You to stevethehacker For This Useful Post:

    guza44_44 (11-08-2009)

  11. #9
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by guza44_44 View Post
    can i have some help? this doesnt work at all because it asks me if i want to yes or no in a cmd prompt box and if i try this with hotkeys it does nothing so how do u force it?

    also when i use other pplz they still ask me yes or no
    What OS u running? This is for 32bit users!
    -Rest in peace leechers-

    Your PM box is 100% full.

  12. #10
    Threadstarter
    Dual-Keyboard Member
    stevethehacker's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    USA bitch
    Posts
    416
    Reputation
    14
    Thanks
    51
    My Mood
    Bored
    yeah this should on work for 32 bit but I think the -silent code might fix it.

  13. #11
    Lukas59's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Linz
    Posts
    2,197
    Reputation
    14
    Thanks
    306
    My Mood
    Amazed
    nobody had done the third step--xD

  14. #12
    Threadstarter
    Dual-Keyboard Member
    stevethehacker's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    USA bitch
    Posts
    416
    Reputation
    14
    Thanks
    51
    My Mood
    Bored
    Quote Originally Posted by krellooo View Post
    nobody had done the third step--xD
    yes I give people source code. they copy and paste. then don't thank me and post their program on another website. thats how it goes

  15. #13
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by stevethehacker View Post
    yes I give people source code. they copy and paste. then don't thank me and post their program on another website. thats how it goes
    Thatīs why u donīt should post the FULL code! Make it like time!r1.enabled blablabla!
    -Rest in peace leechers-

    Your PM box is 100% full.

  16. #14
    Threadstarter
    Dual-Keyboard Member
    stevethehacker's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    USA bitch
    Posts
    416
    Reputation
    14
    Thanks
    51
    My Mood
    Bored
    Quote Originally Posted by hejsan1 View Post
    Thatīs why u donīt should post the FULL code! Make it like time!r1.enabled blablabla!
    yeah I even added a code so that they didn't have to go to all those mouse clicks to enable both timers. The choobs that copied and pasted it probably don't know how to enable the timers

  17. #15
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by stevethehacker View Post
    yeah I even added a code so that they didn't have to go to all those mouse clicks to enable both timers. The choobs that copied and pasted it probably don't know how to enable the timers
    Hope so...
    -Rest in peace leechers-

    Your PM box is 100% full.

Page 1 of 3 123 LastLast

Similar Threads

  1. Combat Arms Injector Source Code
    By Melikepie in forum Combat Arms Discussions
    Replies: 6
    Last Post: 10-21-2009, 03:24 PM
  2. Combat Arms Warhead Glitch Tutorial.
    By Thijs12 in forum Combat Arms Glitches
    Replies: 12
    Last Post: 08-19-2009, 07:49 PM
  3. Combat Arms Making Hack Tutorial (please make)
    By imsodangerus in forum Programming Tutorial Requests
    Replies: 3
    Last Post: 08-14-2009, 02:19 PM
  4. Combat Arms Easter Egg Tutorial
    By oobio in forum Combat Arms Hacks & Cheats
    Replies: 6
    Last Post: 02-21-2009, 11:08 PM
  5. a whole combat arms aimbot making tutorial plz
    By jts88825 in forum Programming Tutorial Requests
    Replies: 0
    Last Post: 12-29-2008, 10:19 PM

Tags for this Thread