Hack Forums

Full Version: VB.Net Help?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay i just got a small question i have made this file that jumps around on the computer every time you try to access the folder that it is in :P

Any ways now i just need a way to keep it open, even thoe if ppl close it in taskmanager, so i was thinking about using some multithreading.

Some guyz around the net says that a thread can keep running after the "main" program have been closede, was just wondring if any one here know's how you do it?
You can prevent the user from opening taskmanager by rapidly killing the task "tskmgr" in a timer.
That's not a solution. It can still be closed with Alt+F4.
lock taskmgr with....

fileopen(1, "C:\Windows\Systm32\Taskmgr.exe", openmode.binary)
Lock(1)

that will lock taskmgr
no the user ill realize that something is wrong.
mask the exe with some nice name like ntdl or cdms something like it.
u can also create a fake taskmgr then when the guy press the keys, kill the real tskmgr and show ur created with all exes plus the taskmgr.exe and remove the blablabla.exe i think u might find a taskmanager on google or made urs. its quite easy on .net
Reference URL's