Added: 3 years ago
From: wannabenyhm
Views: 11,163
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (149)

Sign In or Sign Up now to post a comment!
  • It's not working there is: unhandled exception has accurend in your application .if you click continue,THE application Will ignore this error and attempt to continue.if you click quit,THE application Will close immediately. THE parameter 'addresses' cannot be an empty string. Parameter name adresses. WHAT SHOULD I DO ??? :(

  • If i just want to send one e-mail how would i edit the code?

  • Anybody know how to import private smtp's to help hide the IP & ISP addresses in the headers? Without being albe to send emails anonymously, this email sender is completely useless. People will still be able to see your information in the headers & report you to your ISP. Your ISP can then ban you and you will lose your internet connection. Any help people? Any good smtp's that we can use for free?

  • Nice work:)

    

  • you know

  • works

  • how do u change it from gmail to Live

  • @Kerkkoooh This is VB08, right? Not the VB6...

    This has worked for everyone else, don't blame me because you don't know how to copy paste?

  • thanks mate works perfect!

  • what is the first song, i love it!!!! plz tell me

  • How to make it stop sending mails after progress bar is on maximum,and if i not enter valid e-mail in textbox1 then msgbox enter valid email how to make that

  • Mine keeps saying " MyMailMessage" is not declared . . Idk.. AIM - Hii Im 4sHoT

  • THANKS WORKS GREAT!!!!

  • @teenawa Thanks for the good advice! :-)

  • Hmm... It's not working for me =/

    Expression Expected... (there's more to the error msg's)

  • @MrD34thw1sh You can send me a message with the error. If you followed the tutorial from bottom to end, it should work :)

  • Does this necessarily have to be to gmail?

  • @gshnoozer2 Yes, or any other SMTP. I'm not sure which emails is smtp. I believe hotmail is NOT smtp, but Yahoo is. :)

  • Awesome. :D

  • Hey i hate you you changed my 2nd favourite music on onatherlanguage the muic num 2!!

  • 1.Expression expected

    2.Expression expected

    3.Expression expected

    what should do?

  • i cant save it :( there came no window to save. what to do now?

  • @HOI0159 It is saved as your debug.

    Goto: Documents > Visual Studio 2008 > Projects > 'program name' > 'program name' > bin > debug and there you have the .exe file. ;)

  • it work now 133 mails in my box :p

    but if i click on save all

    he dont want save i can clack 100times but i got nothing

  • @HOI0159 I dont understand your last question?

  • Hi say error 2:

    1: Syntax error by: When i doubleclick "Close" button: Error is by When

    2:'End if' must be preceded by matching 'if'

    But if i change that to 'If' Hi say If must be End if.

  • @HOI0159 A if command is like this:

    If textbox1.text = "Yo guys" then Msgbox("Hey, this is because the textbox is yo guys")

    End if

    So you must have both.

  • 1 moment i do it again i look now verry good. than i give the reports

  • dont work -.-

  • @HOI0159

    If you want help, you must come with a error report, or what happends.

  • smtp exception... ? anti-virus ? fire wall ? whats the problem ? i cant send emails ? it works for a friend of mine...

  • @giannis400

    Hm... Make sure you have same OS.

    Send me the error, and i will see what i can do.

  • whats wow playime bot???

  • @simme808

    What? :)

  • i meant in you project files you got and pjoject named WoW Playtime Bot (i know what WoW is)

    is that real or just a name of and fake program?

  • @simme808 Fake. Playtimebots for WoW does not exist ;-)

  • Might be a possibly phiser, or a bot ;).

  • @VB10Hacker Yup :) Never really send it out live. ;-)

  • Nice one :).

  • this is soooo awesome!!!

    thanks alot!!!

  • oh nvm xD

  • umm ty it work but.... it dont send me the message that i write it sends me a thing of "maplestory corn crap" idk something like that

  • I made the program but it didnt work her :(

    What you put in the Timer1? Enabled?

  • No it is disabled. By clicking "Send" btn, it will enable Timer1.

  • mate tak XD elsker dig det duede fedt noook !!!!

  • mate er det sådan fx !! at man kan hacke ens account altså vis man gør det lidt anderles ? blir der så ikk sendt pass og brugernavn ?

  • Jo da. Det er et fishprogram :)

  • @wannabenyhm

    Phish :D nice tut m8, lige hvad jeg manglede:ii

  • hehe jeg forstod ikke en brik af denne video LOL

  • Sorry, there is nothing wrong with the way he is coding this program.. my mistake, well my firewalls mistake, well my fault because I didnt see the problem :D any way. Great Video! Keep up the good work. I subbed, rated, and for sure commented :S

    _

  • okay the post i just did fucked... i'll post the real one in your channel :)

  • Jeg er ret sikker på at gmail ikke bruger simple mail transfer protocol. Men pop3 eller imap4 eller hvad det nu er. Så nå du skriver i din kodning SMTP skulle dit program ikke fungere men jeg ville selv teste det først, det kunne jo være jeg tog fejl eller det vil sige det kan stadig være jeg tager fejl. Men jeg skrev et VB08 program selv, det virkede ikke :/ så skrev et hvor jeg gjorde lige præcis som du viser og følgende skete: Programmet svare ikke = program shutdown

  • this is a great tutorial. thumbs up!

    But gmail dosent have a SMTP server so i shouldent work... well can it? is there anyone who made this the way "wannabenyhm" did it? .. well then

    please let me hear from you.

    btw i'm from denmark to.

  • Hvad mener du? Skriv det venligst på dansk :) - Ja det virker... Hvis det er dit spørgsmål.

  • Do you know how to receive email?

  • I don't understand your question mate :)

  • to recieve you'd have to set up ports and make it sync with the SMTP server. it's complicated and i dont want to learn right now

  • Can you send me the actual program? i dont want to havbe to do all of that

  • Did you find a spam program yet? Else i will be glad to make you one. But theres plenty of emailsspammers on the internet.

  • hiw do u make this work hard and send more emails quicker.if u can....but GREAT!! vid......and dose this work for hot mail to????

  • Ved du hvordan man gør sådan at man har en textbox, hvor man kan skrive hvor mange fx. mails man vil sende..?

  • Den var værre... Lav en label, man ikke kan se. teksten skal være 0.

    Så lav en tekstbox, hvor du kan skrive hvor mange mails den skal sende. Så under timeren skal du indsætte

    Label(nummer?) +=1

    if label(nummer?).text = textbox(nummer?).text then

    timer1.stop

    end if

  • (nummer?) skriver jeg fordi jeg ikke ved hvilket label og textbox du bruger.

  • TAK!

  • thanks (:

  • nice video man, well done

  • I'm not sure tho... I just use Gmail ;) Cuz it works..

  • Quick questions ???

    1-Now I understand that this is an email spammer, but is this program able to send bulk emails to multiple people at one time?

    2- Will the program hide my ip address in the headers of the recipients?

    Thanks!

  • Comment removed

  • Är du svensk eller ? xD

  • DK ^^

  • k :P

  • does this chanhe the pw and send it to ur email? cause i tryed it and i cant access my email!

  • Great Video 5*

    could you please upload the first song somewhere. It's really nice

  • Not possible.. I lost it ;s

    I will get it on my computer soon tho.. Be patient and i will send you a message when i got it.

  • anyone knows the name of the first song ?

    btw nice tutorial.

  • I got it off a CD.. Called Tack01 :D

  • hey, great tutorial

    but wen i'm done programming it and i run it the progression bar, starts just when i open programm how can i fix this?

  • Well i don't know what the problem is. Try to click the timer in the design, and make sure that "Enabled" is set to False. If that doesn't work... Then try doubleclick the form at the design and type "Timer1.stop()"

  • its cool i fixed it

  • nice nice :)

  • hey does anyone know the codes to where i can type different emails an passwords into text boxs? cause on here u can only have a certain email an pass word. im new to making programs an stuff just so u know lol

  • You're not the first one asking mate. And really, this in not the thing you want to start with making... The question you're asking is REALLY basic. If you want to make another email just make 2 more textboxes.. One for password and one for gmail... then in the code, instead of the Gmail and the Password you will have to type the ID of the textbox (like Textbox4.text and textbox5.text, if its the 4th and 5th textbox you've made).. If you want to learn programming, dont just copy off a code..

  • this thing sucks anyway and if you cuss me out i will have me and my friends from multiple accs flag ur vur =P

  • hey what's up? thanks for the walkthrough. when i made the stop button, instead of closing the program i put

    Timer1.Stop()

    Progressbar1.Value= 0

    so that i could send to someone else without closing the program.

  • Nice to see you can learn from my tuts :) GL & HF with programming

  • ;) Du er sgu da fra danmark, er du ikke?

  • Jo ;)

  • Dont fucking post videos in my comments you dum piece of shit.

  • It would be better if you could speak what to do also ;)

    thanks, it worked :D

    may i spamm you ;)

  • Yeah i used i'm using this for my keyloggers aswell :P

  • Do I need a Gmail-account to get this to work?

    Nice vid and a great tut BTW!

  • You need to send all the emails from a Gamil account, yes.

  • hey..

    how do you make it so anyone can use it? and it not send from my email? you know? like have it so they put in there gmail info and it sends from theres. Do you know how to do that? if you do could you send me the code please? thank you

  • you just need 2 more textboxes saying "Email" and "password" and replace it with the infos in the code text.

  • sorry for bad english .....very nice video i have same project but "SMTPSERVER = 25" not working......?????

  • Hmm i can't see that anywhere?

    Where do you type that?

  • Ty!!

  • nice tutorial, works perfect. easy code to work with. whats the track called?

  • 1st track i don't know :P

    2nd is Basshunter - Boten Anna

    3rd is Bomfunk MC's - Freestyler

    Thanks for watching :)

  • The second song is Basshunter - Boten Anna and the las one is Bomfunk MC - Freestyler

  • Ow...kidding

    It works,thank you

  • Its working but its just sending 7 mails.

    Need to change the progressbar I think...

  • niceeeeeeeee, ty!

    but isn't it poseble to do this on hotmail-msn?=(

    5/5

  • this works perfect en sends over thousands of emails to and my pal (just to test)

    now 3 days later we noticed that in the whole house internet is gone

    it took 1 1/2 days then we called at home (our internet provider) they set our internet was pulled off because i used some illegal spam shit

    that was fucked up. now a week later my brother talked them so far to put internet back on

    if i was you dont use this program. you'll regret it..

    dont delete this command ;)

  • Nah :)

  • hey im not against you in any way i just said what happend to me ;)

  • thats only possibly in gestappo countrys like netherlands.

  • what you mean with gestappo

  • dat nederland een controle land is. dat ze je overal in de gaten houden en dat ze alles van je weten. net als de gestappo in nazi-duitsland.

    btw grappig verhaal van jou, is dat echt gebeurd? ik had me echt dood gelachen :D

    stijjjjnnn!!! wat heb je nouw weer gedaan!!! :D :D

  • ja egt gebeurt, zo lagge was het nie, me hele gezin kon nie meer werke :P maarja je hebt wel gelijk over nederland hoor ;)

  • if you make ant more tutarials please talk in them its easier to follow along

  • i was the first person to make a email spammer i just didnt make a tutorial on it

  • Who gives a crap?

  • Hey, is it possible to do this with hotmail or something? I'm trying to make a worm the goes to each of the contacts on the host's list hehehehehe... (dont tell anyone :) ) lol

    Got only a little programming experiece hahaha

  • Unfurtenately no :(

    Hotmail is not a SMTP mail.

    Gmail are...

  • oh it works now i deleted the progress bar thanks

  • np.

  • it doesnt work the progress bar just starts a little bit then stops

  • Hm. It's progressbar.increment(1)

    You prolly made progressbar.value = 1?

  • Thanks :) Well you can see my email is getting like 30 emails in 10 seconds.. so about 3 / second ^^

  • Really...How Many? I might just want to spam myself for fun :D

  • around 3 emails/sec :p

  • For the stop buttom ust do this

    Timer1.Stop()

  • thank a lot its work it's perfect =)

    good work

  • Welcome :)

    And thanks...

  • How would you do to add a button to make the e-mail sender stop, yet not to close?

  • nvm i figured out

  • Dude, nice work. However, you should read your description more carefully:

    "Timer.Start()"

    it's actually: Timer1.Start()

    Maybe that's why people got it wrong while doing it.

    Aside from that, I really enjoyed your tutorial xD

  • Wow thanks alot! Anyways if people are watching the vid, they don't need the description ^^ But thanks

  • i have error with NEW .. help me!

  • sry .. its helps :( i was angry cuz .. im retard

  • you make one of worst tutorials i ever see .. this show me 2 errors!

  • For fuck sake! Listen it works for EVERYONE than you! You are just a fucking retard!

    I normally help people, but when you don't know how to write english so people can understand it, and you just flame me with you shit because YOU are a noob, i won't help you. Prick

  • Do i change smtp.gmail to hotail to work with hotmail

  • No matter what, you will need a Gmail... You can spam any mail you want. Doesn't need anything to be changed...

  • yeah i can tell right now that you are new to vb due to the fact that you used .start for the timer and not timer1.enabled = true like you should have (its more efficient and the right way)

  • Ill remember that. Thanks :)

  • 0.o Thanks Dude!

    It worked for me, people just not putting in their

    G-Mail information, or taking away the gap between each code.

    Thanks man it's cool!

  • Welcome mate :) Not that many comment when it works. Only problems. Hate that shit. Watch my other tutorials if you want more VB08 knowledge :)

  • brug c++ eller vb6 :)

    dette er for skitties :P

  • Seems like a lot of people have problems. I will help you all for free, just send me a message with your Email, and download Teamviewer 4, so i can help you...

  • i dont want to press the send button so that the progressbar can go all the way across

  • I don't understand your question mate?

  • how did everyone get it to work?

  • Hmm. Used the code in the video..

  • can i make a progress bar in VB6? :|

  • Hm i don't really know anything about VB6. But the VB08 is 100% free, with zero spam, as it is a microsoft product.

  • retard lol the code is worng gimp

  • Well it works for me?

  • lol ha you have a D:\Drive odd >.^

  • Cool video, however this does not work for me. all the script is good, but it just doesnt send. I made it so it pops up with a message box after the (Try SMTPServer.Send(MyMailMessage)

    and it pops up but i check my email and nothing is there D-: Any ideas on how to fix this?

  • nvm i got it. thanks for the video.

  • It's done now ;-) watch it

  • I know how to do that ;-) I can make a video if you like?

  • Hi Got this ERROR:

    Reference to a non-shared member requires an object reference.

    Whats That means??

  • Wow... I have no idea. Sorry

  • installed vb08 still same errors says imports not defined.. same with some other commands i fixed part of it but not all....

  • Oh forgot to show how to make a real icon. Sorry. It's easy.

    Project > Application name (the last one) > then select icon and select browse. Easy

  • when i debugg it in vb2005 for the first time it gives errors??

  • What does the errors say?

    Anyways VB08 is a free program. Why not download it?

  • i have visual basic 08 on my other PC running xp w/sp2 but when i try to install it on my other Pc running vista home premium it wont install it just gives an error saying it cannot install c++ runtime pre-requities and i have never had this problem before what do i do??

  • ca you tell me the name of all the musics of this video??

    plis!!!

    xD

  • I don't actually know the 1st song... But i can upload it if you wan't :)

    2nd song: Basshunter - Boten Anna

    3rd song: Bomfunk MC - Freestyler

  • does this only work with gmail?

  • No not at all - Sends to the email you type in. But to make this program, yes you need a email.

  • i just tried sending it to my hotmail account but didnt get any spam...?

    im using my gmail to send it through VB.

  • I can help you. Send me your email in a message.

  • lol, your just going to email bomb me, im not fucking retarded...

  • ... Wow that's crazy... Why would i do that? Make a fake e-mail and then send it to me. It's a lot easier for me to help over MSN. And i enjoy helping people...