General Nation
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Welcome to the General Nation
 
HomeHomeLatest imagesSearchRegisterLog in
News
Welcome to the General Nation
Search
 
 

Display results as :
 
Rechercher Advanced Search
Latest topics
» Last person who reply wins
[VB.NET] -xUnLeasHeDx- SpamBot v1 EmptyMon Apr 08, 2024 3:08 am by ..::UnLeasheD::..

» 2023
[VB.NET] -xUnLeasHeDx- SpamBot v1 EmptyTue Apr 11, 2023 10:26 am by a frenchie

» 2017
[VB.NET] -xUnLeasHeDx- SpamBot v1 EmptyFri Oct 04, 2019 12:34 pm by ..::UnLeasheD::..

» 2018
[VB.NET] -xUnLeasHeDx- SpamBot v1 EmptyFri Oct 04, 2019 12:33 pm by ..::UnLeasheD::..

» Steam?
[VB.NET] -xUnLeasHeDx- SpamBot v1 EmptyThu Feb 02, 2017 1:48 pm by FiTzY

» 2016
[VB.NET] -xUnLeasHeDx- SpamBot v1 EmptyWed Dec 28, 2016 12:38 pm by ..::UnLeasheD::..

» Join ƓƝ's Agar.io clan!
[VB.NET] -xUnLeasHeDx- SpamBot v1 EmptyMon Dec 07, 2015 5:29 am by FiTzY

» Agar.io - CLANNING
[VB.NET] -xUnLeasHeDx- SpamBot v1 EmptyThu Dec 03, 2015 9:55 am by FiTzY

» Agar.io - UPDATED - Mods and Hacks 2015! (Latest version)
[VB.NET] -xUnLeasHeDx- SpamBot v1 EmptyThu Dec 03, 2015 9:45 am by FiTzY

Donate
Top posting users this week
No user
Today’s top posters
Clan List

GOD

UPH

GGC

Kiwi

SBG

LL

UDH

ASR

SKD

TLG

GAME

ESNF

HACK


 

 [VB.NET] -xUnLeasHeDx- SpamBot v1

Go down 
+3
๖ĠøŻiŤaŃ๖
FiTzY
..::UnLeasheD::..
7 posters
AuthorMessage
..::UnLeasheD::..
Administrator
Administrator
..::UnLeasheD::..


Administrator
Posts : 396
Join date : 2011-10-12

[VB.NET] -xUnLeasHeDx- SpamBot v1 Empty
PostSubject: [VB.NET] -xUnLeasHeDx- SpamBot v1   [VB.NET] -xUnLeasHeDx- SpamBot v1 EmptyFri Nov 04, 2011 1:14 pm

What you need is:
-Microsoft Visual Basic 2010
That's all. Razz

Create a new project and name it however you want.


Add:
-1 Textbox
-2 Buttons
//Start & Stop
-1 Label
-1 Timer


[VB.NET] -xUnLeasHeDx- SpamBot v1 Spamcabfdf99png

Once you've done it, double click the Window and add this code:
Code:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Label1.Text = "Enter your text here:" 'Text of Label1
        Me.Text = "-xUnLeasHeDx- SpamBot v1" 'Window Name
End Sub

Now double click the "Start" button and add:
Code:
Timer1.Start()

Do the same with the "Stop" button, but add "Timer1.Stop()" instead of "Timer1.Start():
Code:
Timer1.Stop()

Double click the timer and add the following code:
Code:
My.Computer.Keyboard.SendKeys("{Enter}") '[ENTER] Button
My.Computer.Keyboard.SendKeys(TextBox1.Text) 'Text
My.Computer.Keyboard.SendKeys("{Enter}") '[ENTER] Button

Your code should look like this:
[VB.NET] -xUnLeasHeDx- SpamBot v1 Spam269a44911png

Now click on [VB.NET] -xUnLeasHeDx- SpamBot v1 StartDebuggingButton to compile and run it.

Here is the full code:
Code:
Public Class Form1

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Label1.Text = "Enter your text here:" 'Text of Label1
        Me.Text = "-xUnLeasHeDx- SpamBot v1" 'Window Name
    End Sub

    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
        Timer1.Start() 'Start SpamBot
    End Sub

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Timer1.Stop() 'Stop SpamBot
    End Sub

    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
        My.Computer.Keyboard.SendKeys("{Enter}") '[ENTER] Button
        My.Computer.Keyboard.SendKeys(TextBox1.Text) 'Text
        My.Computer.Keyboard.SendKeys("{Enter}") '[ENTER] Button
    End Sub
