CIT Forum Index

Support => Tutorials and Guides => General Guides => Topic started by: TheHacker on 09 11, 2017, 02:11:32 pm

Title: How to make a fake and harmless virus.
Post by: TheHacker on 09 11, 2017, 02:11:32 pm
Well, I know this is kinda stupid but this is fake virus and won't damage your PC in any way.


Firstly, do the steps provided to write the code:


Write this code first:
X=MsgBox("Message Description",0+16,"Title")
Here is an example on how to write it:
X=MsgBox("Your computer is hacked",0+16,"Hacked")


1.  You can write any number from 1,2,3 or 4 instead of 0 (before the '+' symbol)
Below is the meaning of these numbers:


0 = OK Button,
1 = OK / Cancel Button,
2 = Abort / Retry / Ignore Button,
3 = Yes / No / Cancel Button,
4 = Yes / No Button,
5 = Retry / Cancel Button



2.  You can write 32 or 48 or 64 instead of 16.
Below is the meaning of each number:

16 = Critical Icon,
32 = Help Icon,
48 = Warning Icon,
64 = Information Icon


You can change the code given above to anything you want, just change the numbers, Message Description & Title. Changing something else will make the code not work. Also, only change the numbers to given numbers, changing to any other numbers will make it not work.

Here is an example on how to write the code:

X=MsgBox("Error while opening the program. Do you want to fix the error?",4+64,"Program")
X=MsgBox("Not being able to fix the error.",0+16,"Program")
X=MsgBox("Alert! Virus is detected",0+48,"Alert!")
X=MsgBox("Do you want to delete the virus?",3+32,"Virus")
X=MsgBox("Unable to delete the virus!",0+48,"Program")
X=MsgBox("Virus is copying your password..",2+16,"Virus")
X=MsgBox("Virus is copying your IP Address..",2+16,"Virus")
X=MsgBox("Your Computer is Hacked",0+64,"Virus")
X=MsgBox("You got pranked! hhhh",0+64,"APRIL FOOL")


How to save the virus?


This is kinda stupid but this can be used as April Fool Prank :D Tell your friend that you have made a script and you want him to test you, give him the virus download link and enjoy :D The 'April Fool Prank!' is not necessary to make it more enjoyable ;c


Here is my virus download link:
http://bit.ly/2iBTsad


I have also made the same topic here (https://cit.gg/index.php?topic=296802.0).
Title: Re: How to make a fake and harmless virus.
Post by: MeD. on 09 11, 2017, 05:31:44 pm
I tried this myself, It's so cool
Title: Re: How to make a fake and harmless virus.
Post by: TheHacker on 10 11, 2017, 08:30:51 am
I tried this myself, It's so cool
Thanks :)
Title: Re: How to make a fake and harmless virus.
Post by: Dream on 10 11, 2017, 11:19:16 am
Well done buddy, I will use this as a prank LOL.
Title: Re: How to make a fake and harmless virus.
Post by: TheHacker on 10 11, 2017, 12:19:29 pm
Well done buddy, I will use this as a prank LOL.
:D Thanks.