;Author: Trevor Pearson - TrevorJPearson.com ;Date: 12-19-07 ;Purpose:enable warcraft III to be played online with the no-cd crack ;Process: Line 9: cracks warcraft ; : Lines 12-13: starts cracked warcraft ; : Lines 16-17: uncracks warcraft to allow connection to B.net ;the cracked war3.exe files can be downloaded at gamecopyworld.com ;Cracked war3.exe must be in warcraft III\Hackfiles ;Correct war3.exe must be in warcraft III\CorrectFiles FileCopy("HackFiles\war3.exe", "war3.exe",1);replaces correct war3 with hacked run("frozen throne.exe");runs frozen throne WinWaitActive("Warcraft III");dont know if this is needed but it looks like a good idea FileMove("war3.exe", "hackfiles",1);moves war3.exe becuase it cant be deleted because it is 'in use' Filecopy("CorrectFiles\war3.exe","war3.exe",1);moves correct war3.exe back