[Question] Code for Downloading
is it possible to make a vb program that can download and run the application hidden from the user.
gonna make a prank program that will download a prank virus i have made and run it w/o the user knowing it.
TY very much, ok another question, how will i hide the program from the user
im not sure wat you mean? like are you on your friends computer and you want to download something onto it and run it or do you want some1 to download something and it will run hidden as a prank. If you do you will need a code that makes it run from log-in that way everytime they log in the program will run
How to add a program to startup:
Theres code to make it start at startup, and to hide it from the user, make sure..
for example 'Form1'
form1.showintaskbar = false
form1.controlbox = false
form1.formborderstyle = none
form1.hidden = true
Just so yall know the adding stuff to startup is blocked by Windows Defender. Cuz i made a virus but windows defender wouldnt lemme add it to start up