Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    /b/oss's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    13,651
    Reputation
    795
    Thanks
    3,547

    how to make taper

    srry guys, name of this thread how to make taper. it's wrong. name its how to make tapper xD


    This+AVA=win


    Make a new form

    put in 2 timers

    copy and paste this source code

    Code:

    [php]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[/php]

    f10=disconnect

    f11=reconnect

    There y'all go
    Last edited by /b/oss; 03-20-2010 at 02:14 AM.

  2. The Following 2 Users Say Thank You to /b/oss For This Useful Post:

    d4pr3d4t0r (03-20-2010),t1len80 (03-22-2010)

  3. #2
    Invidus's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    2,167
    Reputation
    23
    Thanks
    650
    My Mood
    Bored
    Nice Tutorial. Next time, put PHP or Code tags around the code.

  4. #3
    /b/oss's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    13,651
    Reputation
    795
    Thanks
    3,547
    allright
    i will do that right away

  5. #4
    Invidus's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    2,167
    Reputation
    23
    Thanks
    650
    My Mood
    Bored
    PHP tags are advised, since they colour words in VB style, so it is easier to comprehend.

  6. #5
    /b/oss's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    13,651
    Reputation
    795
    Thanks
    3,547
    afff.... ok... sec...

  7. #6
    Invidus's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    2,167
    Reputation
    23
    Thanks
    650
    My Mood
    Bored
    GJ =D. Hope to see more tutorials from you in future =D

  8. #7
    DaRk_aNgEl_666333's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    hey how to use it.. can u please make a tutorial on how to used that?

  9. #8
    /b/oss's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    13,651
    Reputation
    795
    Thanks
    3,547
    uhh... accoually.. do you know what is tapper?
    ow btw ili check my /161-tutorials/126527-basic-chams-tut-any-renderer.html

  10. #9
    Invidus's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    2,167
    Reputation
    23
    Thanks
    650
    My Mood
    Bored
    Lol i saw that too, nice job. But i don't code C++, which is ashame, still learning. I do VB atm.

  11. #10
    /b/oss's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    13,651
    Reputation
    795
    Thanks
    3,547
    Quote Originally Posted by ilikewaterha View Post
    Lol i saw that too, nice job. But i don't code C++, which is ashame, still learning. I do VB atm.
    ahh... i love VB. i will use c++ if i'll go to computer academy... now i will VB. it rocks

  12. #11
    d4pr3d4t0r's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Netherlands
    Posts
    16
    Reputation
    10
    Thanks
    3
    My Mood
    Breezy
    Uhm, it's a good tut, but it's exactly the same as the 1 i found earlier on another VB site, so kind of a leech:P

    Nontheless great that you posted it here


    (firstPostHere)
    Last edited by d4pr3d4t0r; 03-20-2010 at 06:33 AM.

  13. #12
    /b/oss's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    13,651
    Reputation
    795
    Thanks
    3,547
    .allright .

  14. #13
    d4pr3d4t0r's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Netherlands
    Posts
    16
    Reputation
    10
    Thanks
    3
    My Mood
    Breezy
    Quote Originally Posted by Major_the_hacker View Post
    .allright .
    As I Said, Thanks Anyway


  15. #14
    /b/oss's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    13,651
    Reputation
    795
    Thanks
    3,547
    this is spam dude for saying thank's is there button

  16. The Following User Says Thank You to /b/oss For This Useful Post:

    t1len80 (03-21-2010)

  17. #15
    t1len80's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    103
    Reputation
    30
    Thanks
    2
    holy sheet thank you!

Page 1 of 2 12 LastLast

Similar Threads

  1. How to make a game?
    By Dave84311 in forum General
    Replies: 4
    Last Post: 09-12-2006, 12:33 AM
  2. How to make a working NFV Hack
    By System79 in forum Game Hacking Tutorials
    Replies: 1
    Last Post: 09-04-2006, 04:56 AM
  3. How to make the server run
    By wowhaxor in forum Gunz General
    Replies: 3
    Last Post: 05-25-2006, 09:59 PM
  4. How to make a Zombie
    By arunforce in forum Art & Graphic Design
    Replies: 2
    Last Post: 01-27-2006, 08:07 AM
  5. How I make wallhack?
    By RaidenDXX in forum WarRock - International Hacks
    Replies: 6
    Last Post: 01-23-2006, 01:28 PM