So I Made My First Bot With Imacros

would it work for pulling a password out of an email to save it as VAR1?

Can't figure out how to extract the last part of a sentence if there is nothing after it so I gotta add something to the end of it but still trying to figure out how...anyway save as a vbs file and play around with the script til it meets your needs as this isn't a universal script.

also I had to remove the strPass part as it was throwing errors due to what i mentioned above and watch for line wrap


Code:
Name = "Thank you for creating an acount with blablabla Your login name is blabla3421 and you password is 740c21d6"

' ---- adding symbols to password and login name, also stripping is from sentence ------
strip1 = (Replace(Name, "password", "password:"))
strip2 = (Replace(strip1, "login name", "login;"))
strip3 = (Replace(strip2, "is", ""))
msgBox strip3

' ----looking where to start output -----

Dim strUser
strUser = strip3
For i = 1 To Len(strUser)
strPos = InStr(1, ";", Mid(strUser, i, 1))
If strPos > 0 Then
' ---- looking where to stop output ------
strResult = Mid(strip3, i, InStr(i + 1, strip3, "and") - i)
End If
Next
' ---- stripping symbols from login -----
strName = (Replace(strResult, ";", ""))
msgBox strName

RAV1 = strName
RAV2 = strPass
iret = iim1.iimSet("-var_RAV1", RAV1)
iret = iim1.iimSet("-var_RAV2", RAV2)

 
 WScript.Quit(0)
 
Last edited:
Good info gonna try right now thnks for the advise
 
Can't figure out how to extract the last part of a sentence if there is nothing after it so I gotta add something to the end of it but still trying to figure out how...anyway save as a vbs file and play around with the script til it meets your needs as this isn't a universal script.

also I had to remove the strPass part as it was throwing errors due to what i mentioned above and watch for line wrap


Code:
Name = "Thank you for creating an acount with blablabla Your login name is blabla3421 and you password is 740c21d6"

' ---- adding symbols to password and login name, also stripping is from sentence ------
strip1 = (Replace(Name, "password", "password:"))
strip2 = (Replace(strip1, "login name", "login;"))
strip3 = (Replace(strip2, "is", ""))
msgBox strip3

' ----looking where to start output -----

Dim strUser
strUser = strip3
For i = 1 To Len(strUser)
strPos = InStr(1, ";", Mid(strUser, i, 1))
If strPos > 0 Then
' ---- looking where to stop output ------
strResult = Mid(strip3, i, InStr(i + 1, strip3, "and") - i)
End If
Next
' ---- stripping symbols from login -----
strName = (Replace(strResult, ";", ""))
msgBox strName

RAV1 = strName
RAV2 = strPass
iret = iim1.iimSet("-var_RAV1", RAV1)
iret = iim1.iimSet("-var_RAV2", RAV2)

 
 WScript.Quit(0)



gotcha, thanks for that. so where do you reccomend or what book do you reccomend to learn VBS? i will have to break this down and learn the parts to it. Also thanks for the heads up on using set proxies deal, i appreciate that.
 
gotcha, thanks for that. so where do you reccomend or what book do you reccomend to learn VBS? i will have to break this down and learn the parts to it. Also thanks for the heads up on using set proxies deal, i appreciate that.

No problem, and I actually didn't use a book to learn VBS :D ...I'm more of a visual learner so I took a pretty basic example script I found on
Code:
http://www.bigresource.com

and played around with it til i got what I wanted out of it...any parts I didn't understand I used google to see what the function/command does so i could further edit it.
I also dropped in message boxes in between parts of the code so i could better understand what the script was doing.

So if I had to recommend a book it would be google and a good reference site I tend to always end up at is
Code:
w3schools.com
 
Sorry everybody for my slow response

was busy.............

u guessed it right in creating macros

As promised below is the link to Network query Languge (a full language devoted to bots). Pity it was abandoned and no longer supported

Code:
[U]http://www.mediafire.com/?sharekey=17f70793bfcd2c37e7c82ed4b8f0c380578464406890a5dece018c8114394287[/U]

I have also included the full language manual and pdf version of book by its author explaining everything

btw, this is not the cracked version and I dont have serial so heres what u have to do to install it


  1. set your computer date to somewhere in 2002 (that was the last time this language was supported)
  2. install 30 days evaluation
  3. use runasdate or any other program to run this program in the 2002 date and you can evaluate it forever!! so enjoy
  4. after this dont forget to change the date of computer back to present

for beginners, just use its browser wizard to record everything

for programmers, this language can be called from any Object Oriented programming language and is also extensible. It has most of the features needed for bot programming only some minor extensions are needed like iframes and all. If you write any extensible code for this language please share it here so everybody can benefit from it

I dont know if its appropriate or not but if any cracker can crack this one (should be easy) then it would be great help as multi threading is not supported in evaluation version

I would share a couple of scripts also, so everybody can understand this

If you find it helpful, any thanks would motivate me

any questions pm me
 
Last edited:
Again Sorry,

forgot virus total there is a setup file in there, uploading right now will submit when finish
 
Virus Total

Code:
http://www.virustotal.com/analisis/24cc26ada91fb8a4826d50057e005654602a668e5be33a3e89d08626e359b116-1252101028

Result 0/41
 
Guys see this post for super clean crack for IMacros. All the editions are cracked and are super clean,

Code:
http://www.blackhatworld.com/blackhat-seo/member-downloads/115593-get-imacros-full-version.html

Hope you guys like it.
 
Ranga u r awesome. Superb language. Will read it through. By the way if you get the crack do post in.
 
