Instant free twitter followes - iMacro

Discussion in 'Twitter' started by d_nov, Jul 3, 2013.

  1. #1
    Only thing you'll need is the imacros add-on for Chrome or Firefox. It's pretty straightforward to use, so just Google it if you can't figure it out.

    This iMacro will allow you to get Instant Real Twitter followers for free by visiting 6 websites included in script. It's especially good for new accounts with zero or few followers because you are not in any risk of suspension - other people are following you and you are just following back. Theoretically you should get around 120 real followers in about 10 minutes because each site promisses to give you 20 followers every day. But practically it avaragaes around 40-50 people - also not bad at all for new accounts.

    First iMacro will login you automatically into your Twitter account. For that you'll need to paste your user name and password into script:
    CONTENT=UserName
    CONTENT=Password

    Then just run the script and gain new followers.

    IMPORTANT!
    1. In the beginning of the script you are giving access to your accounts to these sites apps . Then they can follow I don't know how many people from it and you may end up with more following then followers. To avoid it when script is finished go to settings - apps - revoke access of these websites. You'll see max 2 apps - owner of websites should be the same. Unfortunately, after revoking access many of these sites will suspend your account for one month. Next month you can use it again. So revoke or not revoke is your choice.

    2. If you check these websites you'll see they offer you to follow their sponsors - 1 followed sponsor should give you 5 new followers. In my experience it's only 2, not 5 and you never know if they will ever follow you back. So I am not doing that but you may try it when iMacro is running by clicking on pause. Then manually follow sponsors and see increase in your points.

    3. From time to time sites may be down - that has nothing to do with the macro, just wait until it's back up - may take few days. Right now last site in the script is down - you can remove it or just ignore it and hope it gets back up soon.

    -------------------------------------------------------------------------------------------
    VERSION BUILD=8300326 RECORDER=FX
    SET !ERRORIGNORE YES
    TAB T=1
    URL GOTO=https://twitter.com/
    TAG POS=2 TYPE=INPUT:TEXT FORM=ACTION:https://twitter.com/sessions ATTR=NAME:session[username_or_email] CONTENT=UserName
    SET !ENCRYPTION NO
    TAG POS=2 TYPE=INPUT:pASSWORD FORM=ACTION:https://twitter.com/sessions ATTR=NAME:session[password] CONTENT=Password
    TAG POS=2 TYPE=BUTTON ATTR=TXT:Sign<SP>in
    TAB OPEN
    TAB T=2
    URL GOTO=http://www.jetfollowers.com/
    TAG POS=1 TYPE=A ATTR=TXT:Login<SP>with<SP>Twitter
    TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:eek:auth_form ATTR=ID:allow
    WAIT SECONDS=8
    TAG POS=1 TYPE=A ATTR=TXT:Gain<SP>Follower<SP>NOW!
    WAIT SECONDS=50
    TAG POS=1 TYPE=A ATTR=TXT:Logout
    TAB T=2
    TAB CLOSE
    TAB OPEN
    TAB T=2
    URL GOTO=http://www.afollowers.com/
    TAG POS=1 TYPE=A ATTR=TXT:Login<SP>With<SP>Twitter
    TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:https://api.twitter.com/oauth/authorize ATTR=VALUE:Authorize<SP>app
    WAIT SECONDS=10
    TAG POS=1 TYPE=A ATTR=TXT:Get<SP>Followers<SP>NOW!
    WAIT SECONDS=50
    TAG POS=1 TYPE=A ATTR=TXT:LOG<SP>OUT
    TAB T=2
    TAB CLOSE
    TAB OPEN
    TAB T=2
    URL GOTO=http://www.30followers.com/
    TAG POS=1 TYPE=A ATTR=TXT:Login<SP>With<SP>Twitter
    TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:https://api.twitter.com/oauth/authorize ATTR=VALUE:Authorize<SP>app
    WAIT SECONDS=10
    TAG POS=1 TYPE=A ATTR=TXT:Get<SP>Followers<SP>NOW!
    WAIT SECONDS=50
    TAG POS=1 TYPE=A ATTR=TXT:LOG<SP>OUT
    TAB T=2
    TAB CLOSE
    TAB OPEN
    TAB T=2
    URL GOTO=http://www.300followers.com/
    TAG POS=1 TYPE=A ATTR=TXT:Login<SP>With<SP>Twitter
    TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:https://api.twitter.com/oauth/authorize ATTR=VALUE:Authorize<SP>app
    WAIT SECONDS=10
    TAG POS=1 TYPE=A ATTR=TXT:Get<SP>Followers<SP>NOW!
    WAIT SECONDS=50
    TAG POS=1 TYPE=A ATTR=TXT:LOG<SP>OUT
    TAB T=2
    TAB CLOSE
    TAB OPEN
    TAB T=2
    URL GOTO=http://www.500followers.com/
    TAG POS=1 TYPE=A ATTR=TXT:Login<SP>With<SP>Twitter
    TAG POS=1 TYPE=INPUT:SUBMIT FORM=ID:eek:auth_form ATTR=ID:allow
    WAIT SECONDS=10
    TAG POS=1 TYPE=A ATTR=TXT:Gain<SP>Followers<SP>NOW!
    WAIT SECONDS=50
    TAG POS=1 TYPE=A ATTR=TXT:Gain<SP>Followers<SP>NOW!
    WAIT SECONDS=10
    TAG POS=1 TYPE=A ATTR=TXT:Logout
    TAB T=2
    TAB CLOSE
    TAB OPEN
    TAB T=2
    URL GOTO=http://www.twimoz.com/
    TAG POS=1 TYPE=A ATTR=TXT:Connect<SP>with<SP>Twitter
    TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:https://api.twitter.com/oauth/authorize ATTR=VALUE:Authorize<SP>app
    WAIT SECONDS=3
    REFRESH
    WAIT SECONDS=10
    TAG POS=1 TYPE=A ATTR=TXT:Start<SP>to<SP>Gain<SP>New<SP>Followers
    WAIT SECONDS=50
    TAG POS=1 TYPE=A ATTR=TXT:Logout
    TAB T=2
    TAB CLOSE
    -----------------------------------------------------------------
     
    d_nov, Jul 3, 2013 IP
    E_books likes this.
  2. iowadawg

    iowadawg Prominent Member

    Messages:
    10,918
    Likes Received:
    811
    Best Answers:
    0
    Trophy Points:
    380
    #2
    Where do you add this script?
    Or is it already part of imacros?
     
    iowadawg, Jul 6, 2013 IP
  3. d_nov

    d_nov Greenhorn

    Messages:
    33
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    23
    #3
    You'd need to create a text file, copypaste the code and save it in My Documents\iMacros\Macros with an .iim extension. But since the smileys are screwing the code up, I've attached the macro file. Just unzip and place into the directory.
     

    Attached Files:

    d_nov, Jul 7, 2013 IP
  4. Montreal Classifieds

    Montreal Classifieds Active Member

    Messages:
    808
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    60
    #4
    Automatic follow is no longer allowed by Twitter. Using such scripts, you put your user at risk.
     
    Montreal Classifieds, Jul 22, 2013 IP
  5. Montreal Classifieds

    Montreal Classifieds Active Member

    Messages:
    808
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    60
    #5
    Again, some apps still offering this and Twitter still provides APIs to follow, but automatic mass or bulk follow not allowed. If they catch you, they will suspend your user. And one day they will catch app doing this and will disable their access.
     
    Montreal Classifieds, Jul 23, 2013 IP
  6. Danielle Faith

    Danielle Faith Active Member

    Messages:
    425
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    95
    #6
    I think two things about automatic follows:

    1) They are not genuine, therefor; the quality of your followers is not up to standard and you actually don't reach that huge audience you think you are reaching.
    2) It is simply against Twitter's TOS and why risk getting banned for something that isn't great quality to begin with anyway?
     
    Danielle Faith, Jul 23, 2013 IP