[Learn] ★ Botting Automation Free ★ iMacros Tutorials! (No-Codeing) ★ [Learn]

Its a very large file, all videos mostly.

iMacros Video Tutorials -> 1.30GB These video are not widely distributed.
Code:
https://mega.nz/file/x50wlaIT#WUzoW0iR7uzoP502TBZPu7u7obmBcNjLgr8Mxg-_3F8
Thank you so much. Going to learn that. Thanks
 
Let's get started by learning how to use iMacros to 'Recored' your actions and then play them back. First select the 'Recored' tab, now you can press the 'Recored' Macro button. Now iMacros is recording, and waiting for your actions in the browsers so it can 'Recored' them. We will start with an easy task like Google searching. Just type 'BHW is Boss!' into the Google search bar. You will see in the iMacros window that it's recording your actions. Now Just press the 'Google Search' button and then press stop. Now select the Current.iim file and press play. Now you just built your first bot, with no coding!


Please what is this AI voice in YT? I know it, and I know it's free but haven't bookmarked and now can't find it.

Can Imacros use different proxies or not? And UserAgent change?
 
Please what is this AI voice in YT? I know it, and I know it's free but haven't bookmarked and now can't find it.

Can Imacros use different proxies or not? And UserAgent change?


Take a look here and browse the Imacros Wiki, you can find that info here
Code:
https://wiki.imacros.net/PROXY
 
Please what is this AI voice in YT? I know it, and I know it's free but haven't bookmarked and now can't find it.

Can Imacros use different proxies or not? And UserAgent change?


You can recreate the AI voice by using a text to speech script, here is a tut for that below.
Just save the file with a .vbs extension and then double click the file.

Code:
https://www.reliance-scada.com/en/support/articles/technical/vbscript-tip-converting-alarm-event-text-to-speech
http://burnignorance.com/miscellaneous/text-to-speech-in-vbs/
Code:
BlankDim message,sapi
message=InputBox("Write something in textbox","Hemant :)")
set sapi = CreateObject("sapi.spvoice")
sapi.Speak message
 
Last edited:
Hello sir, can you tell me code to clear cache and cookies with imacros, in palemoon or mozilla.
 
What is iMacros? iMacros is a free chrome and Firefox automation extension, this extension allows you to create automation scripts like the pros without any coding. Here I will be showing you how to automate any website, extract any data, and much more. You can find the newest scripts in the comments below. I hope you enjoy learning how to bot without coding or cash. I want to add I have no affiliations with iMacros.

For your first steps into the automation world, you will need to get the extension by searching iMacros in the chrome store.

Once you have it installed activate the extension and a pop-up will appear on your left. First click the record tab, now hit record, and then stop, now you should see a file in the window called Current.imm, now just right-click the Current.imm and then select Edit from the menu that opens, now you will see a script window open. Copy and paste the code below. This script is an Instagram login script. Simply replace the "PUTUSERNAMEHERE" with your Instagram account username, now replace the "PUTPASSWORDHERE" with your Instagram account password. Just press save and close the box. Now press Play, and you have your first bot.

View attachment 172424



Code:
VERSION BUILD=1011 RECORDER=CR
URL GOTO=https://www.instagram.com/
TAG POS=1 TYPE=INPUT:TEXT FORM=ID:loginForm ATTR=NAME:username CONTENT=PUTUSERNAMEHERE
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ID:loginForm ATTR=NAME:password CONTENT=PUTPASSWORDHERE
TAG POS=2 TYPE=DIV ATTR=TXT:Log<SP>In
Thanks for this! I've been looking for something like this for a long time.
 
Back
Top