Imacros SHARED code scripts

zonecrash

BANNED
Joined
Sep 30, 2009
Messages
72
Reaction score
70
Maybe like most I have been reading some great things about Imacros.

So I want to open a post where we can share and help others like myself with Imacros code.


A thread for knowledge sharing with forum members and sharing of imacros scripts.
.

YT scripts - G scripts - etc.

please share or add if you found or have a script.



TheReaperIM --- thanks
Be careful though, some of the scripts you find will only work with the purchased version of Imacros.


thnks

--starting point--
http://www.blackhatworld.com/blackhat-seo/black-hat-seo-tools/99662-so-i-made-my-first-bot-imacros.html
Code:
http://www.blackhatworld.com/blackhat-seo/black-hat-seo-tools/99662-so-i-made-my-first-bot-imacros.html

I hope this is acceptable to post and may be useful for others.
mods or admins please advise if not acceptable?
 
Last edited:
This is a great idea - I was looking for some scripts about a month ago but couldn't find any. Finally I resorted to just getting a program made, but I'm sure a script would have been much cheaper :)

Be careful though, some of the scripts you find will only work with the purchased version of Imacros.
 
I would like to add as per yoogya - I hope this user will approve my quote.



yoogya
Please, correction for *.scv;
I create script imacros for create gmail;

#http://www.blackhatworld.com/blackhat-seo/1167300-post7.html (http://www.blackhatworld.com/blackhat-seo/member-downloads/115027-get-improvised-gmailer.html#post1167300)


VERSION BUILD=6500420
TAB T=1
TAB CLOSEALLOTHERS
URL GOTO=about:blank
TAB T=1

