SuperGamePlayRO Posted August 1, 2018 Posted August 1, 2018 hey guys . If someone can help me . I want a script only to make right click pressed to my specific windows
Developers Jos Posted August 1, 2018 Developers Posted August 1, 2018 43 minutes ago, SuperGamePlayRO said: hey guys . If someone can help me . I want a script only to make right click pressed to my specific windows Welcome.... what do you mean by help you? Do you have any question about the script you made? What exactly do you need help with? Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
SuperGamePlayRO Posted August 1, 2018 Author Posted August 1, 2018 Send ("{CTRL down}") Sleep (5000) Send ("{CTRL up}") this is my script .. i want a script to only hold infinit ctrl on my specific window
Developers Jos Posted August 1, 2018 Developers Posted August 1, 2018 No idea yet what you want and you are not being very descriptive. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
SuperGamePlayRO Posted August 1, 2018 Author Posted August 1, 2018 want a script to hold down ctrl but only on a specific window(so when the window is minimized the window will receive the ctrl signal)
Moderators Melba23 Posted August 1, 2018 Moderators Posted August 1, 2018 SuperGamePlayRO, First it was "right click", now it is "ctrl" - just what do you want to hold down? What is this window with which you wish to interact? Best you start giving some sensible answers as our patience is running thin. 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
SuperGamePlayRO Posted August 1, 2018 Author Posted August 1, 2018 i want to hold down right click and the window is minecraft 1.13 (the process is java(tm) platform se binary )
Moderators Melba23 Posted August 1, 2018 Moderators Posted August 1, 2018 SuperGamePlayRO, Unfortunately you appear to have missed the Forum rules on your way in. Please read them now - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked. See you soon with a legitimate question I hope. 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
Recommended Posts