IcantCodeHelp 0 Posted December 29, 2020 I'm currently practicing and making this auto clicker and its telling me line 2 is wrong but I'm not sure what I did wrong I could just ignore it and do something different but I wouldn't really understand what to do Not asking for a redo or anything Just asking what did I do wrong Share this post Link to post Share on other sites
IcantCodeHelp 0 Posted December 29, 2020 (edited) This is what i typed out $mr_flip = 0 MouseClick("Right", 918,448,1 $mr_flip) Edited December 29, 2020 by Melba23 Removed double posted image Share this post Link to post Share on other sites
Nine 921 Posted December 29, 2020 You are missing a comma. Can I ask you what is the application your are using to practice? Because, mouse clicks and consorts are truly the worst way to automate a software. Instead of loosing time learning bad programming practices, we could put you in the direction of a more robust solution. Not much of a signature, but working on it... Spoiler Block all input without UAC Save/Retrieve Images to/from Text Tool to search content in au3 files Date Range Picker Sudoku Game 2020 Overlapped Named Pipe IPC x64 Bitwise Operations Fast and simple WCD IPC GIF Animation (cached) Share this post Link to post Share on other sites
IcantCodeHelp 0 Posted December 29, 2020 Thank you im not using any application just learning but If i were to be using one it would most likely be a video game Share this post Link to post Share on other sites
Melba23 3,396 Posted December 29, 2020 IcantCodeHelp, Quote it would most likely be a video game Then I strongly suggest you read the Forum rules before posting again because, as you will find when you read them, game-automation scripts are not permitted here. M23 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 columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Share this post Link to post Share on other sites
IcantCodeHelp 0 Posted December 29, 2020 Oh okay sorry first thing that came to mind was video games Share this post Link to post Share on other sites
JLogan3o13 1,621 Posted December 29, 2020 1 hour ago, IcantCodeHelp said: Oh okay sorry first thing that came to mind was video games It wouldn't have, if you'd read the forum rules. Please do so before you post again. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Share this post Link to post Share on other sites