
January 31st, 2013, 04:34 PM
|
|
Registered User
|
|
Join Date: Jan 2013
Posts: 4
Time spent in forums: 36 m 22 sec
Reputation Power: 0
|
|
|
This here is just the log in part of the macro but i have lots of different macro's that have to go into the same program to control the activities of the game itself.
The app is EVE Online
The GUI that ill make will allow the user to enter the username an password so the macro itself no's what to enter
begin
Window.Bring to front("EVE", "no")
Macro.Pause("547")
Mouse.Click at coordinate("1001", "833", "left")
Mouse.Click at coordinate("1001", "833", "left")
Keyboard.Press keys("Username")
Macro.Pause("424")
Keyboard.Press key("{<tab>}")
Macro.Pause("500")
Keyboard.Press keys("Password")
Macro.Pause("2626")
Mouse.Click at coordinate("977", "875", "left")
end
I found a free macro record to use tho after posting the first post that makes the macro into a .exe file but again that does not include a GUI so people have to edit the coding itself which they cant since it'll be a .exe
If you require more i can give an out line of the GUI an what functions will need to be edited through the GUI an not directly having to edit the code of the macro.
|