Unlike other Facebook games, there is no other existing hack or cheat for Friends For Sale except through Greasemonkey, a Firefox extension that allows users to install scripts for augmented browsing. ffs coin finder script randomly browses friends' ffs walls looking for coins. This lessens the time ffs users usually consume when manually looking for coins for increased cash.
ffs coin finder script source code below:
// ==UserScript== // @name Friends For Sale Coin Finder // @namespace FriendsForSale // @description CoinFinder // @include http://apps.facebook.com/friendsforsale/users/show/* // Friends For Sale Coin Bot // ==/UserScript== // Add jQuery var GM_JQ = document.createElement('script'); GM_JQ.src = 'http://jquery.com/src/jquery-latest.js'; GM_JQ.type = 'text/javascript'; document.getElementsByTagName('head')[0].appendChild(GM_JQ); // Check if jQuery's loaded function GM_wait() { if(typeof unsafeWindow.jQuery == 'undefined') { window.setTimeout(GM_wait,100); } else { $ = unsafeWindow.jQuery; letsJQuery(); } } window.setTimeout(GM_wait,5000); // All your GM code must be inside this function function letsJQuery() { if(window.location == "http://apps.facebook.com/friendsforsale/users/show/null") { window.location = "http://apps.facebook.com/friendsforsale/users/show/139739423"; } else { // Find out if the coin on the website. // Note that querySelectorAll is only available in Firefox 3.5 and above var coin = document.querySelectorAll("#app7019261521_hover_container > [id^=app7019261521_the_coin]"); if (coin.length == 1) { var c = coin[0].firstChild; var value = parseInt($(c).text()); // 500k - 999k is a mock value, FFS use it to detect bots if (value >= 500 && value <= 999) { var prev = document.querySelector("a.prev"); window.location = prev; } else { window.location = c.href; } } else if (coin.length == 0) { var prev = document.querySelector("a.prev"); window.location = prev; } } } |
- 00:04:13: its so hard to make a few people undestand.
- 02:25:48: Photo: androgynizeme: #femme #female #tattoo #shorthair http://tumblr.com/xun48v7ou
- 02:34:50: Photo: (via lesfemmes) #femme #female #tattoo http://tumblr.com/xun48vc2s
- 02:40:59: Photo: glamourhippy: #femme #female #tattoo http://tumblr.com/xun48vey5
- 02:41:24: Photo: (via soupsoup) #animals #cat #funny #cute http://tumblr.com/xun48vf5n
- 02:58:25: really bored..
- 03:54:52: yes! im finally going home and read my book.
- 08:29:36: really sleepy. be signing off.. good night tweeters :)
- 08:32:32: RT @mashable It Came From The Future: The Gorgeous First Else Smartphone [Video] http://bit.ly/4MS607
- 20:12:32: the world suddenly seems so monotonous..
- 20:15:12: will be giving an examination this afternoon..
- 20:30:15: COMELEC disqualified Ang Ladlad - an LGBT organization for party-list accreditation for the 2010 national elections http://ow.ly/FKzj
- 20:32:29: RT @bcultral: DMT: The Spirit Molecule: A Doctor's Revolutionary Research into the Biology of Near-Death and Mystical http://ff.im/-c1tdk
- 20:33:09: RT @greenbubble: On Nov 20th, we learned that the GLOBAL WARMING CRISIS was a HOAX all along. http://bit.ly/6CS0y8 really?
- 20:35:39: RT @namaste_vayo: "In nature there are neither rewards nor punishments; there are consequences."~Robert Green Ingersoll /I call that Kar ...
- 23:30:16: i guess my students are better in philippine history than i am..haha god i suck.
- 23:34:52: aw! good thing i have a historian beside me..
Tweets copied by twittinesis.com