Jump to content

New to autoit need help


 Share

Recommended Posts

im some what new to autoit and need help figuring out best way to make a simple clicker for few idle games i play(taptitdue, sakura clicker, elndless frontier etc.) ive played around with autoit recorder to make simple copy mouse clicks. but now i want to make a script that allows me to select multiple functions before starting the script for game ex: click section A or click section A + B to run At set intervals if that makes sense . i dont need scripts made by other just info on what things i should use to make it my self.

 

need to be able to select between games and be able to select multiple functions to run inconjuntion or independent for each game. thank you in advance

Link to comment
Share on other sites

never mind ill figure it out my self it can be use for more then game automation. and look it up these all OFFLINE games only person im hurting is my self with these im not memory hacking or anything like that all i asked for is a idea of a way to be able to select witch part of srcipt i want to run

Link to comment
Share on other sites

Learn:

https://www.autoitscript.com/autoit3/docs/functions/MouseMove.htm

https://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm

https://www.autoitscript.com/autoit3/docs/appendix/SendKeys.htm

https://www.autoitscript.com/autoit3/docs/guiref/GUIRef_MessageLoopMode.htm

Thats enough to start you learning automation

Do not automate games all that will happen is you will get banned.

If your at the point you want a robot to play it for you knowing theirs a high chance you will get banned then you dont actually want to play so just quit the game...

 

 

 

Link to comment
Share on other sites

  • Moderators

XOblivion,

junkew is quite right - please read the Forum rules before you post again and make sure you respect them in future.  Thread locked.

But welcome to the AutoIt forum - and see you soon with a legitimate question I hope.

Fring1956,

In future, please do not offer any help when the topic is clearly illegal. I appreciate that you commented on the fact that the topic was not allowed, but best to keep out of the thread completely and let the Mods do their work.

M23 

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...