0

Can i use javascript to make virus?

i think may be or may be not

15th Feb 2017, 2:57 PM
Rohit Rao
Rohit Rao - avatar
3 Answers
+ 2
i think ... possible. ex) make zombi client for network attack
15th Feb 2017, 3:04 PM
전현수
전현수 - avatar
0
Yeah, I think so. Someone made a JavaScript/HTML simulation of a virus. I don't have the code, but I do have the steps :) 1. Gather a list of strings with emojis. 2. Define a function [for a button]. Name it like a virus. 3. Inside the function, put a loop of 9999999 times an alert, giving clones of random strings of the list (in 1.) 4. Define a function alerting that is saying it is installing the virus. 5. Make the function run the "virus" function. 6. Inside the HTML code, put a button. When it's tapped it should run the JavaScript function to install the virus. 7. Run the function. "Installing Virus..." "[emojiiiiiiiiiisss] " Now try to get out! (LOL, I had to restart my iPad)
16th Feb 2017, 12:45 PM
Mark
Mark - avatar