rajeshkumar1190
Junior Member
- Jul 28, 2011
- 191
- 59
Hi
Are you getting "Oops! Something went wrong. You are closing the popUp too fast." error when using imacros script in firefox to earn Addmefast points. By using random wait seconds this error can be avoided. To do this
find this line in your imacros script
and replace it with
I used this with RushingWind's script(http://www.blackhatworld.com/blackh...s-imacros-1000-points-1-hr-never-crashes.html). Worked for me without any issues. Hope it will work for everyone.
Are you getting "Oops! Something went wrong. You are closing the popUp too fast." error when using imacros script in firefox to earn Addmefast points. By using random wait seconds this error can be avoided. To do this
find this line in your imacros script
Code:
WAIT SECONDS=2
and replace it with
Code:
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*2.11 + 5.99); randomNumber;")
WAIT SECONDS={{!VAR1}}
I used this with RushingWind's script(http://www.blackhatworld.com/blackh...s-imacros-1000-points-1-hr-never-crashes.html). Worked for me without any issues. Hope it will work for everyone.
Last edited: