Page 1 of 2 12 LastLast
Results 1 to 15 of 25
  1. #1
    ˘hris.'s Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Croatia
    Posts
    1,428
    Reputation
    11
    Thanks
    409

    How to make D3D menu.

    I found this on google.I seen many people asking "how to make D3D menu"
    I dont know is it working but try it
    If i did something wrong please say "/req close" or something else
    [VB-Code]HOW TO create a D3D-Menu whit VB
    I hope this help anybody of you I dont declare the Funktions
    now 'cuz no Time i do it later!

    Code:
    1. Create whit VB a new Form
    
    2. Make Transparenty Color White
    and Back Color White too!
    
    3. Make 4 Label´s in it!
    One and tow you write the Funktion Text in it.
    three and four you write Off in it.
    
    4. Make 2 Timers call one D3D and one menu make Enable true and a Interval of 100
    5. Go to the Code editing Page and add this:
    Spoiler
    Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
    Declare Function GetAsyncKeyState Lib "user32.dll" (ByVal vKey As Long)
    Dim HackLabel = 1
    Dim CNT4 = 0
    Private Sub D3D_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles D3D.Tick
    If GetAsyncKeyState(118) Then
    If CNT4 = 1 Then
    Sleep(200)
    Me.Show()
    CNT4 = CNT4 - 1
    Else
    Sleep(200)
    Me.Hide()
    CNT4 = CNT4 + 1
    End If
    If CNT4 < 0 Then CNT4 = 0
    End If
    If HackLabel > 2 Then HackLabel = 1
    If HackLabel < 1 Then HackLabel = 2
    If GetAsyncKeyState(40) Then
    HackLabel = HackLabel + 1
    Sleep(200)
    End If
    If GetAsyncKeyState(38) Then
    HackLabel = HackLabel - 1
    Sleep(200)
    End If
    If HackLabel = 1 Then
    Me.Label1.ForeColor = Color.DarkBlue
    Me.Label2.ForeColor = Color.DarkBlue
    ElseIf Label1.ForeColor <> Color.DarkBlue Then
    Me.Label1.ForeColor = Color.DarkBlue
    Me.Label2.ForeColor = Color.DarkBlue
    End If
    If HackLabel = 1 Then
    Me.Label3.ForeColor = Color.DarkBlue
    Me.Label4.ForeColor = Color.DarkBlue
    ElseIf Label3.ForeColor <> Color.DarkBlue Then
    Me.Label3.ForeColor = Color.DarkBlue
    Me.Label4.ForeColor = Color.DarkBlue
    End If
    If HackLabel = 1 Then
    If Label2.Text = "Off" Then
    If GetAsyncKeyState(39) Or GetAsyncKeyState(37) Then
    Label2.ForeColor = Color.DarkBlue
    Label2.Text = "On"
    'Hack Funktion1 On
    Sleep(200)
    End If
    End If
    If Label2.Text = "On" Then
    If GetAsyncKeyState(39) Or GetAsyncKeyState(37) Then
    Label2.ForeColor = Color.DarkBlue
    Label2.Text = "Off"
    Sleep(200)
    End If
    End If
    End If
    If HackLabel = 2 Then
    If Label4.Text = "Off" Then
    If GetAsyncKeyState(39) Or GetAsyncKeyState(37) Then
    Label4.ForeColor = Color.DarkBlue
    Label4.Text = "On"
    'Hack Funktion2 On
    Sleep(200)
    End If
    End If
    If Label4.Text = "On" Then
    If GetAsyncKeyState(39) Or GetAsyncKeyState(37) Then
    Label4.ForeColor = Color.DarkBlue
    Label4.Text = "Off"
    Sleep(200)
    End If
    End If
    End If
    If Label2.Text <> "Off" Then
    Me.Label2.ForeColor = Color.DarkBlue
    Me.Label1.ForeColor = Color.DarkBlue
    End If
    If Label4.Text <> "Off" Then
    Me.Label4.ForeColor = Color.DarkBlue
    Me.Label3.ForeColor = Color.DarkBlue
    End If
    End Sub
    6. You can make Transparenz to 80% for a lower Visibelety and add a BackGroundImage
    and chance the Show Ican to false and Show in TaskBar to false
    chance the Start Position to Manual and the Location to 25; 25 i think that is the best!
    
    7. Compile it and Open
    Last edited by ˘hris.; 07-06-2011 at 04:28 AM.

  2. The Following User Says Thank You to ˘hris. For This Useful Post:

    stelioss (08-30-2011)

  3. #2
    Neechan''s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    HI !
    Posts
    5,722
    Reputation
    122
    Thanks
    1,318
    PUT the Code here:
    Code:
     Paste
    Use the [Code].

  4. #3
    Jigsaw's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Moon
    Posts
    23,219
    Reputation
    852
    Thanks
    2,089
    Organize more your post please.
    DEHUMANIZE YOURSELF
    AND FACE TO BLOODSHED

  5. #4
    nali123321's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    ♫ In da Club ♫ Posts:10,542
    Posts
    254
    Reputation
    -4
    Thanks
    11
    My Mood
    Amazed
    Do as jigsaw says and use CODE format Thanks

  6. #5
    dragonattak's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Italy,Rome.. Post:141732
    Posts
    704
    Reputation
    -19
    Thanks
    411
    My Mood
    Devilish
    Copy & paste, and i think there are many errors -.-

  7. #6
    -Ruslan's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Germany/Russian
    Posts
    518
    Reputation
    27
    Thanks
    22
    My Mood
    Yeehaw
    Quote Originally Posted by dragonattak View Post
    Copy & paste, and i think there are many errors -.-
    just try and tell if there are errors
    Hi,I'm Ruslan
    Need Help?
    Ruslan.club@hotmail.com

    [IMG]https://i969.photobucke*****m/albums/ae174/peteryerem/blackandwhite.png[/IMG]
    GS-Hitman

  8. #7
    ColdSinz's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Utrecht
    Posts
    92
    Reputation
    10
    Thanks
    5
    My Mood
    Fine
    i already know this code.

    It works. but this is in VB rite?
    You only need to add labels and stuff

  9. #8
    ˘hris.'s Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Croatia
    Posts
    1,428
    Reputation
    11
    Thanks
    409
    @ColdSinz yea it is..
    @Neechan' thanks ...ill put as u said.

  10. #9
    Skulhead = hacked.'s Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    521
    Reputation
    10
    Thanks
    225
    My Mood
    Bored
    Quote Originally Posted by dragonattak View Post
    Copy & paste, and i think there are many errors -.-
    You always copy & paste.

  11. The Following User Says Thank You to Skulhead = hacked. For This Useful Post:

    NoJustice (07-10-2011)

  12. #10
    G3RPro's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    Is it possible to make a hack with Vb.net?

  13. #11
    ˘hris.'s Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Croatia
    Posts
    1,428
    Reputation
    11
    Thanks
    409
    @G3RPro
    I dont know..I think it isnt.U can make only with c++ and maybe but MAYBE with some other program's

  14. #12
    Ryuesi's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Right here.
    Posts
    7,339
    Reputation
    413
    Thanks
    2,397
    My Mood
    Relaxed
    I Have Some Errors





    Contributor Since 24-11-2011 ~ 26-12-2011
    VM / PM




  15. The Following 2 Users Say Thank You to Ryuesi For This Useful Post:

    dragonattak (07-21-2011),stelioss (08-30-2011)

  16. #13
    dragonattak's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Italy,Rome.. Post:141732
    Posts
    704
    Reputation
    -19
    Thanks
    411
    My Mood
    Devilish
    Quote Originally Posted by I <3 TECHNO View Post
    @G3RPro
    I dont know..I think it isnt.U can make only with c++ and maybe but MAYBE with some other program's
    MMM VB is easy, there are many programs for leech the code but you wont learn anything

    @skulhead=hacked yes, see your release before talk -.-

  17. #14
    GS-HITMAN's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    East Coast (NAEST)
    Posts
    2,002
    Reputation
    16
    Thanks
    576
    I don't like people posting tutorials... and not knowing anything about them.

  18. #15
    dragonattak's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Italy,Rome.. Post:141732
    Posts
    704
    Reputation
    -19
    Thanks
    411
    My Mood
    Devilish
    Quote Originally Posted by I <3 TECHNO View Post
    @G3RPro
    I dont know..I think it isnt.U can make only with c++ and maybe but MAYBE with some other program's
    Ahahahaha that's prove he is leecher, he say you can make only in c++ and maybe some other program's, but he did in visual basic -.-

Page 1 of 2 12 LastLast