URL GOTO=https://www.google.com/accounts/NewAccount?service=mail&continue=http%3A%2F%2Fmail .google.com%2Fmail%2Fe-11-116b12c3039934f07fcb68ec5c19332d-0092e8fbd2f55b13efe0eafe8783afc3bb4343ca&type=2
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:createaccount ATTR=ID:FirstName CONTENT=gakaho<SP>promot
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:createaccount ATTR=ID:LastName CONTENT=hikulitalerut
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:createaccount ATTR=ID:Email CONTENT=gakah.p.litaret07y
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:createaccount ATTR=ID:Passwd CONTENT=7C32E8BF16C50AC1A966D6CCD9BB3FA658F3C21016 37A889994BF3035D46317D
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:createaccount ATTR=ID:PasswdAgain CONTENT=7C32E8BF16C50AC1A966D6CCD9BB3FA658F3C21016 37A889994BF3035D46317D
TAG POS=1 TYPE=SELECT FORM=NAME:createaccount ATTR=ID:questions CONTENT=5
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:createaccount ATTR=ID:ownquestion CONTENT=warsiniy
TAG POS=1 TYPE=SELECT FORM=NAME:createaccount ATTR=ID:questions CONTENT=4
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:createaccount ATTR=ID:IdentityAnswer CONTENT=wasiniy
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:createaccount ATTR=ID:SecondaryEmail [email protected]
WAIT SECONDS=1
PROMPT Please<SP>enter<SP>the<SP>captcha. !VAR1
WAIT SECONDS=2
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:createaccount ATTR=ID:newaccountcaptcha CONTENT={{!var1}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:createaccount ATTR=ID:submitbutton
 
Last edited:
change password for WORDPRESS SITES.



I hope other can use. This is basic code to change password for WORDPRESS SITES.

I have found it useful, if you may have 200 plus wordpress sites...


PLEASE NOTE you must create a
MYwp.csv


URL ADDRESS --- A1 --- http://yourblog.com/
USERNAME: B1 ---- SUPERADMIN
Existing passowrd --- C1 ---- password
NEW PASSWORD ---- D1 ---- passwordnew
extra I have backuppassword E1 -------- backuppassword
EMAIL ----- F1 ---- [email protected]




Code:
TAB T=1
SET !DATASOURCE [B][COLOR=Red]MYwp.csv[/COLOR][/B]
SET !DATASOURCE_COLUMNS 5
SET !DATASOURCE_LINE {{!LOOP}}
CLEAR
URL GOTO={{!COL1}}wp-admin/users.php
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:loginform ATTR=ID:user_login CONTENT={{!COL2}}
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:loginform ATTR=ID:user_pass CONTENT={{!COL3}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:loginform ATTR=ID:wp-submit
TAG POS=4 TYPE=A ATTR=HREF:profile.php
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:NoFormName ATTR=ID:pass1 CONTENT={{!COL4}}
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:NoFormName ATTR=ID:pass2 CONTENT={{!COL4}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:your-profile ATTR=NAME:submit&&VALUE:Update<SP>Profile
TAG POS=1 TYPE=A ATTR=TXT:Log<SP>Out
 
cPanel - Mass E-Mail Create
Code:
VERSION BUILD=6240709 RECORDER=FX
CMDLINE !DATASOURCE cpanel.csv
SET !DATASOURCE_COLUMNS 1
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}
TAB T=1
URL GOTO=http://YourSite.net:2082/frontend/x3/mail/pops.html
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:mainform ATTR=ID:email_input CONTENT={{!COL1}}
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:mainform ATTR=ID:password CONTENT=yourpasswordhere
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:mainform ATTR=ID:validgen2 CONTENT=yourpasswordhere
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:mainform ATTR=VALUE:Create
 
Can this thread be moved to a Social Group? Imacros Study & Script Sharing Group?

Chris
 
Youtube Account Checker: You have to be logged into a YT account when you run it.

Code:
VERSION BUILD=6240709 RECORDER=FX
SET !DATASOURCE youtubeaccounts.csv
SET !EXTRACT_TEST_POPUP NO

SET !DATASOURCE_COLUMNS 2
SET !ERRORIGNORE YES


TAB T=1
URL GOTO=http://www.youtube.com/user/{{!Col1}}
TAG POS=1 TYPE=TEXTAREA FORM=NAME:NoFormName ATTR=ID:comment_entry_box_text CONTENT={{!col1}}
TAG POS=1 TYPE=TEXTAREA FORM=NAME:NoFormName ATTR=ID:comment_entry_box_text EXTRACT=TXT



TAG POS=1 TYPE=TEXTAREA FORM=NAME:NoFormName ATTR=ID:comment_entry_box_text CONTENT={{!col2}}
TAG POS=1 TYPE=TEXTAREA FORM=NAME:NoFormName ATTR=ID:comment_entry_box_text EXTRACT=TXT


SAVEAS TYPE=EXTRACT FOLDER=C:\Users\family\Documents\iMacros\Datasources FILE=goodaccounts.csv

Tubemogul Imacros: Create accounts for all of the video sites and verify the email addresses.

This is one of my first macros i put together, so it may need to be tweaked a lil bit. But for the most part it should still work...

TM BOT

I'll share some other codes soon, i just have to remove my account info from the code.
 
Last edited:
WEBSHOT LOGON ..... auto post

sorry I am trying to get the auto post on HIGH pr# setup -- I am new to this ...


TAB T=1
SET !DATASOURCE MYwebshots-post.csv
SET !DATASOURCE_COLUMNS 9
SET !DATASOURCE_LINE {{!LOOP}}
CLEAR
WAIT SECONDS=2
URL GOTO={{!COL1}}
TAG POS=1 TYPE=A ATTR=HREF:http://daily.webshots.com/login&&ID:ab-open-login
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:login ATTR=ID:userName CONTENT={{!COL2}}
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:login ATTR=ID:PassWord CONTENT={{!COL3}}
TAG POS=1 TYPE=INPUT:IMAGE FORM=ID:loginForm ATTR=ID:login-button
TAG POS=1 TYPE=A ATTR=HREF:http://community.webshots.com/topics/NewPhotos_0.htm






smallstrom... I will response shortly
 



http://www.blackhatworld.com/blackhat-seo/members/19191-gogetta.html http://www.blackhatworld.com/blackhat-seo/members/19191-gogetta.html


nice ... I have been following your work... funny because maybe started with one of your post as my starting help :-)
 
Last edited:
cPanel - Mass E-Mail Create
Code:
ATTR=VALUE:Create


Please note "Alex Brooks" after reviewing your great post .... I respect what you have done.... and although I am new to all this and learning.


" Pickup Registration - Final Process "

However depending on the campaign, I might just need a temporary email ( say 100,000 emails ) just to "place my mark"

please review the code .... is it understandable? I hope so. -- it is the email section part of a complete process.

ALTHOUGH I have a problem with verification of the final link

I call is the " Pickup "

Code:
WAIT SECONDS=2
TAB OPEN
TAB T=2
SET !DATASOURCE MYxxxxx-reg.csv
SET !DATASOURCE_COLUMNS 9
SET !DATASOURCE_LINE {{!LOOP}}
CLEAR
URL GOTO=http://www.bspamfree.org/
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:theForm ATTR=NAME:EmailAccount CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:theForm ATTR=NAME:submit&&VALUE:Go!
[B][COLOR=Red]TAG POS=1 TYPE=A ATTR=HREF:http://www.****THESITENAME***.com/um?s=nmconfirm-

[/COLOR][/B]


Problem with the final process to verify the registration.
 
Last edited:
I have to say I must have spent a good few minutes read and trying to understand your tm-b file. With a smile, I noticed the "ugenerator.c0m" site and thought to myself is that how the big boys do it ?

Sorry but I have to say your post is outstanding --- I'm not making any money yet, but learning a lot and slowly putting it all together."I am so far away from the mark"


To Note - is this FF imacros code ? -- !!!!, is this from the FULL version, I am not sure?
Be careful though, some of the scripts you find will only work with the purchased version of Imacros.
 
Last edited:
I hope these can help you guys

Submit Bookmark to ask.com

Code:
VERSION BUILD=6500420     
TAB T=1     
TAB CLOSEALLOTHERS     
URL GOTO=http://mystuff.ask.com/user/DisplaySignin;jsessionid=1C6128A23B93E0CBFE05BE11AA9F2958?returl=http%3A%2F%2Fmystuff.ask.com%2Fmysearch%2FDisplaySearchesHome%3Ft%3Dall%26sort%3Ddedate     
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:loginbox ATTR=NAME:email [email protected] 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:loginbox ATTR=NAME:password CONTENT=PASSWORD 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:loginbox ATTR=VALUE:Sign<SP>In  
URL GOTO=http://mystuff.ask.com/mysearch/DisplaySearchesHome;jsessionid=D303AD98B391F00363736DD41BD62F6B?t=all&sort=dedate     
TAG POS=1 TYPE=A ATTR=TXT:Web<SP>Pages<SP>(0)   
TAG POS=1 TYPE=A ATTR=TXT:Add<SP>Web<SP>Pages   
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:saveWebPageForm ATTR=NAME:title CONTENT=YOUR<SP>TITLE 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:saveWebPageForm ATTR=NAME:url CONTENT=http://www.URL.com 
TAG POS=2 TYPE=INPUT:SUBMIT FORM=NAME:saveWebPageForm ATTR=ID:submitBtn  
TAG POS=1 TYPE=A ATTR=TXT:Sign<SP>Out
 
Submit Bookmark to bibsonomy

Code:
VERSION BUILD=6500420     
TAB T=1     
TAB CLOSEALLOTHERS     
URL GOTO=http://www.bibsonomy.org/login     
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/login ATTR=ID:username CONTENT=USERNAME 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:/login ATTR=ID:password CONTENT=PASSWORD 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/login ATTR=VALUE:login      
TAG POS=1 TYPE=A ATTR=ID:nav_my   
TAG POS=1 TYPE=A ATTR=ID:nav_postBook   
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/postBookmark ATTR=ID:inpf CONTENT=http://www.URL.com 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/postBookmark ATTR=NAME:submit  
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/postBookmark ATTR=ID:post.resource.title CONTENT=TITLE 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/postBookmark ATTR=ID:inpf CONTENT=TAGS<SP>TAGS 
TAG POS=1 TYPE=INPUT:RADIO FORM=ACTION:/postBookmark ATTR=ID:abstractGrouping1&&VALUE:public CONTENT=YES 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/postBookmark ATTR=VALUE:save  
TAG POS=1 TYPE=A ATTR=TXT:logout<SP>
 
Submit Bookmark to blinklist

Code:
VERSION BUILD=6500420     
TAB T=1     
TAB CLOSEALLOTHERS     
URL GOTO=http://blinklist.com/user/login     
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/user/login ATTR=ID:loginusername CONTENT=USERNAME 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:/user/login ATTR=ID:loginpassword CONTENT=PASSWORD 
TAG POS=1 TYPE=BUTTON ATTR=TXT:Login   
URL GOTO=http://blinklist.com/USERNAME     
TAG POS=1 TYPE=A ATTR=ID:add-over-toggle   
TAG POS=1 TYPE=A ATTR=TXT:Add<SP>Link...   
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:# ATTR=ID:f1 CONTENT=http://www.URL.com 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:# ATTR=ID:f3 CONTENT=TITLE 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:# ATTR=ID:f5 CONTENT=TAGS,<SP>TAGS2,<SP>TAGS3 
TAG POS=1 TYPE=BUTTON ATTR=TXT:Blink<SP>it!   
TAG POS=1 TYPE=IMG ATTR=ALT:logout
 
Submit Bookmark to delicious.com

Code:
VERSION BUILD=6500420     
TAB T=1     
TAB CLOSEALLOTHERS     
URL GOTO=https://secure.delicious.com/login?jump=ub     
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:login-form ATTR=ID:username CONTENT=USERNAME 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:login-form ATTR=ID:password CONTENT=PASSWORD 
TAG POS=1 TYPE=BUTTON ATTR=TXT:Sign<SP>In   
TAB T=1     
URL GOTO=https://secure.delicious.com/login     
TAG POS=1 TYPE=A ATTR=ID:saveBookmark   
TAG POS=1 TYPE=BUTTON ATTR=TXT:Next   
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/save ATTR=ID:title CONTENT=TITLE 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/save ATTR=ID:tags CONTENT=TAGS<SP>TAGS<SP>TAGS 
TAG POS=1 TYPE=BUTTON ATTR=TXT:Save   
TAG POS=1 TYPE=A ATTR=TXT:Sign<SP>Out
 
Submit Bookmark to faves

Code:
VERSION BUILD=6500420     
TAB T=1     
TAB CLOSEALLOTHERS     
URL GOTO=https://secure.faves.com/signIn     
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:signIn ATTR=ID:rUsername CONTENT=USERNAME 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:signIn ATTR=NAME:rPassword CONTENT=PASSWORD 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:signIn ATTR=NAME:action  
URL GOTO=http://faves.com/home     
URL GOTO=http://faves.com/Authoring.aspx?u=http://www.facebook.com/&t=Facebook     
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:createDotForm ATTR=ID:tagsText CONTENT=social<SP>networking<SP>facebook 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:createDotForm ATTR=ID:urlText CONTENT=http://www.facebook.com/ 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:createDotForm ATTR=ID:subjectText CONTENT=Facebook 
TAG POS=1 TYPE=SELECT FORM=NAME:createDotForm ATTR=ID:shareSelect CONTENT=0 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:createDotForm ATTR=ID:publishButton  
URL GOTO=http://faves.com/users/USERNAME     
TAG POS=1 TYPE=A ATTR=TXT:Sign<SP>Out
 
Submit Bookmark to Jumptags

Code:
VERSION BUILD=6500420     
TAB T=1     
TAB CLOSEALLOTHERS     
URL GOTO=http://www.jumptags.com/     
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:l ATTR=ID:login CONTENT=USERNAME 
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:l ATTR=ID:password CONTENT=PASSWORD 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:l ATTR=VALUE:Login  
URL GOTO=http://www.jumptags.com/my/     
TAG POS=1 TYPE=A ATTR=TXT:Create<SP>a<SP>Jumptag   
TAG POS=1 TYPE=A ATTR=TXT:Add<SP>bookmark   
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:fUpdate ATTR=ID:common_title CONTENT=Facebook 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:fUpdate ATTR=ID:reference_url CONTENT=http://www.facebook.com 
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:fUpdate ATTR=ID:new_tag CONTENT=facebook,<SP>social,<SP>networking,<SP>site 
TAG POS=1 TYPE=TEXTAREA FORM=NAME:fUpdate ATTR=ID:common_keywords CONTENT=facebook,<SP>social,<SP>networking,<SP>site 
TAG POS=1 TYPE=TEXTAREA FORM=NAME:fUpdate ATTR=ID:common_description CONTENT= 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:fUpdate ATTR=ID:btAdd  
TAG POS=2 TYPE=A ATTR=TXT:Make<SP>public   
TAG POS=1 TYPE=A ATTR=TXT:My   
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=NAME:NoFormName ATTR=ID:c6244686&&VALUE:6244686 CONTENT=YES 
TAG POS=2 TYPE=A ATTR=TXT:Make<SP>public   
TAG POS=1 TYPE=A ATTR=TXT:Logout
 
Submit Bookmark to Mister-wong

Code:
VERSION BUILD=6500420     
TAB T=1     
TAB CLOSEALLOTHERS     
URL GOTO=http://www.mister-wong.com/users/login/     
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/login ATTR=ID:UserName CONTENT=USERNAME      
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:/login ATTR=ID:UserPassword CONTENT=PASSWORD 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/login ATTR=VALUE:Login  
TAG POS=1 TYPE=A ATTR=TXT:Save   
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/addurl ATTR=ID:BookmarkUrl CONTENT=http://www.facebook.com 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/addurl ATTR=ID:BookmarkTitle CONTENT=facebook 
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/addurl ATTR=ID:BookmarkTags CONTENT=facebook<SP>social<SP>networking<SP>site 
TAG POS=1 TYPE=INPUT:RADIO FORM=ACTION:/addurl ATTR=ID:BookmarksStatusPublic&&VALUE:public CONTENT=YES 
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/addurl ATTR=VALUE:Save<SP>bookmark  
TAG POS=1 TYPE=A ATTR=TXT:logout
 
Check my youtube comment spammer thread, it has some cool macros, and I'm making a new version.
 
Back
Top