iMacro Tutorial: Generate Unlimited Web Page View

Today I want to share a simple iMacro script that generate unlimited web page views. This iMacro script only work for web sites that does not count unique IP Address. If the web sites count 1 view per unique IP Address, you need to switch proxies for every views which is not covered in this tutorial.

Image Link

Instruction:

1. Copy and Paste iMacro Script

2. Change the URL to the web page you want to generate views

URL GOTO=https://steemit.com/photography/@bumex2008/monument-to-the-soldiers

3. The code below means minimum 20 seconds + random up to 5 seconds waiting periods.

SET !VAR8 EVAL("var randomNumber=Math.floor(Math.random()*5 + 20); randomNumber;")

4. Set the Repeat Loop to the Max 99999


////////////////////////////////////////////////////////////////////////////////////////////

VERSION BUILD=8970419 RECORDER=FX

TAB T=1

URL GOTO=https://steemit.com/photography/@bumex2008/monument-to-the-soldiers


'Waiting 20 to 25 Second to Ensure Page Load Successul

SET !VAR8 EVAL("var randomNumber=Math.floor(Math.random()*5 + 20); randomNumber;")

' waits 20 to 25 seconds

WAIT SECONDS={{!VAR8}}

TAB T=1

/////////////////////////////////////////////////////////////////////////////////

H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now