Author Topic: RealLifeCam + Bypass payment!  (Read 221972 times)

0 Members and 1 Guest are viewing this topic.

Offline evilhacker

  • Peasant
  • *
  • Posts: 128
  • Cookies: 222
    • View Profile
RealLifeCam + Bypass payment!
« on: November 21, 2012, 10:29:51 pm »
Can't be bothered to explain much, you can check out the website yourself.
http://reallifecam.com

I've already spent 2 days spying on those cameras and it's pretty interesting sometimes, you can even catch them having sex if viewing at an appropriate time.

There is a catch though. If you want to look at the more private cameras such as the bathroom and bedroom, you need to pay. Luckaly there is this Tampermonkey script that lets you view them without any payment.

Here is the code for the script:
Code: [Select]
// ==UserScript==
 // @name  View all cams on reallifecam.com
 // @namespace  None
 // @version    1
 // @description  View all cams without paying
 // @match  http://reallifecam.com/
 // @copyright  2012+, None
 // @require    http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js
 // ==/UserScript==
 var clipsDiv = $(".left_column");
 var clipsDiv2 = $(".right_column");
 var i = 1;
 var camName = '';
 var newHTML = '<div class="clips">';
 var newHTML2 = '<div class="clips">';
 var room_name = "";
 while(i <= 30)
 {
 if(1 <= i && i <= 5) {
 switch( i )
 {
 default: room_name = "Den"; camName = "cam" + i; break;
 case 2: room_name = "Kitchen"; camName = "cam" + i; break;
 case 3: room_name = "Hall"; camName = "cam" + i; break;
 case 4: room_name = "Bedroom"; camName = 'erda3j'; break;
 case 5: room_name = "Bathroom"; camName = "dhv3j3"; break;
 }
 newHTML = newHTML + '<div class="galki-vpravo menu1" onclick="changeclass(\'01_'+i+'\');return false;"><a href="'+camName+'.stream" id="01_'+i+'" class=""> Anton Alina - '+room_name+'</a></div>';
 }
 if(6 <= i && i <= 10) {
 switch( i )
 {
 default: room_name = "Den"; camName = "cam" + i; break;
 case 7: room_name = "Kitchen"; camName = "cam" + i; break;
 case 8: room_name = "Hall"; camName = "cam" + i; break;
 case 9: room_name = "Bedroom"; camName = 'cvsdfs'; break;
 case 10: room_name = "Bathroom"; camName = '3hvngd'; break;
 }
 newHTML = newHTML + '<div class="galki-vpravo menu1" onclick="changeclass(\'01_'+i+'\');return false;"><a href="'+camName+'.stream" id="01_'+i+'" class=""> Lora Max - '+room_name+'</a></div>';
 }
 if(11 <= i && i <= 15) {
 switch( i )
 {
 default: room_name = "Den"; camName = "cam" + i; break;
 case 12: room_name = "Kitchen"; camName = "cam" + i; break;
 case 13: room_name = "Bathroom " + (i-12).toString(); camName = "cam" + i; break;
 case 14: room_name = "Bathroom " + (i-12).toString(); camName = 'dsfnrn'; break;
 case 15: room_name = "Bedroom"; camName = '5hjdfn'; break;
 }
 newHTML = newHTML + '<div class="galki-vpravo menu1" onclick="changeclass(\'01_'+i+'\');return false;"><a href="'+camName+'.stream" id="01_'+i+'" class=""> Maria Jon - '+room_name+'</a></div>';
 }
 if(16 <= i && i <= 21) {
 switch( i )
 {
 default: room_name = "Den"; camName = "cam" + i; break;
 case 17: room_name = "Kitchen"; camName = "cam" + i; break;
 case 18: room_name = "Hall"; camName = "cam" + i; break;
 case 19: room_name = "Bathroom" + (i-18).toString( ); camName = 'nfgnbf'; break;
 case 20: room_name = "Bathroom" + (i-18).toString( ); camName = 'jnsdfn'; break;
 case 21: room_name = "Bedroom"; camName = 'njn43l'; break;
 }
 newHTML2 = newHTML2 + '<div class="galki-vpravo menu1" onclick="changeclass(\'01_'+i+'\');return false;"><a href="'+camName+'.stream" id="01_'+i+'" class=""> KristinaEvgeni-'+room_name+'</a></div>';
 }
 if(22 <= i && i <= 27) {
 switch( i )
 {
 case 22: room_name = "Den"; camName = "cam" + i; break;
 case 23: room_name = "Kitchen"; camName = "cam" + i; break;
 case 24: room_name = "Dance"; camName = "cam" + i; break;
 case 25: room_name = "Bathroom"; camName = 'asdfn3'; break;
 case 26: room_name = "Bedroom " + (i-25).toString( ); camName = 'ren3js'; break;
 default: room_name = "Bedroom " + (i-25).toString( ); camName = 'sadfne'; break;
 }
 newHTML2 = newHTML2 + '<div class="galki-vpravo menu1" onclick="changeclass(\'01_'+i+'\');return false;"><a href="'+camName+'.stream" id="01_'+i+'" class=""> Nastya Zheka - '+room_name+'</a></div>';
 }
 i++;
 room_name = "";
 }
 newHTML = newHTML + "</div>";
 newHTML2 = newHTML2 + "</div>";
 clipsDiv.html(newHTML);
 clipsDiv2.html(newHTML2);

Install Tampermonkey on Google Chrome, add the script above and enjoy. :)

Offline geXXos

  • Royal Highness
  • ****
  • Posts: 646
  • Cookies: 178
    • View Profile
Re: RealLifeCam + Bypass payment!
« Reply #1 on: November 21, 2012, 11:51:49 pm »
hehe i love that stuff,+1 for you mate

Offline IFailStuff

  • VIP
  • Knight
  • *
  • Posts: 338
  • Cookies: 25
  • Certified fuckup
    • View Profile
Re: RealLifeCam + Bypass payment!
« Reply #2 on: November 22, 2012, 12:08:13 am »
IT DEOSNT FUCKING WORK

Offline geXXos

  • Royal Highness
  • ****
  • Posts: 646
  • Cookies: 178
    • View Profile
Re: RealLifeCam + Bypass payment!
« Reply #3 on: November 22, 2012, 12:22:28 am »
Use greasemonkey in FF and this script http://userscripts.org/scripts/show/152651
it works 100%

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: RealLifeCam + Bypass payment!
« Reply #4 on: November 22, 2012, 10:09:26 am »
I thought the website scans google with webcam dorks, picks out the best ones and displays for the visitors, but it turns out that it's some group of people installed webcams in their home for everyone in the world to see.
What kind of a fetish is that?

Offline puddi

  • Voted Best Avatar
  • VIP
  • Royal Highness
  • *
  • Posts: 662
  • Cookies: -2074
  • Stop being a fag today!Join #puddimasterrace @ IRC
    • View Profile
Re: RealLifeCam + Bypass payment!
« Reply #5 on: December 24, 2012, 02:11:03 pm »
also recorded a video of the guy touching her ass in the kitchen. i thought they were gonna get it on but nothing happened  :'( pm me or add me -1 if you want it.

Do you got a cool story you would like to share bro?

The following users thanked this post: puddi

Offline anonymous200912

  • NULL
  • Posts: 1
  • Cookies: -2
    • View Profile
Re: RealLifeCam + Bypass payment!
« Reply #6 on: August 28, 2015, 03:39:27 pm »
Old thread I know, but I was wondering if there is an updated script, this no longer works!