From Twitter 01-04-2010 - FFS Coin Finder


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 browsingffs 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;
            }
        }
    }


  • 04:01:39: bought books on criticism, theology, and on primitive man. just couldn't control my self..im so impulsive.. Grrr!
  • 05:13:09: Guess who celebrates birthday today.. http://ow.ly/Sx1F it's no other than Sir Isaac Newton.
  • 05:14:16: RT @heidiko44: Interested in a #alchemy from a Jungian perspective? Read Marlan's "The Black Sun". It is excellent! http://bit.ly/7RWgQe
  • 05:27:49: RT @eaglesflite: "Honesty is better than any policy." Immanuel Kant
  • 06:23:00: RT @Foodimentary: I Love It! January 4 is National Spaghetti Day. Did you know Pasta in Italian simply means "paste"? #TodayNFood wow!
  • 07:31:27: chatting with an atheist cousin.
  • 08:53:06: damn! i can't look at her in that condition.
  • 09:00:58: feeling guilty..and good at the same time..
  • 09:23:36: i just couldn't sleep, and wouldn't sleep. i want to keep her company..its the least i can do to someone who is hurting..
  • 09:38:26: off to bed!
  • 09:38:58: gayawyaw napud akong mama...
  • 09:55:34: mum's nagging is not gonna attract positive vibes at all. kadlawng dako gayawyaw na..not helpful..
  • 17:46:14: reading revolutionary theology..
  • 19:19:52: i am so bored waiting for my next class..the book that i am currently reading isn't as exciting as i thought it would be.
  • 22:32:33: gave my class a library work and dismissed them early..
  • 23:02:54: "...for no chain of reasoning can prove or disprove the existence of either mind or matter." -Carl Jung
  • 23:36:27: to be critical of one's own biases is to be skeptical.


Tweets copied by twittinesis.com

blog comments powered by Disqus