tazbox Posted August 10, 2021 Posted August 10, 2021 Hello. I have on liste and i want to add each line between two character. Exemple my liste is 1 2 3 4 I want to add between each line A and B A 1 B A 2 B A 3 B A 4 B If someone can help me, I think with auto it i can make one script for send the key ctr+v -> down -> end -> Enter -> ctr+v ..... And after use an other script for send ctr+v -> down -> down -> end -> Enter -> ctr+v .....
Nine Posted August 10, 2021 Posted August 10, 2021 (edited) Welcome back after almost 10 years. You must have forgotten that we do not write scripts on command here. We will be glad to help you when you come with a basic script and having issues. Beside sending keys is the worst way to automate an application, you should consider using a more robust approach. Edited August 10, 2021 by Nine “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
tazbox Posted August 10, 2021 Author Posted August 10, 2021 I juste want to do what i say I dont want to make cheat or anything illégal, even if have an other solution with an other software i will be happy. Now i show you what i make my self, but im very bad. HotKeySet("{NUMPAD4}","cast") Func cast() Send("{ENTER}") EndFunc I Make 4 script, ctrl+v with numpad 1, down with numpad 2, end with numpad3 and enter with numpad4. If i can make this only with one key is better.
Moderators Melba23 Posted August 10, 2021 Moderators Posted August 10, 2021 tazbox, Quote I dont want to make cheat or anything illégal And a function named "cast" is not for a game? The forum rules have changed since you were last here - I suggest you read them before posting again. 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