Skip to content

Instantly share code, notes, and snippets.

@LaloHao
Created October 30, 2015 17:56
Show Gist options
  • Save LaloHao/24821bd42505c5e1cc70 to your computer and use it in GitHub Desktop.
Save LaloHao/24821bd42505c5e1cc70 to your computer and use it in GitHub Desktop.
var macro;
macro ="CODE:";
macro +="SET !ERRORIGNORE YES" + "\n";
macro +="SET !TIMEOUT_TAG 1" + "\n";
macro +="SET !TIMEOUT_STEP 1" + "\n";
macro +="SET !TIMEOUT_PAGE 10" + "\n";
macro +="SET !REPLAYSPEED FAST" + "\n";
macro +="SET !ERRORIGNORE YES" + "\n";
macro +="WAIT SECONDS = 2" + "\n";
macro +="TAG POS=1 TYPE=SPAN ATTR=TXT:\"Ya no me gusta\"" + "\n";
macro +="WAIT SECONDS = 2" + "\n";
macro +="TAG POS=1 TYPE=SPAN ATTR=TXT:\"Ya no me gusta\"" + "\n";
macro +="WAIT SECONDS = 2" + "\n";
macro +="TAG POS=1 TYPE=SPAN ATTR=TXT:\"Ya no me gusta\"" + "\n";
var i=0;
var n=1000;
iimPlay("CODE:"+"URL GOTO=https://www.facebook.com/browse/other_connections_of/")
for (i=1; i <= n; i++)
{
iimPlay(macro,55);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment