Jump to content

quick gui needed


Recommended Posts

please make this GUI there are 3 diff things not just one

MsgBox(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
Link to comment
Share on other sites

  • Moderators

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

No 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.

Link to comment
Share on other sites

#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

Link to comment
Share on other sites

  • Moderators

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.

Link to comment
Share on other sites

  • Moderators

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 :D

Link to comment
Share on other sites

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 :D

I'll give the creditz.. :wacko:

I am not giving up till someone does it

Link to comment
Share on other sites

  • Moderators

I am not giving up till someone does it

Yes you will :D

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.

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...