Jump to content

The last post in this topic was posted 4111 days ago. 

 

We strongly encourage you to start a new post instead of replying to this one.

Recommended Posts

Posted (edited)

Since it appears a lot of people post questions about B* and how to automate it, this is what I have done.

 

If anyone is still confused, I can try to do a video of this as well.

 

Any questions, just ask.

 

ETA: After installing Firefox...go to each site login and go through the process manually to ensure how 1 time pop-ups are disabled. Also, if there is a checkbox for disabling the popup do that. Also on USAA, choose to remember your device.

 

1.) Install Mozilla Firefox

2.) Install the iMacros add for Firefox

3.) Restart Firefox

4.) Click the iMacros icon next to the URL bar

5.) Select #Current.iim, go to the Edit tab and then click "Edit Macro".

6.) Replace the text with whatever you are trying to automate (see below for template, replace red text with your credentials)

7.) Go to Record tab and select save (name it accordingly).

8.) Once you have done steps 5-7 for all sites, create a batch file and set it up as an automated task to run every 1443 minutes (1 Day + 3 Minutes). If you aren't sure of how to do this, just ask.

 

 

 

SmartCredit:

VERSION BUILD=8300326 RECORDER=FX
TAB T=1
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:https://www.smartcredit.com/login.do ATTR=ID:j_username CONTENT=PUT-YOUR-USERNAME-HERE
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:https://www.smartcredit.com/login.do ATTR=ID:j_password CONTENT=PUT-YOUR-PASSWORD-HERE
TAG POS=1 TYPE=INPUT:IMAGE ATTR=NAME:submit
TAG POS=1 TYPE=A ATTR=TXT:Get<SP>an<SP>update
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:NoFormName ATTR=ID:submit-button
MPM:
VERSION BUILD=8300326 RECORDER=FX
TAB T=1
URL GOTO=http://www.myprivacymatters.com/CDW/(PUT-YOUR-UNIQUE-ID-HERE)/eidt_login.aspx
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:__aspnetForm ATTR=ID:_ctl0__ctl0_txtZipCode CONTENT=PUT-YOUR-ZIP-HERE
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:__aspnetForm ATTR=ID:_ctl0__ctl0_cmdLogin
TAG POS=1 TYPE=A ATTR=TXT:3-in-1<SP>Credit<SP>Report<SP>and<SP>Triple<SP>Scores<SP>;
TAG POS=2 TYPE=IMG ATTR=ID:Image2
TAB T=2
FRAME F=0
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:loginForm ATTR=NAME:{actionForm.userName} CONTENT=PUT-YOUR-USERNAME-HERE
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:loginForm ATTR=NAME:{actionForm.password} CONTENT=PUT-YOUR-PASSWORD-HERE
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=NAME:actionOverride:processLogin
TAG POS=1 TYPE=FONT ATTR=TXT:Request<SP>a<SP>New<SP>Report
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:doubleAcceptForm ATTR=NAME:wlw-radio_button_group_key:{actionForm.iagree}&&VALUE:yes
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:doubleAcceptForm ATTR=NAME:actionOverride:processSubsequentReport&&VALUE:CONFIRM
EQC:
VERSION BUILD=8300326 RECORDER=FX
SET !TIMEOUT_STEP 300
SET !TIMEOUT 300
SET !TIMEOUT_TAG 300
TAB T=1
TAG POS=1 TYPE=A ATTR=TXT:Member<SP>Sign<SP>in
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:loginForm ATTR=ID:userName CONTENT=PUT-YOUR-USERNAME-HERE
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:loginForm ATTR=ID:consumerPwd CONTENT=PUT-YOUR-PASSWORD-HERE
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:loginForm ATTR=ID:submitButton
TAG POS=1 TYPE=A ATTR=TITLE:Update<SP>Score(s)
TAG POS=1 TYPE=A ATTR=ID:orderPopupContinueLinkId
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:orderSummaryForm ATTR=ID:submitButton
CS:
VERSION BUILD=8300326 RECORDER=FX
TAB T=1
TAG POS=1 TYPE=SPAN ATTR=TXT:My<SP>Account
TAG POS=1 TYPE=A ATTR=ID:menu_myacct_creditsecure
TAG POS=1 TYPE=A ATTR=TXT:CreditSecure<SP>Log-in
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:frmLogon ATTR=ID:UserID CONTENT=PUT-USERNAME-HERE
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:frmLogon ATTR=ID:Password CONTENT=PUT-PASSWORD-HERE
TAG POS=1 TYPE=INPUT:IMAGE FORM=ID:frmLogon ATTR=ID:submitButton
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:MasterPage ATTR=ID:securityCheck_ecdSSN1_ssn1 CONTENT=PUT-FIRST-3-OF-SSN-HERE
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:MasterPage ATTR=ID:securityCheck_ecdSSN2_ssn2 CONTENT=PUT-NUMBERS-4-AND-5-OF-SSN-HERE
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:MasterPage ATTR=ID:securityCheck_ecdSSN3_ssn3 CONTENT=PUT-LAST-4-OF-SSN-HERE
TAG POS=1 TYPE=INPUT:IMAGE FORM=ID:MasterPage ATTR=ID:submitButton_btnSubmit
TAG POS=1 TYPE=A ATTR=TXT:Reports
TAG POS=1 TYPE=A ATTR=TXT:Request<SP>New<SP>Credit<SP>Report
TAG POS=1 TYPE=INPUT:IMAGE FORM=ID:MasterPage ATTR=ID:submitButton_btnSubmit
USAA:
VERSION BUILD=8300326 RECORDER=FX
SET !TIMEOUT_STEP 120
TAB T=1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:Logon ATTR=ID:usaaNum CONTENT=PUT-YOUR-USERNAME-HERE
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:Logon ATTR=ID:usaaPass CONTENT=PUT-YOUR-PASSWORD-HERE
TAG POS=1 TYPE=BUTTON FORM=NAME:Logon ATTR=ID:login
TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:MasterPage ATTR=ID:securityCheck_ecdSSN3_ssn3 CONTENT=PUT-LAST-4-OF-SSN-HERE
TAG POS=1 TYPE=INPUT:IMAGE FORM=ID:MasterPage ATTR=ID:btnSubmit_btnSubmit
TAG POS=1 TYPE=A ATTR=TXT:Unlimited<SP>with<SP>Membership
TAG POS=1 TYPE=INPUT:IMAGE FORM=ID:MasterPage ATTR=ID:btnSubmit_btnSubmit
TAG POS=1 TYPE=IMG ATTR=SRC:/Buttons//continue.gif

 

 

 

