that code Loop
Code:
$Group6 = GUICtrlCreateGroup("Herbalist", 0, 0, 281, 89)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group8 = GUICtrlCreateGroup("Blacksmith", 256, 88, 161, 65)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group4 = GUICtrlCreateGroup("Grocery Trader", 0, 88, 249, 65)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group5 = GUICtrlCreateGroup("Stable Keeper", 0, 152, 241, 65)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Combo6 = GUICtrlCreateCombo("", 104, 128, 105, 25, BitOR($CBS_DROPDOWNLIST,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1, "Return Scroll|Special Retutn Scroll")
$Combo1 = GUICtrlCreateCombo("", 104, 104, 113, 25, BitOR($CBS_DROPDOWNLIST,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1, "Drug of Wind (50%)|Drug of Wind (100%)")
$Checkbox28 = GUICtrlCreateCheckbox("Return Scrolls", 8, 128, 89, 17)
$Checkbox27 = GUICtrlCreateCheckbox("Speed drugs", 8, 104, 81, 17)
$Checkbox26 = GUICtrlCreateCheckbox("Recovery kits", 16, 184, 89, 17)
$Combo8 = GUICtrlCreateCombo("", 120, 160, 97, 25, BitOR($CBS_DROPDOWNLIST,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1, "Red Horse|Shadow Horse|Dragon Horse|Inronclad Horse")
$Combo7 = GUICtrlCreateCombo("", 120, 184, 97, 25, BitOR($CBS_DROPDOWNLIST,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1, "Recovery kit (small)|Recovery kit (large)|Recovery kit (X-large)")
$Checkbox25 = GUICtrlCreateCheckbox("Horse", 16, 168, 49, 17)
$Checkbox24 = GUICtrlCreateCheckbox("MP pots", 16, 40, 65, 17)
$Checkbox23 = GUICtrlCreateCheckbox("Universal Pillls", 16, 64, 89, 17)
$Checkbox21 = GUICtrlCreateCheckbox("HP pots", 16, 16, 65, 17)
$Combo5 = GUICtrlCreateCombo("", 112, 64, 129, 25, BitOR($CBS_DROPDOWNLIST,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1, "Universal Pills (Small)|Universal Pills (Medium)|Universal Pills (Larg)|Special Universal Pills (Small)")
$Combo4 = GUICtrlCreateCombo("", 112, 37, 129, 25, BitOR($CBS_DROPDOWNLIST,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1, "MP Recovery Herb|MP Recovery (Small)|MP Recovery (Medium)|MP Recovery (Large)|MP Recovery (X-Large)")
$Combo3 = GUICtrlCreateCombo("", 328, 128, 81, 25, BitOR($CBS_DROPDOWNLIST,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1, "Arrows|Bolt")
$Combo2 = GUICtrlCreateCombo("", 112, 8, 129, 25, BitOR($CBS_DROPDOWNLIST,$CBS_AUTOHSCROLL))
GUICtrlSetData(-1, "HP Recovery Herb|HP Recovery (Small)|HP Recovery (Medium)|HP Recovery (Large)|HP Recovery (X-Large)")
$Checkbox22 = GUICtrlCreateCheckbox("Repair equipment", 264, 104, 97, 17)
$Checkbox20 = GUICtrlCreateCheckbox("Ammo", 264, 128, 49, 17)
GUICtrlCreateEdit("", 416, 176, 121, 89, $ES_WANTRETURN)
$Checkbox18 = GUICtrlCreateCheckbox("Auro use speed drugs", 304, 280, 121, 17)
$Checkbox19 = GUICtrlCreateCheckbox("Use horse in script", 432, 280, 105, 17)
$Button16 = GUICtrlCreateButton("Load", 496, 336, 75, 25)
GUICtrlCreateInput("", 312, 336, 169, 21)
$Group7 = GUICtrlCreateGroup("Load Script", 288, 320, 297, 65)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Button15 = GUICtrlCreateButton("Save", 304, 240, 75, 25)
$Button14 = GUICtrlCreateButton("Stop", 304, 208, 75, 25)
$Button13 = GUICtrlCreateButton("Start", 304, 176, 75, 25)
$Group3 = GUICtrlCreateGroup("Record script", 288, 160, 265, 153)
GUICtrlCreateGroup("", -99, -99, 1, 1)
Screen






