Jump to content

No respose ?


Recommended Posts

This is my script.. Everything works but you wont be able to click the "Read" button.. You can try .. Please help

GuiCreate("--", 450, 400, -1, -1, -1, $WS_EX_TOOLWINDOW)
GuiCtrlCreateButton("Add", 15, 5, 60, 20)
GuiCtrlCreateButton("Run", 80, 5, 60, 20)
GuiCtrlCreateButton("Delete", 145, 5, 60, 20)
GUICtrlCreateList ("Maplestory.exe", 17, 35, 180, 97)
GUICtrlCreateGroup ( "Hotkey", 17, 150, 200, 200 )
GUICtrlCreateCheckbox ( "Hotkey on", 40, 170 )
GuiCtrlCreateLabel("Activate :", 40, 202)
GUICtrlCreateCombo ("F10", 90, 200) ; create first item
GUICtrlSetData(-1,"F11|F12","F10")
GUICtrlCreateCombo ("F10", 125, 225)
GUICtrlSetData(-1,"F11|F12","F10")
GuiCtrlCreateLabel("Undo changes :", 35, 225)
GuiCtrlCreateRadio("Connect thru : "& @ipaddress1 &"", 35, 250)  
GuiCtrlCreateRadio("Connect thru : "& @ipaddress2 &"", 35, 270)  
GuiCtrlCreateButton("Save", 38, 300, 80, 30)
GuiCtrlCreateButton("Undo", 123, 300, 80, 30)
$pointeraddressGUI = GuiCtrlCreateLabel("Pointer address :", 250, 35, 100)
$arrayvalueGUI = GuiCtrlCreateLabel("Array value :", 250, 95, 100)
GUICtrlSetFont ($pointeraddressGUI, 10, 400, 2)
GUICtrlSetFont ($arrayvalueGUI, 10, 400, 2)
GuiCtrlCreateLabel(" ", 250, 47)
GuiCtrlCreateLabel("0x", 250, 70)
GuiCtrlCreateInput("", 265, 65, 100, 20)
GuiCtrlCreateInput("", 265, 120, 100, 20)
$pointeraddress2GUI = GuiCtrlCreateLabel("Pointer address :", 250, 195, 100)
GUICtrlSetFont ($pointeraddress2GUI, 10, 400, 2)
GuiCtrlCreateLabel("0x", 250, 220)
GuiCtrlCreateInput("", 265, 220, 100, 20)
GuiCtrlCreateButton("Edit", 285, 145, 40, 20)
GuiCtrlCreateButton("Read", 285, 247, 40, 20)
$memeditorGUI = GuiCtrlCreateLabel("Memory array editor", 250, 10, 150, 20)
$memreaderGUI = GuiCtrlCreateLabel("Memory array reader", 250, 170, 150, 250)
GUICtrlSetFont($memreaderGUI, 12, 400, 2)
GUICtrlSetFont($memeditorGUI, 12, 400, 2)



While 1
GuiSetState(@SW_SHOW)
Wend
Edited by CrazeStar1074
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...