End Class

Once you've started the SpamBot, click on the text box -> enter a text -> click on "Start" -> click on any area where you can enter a text.

Enjoy!

~Leash'
Back to top Go down
FiTzY
Main Developer, Coder
Main Developer, Coder
FiTzY


Developer
Posts : 1598
Join date : 2011-10-11
Age : 27
Location : Belgium

[VB.NET] -xUnLeasHeDx- SpamBot v1 Empty
PostSubject: Re: [VB.NET] -xUnLeasHeDx- SpamBot v1   [VB.NET] -xUnLeasHeDx- SpamBot v1 EmptyFri Nov 04, 2011 11:46 pm

Nice, going to try it
Back to top Go down
http://www.general-nation.forumotion.com
๖ĠøŻiŤaŃ๖
Development Team
Development Team
๖ĠøŻiŤaŃ๖


DEVELOPER
Posts : 2516
Join date : 2011-10-11
Age : 26
Location : Skidrow

[VB.NET] -xUnLeasHeDx- SpamBot v1 Empty
PostSubject: Re: [VB.NET] -xUnLeasHeDx- SpamBot v1   [VB.NET] -xUnLeasHeDx- SpamBot v1 EmptySat Nov 05, 2011 6:56 am

Soon you will be showing us how to hack sites lol!
Back to top Go down
https://general-nation.forumotion.com/
..::..FrStD-Ch40S..::..
Administrator
Administrator
..::..FrStD-Ch40S..::..


Administrator
Posts : 484
Join date : 2011-10-11
Age : 27
Location : Scetch

[VB.NET] -xUnLeasHeDx- SpamBot v1 Empty
PostSubject: Re: [VB.NET] -xUnLeasHeDx- SpamBot v1   [VB.NET] -xUnLeasHeDx- SpamBot v1 EmptySun Nov 06, 2011 2:37 pm

lol, already made one, but mine is way more high tech, it has a auto texter (could be used as a SPAMMER) an auto clicker, and a calculator... the calculator code wasnt made by me, just copied an pasted, but mostly everything else was made by me Razz

Back to top Go down
maLicious
GFX Artist
GFX Artist
maLicious


Posts : 195
Join date : 2011-11-27
Age : 26
Location : IOWA,USA

[VB.NET] -xUnLeasHeDx- SpamBot v1 Empty
PostSubject: Re: [VB.NET] -xUnLeasHeDx- SpamBot v1   [VB.NET] -xUnLeasHeDx- SpamBot v1 EmptyFri Dec 02, 2011 1:53 pm

Gozitan wrote:
Soon you will be showing us how to hack sites lol!
lol i know how to...in fact i hacked a table tennis website this summer with an sql injection
Back to top Go down
TheElusiveVirus
Moderator
Moderator
TheElusiveVirus


Moderator
Posts : 573
Join date : 2011-11-15
Age : 27

[VB.NET] -xUnLeasHeDx- SpamBot v1 Empty
PostSubject: Re: [VB.NET] -xUnLeasHeDx- SpamBot v1   [VB.NET] -xUnLeasHeDx- SpamBot v1 EmptyFri Dec 02, 2011 1:59 pm

and what are the effects? u kept winning?!
Back to top Go down
EyZaR
Member
EyZaR


Posts : 70
Join date : 2011-12-11
Age : 28
Location : Slovakia

[VB.NET] -xUnLeasHeDx- SpamBot v1 Empty
PostSubject: Re: [VB.NET] -xUnLeasHeDx- SpamBot v1   [VB.NET] -xUnLeasHeDx- SpamBot v1 EmptySun Dec 11, 2011 12:23 pm

Cool.
Back to top Go down
http://xat.com/JustinBieberZone
Sponsored content





[VB.NET] -xUnLeasHeDx- SpamBot v1 Empty
PostSubject: Re: [VB.NET] -xUnLeasHeDx- SpamBot v1   [VB.NET] -xUnLeasHeDx- SpamBot v1 Empty

Back to top Go down
 
[VB.NET] -xUnLeasHeDx- SpamBot v1
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
General Nation :: Off topic/Spam-
Jump to: