You are currently looking at Flamebate, our community forums. Players can discuss the game here, strategize, and role play as their characters.
You need to be logged in to post and to see the uncensored versions of these forums.
![]() |
|||||||
---|---|---|---|---|---|---|---|
|
It takes years of studying for you to be any good. You have to be a fairly smart person to be good at it. It can make great things if you’re good at it. It sounds great in theory but always difficult in practice. Log in to see images! |
||||||
Posted On: 11/01/2008 3:40PM | View Wangerbanger's Profile | # | ||||||
|
closet of shame this tia Log in to see images! |
||||||
Posted On: 11/01/2008 3:42PM | View gigerth's Profile | # | ||||||
|
what’s the point of this thread |
||||||
Posted On: 11/01/2008 3:43PM | View Agent_Orange's Profile | # | ||||||
; Useful AutoIt script to compile and autorun on a migrated computer with broken keyboard/mouse ; drivers that pops up a "Found new hardware" dialog before it installs the keyboard and mouse to ; dismiss the wizard with ; Wait for the Found New Hardware dialog box to appear (waits up to 120 seconds for another to appear, then loops) While WinWait("Found New Hardware Wizard", "", 120) ; Make it what we're clicking. WinActivate("Found New Hardware Wizard") ; Make SURE the Found New Hardware wizard is what we're looking at, bootup is nasty While WinActive("Found New Hardware Wizard") ; No, we don't want to search Windows Update ControlClick("Found New Hardware Wizard","",8105) Sleep(100) Send("{ENTER}") Sleep(500) ; Automatically search. Send("{ENTER}") Sleep(2000) ; Does the damn thing want files? (Loops) While WinExists("Files Needed") ; Common location for existing drivers Send("C:\Windows\System32\Drivers{Enter}") Sleep(1000) ; Does it still want files?! While WinExists("Files Needed") ; Try this place. Send("C:\Windows\System32{Enter}") Sleep(1000) WEnd WEnd ; Finished or otherwise we do NOT want it to stay up there for the next loop. Send("{ESC}") Sleep(500) WEnd ; Kill EVERYTHING. WinKill("Insert") WinKill("Files") WinKill("Disk") WinKill("Found New Hardware Wizard") WEndvolatus edited this message on 11/01/2008 3:49PM |
|||||||
Posted On: 11/01/2008 3:47PM | View volatus's Profile | # | ||||||
|
ALL OF YOU SHOULD GO KILL YOURSELVES. Call me on skype: stupidmonkeyman |
||||||
Posted On: 11/01/2008 9:01PM | View SuperMonkeyMan's Profile | # | ||||||
|
Log in to see images! Log in to see images!
AtomicScripter Posted: |
||||||
Posted On: 11/01/2008 9:05PM | View Combobreaker's Profile | # | ||||||