Results 1 to 15 of 22

Threaded View

  1. #1
    Anonymous_Envy's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    84

    Lightbulb Ip Grabber And A Simple Wifi (Number) BruteForcer

    These two simple tools were made using visual basic and are easy to use!
    I've made them from request and the code for them both can be found below.


    Virus Scans:
    https://virusscan.jotti.org/en-GB/fi...job/j7qoxgjkiu
    https://www.virustotal.com/en/file/f...is/1497278524/
    https://virusscan.jotti.org/en-GB/fi...job/o0e3jp4tje
    https://www.virustotal.com/en/file/7...is/1497278952/

    Screenshots:
    http : // imgur . com / a / gImod
    http : // imgur . com / a / JQoH6



    Code:

    Forcer:
    Code:
    Public Class Form1
    
        Private Sub Button1_Click(sender As System.Object, e As System . EventArgs) Handles Button1 . Click
            Timer1 . Enabled = (True)
        End Sub 
    
        Private Sub Timer1_Tick(sender As System.Object, e As System . EventArgs) Handles Timer1 . Tick
            Timer2 . Enabled = True
            Timer1 . Enabled = False
    
        End Sub
    
        Private Sub Timer2_Tick(sender As System.Object, e As System . EventArgs) Handles Timer2 . Tick
            SendKeys . Send(Int(Val(TextBox1 . Text) * Rnd()))
            SendKeys . Send("{enter}")
    
        End Sub
    
        Private Sub Button2_Click(sender As System.Object, e As System . EventArgs) Handles Button2 . Click
            Timer2 . Interval = ("11000")
        End Sub
    
        Private Sub Button3_Click(sender As System.Object, e As System . EventArgs) Handles Button3 . Click
            Timer2 . Interval = ("5000")
        End Sub 
    
        Private Sub Fast_Click(sender As System.Object, e As System . EventArgs) Handles Fast.Click
            Timer2 . Interval = ("100")
        End Sub 
    
        Private Sub Button5_Click(sender As System.Object, e As System . EventArgs) Handles Button5 . Click
            Timer2 . Enabled = False
        End Sub
    End Class
    Grabber:
    Code:
    Imports System . Net
    
    Public Class SavageGrabber
    
        Private Sub Button1_Click(ByVal sender As System . Object, ByVal e As System . EventArgs) Handles Button1 . Click
            Try
                If TextBox1 . Tex*****ntains("http : //") Then
                    Dim iphe As IPHostEntry = Dns . GetHostEntry(TextBox1 . Text.Replace(" http : //", String.Empty))
                    TextBox2 . Text = iphe.AddressList(0) . ToString()
                Else
                    Dim iphe As IPHostEntry = Dns.GetHostEntry(TextBox1.Text)
                    TextBox2 . Text = iphe.AddressList(0) . ToString()
                End If
            Catch ex As Exception
                MsgBox("Sorry, The Ip Entered Could Not Be Grabbed!")
            End Try
            ProgressBar1 . Value = 0.5
            Timer1 . Start()
            Button1  .Enabled = False
    
    
        End Sub
       
    
        Private Sub RadioButton1_CheckedChanged(sender As System.Object, e As System.EventArgs)
    
        End Sub
    
    
    
        Private Sub Timer1_Tick(ByVal sender As System . Object, ByVal e As System . EventArgs) Handles Timer1 . Tick
            ProgressBar1 . Value += 1
            If ProgressBar1 . Value = 100 Then
                Timer1 . Stop()
                Button1 . Enabled = True
            End If
        End Sub
    
    
    
    
    End Class
    If you have any questions let me know i'd be happy to answer, please remember these are only simple tools.
    <b>Downloadable Files</b> Downloadable Files
    Last edited by Ahlwong; 06-15-2017 at 04:54 AM.

  2. The Following 67 Users Say Thank You to Anonymous_Envy For This Useful Post:

    alex2112alex (11-04-2018),AlphineGhost (03-03-2018),Art3missss (12-31-2017),bee__bop (11-24-2021),Bilu santos (04-01-2018),BIZZARECHUTOY19 (01-03-2019),Bot_Matt (03-02-2019),bqckliq (08-14-2024),Bramvg1 (04-28-2021),CampingRunner (06-13-2017),costcohack (02-06-2020),Cyclip (04-17-2019),DESTROPANK (01-14-2018),dongalliano1 (10-24-2019),dulp2019 (02-27-2019),eman6972 (09-17-2019),ExcessiveGaming (12-09-2018),FadeV2 (08-03-2019),Furtea (10-02-2018),FutureModz (06-22-2017),garyvlo (02-11-2021),GeT_Down (04-29-2018),gooberino (04-13-2019),gunvspistol (11-26-2019),HackingSuchti (07-18-2017),Hexical_1 (04-23-2020),hildingus (07-01-2017),IKOIk203432 (04-09-2021),ImNotFakeOk (12-13-2019),Iverol1 (01-09-2019),jamessmith573 (07-25-2018),jcmakeswild (07-26-2017),Jerkku240220 (10-20-2020),joojobscuro (12-04-2018),Kieraaaaaaaaaan (11-28-2017),kiranouslav (01-03-2018),kytro (06-25-2020),lemonster33 (11-01-2018),longjonny (01-08-2022),Matreix (07-06-2019),McGrizzle12 (10-29-2018),MooseLV2 (06-05-2020),mrmmo (03-17-2019),nace4 (01-23-2020),Nesstyy (07-21-2017),paragonpaul12 (09-06-2020),ProGamingMilen71 (01-20-2018),rogueplayer123 (11-11-2022),rx6rt (05-14-2022),Scrubwatch (04-13-2020),skittleyftw (02-17-2018),Skylext (07-18-2018),SPAIFYY (04-23-2022),T4CTIC (01-09-2019),thebossfps27 (03-11-2021),TheLou (06-17-2017),TheOne111111111 (09-21-2020),TingGoes (11-16-2017),tonia1231 (07-08-2019),trajciter (06-14-2017),Vites_ (09-03-2017),vnck (11-19-2017),whocheatssmh (04-03-2023),xX29leonshacktime11 (04-28-2020),xxyyzzxfm (03-27-2018),YaBoi13 (10-31-2018),Zachcherney1 (12-20-2018)

Similar Threads

  1. Toxic Username Grabber and Armjldian UserName Grabber not working?
    By Geovane108 in forum Adventure Quest Worlds (AQW) Help
    Replies: 8
    Last Post: 11-02-2013, 07:48 PM
  2. Xbox and PS3. simple.
    By Empire in forum General
    Replies: 10
    Last Post: 02-23-2011, 05:45 AM
  3. [Release] InjectPlz Refresh - Back and so simple a peanut could use it
    By Samueldo in forum Combat Arms Spammers, Injectors and Multi Tools
    Replies: 16
    Last Post: 02-03-2011, 10:06 AM
  4. Just A Few Observations And A Simple Request
    By Bobby123456 in forum Combat Arms Hacks & Cheats
    Replies: 13
    Last Post: 04-24-2009, 07:12 PM
  5. Got banned today with zeas modul, and a simple code
    By mojo007 in forum Visual Basic Programming
    Replies: 10
    Last Post: 04-12-2008, 05:50 AM