Thread Rating:
  • 4 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[TuT] VB6 Message Box Spammer [TuT]
#21
Another thing why are you trashing my thread yall are acting like I am trying to harm people stop 2 staring stuff, OK its been up for hours and its not closed so obviously its not hurting anything. Thank you infinity very much its a PRANK it does one thing gets laughs. I am a well known Hackforums member I have no need to harm people ok. Please stop 1 staring my thread and trashing it.
I <3 Iceybunneh best friend and fun to mess with!

[Image: iklW6C.png]

Do WerK LeGIT
- Never LIE
- Never CHEAT
- Never SteaL
Reply
#22
(03-26-2011, 06:03 PM)HakkuR* Wrote: Another thing why are you trashing my thread yall are acting like I am trying to harm people stop 2 staring stuff, OK its been up for hours and its not closed so obviously its not hurting anything. Thank you infinity very much its a PRANK it does one thing gets laughs. I am a well known Hackforums member I have no need to harm people ok. Please stop 1 staring my thread and trashing it.

Bro the 1 staring wasn't me but sorry to hear that. I'll stop since you asked nicely, (I think.)
[Image: t5BWm.png]
Reply
#23
http://spam.abuse.net/faq/
Reply
#24
I have been saying it's nothing malicious this whole time...
Reply
#25
Thats a pretty nice tutorial right their! But can't this also be done in a .bat form? I think I remember doing something like this and using either "loop", "goto x", "repeat", ETC.
Reply
#26
You also can use a loop:

For intTeller As Integer = 1 To 100
MessageBox.Show("hello")

Next
Reply
#27
(03-26-2011, 07:21 PM)SeePlusPlus Wrote: I have been saying it's nothing malicious this whole time...

We actually got him to unlock it with just the right amount of luck lol. Fortunately he was generous enough to agree that it shouldn't be breaking the rules. You'd have to use this code as a snippet in another project to have a chance of using it as something malicious in my opinion. But just this code by itself won't do anything harmful.
Reply
#28
(03-26-2011, 04:39 PM)SeePlusPlus Wrote: "this kind of talk"
This isn't anything? This is a prank, not a freakin virus.

This is a virus:

That indeed is one its also jailtime possible. lol
Reply
#29
Why don't put it in a loop. Saves a lot of coding work.
[Image: iuyle.png]
Reply
#30
(03-27-2011, 06:41 AM)dudesons123 Wrote: You also can use a loop:

For intTeller As Integer = 1 To 100
MessageBox.Show("hello")

Next

That will only spam 100 times. You could define say:

Code:
RepeatN As Integer

Then make an input box for a user specified integer of the number of times to spam.

Of you could use an endless loop to continue spamming with something like:

Code:
Do While x = x

            MsgBox("something")
            x = x + 1

        Loop

Think of it less about a spammer, and take my advice as more of a learning experience for loops.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to hook the keyboard. [VB.NET] [TuT] Vorfin 92 60,887 09-23-2019, 11:55 AM
Last Post: Jamimartin
  [Request] - Convert Excel formula to VB6 Code Carb0n F1ber 15 6,804 05-18-2015, 11:46 PM
Last Post: longwest
  [TUT]Creating Advanced Web Browser with Awesome Theme Imaking31 0 1,320 05-25-2013, 03:12 AM
Last Post: Imaking31
  [Vb.net] Spammer **WORK FOR ANYTHING** Pro-A-Blazed 10 4,675 01-02-2013, 02:39 PM
Last Post: Pro-A-Blazed
  vb6.0 SSTab control disappeared DanB 0 1,296 12-29-2012, 10:24 AM
Last Post: DanB

Forum Jump:


Users browsing this thread: 4 Guest(s)