im trying to complete this submit with hubpages.com
can we help
VERSION BUILD=6600525
TAB T=1
TAB CLOSEALLOTHERS
SET !DATASOURCE C:\Users\olm75\Documents\iMacros\Datasources\varibles.txt
URL GOTO=http://hubpages.com/
TAG POS=1 TYPE=A ATTR=TXT:start<SP>a<SP>new<SP>hub

TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=ID:title CONTENT=title3
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=ID:url CONTENT=webaddress3

TAG POS=1 TYPE=SELECT FORM=NAME:NoFormName ATTR=ID:categorySelector CONTENT=9

'TAGS
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=ID:tag_1 CONTENT=tag1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=ID:tag_2 CONTENT=tag2

'CAPTCHA
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:NoFormName ATTR=ID:temp
TAG POS=3 TYPE=INPUT:SUBMIT FORM=NAME:NoFormName ATTR=ID:cbutton

PROMPT Enter<SP>Captcha<SP> !VAR1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=ID:recaptcha_response_field CONTENT={{!VAR1}}
TAG POS=1 TYPE=INPUT:BUTTON FORM=NAME:NoFormName ATTR=VALUE:**Continue*

'ENTER PHOTO EDIT
TAG POS=1 TYPE=SPAN ATTR=ID:edit*
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=ID:*_titleinput CONTENT=capsule<SP>sub
TAG POS=1 TYPE=INPUT:RADIO FORM=ACTION:/imgup/hubtool.php?m_id=* ATTR=ID:image_computer_radio_*&&VALUE:on CONTENT=YES
TAG POS=1 TYPE=INPUT:FILE FORM=ACTION:/imgup/hubtool.php?m_id=* ATTR=NAME:file_* CONTENT={{photo}}
TAG POS=1 TYPE=INPUT:BUTTON FORM=ACTION:/imgup/hubtool.php?m_id=* ATTR=ID:image_load_*

'SAVE SETTINGS
TAG POS=1 TYPE=SPAN ATTR=ID:edit_*


TAG POS=2 TYPE=SPAN ATTR=ID:edit_*
TAG POS=2 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=ID:*_titleinput CONTENT=<SP>sug<SP>title

SIZE X=1296 Y=767
FRAME F=3
DS CMD=CLICK X=564 Y=459 CONTENT=TEST THIS

'TAG POS=2 TYPE=SPAN ATTR=ID:edit_*
 
Thanks everyone for the great contributions and helping me learn how to use macros. I'm considering dumping my SEnuke.

I have pretty much got the hang of imacros but don't know how to use it in combination with PHP to handle errors or use conditional statements.
Can anyone give an example or point me to a tutorial?

Also I found this awesome bit of code here at BHW that spins using the same format as senuke, PAR and other spinners.

http://www.blackhatworld.com/blackhat-seo/member-downloads/87501-get-free-article-spinner-php-code.html

If anyone could show me how to incorporate this into imacro it would make my day
 
Thanks everyone for the great contributions and helping me learn how to use macros. I'm considering dumping my SEnuke.

I have pretty much got the hang of imacros but don't know how to use it in combination with PHP to handle errors or use conditional statements.
Can anyone give an example or point me to a tutorial?

Also I found this awesome bit of code here at BHW that spins using the same format as senuke, PAR and other spinners.

http://www.blackhatworld.com/blackh.../87501-get-free-article-spinner-php-code.html

If anyone could show me how to incorporate this into imacro it would make my day

Well, I wouldn't do this with PHP really. Instead (if you're on a Windows box), I would use VBScript.

I would combine some of the VBS samples (http://wiki.imacros.net/Sample_Code#VBS_.28Visual_Basic_Scripting.29) with my own VBS for each word:

whatever.vbs:
Code:
Dim iret, iim1

set iim1= CreateObject ("imacros")

Dim max,min,intCase
max=4
min=1
randomize
intCase = Int((max-min+1)*Rnd+min)
dim strWord
select case intCase
    case 1
        strWord = "exciting"
    case 2
        strWord = "inspiring"
    case 3
        strWord = "heady"
    case 4
        strWord = "inspiring"
end select

msgbox "This is " & strWord & "!"
Have fun with it, and don't give up!

P.S.: If you really want to use it with PHP you'd have to utilize the same functionality but call it from PHP, on a Windows box anyway!: http://wiki.imacros.net/PHP

Cheers!
 
Thanks for the encouragement. I but maybe I'm in over my head.
So I figured I would make things simple and just scrape from my page that outputs the spun content.

It works ok, except it doesn't handle the brackets in my spun article. I put my article in spin format in a collum in my cvs datasource, but when it posts to the form it converts my brackets from the spinnable article " {{ " into " (NOT FOUND: "

Is there any way around this?
 
Last edited:
I figured out my problem from the above post. Just incase anyone else wants to know. What you have to do is replace any double brackets in your cvs file like this {{ with this #NOVAR#{{
 
ok so u have made a bot that post comments on blogs correct...
 
Not exactly, I'm trying to re-create all the functions of senuke, as in signup / verify emails, post spun articles and so on..
 
Not exactly, I'm trying to re-create all the functions of senuke, as in signup / verify emails, post spun articles and so on..

I would really be interested in seeing that script when your finished with it.

If you want to save time creating bookmarking sites, and video sites, I would say go to this thread and download the Tgprofiler, that way you have most of the codes you will need already.
http://www.blackhatworld.com/blackh...ccounts-97-popular-social-media-websites.html
 
Last edited:
i really need something like this developed to make web 2.0 accounts for Traffic Geyser. I would also be interested in bots for Backpage and Cl. Please contact me if interested. Got money will spend...
Philgood
 
Back
Top