Sunday, December 20, 2009

prize rebel delivers

hello fags. did you know prizerebel.com delivers?


delivered. delivered. delivered. delivered. I love free stuff

New offers that deliver points



a big list of Completed Offers that deliver
~I update this list every few days~

YourFreeSurv3ys
12/20/2009 9:21AM
Eversave: Parents
12/20/2009 8:59AM
Tips for Health: Colorado
12/20/2009 8:58AM
Win an iPod Touch
12/20/2009 8:41AM
OnDemand Research
12/20/2009 8:35AM
QJ: Game Addict
12/20/2009 8:27AM
QR: Edward Cullen
12/20/2009 8:07AM
MRV: Taco Bell
12/20/2009 7:44AM
Door Prize Surv3ys
12/20/2009 4:51AM
Free Motorola Droid
12/19/2009 4:20AM
Wigix
12/19/2009 4:16AM
Lightspeed Research
12/19/2009 4:16AM
AIU Group Insurance
12/18/2009 12:04PM
MFL: Lysol Disinfectant
12/18/2009 11:55AM
Work Available Now
12/18/2009 11:54AM
Home Depot
12/18/2009 11:46AM




it doesn't take much time at all as you can see and I have $9 worth saved


























































Wednesday, December 2, 2009

recently completed offers

signup @ prizerebel.com or click the link at the left. they are adding new offers every day. here is a list of offers that I completed in the last few days. like 10 points total. 1 point = $1 US dollar

Eudemons Online 12/3/2009 15:53PM
ES: Keurig 12/3/2009 15:52PM
HolidayShoppingRewards 12/3/2009 15:25PM
Screen Four 12/3/2009 9:15AM
SpringBoardAmerica 12/3/2009 9:13AM
Save On Prescription Drugs 12/3/2009 1:20AM
GameVance 12/2/2009 21:48PM
QuizMinute - Which Planet 12/2/2009 21:45PM
CellPhoneIncentives - Palm Pixi 12/2/2009 21:15PM
PlaySushi 12/2/2009 21:00PM
SweepScout 12/2/2009 20:50PM
Unemployment Surv3y 12/2/2009 17:04PM
RH: Take Action 12/2/2009 16:57PM
RH: Re-Learn Life 12/2/2009 16:57PM
FreeLotto 12/2/2009 16:56PM
$50 Subway Gift Card 12/2/2009 0:13AM
Wal-Mart Visa 12/1/2009 16:28PM
LaptopDelivery 12/1/2009 16:28PM
New Moon Giveaway 12/1/2009 1:25AM
Quiz Rocket - IQ Test 12/1/2009 0:52AM
Pirate or Ninja 12/1/2009 0:50AM
Quiz Rocket 12/1/2009 0:47AM
Paidforresearch Rewards 12/1/2009 0:40AM
Wizard 101 11/30/2009 23:31PM
Auto Insurance Tips 11/30/2009 21:20PM
Walmart Vs Target 11/30/2009 21:18PM
Christmas Wish List 11/30/2009 21:04PM
Depression Disorder 11/30/2009 16:04PM

I recommend doing the quiz-rocket/jungle quizzes as they all are giving points. Just use a different email each time or adding dots. i.e. e.mail@address.com, em.ail@address.com, ema.il@address.com
you see what I did there?

free prize site

PrizeRebel is what?
  PrizeRebel is a site were you can get free stuff. The site is designed around getting free videos games but you can actually custom order prepaid cell phone minutes(verizon, t-mobile, at&t, boost, virgin, tracfone, net10) . To get your free stuff from PrizeRebel all you have to do is sign up and complete sponsored offers ( using 10minutemail.com is awesome, but exclude it on your greasemonkey).

  Most of the offers on PrizeRebel are completely free to complete except for the credit card offers and cell phone offers. The credit card and cell phone offers are completely optional and will get you more points than the free offers. As you do offers you gain points and are on your way to free wares!

You can also get points from people you refer to the site and doing this requires no work from you! If you live outside of the US, no fear. PrizeRebel also has offers for people from Canada, Australia and UK. Some people think that PrizeRebel is a scam but it's not, PrizeRebel is completely legitimate. If you don't believe me, check out PrizeRebel's Testimonials and see what other people have received from PrizeRebel.

Thanks for visiting my PrizeRebel Blog and happy PrizeRebeling!

the general guide and point helping softwares

Get this software. :)


Install Greasemonkey and then paste the script from below into it.  Click on the offers list and use roboform and get points.  Prize Rebel buys prizes for you.

http://www.prizerebel.com/index.php?r=1114432  Sign up at prizerebel.com or using my link 



 Point Generator Script



// ==UserScript==
// @name           Just say NO!
// @namespace      http://schoolsux.tz/
// @description    Checks no on surv3ys, just enable whenever you need it; you should edit the @include.
// @include           http://www.eltpath.com/*
// @include           http://*.smileymedia.com/*
// @include           http://lgn*.coolsavings.com/*
// @include           http://lnktrckr.com/*
// @include           http://*quizjungle.com/?act_id=*
// @include           http://www.quizjumper.com/*
// @include           http://www.modpath.com/*
// @include           http://www.tnmtechnology.com/*
// @include           http://www.brandarama.com/*
// @include           http://www.topconsumergifts.com/*
// @include           http://offers.slwpath.com/*
// @include           http://us.quizrocket.com/*
// @include           http://www*.recipe4living.com/default*
// @include           http://www.premiumproductsonline.com/*
// @include           https://mysmokingrewards.com/*
// @include           http://www.eversave.com/*
// @include           http://www.thelaptopsaver.com/*
// ==/UserScript==

inputs = document.getElementsByTagName("input");
var checkedyes = 0;
var radios=0;
var firstradio=0;
var foundradio=false;
var i=0;
for(i=0;i<inputs.length;i++)
{
if(inputs[i].type=="radio")
{
 if(!foundradio)
 {
  firstradio = i;
  foundradio = true;
 }
 radios++;
 if(inputs[i].value.toLowerCase()=="no")
 {
  inputs[i].checked = true;
  inputs[i].click();
  document.body.focus();
 }
 else
 {
  inputs[i].checked=true;
 }
}

}
if (radios>2)
{
inputs[firstradio+2].checked=true;
}

next = document.getElementById("nextOffer");
if (next == null)
{
next = document.getElementById("pass");
}
if (next == null)
{
next = document.getElementById("bt_cancel");
}
if(next == null)
{
for(i=0;i<inputs.length;i++)
{
if((inputs[i].type=="submit") && (inputs[i].value.toLowerCase()=="skip"))
{
 next = inputs[i];
 break;
}
}
}
if(next==null)
{
for(i=0;i<inputs.length;i++)
{
 if((inputs[i].value.toLowerCase()=="submit") || (inputs[i].name.toLowerCase()=="submit"))
 {
  next = inputs[i];
  break;
 }
}
}
if(next == null)
{
next = document.getElementById("submitbutton");
}
next.focus();
next.click();