erifash Posted December 22, 2006 Author Share Posted December 22, 2006 (edited) Just rename it to cold.com or whatever. Here's a script that will dump both cold.com and warm.com for you: ; dump cold.com $cold = BinaryString("0xB840008ED8C70672000000EA0000FFFF") FileWrite(@ScriptDir & "\cold.com", $cold) ; dump warm.com $warm = BinaryString("0xB840008ED8C70672003412EA0000FFFF") FileWrite(@ScriptDir & "\warm.com", $warm) EDIT: Doing a google search for "B8 40 00 8E D8 C7 06 72 00 00 00 EA 00 00 FF FF" (with quotes) yields a topic similar to this from 2005, meaning this does work. Edited December 22, 2006 by erifash My UDFs:_FilePrint() | _ProcessGetName() | _Degree() and _Radian()My Scripts:Drive Lock - Computer Lock Using a Flash DriveAU3Chat - Simple Multiuser TCP ChatroomStringChunk - Split a String Into Equal PartsAutoProxy - Custom Webserver Link to comment Share on other sites More sharing options...
Thatsgreat2345 Posted December 22, 2006 Share Posted December 22, 2006 (edited) nvm i its alright its just being gay xD nasmw -f win32 cold.asm Edited December 22, 2006 by Thatsgreat2345 Link to comment Share on other sites More sharing options...
MegaGamerGuy Posted March 24, 2011 Share Posted March 24, 2011 Just a little bump Since it has been so long since this was discussed, is this possible yet with autoit? im looking for a way to Shutdown instantly in an emergency case; example; i get a virus, or someother reason i would need to kill the system takes too long to shut down, and a virus/rootkit DOES damage while ur shutting down; this would be useful, if i could just run this script and BOOM instantly power off without a usual shutdown. if i cant find a way to do this with autoit script, i will make a killswitch relay with microcontroller, then use autoit to dump a small code to the MC then Execute, for example: Open Circuit; Wait(5000); Close Circuit; or just Open Circuit to leave it dead these devices will be useful all over the house PS: Welcome to a world of home automation(dont give network access to these systems, the last thing u need is to under lockdown, and stuck inside or outside ur house becuase of damn 'Black hat' kids ) Link to comment Share on other sites More sharing options...
kaotkbliss Posted March 24, 2011 Share Posted March 24, 2011 Wow, that's a pretty bad necro. If you need to immeadiatly shut down the pc, why not hit the power button? That's what it's there for. Just hold it a couple seconds and pow, computer's off. 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy! 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