Jump to content

Message Sender Bot ?? Or something like that


Recommended Posts

Guys i want a script that i can use it to send post automatic

I think the line speaks for itself that you are violating the rules, but in-case you are not violating them, I suggest reading Internet Explorer automation in help file.

----------------------------------------

:bye: Hey there, was I helpful?

----------------------------------------

My Current OS: Win8 PRO (64-bit); Current AutoIt Version: v3.3.8.1

Link to comment
Share on other sites

MKISH is talking about this "SPAM tools including instant messenger or forum auto-posters." which can be found in the forum rules.

How many mails do you want to send and who should be the recipients?

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

Guys i make something like that but why its not working ??? If i am gonna use _IECreate it works but i dont want it.

#include <IE.au3>
#include <Inet.au3>
$Source = _INetGetSource("http://form.jotformeu.com/form/21462421648350")
$Name = _IEGetObjByName($Source,"input_1")
$Name1 = _IEGetObjByName($Source,"input_2")
_IEPropertySet($Name,'innerText','test')
_IEAction($Name1,"click")
Edited by lifesux
Link to comment
Share on other sites

Read the help file carefully, _IEGetObjByName needs an instance and not the source code... anyways, its end-game for this thread ;)

----------------------------------------

:bye: Hey there, was I helpful?

----------------------------------------

My Current OS: Win8 PRO (64-bit); Current AutoIt Version: v3.3.8.1

Link to comment
Share on other sites

_INetGetSource returns the source. STOP. _IEGetObjByName needs an IE instance. STOP. Conclusion: You can't mix IE and INet UDF. STOP. Stick with IE. FULL STOP.

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

guys i make something like that :

#include <IE.au3>
$Source =  _IECreate ("http://form.jotformeu.com/form/21462421648350")
$Name = _IEGetObjById($Source,"input_1")
$Name1 = _IEGetObjByid($Source,"input_2")
_IEPropertySet($Name,'innerText','test')
_IEAction($Name1,"click")
Sleep(5000)
_IEQuit($Source)

it works. but i want to do it without opening any browser. how can i do it ?

Link to comment
Share on other sites

  • Moderators

lifesux,

i can use it to send post automatic

I think you should have listened to the first response. Thread locked. ;)

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...