Vegar Posted August 18, 2008 Posted August 18, 2008 Hello.. i'm just making some script's to fool my friends.. like this: ________ #NoTrayIcon For $bla = 50 to 1 Step -1 CDTray ("E:","Open") sleep (15000) next _________ but now they have figured out that they could go in to the Task Manager (Ctrl + Alt + Del) and just end the process ... so is there anyway that i can make the script change it's name once it's startet to "Explorer.exe" or something like that??.. if there issent any other alternatives?
Moderators SmOke_N Posted August 18, 2008 Moderators Posted August 18, 2008 Hello..i'm just making some script's to fool my friends.. like this:________#NoTrayIconFor $bla = 50 to 1 Step -1 CDTray ("E:","Open")sleep (15000)next _________ but now they have figured out that they could go in to the Task Manager (Ctrl + Alt + Del) and just end the process ...so is there anyway that i can make the script change it's name once it's startet to "Explorer.exe" or something like that??..if there issent any other alternatives?No Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Recommended Posts