this-is-me Posted July 9, 2004 Share Posted July 9, 2004 @pekster, Please tell me what utility you use to stop shutdown attempts. I have been looking for such a utility for a while. Who else would I be? Link to comment Share on other sites More sharing options...
pekster Posted July 9, 2004 Share Posted July 9, 2004 (edited) @pekster, Please tell me what utility you use to stop shutdown attempts. I have been looking for such a utility for a while.Since their website doesn't even come up for me, I'm assuming it's been destroied. The application is avaiable from my FTP site, and you can click this direct download link to get it. Sorry, but my FTP is no longer up. If you want this file, feel free to send me an email and I can forward it to you as an attachment. Edited August 6, 2004 by pekster [font="Optima"]"Standing in the rain, twisted and insane, we are holding onto nothing.Feeling every breath, holding no regrets, we're still looking out for something."[/font]Note: my projects are off-line until I can spend more time to make them compatable with syntax changes. Link to comment Share on other sites More sharing options...
warsur Posted July 10, 2004 Author Share Posted July 10, 2004 pekster, yes, nothing is perfect, and many big software were cracked. ezzetabi, Yeah yeah..........agreed...So I gave up the reboot. :iamstupid: about .exe scrambler .......any suggestion. Thank you very much Link to comment Share on other sites More sharing options...
ezzetabi Posted July 12, 2004 Share Posted July 12, 2004 (edited) I know only exe stealth, but I am not a cracker so I do not know how is effective.http://www.webtoolmaster.com/index_e.htmEDIT: Ops... it is shareware... Edited July 12, 2004 by ezzetabi Link to comment Share on other sites More sharing options...
ezzetabi Posted July 12, 2004 Share Posted July 12, 2004 But I found this...http://www.inner-smile.com/nocrack.phtml Link to comment Share on other sites More sharing options...
SlimShady Posted December 14, 2004 Share Posted December 14, 2004 I just read this topic completely. You were talking about a shutdown tool. Did you forget AutoIt has a Shutdown function?! Link to comment Share on other sites More sharing options...
ezzetabi Posted December 14, 2004 Share Posted December 14, 2004 (edited) You read without attention it seems. Read more carefully. ... Not get yet? The point is that this action of turning off the PC must be done after the script has been deleted. Of couse you can using a second script that just shutdown, but it would be much more space consuming. Btw... Where did you toke this oooold thread? There was not OnAutoItExit func and I still didn't know the exact sintax of FileInstall()... Wow... the old days. (I am suddently feeling old) Time for sleeping. Edited December 14, 2004 by ezzetabi Link to comment Share on other sites More sharing options...
SlimShady Posted December 14, 2004 Share Posted December 14, 2004 An idea: FileInstall the batch file Ezzetabi made and make it extract in the temporary directory so the user wouldn't notice a thing. Use a global variable, $SelfDestruct or something. Set it to 1 when you want to selfdestruct the script. You could Exit the script immediately and during OnAutoItExit, you do: If $SelfDestruct Then Run(@TempDir & "\SelfDestruct.bat") Link to comment Share on other sites More sharing options...
this-is-me Posted December 14, 2004 Share Posted December 14, 2004 Why fileinstall when the code posted CREATES the batch file? Seems a waste to me. Who else would I be? Link to comment Share on other sites More sharing options...
SlimShady Posted December 14, 2004 Share Posted December 14, 2004 How are 107 bytes a waste? What age are you living in while 250GB hard disks are the standard in computershops? Link to comment Share on other sites More sharing options...
layer Posted December 14, 2004 Share Posted December 14, 2004 well... im making a program called LOCFile.... its going to put passwords on files... but im stuck inbetween a hardspace and a rock... i don't know how to make it so when you run the file you Locked, it will ask for password.... except i still gotta make it so that if less then 4 characters are typed for the password, then it will display a message box that says you need blah blah blah or something.. and i still gotta make it so that like i said above... i gotta make it so it will display an inputbox when the program is ran./.. complifusing.... i know FootbaG Link to comment Share on other sites More sharing options...
JSThePatriot Posted December 17, 2004 Share Posted December 17, 2004 well... im making a program called LOCFile.... its going to put passwords on files... but im stuck inbetween a hardspace and a rock... i don't know how to make it so when you run the file you Locked, it will ask for password....except i still gotta make it so that if less then 4 characters are typed for the password, then it will display a message box that says you need blah blah blah or something.. and i still gotta make it so that like i said above... i gotta make it so it will display an inputbox when the program is ran./..complifusing.... i know <{POST_SNAPBACK}>Why not use AxCrypt.exe? That allows you to encrypt individual files with individual passwords or multiple files same password. Check it out. I have a script that gets usernames and passwords from a database and then encrypts files with the password. I am not quite ready to release the code, but I have actually helped AxCrypt a bit. (Or rather gave them some suggestions). They are very open and helpful. Let me know or them if you need any help at all. Just dont be stupid with your questions jk heheClick Here for their home page.JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Link to comment Share on other sites More sharing options...
layer Posted December 17, 2004 Share Posted December 17, 2004 thanks JS but the purpose of making this was to learn, i dont actually need it for personal use so im not going to give up now!! lol FootbaG Link to comment Share on other sites More sharing options...
JSThePatriot Posted December 17, 2004 Share Posted December 17, 2004 I can understand that. Just offering a solution JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Link to comment Share on other sites More sharing options...
layer Posted December 17, 2004 Share Posted December 17, 2004 i saw the source 0_o... i thought it would be bigger, maybe i can make something like that =) but i gotta finish what im on now... just need ideas! FootbaG Link to comment Share on other sites More sharing options...
TerarinKerowyn Posted January 15, 2008 Share Posted January 15, 2008 If your afraid of your or any other company taking your file (a executable) then why don't you just disconnect your computer from the internet when running the file. Else if your really paranoid about all that stuff, why not disconnect your computer and run from a memory card. Memory cards are really cheap these days else the best would be run a copy of windows in a vhd. Contact via MSN: [email=terarink_msn@hotmail.com]terarink_msn@hotmail.com[/email], yahoo: terarink_yah Link to comment Share on other sites More sharing options...
GaryFrost Posted January 15, 2008 Share Posted January 15, 2008 If your afraid of your or any other company taking your file (a executable) then why don't you just disconnect your computer from the internet when running the file. Else if your really paranoid about all that stuff, why not disconnect your computer and run from a memory card. Memory cards are really cheap these days else the best would be run a copy of windows in a vhd.Think this thread was long past dead, 3 years old. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now