deleyara Posted February 3, 2019 Posted February 3, 2019 Hello Community, I'm sorry if this is the wrong section but I'm new here so please bear with me. I already have a text file with random words (with random I mean words that exist but make no sense; e.g. delicious phone yellow zitella...) and I want to paste it to a specific site. And I already have organized the text file (15 words per row). So the bot (pretty sure a while function) should choose the first line -> paste it to the site and then close the site (no need a code for that cuz I've one) and then choose the second line-> paste it to the site and then close the site and so on. Could anyone help me out? Thanks in advance!
FrancescoDiMuro Posted February 3, 2019 Posted February 3, 2019 Hi @deleyara, and welcome to the AutoIt forums Post the code so we can help you Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette
deleyara Posted February 3, 2019 Author Posted February 3, 2019 9 minutes ago, FrancescoDiMuro said: Hi @deleyara, and welcome to the AutoIt forums Post the code so we can help you While 1 ShellExecute("firefox.exe") AutoItSetOption("MouseCoordMode", 0) WinWait("Google - Mozilla Firefox") WinActivate("Google - Mozilla Firefox") MouseClick("primary", 501, 60, 1, 0) Send("{DELETE}") Send("http://REMOVED DUE PRIVACY") Send("{ENTER}") WinWait("REMOVED DUE PRIVACY") WinActivate("REMOVED DUE PRIVACY") MouseClick("primary", 602, 487, 1, 0) Send("REMOVED DUE PRIVACY") Sleep(3750) MouseClick("primary", 1092, 587, 1, 0) Sleep(3000) Send ( "!{F4}") WEnd So this would only send one text endless time but my problem is above.
Moderators Melba23 Posted February 3, 2019 Moderators Posted February 3, 2019 deleyara, And just why do you want to send these "words" to this "REMOVED DUE PRIVACY" site one at a time? M23 P.S. And just to be absolutely clear - this is the Mod team determining the legality of the thread, so everyone else please keep out. 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
FrancescoDiMuro Posted February 3, 2019 Posted February 3, 2019 (edited) Snip. Edited February 3, 2019 by FrancescoDiMuro Sorry Melba. I posted in the same moment you did. Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette
Moderators Melba23 Posted February 3, 2019 Moderators Posted February 3, 2019 FrancescoDiMuro, No probs - I guessed that was what had happened. 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
deleyara Posted February 3, 2019 Author Posted February 3, 2019 7 minutes ago, Melba23 said: deleyara, And just why do you want to send these "words" to this "REMOVED DUE PRIVACY" site one at a time? M23 P.S. And just to be absolutely clear - this is the Mod team determining the legality of the thread, so everyone else please keep out. I'm testing a site. So if you post words within a specific time period then you'll be asked to complete a captcha. I tested it with posting the same word endless time but now I want to test it with random words from a text file like I've already said above.
Moderators Melba23 Posted February 3, 2019 Moderators Posted February 3, 2019 deleyara, So this is to get around a CAPTCHA? 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
deleyara Posted February 3, 2019 Author Posted February 3, 2019 6 minutes ago, Melba23 said: deleyara, So this is to get around a CAPTCHA? M23 Yes. The first attempt has failed and now I'm trying it with random words (the way like I've said above). It would be nice if you could stop asking your nosy questions.
Moderators Melba23 Posted February 3, 2019 Moderators Posted February 3, 2019 deleyara, Quote It would be nice if you could stop asking your nosy questions But if you look at the icon under my avatar you will see that is my job here! And with that remark you have used up all of the flex I was prepared to show you. Please read the Forum rules before posting again - you will see that we do not support bypassing security measures such as CAPTCHAs - thread locked. M23 FrancescoDiMuro 1 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