Results 1 to 5 of 5
  1. #1
    GG2GG's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    United Kingdom
    Posts
    3,382
    Reputation
    21
    Thanks
    4,294,967,295
    My Mood
    Blah

    Exclamation VBMT-Visual Basic Multi Tool - BY GG2GG :D

    yea i decided to actualy do somthing with my spare time
    so i downloaded vb8

    heres my first program
    its got a webbrowser and 2 flash trainers
    this is only a part release as i need a break from vb
    SO DOWNLOAD AND LEECH MAKE ME KNOWN TO THE WORLD

    Username : Username
    Password : Password

    *there may be a prblm with it loading :S*
    Last edited by GG2GG; 07-21-2008 at 01:26 PM.

  2. #2
    chubkakes's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    173
    Reputation
    12
    Thanks
    10
    My Mood
    Sick
    Quote Originally Posted by gg2gg View Post
    yea i decided to actualy do somthing with my spare time
    so i downloaded vb8

    heres my first program
    its got a webbrowser and 2 flash trainers
    this is only a part release as i need a break from vb
    SO DOWNLOAD AND LEECH MAKE ME KNOWN TO THE WORLD

    Username : Username
    Password : Password

    *there may be a prblm with it loading :S*
    Cool and good job . the webbrowser works great,,, but the flash thing is messed up nice background tho
    and try using:
    myform1.hide
    myform2.show

    if you want to go to the main menu from thebrowser...
    Like my jumping elephant,, i know me too,,, NOW BOW DOWN,,, lol
    [IMG]https://i142.photobucke*****m/albums/r93/chubkakes1/fanta1ou.gif[/IMG]
    [IMG]https://i142.photobucke*****m/albums/r93/chubkakes1/p90userpu6.jpg[/IMG]
    [IMG]https://i117.photobucke*****m/albums/o65/snipe167/warrock.jpg[/IMG]
    Click here to Win One Million Dollars!!!

  3. #3
    GG2GG's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    United Kingdom
    Posts
    3,382
    Reputation
    21
    Thanks
    4,294,967,295
    My Mood
    Blah
    yea i know the flash is fcked i uploaded old version
    the main thing was the background

  4. #4
    Silk[H4x]'s Avatar
    Join Date
    Jul 2008
    Posts
    45
    Reputation
    10
    Thanks
    102
    Eh, Not bad... i made a Webbrowser too xD

    The Flash thing is messed up... Like chubakes says....

    I Will upload it when i translate every word from portuguese to english :P

    Btw, Add different colors to the letters at your tools, remove this color: ||||||||||

    And add this one: |||||||||| or ||||||||||

    1st HINT:
    add the following to the form_load (double tap the main form of the webbrowser):

    Code:
    WebBrowser1.GoHome() 'This will set your custom webbrowser's main page to your internet explorer home page...
    2nd HINT: Instead of letters/words at the toolbar of the Webbrowser, use pictures, picturebuttons...

    3rd HINT: Add a PRINT BUTTON to your browser:

    To add a print button do the following:

    - Make 1 button
    - Make 1 PrintDialog

    Double tap the button and type:
    Code:
    PrintDialog1.ShowDialog() 'This will open the PrintDialog in a new window...
    Ok Done....

    4th HINT: Add a cool background xD

    5th HINT: Add this to the Webbrowser's Form code index:

    Code:
        Private Sub WebBrowser1_Navigated(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserNavigatedEventArgs) Handles WebBrowser1.Navigated
            If ToolStripTextBox1.Text = WebBrowser1.Url.ToString Then
            Else
                ToolStripTextBox1.Text = WebBrowser1.Url.ToString
            End If
    'This will show in the TextBox that you write the url of any website, the link/url of the website that you are at the moment in... So you can copy the url of the site that you are visiting from the textbox...
        End Sub
    6th HINT: Add a different USername, Password to your program, and instead of a Image showing an annoying thing... add a button saying on it: Login, if you want to make a better look on the button, change in the properties the following:
    Code:
    FlatSyle: Popup or Flat
    If you need more hints and some help in Visual Basic.net , call me via PM or xfire: sniper4d
    Last edited by Silk[H4x]; 08-09-2008 at 09:04 AM.

  5. The Following User Says Thank You to Silk[H4x] For This Useful Post:

    JallaBalla (11-17-2015)

  6. #5
    GG2GG's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    United Kingdom
    Posts
    3,382
    Reputation
    21
    Thanks
    4,294,967,295
    My Mood
    Blah
    it is bad ive come a long way since then that was the first project i ever opend in my life

  7. The Following User Says Thank You to GG2GG For This Useful Post:

    JallaBalla (11-17-2015)

Similar Threads

  1. Writing your own Visual Basics (v5 or v6) Trainer
    By TheRedEye in forum Game Hacking Tutorials
    Replies: 29
    Last Post: 12-09-2013, 09:56 AM
  2. [Tutorial] 1# - Downloading Visual Basic development tool
    By Zoom in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 4
    Last Post: 04-12-2010, 12:57 PM
  3. problem with the visual basic tut
    By Elliwood in forum WarRock - International Hacks
    Replies: 5
    Last Post: 05-30-2007, 12:45 AM
  4. [Help] Atom API with Visual Basic 6.0 or .NET
    By Bull3t in forum Visual Basic Programming
    Replies: 5
    Last Post: 07-23-2006, 09:21 AM
  5. Packets & Visual Basic
    By BadBob in forum Hack Requests
    Replies: 5
    Last Post: 07-20-2006, 09:28 PM

Tags for this Thread