Create a chat spammer in Visual Basic

  Рет қаралды 80,964

djpommes

djpommes

Күн бұрын

Пікірлер: 163
@djpommes
@djpommes 14 жыл бұрын
thekillersguy, For the k part. Just make a textbox with the letter k You could add a timer that checks if battlefield.exe is run. If yes the timer starts a other timer and then stops itself. This new run timer waits for 1 min. Then starts 2 timers and stops itself. 1 of the other timers is the spammer witch spams the k (or content from the textbox) the other one checks if bf.exe stopped. When it stops it will start the first if run timer And stops itself Inv loop.
@mobiusstripclub
@mobiusstripclub 15 жыл бұрын
Go to the form script. Make a new private sub (The two text boxes in the top of the script editings page). Choose for the first text box: form 1 events (i think). For the second one: Enter. Then you get the script for when you press enter
@djpommes
@djpommes 16 жыл бұрын
no that means command. its for adding commands in your code for you or someone else to read, it will ignore everything behind the ' because he thinks its a command
@djpommes
@djpommes 16 жыл бұрын
what kinds of chat where you thinking about? you need to get the windows name or processname and start it then spam in it.
@djpommes
@djpommes 17 жыл бұрын
lets say the text you are spamming is located in text1.text then the code for the timer = sendkeys.send (text1.text + vbrclf) vbcrlf are 2 enters. the one for 1 enter is something like vbcr or somethign like that. i dont know that one out of my head. for vb 6.0 its: sendkeys (text1.text + vbcrlf) i will make a video tut on a advanced spammer today! and also make a movie of my newest spammer for msn.. so stay tunned :D
@deaddu
@deaddu 15 жыл бұрын
Agreed. Have the text already written then show it for a few seconds and if needed the person can simply pause your video and finish reading your message. It is a lot faster this way instead of making "speed readers" wait for the video to finish downloading to skip ahead. This isn't meant as criticism, just a tip. Nice video , make some more! :)
@djpommes
@djpommes 16 жыл бұрын
yeah because that would learn you guys so much...
@djpommes
@djpommes 16 жыл бұрын
that explanes why, use "sendkey" not "sendkeys.send" check my other tuts. i teach how to make an more advanced spammer + i do it in vb 6.0 ;)
@djpommes
@djpommes 16 жыл бұрын
yes i will soon make an advanced tutorial. (better tut + program then this one) and it will be in vb 6.0
@die123zac
@die123zac 15 жыл бұрын
Because this way you don't have to actually be at the computer to be typing, while copying and pasting requires you to be at the computer.
@djpommes
@djpommes 16 жыл бұрын
well for msn there an method you can use just google for it. you can do all kind of stuff with msn and vb 6.0 :) (dunno about 2008)
@djpommes
@djpommes 16 жыл бұрын
there are some videos about it here on youtube. search: visual basic prank. GL :)
@djpommes
@djpommes 16 жыл бұрын
its done with a program cald, Camtasia 5.0. google it and download the trial ;)
@Hunter7023
@Hunter7023 15 жыл бұрын
Yeah it is saying I didn't declare it. don't know whats wrong.
@brenyboy26
@brenyboy26 16 жыл бұрын
um u might have a deleted file within the registry or file application for VB8, have you tried uninstalling it and re installing it, making sure that you allow full installation... thats all i can think off
@tune_m
@tune_m 13 жыл бұрын
How about a spammer with 5 lines and 5 different intervals? I'm trying to make 1 myself....
@AskHack
@AskHack 15 жыл бұрын
Thats the PBKAC error. If you google that you will find the problem.
@Tehrickman
@Tehrickman 15 жыл бұрын
how would you modify this so that it spams in, say, vent private chats? or something along the lines of vent private chats. would love some help, and great video, man :D
@djpommes
@djpommes 16 жыл бұрын
you cant really say whats better. i use 6.0 because it just works. and since i'm used to it, you can also find 10000000x more codes / help for it. and i tryd 2008 and there where to many diffrents so i went back to 6.0
@djpommes
@djpommes 16 жыл бұрын
the code for textbox and richtextbox are diffrent. if you use the same code from my video and use normal textbox it should work
@djpommes
@djpommes 16 жыл бұрын
in vb 6.0 its sendkeys text1.text + vbcrlf or sendkeys text1.text sendkeys "{ENTER}"
@eduardomnvidal
@eduardomnvidal 15 жыл бұрын
So funny! I just started boring my friends on Messenger. lol Thanks. ;)
@djpommes
@djpommes 16 жыл бұрын
well if you make the code that it sends when you click you wont have time to click where you want to spam it. youl need a timer to say spam after 3 secs or something. so its pretty useless to make it spam when you press the button. maybe if you tell me exacly why you need it i can help you
@TheDarkKnight03
@TheDarkKnight03 16 жыл бұрын
i can't understand what we need from these softwares?what does this software do ?
@Blacktronics
@Blacktronics 15 жыл бұрын
the Auto-Press-Enter is missing.....
@djpommes
@djpommes 16 жыл бұрын
well i knew it was on when i was recording it, but i edited it in camatasia and putted music under it. but then i uploaded the wrong version xD. but yeah i dont care
@canonselphycp
@canonselphycp 16 жыл бұрын
no, as in when i try to make a windows form application, it says that error
@djpommes
@djpommes 16 жыл бұрын
it was never here. check my other tutorials. thats for vb 6.0 though
@JACOBFLARSEN
@JACOBFLARSEN 15 жыл бұрын
This is working 100% in VB 2008 and VB 2010 professional. If your using another version, wich it might not work for then just change for the 2 listed above. If you are using one of them, You made a mistake.
@djpommes
@djpommes 16 жыл бұрын
well than make a button and in the click even put: sendkeys text1.text if you want to print it on the screen than there is some tut around here on youtube. gl
@djpommes
@djpommes 16 жыл бұрын
i understand that. this is just basic. you can also do vbrlf or vbcr ;)
@djpommes
@djpommes 16 жыл бұрын
you should make a button saying (timersnamehere).enabled = false
@yabanize
@yabanize 14 жыл бұрын
Why does it need 2 timers
@djpommes
@djpommes 17 жыл бұрын
i know. codes are difrent. you can easyly make one. oven better in vb6.0
@saint1997
@saint1997 15 жыл бұрын
i set the interval to 1 and made a sendkeys.enter HOW THE HELL DO I STOP IT?!
@yeesnaw
@yeesnaw 16 жыл бұрын
im not going to download visual basic... and alot of other people arnt either... so instead if you want something EXTREMLY simple you can use this just by copying and pasting it in notepad and get a very simmilar effect
@alizanda
@alizanda 16 жыл бұрын
mine says: error Name 'interval' is not declared on button1
@4566545644
@4566545644 16 жыл бұрын
ummmm can you make it so it does ENTER so you dont have to press it each time?
@djpommes
@djpommes 16 жыл бұрын
did you name the textbox interval?
@djpommes
@djpommes 16 жыл бұрын
works for everything. it spams where you click.
@samsta458
@samsta458 16 жыл бұрын
hmm whenever I try to build it I get the error. 'text' is not a member of 'System.Windows.Forms.Message'. Any idea where I'm going wrong?
@djpommes
@djpommes 16 жыл бұрын
yes its 2 mouse clicks
@kambo57
@kambo57 15 жыл бұрын
dude whats wrong it says when im putting in the sendkeys in spammer it says 'text' is not a member of system.windows.forms.message. please help
@canonselphycp
@canonselphycp 16 жыл бұрын
i have vb but when i try making one, it just says, registry acess is not allowed" so how do you fix that?
@djpommes
@djpommes 16 жыл бұрын
fall for what?
@Goomba753
@Goomba753 16 жыл бұрын
It doesn't work. I get the following errors: 'Interval' is not a member of 'Integer'. 'text' is not a member of 'System.Windows.Forms.Message'. Could someone please help me?
@karaloca
@karaloca 14 жыл бұрын
Fuck! Thought I'd fallen drunk into another gay bar with that music banging out.
@superhilow123
@superhilow123 15 жыл бұрын
all you gotta do is execute the .sln file or sumthing with an s
@fdgnightmare
@fdgnightmare 16 жыл бұрын
i believe that would appear as: Blablabla{Enter} (because of the "")
@djpommes
@djpommes 16 жыл бұрын
is the name of your timer "spammer" ?
@djpommes
@djpommes 16 жыл бұрын
make a button, double click on it to go to the button his code, then put: (your-timer-his-name-here).enabled = false
@TazakaLOL
@TazakaLOL 16 жыл бұрын
What did you type on button 3? i cant type anything else i get an error
@XGamerXsTyLeX
@XGamerXsTyLeX 12 жыл бұрын
when i try to test it it says there is and error message please help
@djpommes
@djpommes 16 жыл бұрын
i dont know axacly what that means. when do you get that error? and does it show you witch code there is a mistake?
@FatemaM
@FatemaM 16 жыл бұрын
I have vb 2008 i did exactly as u did but i get errors saying that when u put .Text at the end of 2 of ur codes it gives me an error so like wht do i do now?
@djpommes
@djpommes 14 жыл бұрын
@bowlerama2 how do you mean?
@djpommes
@djpommes 16 жыл бұрын
is the name of the textbox interval(.text)?
@djpommes
@djpommes 16 жыл бұрын
camtasia studio 4. (versio 5 is the newest)
@Joss920
@Joss920 16 жыл бұрын
This spammer work for MSN too?
@InfoTeddy
@InfoTeddy 14 жыл бұрын
@AlfaCowProductions Rename 'Text' to 'TextBox'
@djpommes
@djpommes 16 жыл бұрын
if your talking about 2008 i dont know.
@djpommes
@djpommes 16 жыл бұрын
what doesnt work?
@dealmister11
@dealmister11 15 жыл бұрын
good suff, nice simple vid. done it no problemo :P
@whirly1300
@whirly1300 16 жыл бұрын
2008 is object-oriented and 6.0 is event-oriented
@ChazZeromus
@ChazZeromus 16 жыл бұрын
No, machine code in binary with chopsticks is awesome-er.
@djpommes
@djpommes 16 жыл бұрын
my voice fails.. maybe next tut :)
@djpommes
@djpommes 16 жыл бұрын
you need to make a executeable of it, an .exe file. google it. i dont know the steps for vb 2008. its something with publish if i am correct ;)
@ChazZeromus
@ChazZeromus 16 жыл бұрын
Well you'd only use hex when your debugging data in a sense of form. So when you ever get to that point, you're screwed. At least you're sister will have a full stomach.
@saint1997
@saint1997 15 жыл бұрын
the application isnt even running!
@Ikemike8337
@Ikemike8337 15 жыл бұрын
thanks, worked fine exept for my stop button had a problem lol couldnt get that damn thing to shut up.
@djpommes
@djpommes 16 жыл бұрын
reinstall vb. or try other version
@thecoast47
@thecoast47 15 жыл бұрын
I stored the message-value in a variable and when I Enabled the timer with a high interval my program crashes due to full memory. Is it possible to dump memory from a declared variable? how would I go about doing that? I'm using VB 3.0. Can anyone help me with this problem?
@hantuafiq2
@hantuafiq2 15 жыл бұрын
so whts the compiler?
@djpommes
@djpommes 16 жыл бұрын
moet je langs hans anders. wat moet je weten? of moet je hele code?
@0xYupac
@0xYupac 15 жыл бұрын
How do you make it so it sends everytime
@kAsTa141
@kAsTa141 15 жыл бұрын
how does it work with notepad? has it got built in controls? plz get bak
@djpommes
@djpommes 16 жыл бұрын
really no problem man :) i am recorded the advanced spammer tutorial.. editing it NOW. 1/2 days and its on.. maytbe today :O :) its more than 10 min though... so i need to cut it in 2 parts :(
@kloroxownz
@kloroxownz 16 жыл бұрын
Lol oh, Well How do i make this locate a process such as MSN and only type into MSN? Btw great Tut helped alot.
@djpommes
@djpommes 16 жыл бұрын
:D did you like the tut?
@djpommes
@djpommes 16 жыл бұрын
do you use 2008 or 6.0 version?
@UWLPancakes
@UWLPancakes 14 жыл бұрын
How can i make it Send the message after its typed it?
@JawshG93
@JawshG93 16 жыл бұрын
on the second timer insert this: Sendkeys.send ("{ENTER}")
@djpommes
@djpommes 16 жыл бұрын
no idea sorr.
@shobysdc
@shobysdc 12 жыл бұрын
1:07 crap and finaly the best stuf
@djpommes
@djpommes 16 жыл бұрын
try if it works. otherwise google "vbcrlf in vb2008" something like that.
@thekylehampton
@thekylehampton 15 жыл бұрын
change interval to textbox2
@f2army
@f2army 15 жыл бұрын
I found out it worked! Your error, super stupow is no problem. You forgot to change one of the textbox's name to "interval". You also forgot to change the other textbox's name to "message". To simplify it, do this: exchange "interval" with "textbox1" and exchange "message" with "textbox2". Do you understand now?
@UsKjoe1990
@UsKjoe1990 15 жыл бұрын
nice code...but wats the script for conecting to another pc? txs
@MutatedGamer
@MutatedGamer 15 жыл бұрын
how do i dl this
@djpommes
@djpommes 16 жыл бұрын
Also Camtasia
@programjm
@programjm 16 жыл бұрын
Where do i download?
@djpommes
@djpommes 16 жыл бұрын
yes
@djpommes
@djpommes 16 жыл бұрын
you cant they need it. thats also a reason i think VB 2008 sucks. i am back to 6.0 again :)
@keeb_dev
@keeb_dev 15 жыл бұрын
Look up a VB help forum... I doubt anyone's gonna answer you on youtube.
@djpommes
@djpommes 16 жыл бұрын
check my next tut.
@netherblood
@netherblood 16 жыл бұрын
Ik zie er serieus geen zak van
@djpommes
@djpommes 16 жыл бұрын
use a normal textbox
@djpommes
@djpommes 15 жыл бұрын
Camtasia Studio
@sacred8510
@sacred8510 15 жыл бұрын
wtf its coll but it hangs my comp. -.-
@kloroxownz
@kloroxownz 16 жыл бұрын
Cool but why didn't you just talk, if we can hear you type that means you have a mic lol.
Advanced spammer tutorial (visual basic 6.0) part 1/2
9:41
djpommes
Рет қаралды 51 М.
How To Make An Advanced Webbrowser In Visual Basic 2008
9:07
environmentalnerd53
Рет қаралды 200 М.
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
How To Make A Simple Game In Visual Basic 2008
7:22
environmentalnerd53
Рет қаралды 118 М.
How To Make An Advanced Notepad In Visual Basic 2008
6:08
environmentalnerd53
Рет қаралды 99 М.
Advanced spammer tutorial (visual basic 6.0) part 2/2
5:45
How to Make a advanced progressbar in visual basic 2008
4:49
iWISHinfected
Рет қаралды 161 М.
Visual Basic 6.0 Adding Sound To your Buttons and stuff!
6:05
VB 6.0 Make a shutdown, restart, logout program
5:55
Mtuzzy
Рет қаралды 177 М.
my Visual Basic Tutorial Lesson 1 Part 1
8:56
thaComputerguy
Рет қаралды 87 М.
iFlood 3.0
9:59
djpommes
Рет қаралды 5 М.
5.3 (2) Creating a Calculator in Visual Basic Part Two
9:02
Firchild
Рет қаралды 104 М.
Visual Basic 6.0 Chess Program and AI
3:46
DeepGlue555
Рет қаралды 59 М.