Results 1 to 8 of 8
  1. #1
    riesyablackshot's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Behind You!
    Posts
    10
    Reputation
    10
    Thanks
    105
    My Mood
    Angelic

    Unhappy Help!! Source Code! Visual Basic8



    Can Give The Source Code? when i click activated button the proggress bar will move on to end plizz give me to source code @COD3RIN @yulu

    https://www.virustotal.com/en/file/4...is/1399727676/

    https://r.virscan.org/report/b8764a1b...9086d281e.html
    Attached Thumbnails Attached Thumbnails
    Untitled.jpg  

    Last edited by riesyablackshot; 05-10-2014 at 07:04 AM.
    Will Become Behind You!

  2. #2
    Biesi's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    4,993
    Reputation
    374
    Thanks
    8,808
    My Mood
    Twisted
    Why'd you even use a progressbar if you only fill it..

  3. #3
    Minerva's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2,152
    Reputation
    380
    Thanks
    7,741
    My Mood
    Relaxed
    @riesyablackshot sorry dude, but I cant help bcuz I dont know, I believe that this will help you

  4. #4
    Minerva's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2,152
    Reputation
    380
    Thanks
    7,741
    My Mood
    Relaxed
    Hello Guys Today I Encinar how Hotkeys placed in VB.Net

    First of 2 Click on your Form is place the following code below: Public Class Form1

    code:

    <System.Runtime.InteropServices.DllImportAttribu You ("user32.dll")> _
    Private Shared Function GetAsyncKeyState (ByVal vKey The System.Windows.Forms.Keys) As Short
    end Function


    Add a Timer, and place the code in the Timer

    code:

    Dim hotkey As Boolean
    Hotkey = GetAsyncKeyState (Keys.G) '<< Hotkey Chosen Example chosen ai was the key' G '
    If Hotkey = True Then 'By RBT
    button1.PerformClick () '<<< Bhutan Going To Be Active Be the Hotkey >>
    end If


    In Interval let 100

    Change to Enabled = True

    Or this IDK.... I am very busy on my works, maybe late I will return studys for create some hack, my friend said for me that VB is more complex, he know do any trainer hack on DELPHI.
    Last edited by Minerva; 05-10-2014 at 10:10 AM.

  5. #5
    riesyablackshot's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Behind You!
    Posts
    10
    Reputation
    10
    Thanks
    105
    My Mood
    Angelic
    Quote Originally Posted by yulu View Post
    Hello Guys Today I Encinar how Hotkeys placed in VB.Net

    First of 2 Click on your Form is place the following code below: Public Class Form1

    code:

    <System.Runtime.InteropServices.DllImportAttribu You ("user32.dll")> _
    Private Shared Function GetAsyncKeyState (ByVal vKey The System.Windows.Forms.Keys) As Short
    end Function


    Add a Timer, and place the code in the Timer

    code:

    Dim hotkey As Boolean
    Hotkey = GetAsyncKeyState (Keys.G) '<< Hotkey Chosen Example chosen ai was the key' G '
    If Hotkey = True Then 'By RBT
    button1.PerformClick () '<<< Bhutan Going To Be Active Be the Hotkey >>
    end If


    In Interval let 100

    Change to Enabled = True

    Or this IDK.... I am very busy on my works, maybe late I will return studys for create some hack, my friend said for me that VB is more complex, he know do any trainer hack on DELPHI.
    What code you give to me? i ask the code when i click button1 the proggress bar will move on to end not hotkey la =='' plizz
    Will Become Behind You!

  6. #6
    Biesi's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    4,993
    Reputation
    374
    Thanks
    8,808
    My Mood
    Twisted
    Quote Originally Posted by riesyablackshot View Post
    the proggress bar will move on to end
    Code:
    progressBar1.Increment(1)

  7. #7
    riesyablackshot's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Behind You!
    Posts
    10
    Reputation
    10
    Thanks
    105
    My Mood
    Angelic
    Quote Originally Posted by Biesi View Post
    Code:
    progressBar1.Increment(1)
    What The Function Of The Code? I need when i click activated button'button1' the proggress bar will move to end please?
    Will Become Behind You!

  8. #8
    Biesi's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    4,993
    Reputation
    374
    Thanks
    8,808
    My Mood
    Twisted
    Quote Originally Posted by riesyablackshot View Post
    What The Function Of The Code? I need when i click activated button'button1' the proggress bar will move to end please?
    How about reading a book or watching tutorials instead of annoying ppl in forums with your incompetence

    Code:
    Private Sub Learntodoitonyourown(sender As Object, e As EventArgs) Handles button.Click
        progressbar.Increment(progressbar.Maximum)
    End Sub


    https://msdn.microsof*****m/en-us/libr...vs.110%29.aspx
    Last edited by Biesi; 05-12-2014 at 10:11 AM.

Similar Threads

  1. [HELP] Source Code for Visual Basic
    By robater in forum Call of Duty Ghosts Discussions & Help
    Replies: 16
    Last Post: 12-24-2013, 06:10 PM
  2. [Help Request] CFPRO-BR Help source code!
    By 6ixth in forum Crossfire Coding Help & Discussion
    Replies: 1
    Last Post: 01-14-2013, 06:48 AM
  3. [Help] Need Help (SOURCE CODE)
    By umbraga01 in forum WarRock Hack Source Code
    Replies: 4
    Last Post: 06-22-2011, 09:04 PM
  4. [HELP] Source Code Help
    By jonnyboy9985 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 10
    Last Post: 08-12-2010, 06:14 PM
  5. [HELP] Source code mess up?
    By jonnyboy9985 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 33
    Last Post: 08-06-2010, 04:58 AM