Would you like to react to this message? Create an account in a few clicks or log in to continue.

Place visit increase

3 posters

 :: Roblox

Go down

Place visit increase Empty Place visit increase

Post  HC Mon Jul 02, 2012 7:05 pm

1) Go to the place in browser.
2) Copy the code given at the bottom.
3) Open it in Notepad, where it says "EnterIDHere", put the place ID.
4) Go to the place in GOOGLE CHROME and enter the whole Javascript Code in the top of the page.
5) Just add "Javascript:" at the front.
6) Enjoy the visits.
Code:
javascript:/**
var h4x = true; /*True if using the secuential usernames*/
var pass = "yourbunchofaccountspass";
var userbase = "theirbaseusername";
var users = 100; /* Change this to how many accounts*/
/*var Places = [];/*Hmm*/
/*[4084285,1595273,4083526,4084281,13342311,13342297,4084257,13342327,4083311,4084081]/*JV2's places*/
var Places =  [EnterIDHere];/*These be 1 of my places.*/
var PlaceBase = "http://www.roblox.com/item.aspx?id=";
var frame = document.createElement("iframe");
var der = document.createElement("div");
var visitbutton = "ctl00_cphRoblox_VisitButtons_MultiplayerVisitButton";
var logoutbutton = "ctl00_BannerOptionsLoginView_BannerOptions_Authenticated_lsLoginStatus";
var placenum;
var usernum;
var visitdelay = 7000; /*increase this if you find that it moves to the next place before it actually visits the game*/
var username = "txtUsername";
var password = "txtPassword";
var AddAccount = document.createElement("form");
var dat = new Array();
function skript() {
  var loc = frame.contentWindow.location;
  if (loc.search == "?id="+Places[placenum-1]) {
      setTimeout(RobloxLaunch.RequestGame('PlaceLauncherStatusPanel', Places[placenum-1]),100);
      if (placenum <Places.length) {
        setTimeout("VisitNext();",visitdelay);
      } else {
        setTimeout('eval(frame.contentWindow.__doPostBack("ctl00$BannerOptionsLoginView$BannerOptions_Authenticated$lsLoginStatus$ctl00",""));',visitdelay+3000);
      }
  } else if(frame.contentDocument.getElementById(username)) {
      if (h4x && (usernum < users)){
      frame.contentDocument.getElementById(username).value = userbase+usernum;
      frame.contentDocument.getElementById(password).value = pass;
      frame.contentWindow.dologin();
      usernum++;
      }
  } else if(frame.contentDocument.getElementById("ctl00_ctl00_cphRoblox_cphMyRobloxContent_rbxFacebookConnect_pnlNotLoggedIn")){
      placenum = 0; VisitNext();
  }
};
function VisitNext() {
  frame.src = PlaceBase + Places[placenum];
  placenum++;
  /*dat[0] = placenum;
  dat[1] = usernum;
  localStorage.setItem("YshiVisitBotSync1",dat);*/
};
function Sync() {
  /*if (localStorage.getItem("YshiVisitBotSync1") == null) {
      localStorage.setItem("YshiVisitBotSync1",[0,0]);
      localStorage.setItem("YshiVisitBotSync2",Places);
  }
  dat = localStorage.getItem("YshiVisitBotSync1");
  placenum = dat[0];
  usernum = dat[1];
  alert(dat[0]);
  alert(dat[1]);
  Places = localStorage.setItem("YshiVisitBotSync2",Places);
  alert("Syncd");*/
  placenum = 0;
  usernum = 8;
  VisitNext();
};
function ResetVals () {
  dat[0] = 0;
  dat[1] = 0;
  localStorage.setItem("YshiVisitBotSync1",dat);
  localStorage.setItem("YshiVisitBotSync2",Places);
};
frame.style.position = "absolute";
frame.style.top = 0;
frame.style.left = 0;
frame.width = window.innerWidth-40;
frame.height = window.innerHeight-40;
frame.onload = skript;
der.style.backgroundColor = "#eee";
der.style.position = "fixed";
der.style.bottom = "40px";
der.style.width = "400px";
der.style.left = "0px";
AddAccount.innerHTML= AddAccount.innerHTML + "Username:";
var UserBox = document.createElement("input");
UserBox.type = "text";
UserBox.name = "Username";
AddAccount.appendChild(UserBox);
AddAccount.innerHTML= AddAccount.innerHTML + "<br/>Password:";
var PassBox = document.createElement("input");
PassBox.type = "text";
PassBox.name = "Username";
AddAccount.appendChild(UserBox);
var SubmitButton = document.createElement("input");
SubmitButton.type = "submit";
AddAccount.appendChild(SubmitButton);
var ComboBox = document.createElement("select");
AddAccount.innerHTML = AddAccount.innerHTML+"<br/>";
AddAccount.appendChild(ComboBox);
/*for(var i=0;i<NameCombos.length;++i) {
  ComboBox.add(new Option(NameCombos[i][0]),null);
};*/
document.body.appendChild(der);
document.body.appendChild(frame);
setTimeout("Sync()",100);
HC
HC
Admin

Posts : 27
Reputation : 2
Join date : 2012-06-13

https://hackcontainment.forumotion.com

Back to top Go down

Place visit increase Empty Re: Place visit increase

Post  Donut108 Thu Jul 05, 2012 11:12 pm

o-o
I don't get how it works. Make a yt vid and advertise the site while your at it. btw.. Don't give it out for free. Tell them if you wanna learn this go to this website and register.
Donut108
Donut108

Posts : 7
Reputation : 1
Join date : 2012-06-30
Age : 25
Location : Georgia

http://hackcontainment.tk

Back to top Go down

Place visit increase Empty Re: Place visit increase

Post  BrokenFlame Sun Jul 08, 2012 9:46 pm

I don't get how this works either, I think there is a few problems with it that needs to be fixed.

BrokenFlame

Posts : 20
Reputation : 3
Join date : 2012-06-29

Back to top Go down

Place visit increase Empty Re: Place visit increase

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top


 :: Roblox

 
Permissions in this forum:
You cannot reply to topics in this forum