Jump to content

Recommended Posts

Guest extractor
Posted

Hi after i compiled a script in win xp can i change the icon also in a footbal or something like that?

Posted (edited)

Hi after i compiled a script in win xp can i change the icon also in a footbal or something like that?

<{POST_SNAPBACK}>

Start->Programs->AutoIt an select the compile to exe.. here you can select and icon, and passphrase...

This is ofcause before yoy compile :lmao:

Edited by Wb-FreeKill
Guest extractor
Posted

Start->Programs->AutoIt an select the compile to exe.. here you can select and icon, and passphrase...

This is ofcause before yoy compile :lmao:

<{POST_SNAPBACK}>

thanks but is there an site where i can find more *.ico files???
Posted

thanks but is there an site where i can find more *.ico files???

<{POST_SNAPBACK}>

You can make your own... make a bmp file, with the icon, and download an bmp to ico. converter...
Posted

www.iconfactory.com has a few good packages too.

Everything else I make from scratch with MicroAngelo.

Also, try the compiler directives in your script if you use SciTE. Makes compiling painless. Just hit Ctrl-F7 and away it goes!

#Region - Compiler Directives

#Compiler_Prompt = y
#Compiler_AUT2EXE = C:\AutoIt\Aut2Exe\Aut2Exe.exe
#Compiler_Icon = C:\Icons\GetWork.ico
#Compiler_Compression = 4
#Compiler_Allow_Decompile = y
#Compiler_PassPhrase =
#Compiler_Res_Fileversion = 0.0.1.5
#Compiler_Res_Description = 
#Compiler_Res_LegalCopyright =
#Compiler_Res_Comment = Created by me
#Compiler_Res_Field1Name = Platform
#Compiler_Res_Field1Value = 9x, NT
#Compiler_Res_Field2Name = Autoit version
#Compiler_res_Field2Value = 1.0.103
#Compiler_Run_AU3Check = n
#Compiler_Run_Before =
#Compiler_Run_After = move "%out%" "C:\Compiled Scripts"

#EndRegion

Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...