Meshios Posted July 4, 2006 Posted July 4, 2006 please make this GUI there are 3 diff things not just one expandcollapse popupMsgBox(1, "Auto-Heal", "F5 - 15 | F6 - 30 | F7 - 45 | F8 - 1MINUTE | F9 - 1.15 | F10 - 1.30 | F11 - 1.45 | F12 - 2MINUTES | NUMPAD0 - STOP ALL | NUMPAD1 - LEFTCLICK| NUMPAD2 - RIGHTCLICK | NUMPAD3 - AUTOLOOT | Made By MJB Crew") HotKeySet("{F5}", "FFFFF") HotKeySet("{F6}", "FFFFFF") HotKeySet("{F7}", "FFFFFFF") HotKeySet("{F8}", "FFFFFFFF") HotKeySet("{F9}", "FFFFFFFFF") HotKeySet("{F10}", "FFFFFFFFFF") HotKeySet("{F11}", "FFFFFFFFFFF") HotKeySet("{F11}", "FFFFFFFFFFFF") HotKeySet("{NUMPAD0}", "StopAll") HotKeySet("{NUMPAD5}", "Terminate") HotKeySet("{NUMPAD1}", "LeftClick") HotKeySet("{NUMPAD2}", "RightClick") HotKeySet("{NUMPAD3}", "AutoLoot") TrayTip("Auto-Heal with Klick0r(Right n Left)", "Go to MPC Forums , for more updates.", 3, 2) Func FFFFF () While 1 Send("Q") Sleep(15000) WEnd EndFunc Func FFFFFF () While 1 Send("Q") Sleep(30000) WEnd EndFunc Func FFFFFFF () While 1 Send("Q") Sleep(45000) WEnd EndFunc Func FFFFFFFF () While 1 Send("Q") Sleep(60000) WEnd EndFunc Func FFFFFFFFF () While 1 Send("Q") Sleep(75000) WEnd EndFunc Func FFFFFFFFFF () While 1 Send("Q") Sleep(90000) WEnd EndFunc Func FFFFFFFFFFF () While 1 Send("Q") Sleep(105000) WEnd EndFunc Func FFFFFFFFFFFF () While 1 Send("Q") Sleep(120000) WEnd EndFunc Func StopAll () While 1 Sleep(1) WEnd EndFunc Func Terminate () Exit EndFunc Func LeftClick () While 1 MouseDown("left") Sleep(25) MouseUp("left") WEnd EndFunc Func RightClick () While 1 MouseDown("Right") Sleep(25) MouseUp("Right") WEnd EndFunc Func AutoLoot () While 1 Send(" ") WEnd EndFunc While 1 Sleep(1) WEnd
Meshios Posted July 4, 2006 Author Posted July 4, 2006 Ummm.. what? please just make a gui with it. Like 1 with where you can choose the time.and the other one as a box to turn the auto picker on.but leave the numpad and auto clicker as hotkeys
Moderators SmOke_N Posted July 4, 2006 Moderators Posted July 4, 2006 please just make a gui with it. Like 1 with where you can choose the time.and the other one as a box to turn the auto picker on.but leave the numpad and auto clicker as hotkeysNo one is going to "make" you anything. Just make it yourself, use Koda, if you get stumped, show your code and maybe someone can help you, but don't ask someone to do the work for you, that's rude. If you don't want to do it yourself, here is a good site to get it done for you. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
WTS Posted July 5, 2006 Posted July 5, 2006 #include <GUIConstants.au3> ; == GUI generated with Koda == $Form1 = GUICreate("AForm1", 219, 230, 192, 125) $MonthCal1 = GUICtrlCreateMonthCal("2006/07/04", 8, 45, 192, 166) $Input1 = GUICtrlCreateInput("AInput1", 15, 11, 130, 21, -1, $WS_EX_CLIENTEDGE) GUISetState(@SW_SHOW) While 1 $msg = GuiGetMsg() Select Case $msg = $GUI_EVENT_CLOSE ExitLoop Case Else ;;;;;;; EndSelect WEnd Exit
Meshios Posted July 5, 2006 Author Posted July 5, 2006 I need it all in 1 man. Like just all the same..
WTS Posted July 5, 2006 Posted July 5, 2006 I need it all in 1 man. Like just all the same..I figured you would say something like that.. Do It Yourself.
Moderators SmOke_N Posted July 5, 2006 Moderators Posted July 5, 2006 They have made GUI making moron proof with Koda. Open SciTe / Tools / Koda... Do something for yourself and enjoy the rewards it offers. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Meshios Posted July 5, 2006 Author Posted July 5, 2006 They have made GUI making moron proof with Koda. Open SciTe / Tools / Koda... Do something for yourself and enjoy the rewards it offers.I AM NEW !!!
Moderators SmOke_N Posted July 5, 2006 Moderators Posted July 5, 2006 I AM NEW !!!SO WHAT !!!Then start with the tutorials until you learn... being new is not an exscuse for being too damn lazy to do something. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Meshios Posted July 5, 2006 Author Posted July 5, 2006 SO WHAT !!!Then start with the tutorials until you learn... being new is not an exscuse for being too damn lazy to do something.please can someone just quikcly make..
Snarg Posted July 5, 2006 Posted July 5, 2006 In the four hours since your first post, you could have already created the GUI you want. A little reading goes a long way. Post count means nothing.
Meshios Posted July 5, 2006 Author Posted July 5, 2006 In the four hours since your first post, you could have already created the GUI you want.I'm not good at this man,I just want a simple GUI that has scrol down for choosing the seconds till it presses Q. A box that you tick to have auto loot on. And then Iwant it to when you press F5 it starts what ever you have selected.
Snarg Posted July 5, 2006 Posted July 5, 2006 I'm not good at this manYou don't have to be good, you just have to read. Try this link. A little reading goes a long way. Post count means nothing.
Meshios Posted July 5, 2006 Author Posted July 5, 2006 You don't have to be good, you just have to read. Try this link.thanks but no help I just need someone to do it....
Iznogoud Posted July 5, 2006 Posted July 5, 2006 I'm not good at this man,I just want a simple GUI that has scrol down for choosing the seconds till it presses Q. A box that you tick to have auto loot on. And then Iwant it to when you press F5 it starts what ever you have selected.You are lucky that these people have the patient to answer your question, install AutoIT and use the help.I you won't then have fun with the script WITHOUT a GUI.What also is an option offer money to one of them and maybe they will help you
Meshios Posted July 5, 2006 Author Posted July 5, 2006 You are lucky that these people have the patient to answer your question, install AutoIT and use the help.I you won't then have fun with the script WITHOUT a GUI.What also is an option offer money to one of them and maybe they will help you I'll give the creditz.. I am not giving up till someone does it
Moderators SmOke_N Posted July 5, 2006 Moderators Posted July 5, 2006 I am not giving up till someone does itYes you will Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now