View Single Post
  #2  
Old 12-16-2011, 12:22 AM
pepsiphreak79
Sarnak
 
Join Date: Sep 2011
Posts: 70
Default

Alternate script includes tools and your local http link
Again all cutomizable and the buttons can be rearanged added removed ect...

Code:
Gui, Add, Button, x116 y3 w100 h20 , All_Off1
Gui, Add, Button, x6 y3 w100 h20 , All_Start.
Gui, Add, Button, x6 y33 w100 h20 , Emu_only_Start.
Gui, Add, Button, x116 y33 w100 h20 , Emu_only_Off1
Gui, Add, Button, x6 y63 w210 h20 , Launch_Everquest
Gui, Add, Button, x6 y93 w210 h20 , Randomize_Loading_Screens
Gui, Add, Button, x226 y3 w10 h110 , WWW
Gui, Add, Button, x246 y3 w130 h20 , Quest_Editor1
Gui, Add, Button, x246 y93 w130 h20 , HeidiSql
Gui, Add, Button, x246 y63 w130 h20 , NPC_Loot_Editor
Gui, Add, Button, x246 y33 w130 h20 , Char_Manager1
; Generated using SmartGUI Creator 4.0
Gui, Show, x131 y91 h123 w396, New GUI Window
Return

GuiClose:
ExitApp

ButtonAll_Off1:
SetTitleMatchMode 2
winactivate EQEmu Login Server
Send ^c
winactivate World.exe
Send ^c
winactivate sleeping
Send ^c
run stop_sql_php_www.lnk
return


ButtonEmu_only_Off1:
SetTitleMatchMode 2
winactivate EQEmu Login Server
Send ^c
winactivate World.exe
Send ^c
winactivate sleeping
Send ^c
return

ButtonAll_Start1:
run all_start.lnk
return

ButtonEmu_only_Start1:
run emu_only_start.lnk
return

ButtonLaunch_Everquest:
run everquest.lnk
return

ButtonRandomize_Loading_Screens:
run random.lnk
return

ButtonQuest_Editor1:
run Quest.lnk
return

ButtonHeidiSql:
run heidisql.lnk
return

ButtonNPC_Loot_Editor:
run npcloot.lnk
return

ButtonChar_Manager1:
run charman.lnk
return

ButtonWWW:
run http://127.0.0.1
return
__________________
--Any Code by me is considered open source Beta--
Not a DEV not a Coder
Just a person....
Reply With Quote