Sample Windows Batch Script:

timeout 3
start "" "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -remote "openurl(imacros://run/?m=SmartCredit.iim)"
timeout 90
taskkill /im firefox.exe
timeout 3
start "" "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -remote "openurl(imacros://run/?m=USAA.iim)"
timeout 90
taskkill /im firefox.exe
timeout 3
start "" "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -remote "openurl(imacros://run/?m=Amex.iim)"
timeout 90
taskkill /im firefox.exe
timeout 3
::start "" "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -remote "openurl(imacros://run/?m=MPM.iim)"
::timeout 90
::taskkill /im firefox.exe
timeout 3
start "" "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -remote "openurl(imacros://run/?m=Equifax.iim)"
timeout 300
taskkill /im firefox.exe
timeout 3
Edited by Michael D.

  • Replies 81
  • Created
  • Last Reply

Top Posters In This Topic

Posted

I recommend disabling the PIN, but I can add it if necessary

I've been a member of USAA for 3+ years and never knew you could! Thanks, I just did, so now the macro works perfectly!

Posted

I did a quick video (I think everything is accurate). When I get some free time, I will try to do a better one with audio and host on a website for viewing. This is just a temp video for those that need it as my account on this site as a bandwidth limit of 2GB, which should take a awhile to reach.

 

http://www.screencast.com/t/CFqqO2voFZ

 

Also, the batch script section in the first post has an issue. There are 3 lines for MPM that have a colon at the beginning of the line, you need to remove the colon or MPM won't pull. I can't edit the first post anymore to correct this issue; however, I addressed it in the video.

Posted

 

I recommend disabling the PIN, but I can add it if necessary

I've been a member of USAA for 3+ years and never knew you could! Thanks, I just did, so now the macro works perfectly!

Where did you disable pin? I found Remember my PIN on all computers I have chosen to recognize. Is that it?

Posted

Yes, that will prevent the system from requiring you to enter the pin when you log in as long as you choose to remember the device.

Posted

 

 

I recommend disabling the PIN, but I can add it if necessary

I've been a member of USAA for 3+ years and never knew you could! Thanks, I just did, so now the macro works perfectly!

Where did you disable pin? I found Remember my PIN on all computers I have chosen to recognize. Is that it?

where did you find that option? O_o

Posted

 

 

 

I recommend disabling the PIN, but I can add it if necessary

I've been a member of USAA for 3+ years and never knew you could! Thanks, I just did, so now the macro works perfectly!

Where did you disable pin? I found Remember my PIN on all computers I have chosen to recognize. Is that it?

where did you find that option? O_o

My profile/ Security and Privacy/ manage security and privacy/ edit login method

Posted

I have reposted the video here on my domain so there is no concern of the bandwidth issue from screencast.

 

http://creditjourney.net/videos.html

 

If you want to donate a small amount to help keep the domain and hosting account active, then PM me.

Im not to computer savvy. I get no video with supported format and mme type found. Not sure what I need to download.I saw the other video link

Posted

I still cant get MPM to pull.. gives me the site is out of service.. i dont see any colons either.. what the heck am i doing wrong?

 

Can you send me a screenshot of the error that you are getting?

The last post in this topic was posted 4111 days ago. 

 

We strongly encourage you to start a new post instead of replying to this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





  • Member Statistics

    • Total Members
      190435
    • Most Online
      9039

    Newest Member
    mhudson323
    Joined
×
×
  • Create New...

Important Information

Guidelines