5zz
Registered Member
- May 23, 2016
- 50
- 16
Hi,
I've decided I would make some completely free scripts for automation. I've been doing this kind of stuff for years and now I make it for fun too.
So far, I'm giving a few scripts requested in other threads. I'll probably add(and update existing ones) some more soon.
2. Go to Explore -> HOT, then choose any tag you want(you can also go to https://websta.me/tag/SOMETHING).
3. You should see a few photos here. If you want to comment on even more photos, just scroll down and click "Load more" a few times.
4. Click right mouse button(anywhere on the site) and choose "Inspect element".
5. Go to "Console".
6. Paste this code into the console and press Enter:
6. A window should pop up. Choose the delay(in seconds) between each comment, how many comments you want to add, and obviously what comments(each comment in separate line).
7. Click "Start commenting". The script will do its job(don't close the browser tab).
If you want to stop, either click "Stop commenting" or just refresh the page.
8. Count $$$.
2. Go to Explore -> HOT, then choose any tag you want(you can also go to https://websta.me/tag/SOMETHING).
3. You should see a few photos here. If you want to like even more photos, just scroll down and click "Load more" a few times.
4. Click right mouse button(anywhere on the site) and choose "Inspect element".
5. Go to "Console".
6. Paste this code into the console and press Enter:
7. A small window should pop up. Enter how long(in seconds) you want to wait between each like and click "OK". The script will like(don't close the browser tab) each photo, one by one. If you want to stop, just refresh the page.
8. Count $$$.
Good luck, spammers.
I've decided I would make some completely free scripts for automation. I've been doing this kind of stuff for years and now I make it for fun too.
So far, I'm giving a few scripts requested in other threads. I'll probably add(and update existing ones) some more soon.
Websta.me - auto comment(very simple, photos from hashtag feed)
1. Sign in to websta.me.
2. Go to Explore -> HOT, then choose any tag you want(you can also go to https://websta.me/tag/SOMETHING).
3. You should see a few photos here. If you want to comment on even more photos, just scroll down and click "Load more" a few times.
4. Click right mouse button(anywhere on the site) and choose "Inspect element".
5. Go to "Console".
6. Paste this code into the console and press Enter:
Code:
!function(){var t=$("<div/>");t.addClass("modal fade"),t.html('<div class="modal-dialog"> <div class="modal-content"> <div class="modal-body js-body-container"> <button type="button" class="close" data-dismiss="modal">×</button> <div class="js-body"> <form class="js-form"> <div class="form-group"> <label class="control-label">Delay(in seconds) between each comment:</label> <input type="number" class="form-control js-form-delay" value="20" min="5" required> </div><div class="form-group"> <label class="control-label">Max comments:</label> <input type="number" class="form-control js-form-max" value="5" min="1" required> </div><div class="form-group"> <label class="control-label">Comments(each comment in separate line):</label> <textarea class="form-control js-form-contents" rows="10" required>Cute! Amazing. love it Wow </textarea> </div></form> <textarea class="form-control js-log" rows="15" style="display:none;max-width:100%" readonly></textarea> </div></div><div class="modal-footer"> <button type="button" class="btn btn-default js-cancel" data-dismiss="modal">Cancel</button> <button type="button" class="btn btn-primary js-start">Start commenting</button> <button type="button" class="btn btn-primary js-stop" style="display:none" data-dismiss="modal">Stop commenting</button> </div></div></div>'),$("body").append(t),t.modal("show"),t.find(".js-start").click(function(){var a=1e3*parseFloat(t.find(".js-form-delay").val()),e=parseInt(t.find(".js-form-max").val()),n=t.find(".js-form-contents").val().trim().split("\n"),o=$("li:has(.thumbnail):has(.glyphicon-comment)");if(!(5>a||1>e)&&n.length&&o){for(var s=[],l=0;l<n.length;l++){if(n[l]=n[l].trim(),!n[l]){if(n.length>l+1)continue;return}s.push(n[l])}var i=Math.ceil(e/s.length);if(i>1)for(var r=s,l=1;i>l;l++)s=s.concat(r);t.find(".js-form").hide();var m=t.find(".js-log").val("").show(),d="";t.find(".js-cancel").hide(),t.find(".js-start").hide(),t.find(".js-stop").show();var c=!0;t.find(".js-stop").click(function(){c=!1});var f=0,u=function(){if(!(f>=e)&&c){var t=$(o[f]).find(".thumbnail a[href]").attr("href"),n=$(o[f]).find(".media-user-username").text(),l=t.trim("/").split("/")[2],i=s[f],r=function(){d+="Successfully commented on "+l+" (@"+n+")\n",m.val(d),f++,f<o.length&&setTimeout(u,a)},v=function(t){d+="Couldn't comment on "+l+" (@"+n+")\n",m.val(d),f++,f<o.length&&setTimeout(u,2*a)};$.get("/stats/overview",function(t){var a=$("<div/>");a.html(t);var e=a.find('meta[name="csrf-token"]').attr("content").trim();a.remove(),setTimeout(function(){$.ajax({url:"/api/media/"+l+"/comments",type:"post",data:{text:i},headers:{"X-CSRF-Token":e},dataType:"json",success:function(t){t.created_time?r():v()},fail:v})},500)},"html").fail(function(){v()})}};setTimeout(u,50)}})}();
7. Click "Start commenting". The script will do its job(don't close the browser tab).
If you want to stop, either click "Stop commenting" or just refresh the page.
8. Count $$$.
Websta.me - auto like(very simple, photos from hashtag feed)
1. Sign in to websta.me.2. Go to Explore -> HOT, then choose any tag you want(you can also go to https://websta.me/tag/SOMETHING).
3. You should see a few photos here. If you want to like even more photos, just scroll down and click "Load more" a few times.
4. Click right mouse button(anywhere on the site) and choose "Inspect element".
5. Go to "Console".
6. Paste this code into the console and press Enter:
Code:
!function(){var e=1e3*Math.max(5,parseFloat(prompt("Delay(in seconds) between each like:"))),t=function(){var t=$(".like-icon"),i=0,n=function(){$(t[i]).trigger("click"),i<t.length&&(i++,setTimeout(n,e))};setTimeout(n,500)};setTimeout(t,500)}();
8. Count $$$.
Good luck, spammers.