This one is freshly unearthed from my archives, its a nifty macro script that helped me win a bet. Fropper is India's leading social networking site, it features a 'Hit' user rating system. The idea of this hack is to increase your hit count by visiting and hitting as many profiles as you can. Web automation Imacros plugin for firefox is used here.
' comments start with a qoute
VERSION BUILD=6011218 RECORDER=FX
' Don't stop on errors
SET !ERRORIGNORE=YES
' Run on first firefor tab
TAB T=1
' close other tab's if open
TAB CLOSEALLOTHERS
' window size
SIZE X=750 Y=400
' find next zone
TAG POS=1 TYPE=A ATTR=TXT:NEXT
' be nice to the servers, wait 100 seconds
WAIT SECONDS=100
' Give a hit and loop
TAG POS=1 TYPE=A ATTR=TXT:GIMME
Disclaimer: (Ab)using this script will put your behind the bars, script kiddies beware! .
0 comments:
Post a Comment