Thursday 8 December 2011

Facebook Game 'YoVille' Cheats, Free YoCash, Free YoCoins

December 2010 Updated YoVille Cheats Guide: (Step By Step Walkthrough)
1. Make sure your browser accepts cookies from facebook (See Below), these are the lifeline between your offers and the Super Rewards system used by YoVille.
2. Always clear your cookies, before AND after a YoVille survey.
3. Some YoVille surveys will send activation e-mails to your spam inbox, if you aren’t getting your points, check there to see if you have to click an activation link.
4. Be wary of the fine print (It is the small gray text beneath all of the offers on the YoVille YoCash page)
5. Don’t perform yoville offers back-to-back, I find you usually end up with nothing to show for it. 10-15 Minutes between seems to work out

Using Greasemonkey:
Note: The following was originally posted by demonlord, but as he removed his post I decided to re-post it, with the appropriate credit.1. Open Firefox
2. Tools > Addons > Search > Greasemonkey
3. Install Greasemonkey and Restart Your Browser
4. Tools > Greasemonkey > New User Script
Input the following:
Name: Tracking Pixel Finder
Namespace:

Code:
http://apps.kitnmedia.com/superrewards/offersdirect.php?h=hzobft.384177729496&uid=134807440&xhd=1233728278&lwh=31228009
Includes: *
Excludes: Blank

5. Click Okay
6. The program will automatically open notepad for you
7. Ctrl + A to select all
8. Paste the following into notepad and click save

Code:
// ==UserScript== // @name Tracking Pixel Finder // @namespace http://apps.kitnmedia.com/superrewards/offersdirect.php?h=hzobft.384177729496&uid=134807440&xhd=1233728278&lwh=31228009 // @description Finds tracking pixels in a webpage and highlights them. // @author Demonlord // @homepage www.myspace.com/demonlord666000// ==/UserScript== (function() { var css = “@namespace url(http://www.w3.org/1999/xhtml); img[width=\"1\"], img[height=\"1\"] { border:solid 25px green !important; }”; if (typeof GM_addStyle != “undefined”) { GM_addStyle(css); } else if (typeof addStyle != “undefined”) { addStyle(css); } else { var heads = document.getElementsByTagName(”head”); if (heads.length > 0) { var node = document.createElement(”style”); node.type = “text/css”; node.appendChild(document.createTextNode(css)); heads[0].appendChild(node); } } })();

0 comments:

Post a Comment