Vegar Posted August 18, 2008 Share 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? Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted August 18, 2008 Moderators Share 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. Link to comment Share on other sites More sharing options...
Recommended Posts