Posts

Showing posts from November, 2021

sharePageLastPostToGroup

titles=window.document.querySelectorAll("#title")[0].value;changeCon=window.document.querySelectorAll("#changeCon")[0].value;titles=decodeHTMLEntities(titles,changeCon);titles=titles.replace(/ /g,"<sp>").replace(/\n/g,"<br>");groupID=window.document.querySelectorAll("#group_id")[0].value;groupID=groupID.replace(/ /g,"").replace(/\n/g,"");gName=window.document.querySelectorAll("#gName")[0].value;gName=gName.replace(/ /g,"<sp>").replace(/\n/g,"<br>");if(count<1){iimDisplay("check spam post");spam="CODE:";spam+="SET !ERRORIGNORE YES\n";spam+="SET !WAITPAGECOMPLETE YES\n";spam+="URL GOTO=https://web.facebook.com\n";spam+="WAIT SECONDS=10\n";spam+="SET !TIMEOUT_STEP 1\n";spam+="TAG POS=1 TYPE=DIV ATTR=TXT:Your<SP>post<SP>goes<SP>against<SP>our<SP>Community<SP...

uploadPhotoToPage

photos_title=window.document.querySelectorAll("#phto_title")[0].value;code="";code+="URL GOTO=https://web.facebook.com/"+page_share_id+"/photos/?ref=page_internal\n";code+="WAIT SECONDS=10\n";code+="SET !TIMEOUT_STEP 0.1\n";code+="TAG POS=2 TYPE=INPUT:FILE ATTR=* CONTENT="+photos+"\n";code+="WAIT SECONDS=20\n";code+='EVENT TYPE=CLICK SELECTOR="#facebook>BODY>DIV>DIV>DIV>DIV>DIV:nth-of-type(4)>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>FORM>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>DIV>DIV>DIV>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>DIV" BUTTON=0\n';code+='EVENT TYPE=KEYPRESS SELECTOR="#facebook>BODY>DIV>DIV>DIV>DIV>DIV:nth-of-type(4)>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>FORM...