• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook pagefor updates, or we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.)

How can i hide my Client IP?!

Status
Not open for further replies.
Newbie Spellweaver
Joined
May 18, 2012
Messages
42
Reaction score
1
Hello GATGAT released on RetroTown a javascript, but i dont know where i do my Server IP to Connect. I use CouldFlare. Can you tell me where i tap the Server IP Adress?
Have you a other Idea?

Sorry for my English, im german.

Here is the javascript Code:

PHP:
<script type="text/javascript">
var keyStr = "ABCDEFGHIJKLMNOP" +
"QRSTUVWXYZabcdef" +
"ghijklmnopqrstuv" +
"wxyz0123456789+/" +
"=";

function abcdefgh(input) {
var output = "";
var chr1, chr2, chr3 = "";
var enc1, enc2, enc3, enc4 = "";
var i = 0;

// remove all characters that are not A-Z, a-z, 0-9, +, /, or =
var base64test = /[^A-Za-z0-9\+\/\=]/g;
if (base64test.exec(input)) {
alert("There were invalid base64 characters in the input text.\n" +
"Valid base64 characters are A-Z, a-z, 0-9, '+', '/',and '='\n" +
"Expect errors in decoding.");
}
input = input.replace(/[^A-Za-z0-9\+\/\=]/g, "");

do {
enc1 = keyStr.indexOf(input.charAt(i++));
enc2 = keyStr.indexOf(input.charAt(i++));
enc3 = keyStr.indexOf(input.charAt(i++));
enc4 = keyStr.indexOf(input.charAt(i++));

chr1 = (enc1 << 2) | (enc2 >> 4);
chr2 = ((enc2 & 15) << 4) | (enc3 >> 2);
chr3 = ((enc3 & 3) << 6) | enc4;

output = output + String.fromCharCode(chr1);

if (enc3 != 64) {
output = output + String.fromCharCode(chr2);
}
if (enc4 != 64) {
output = output + String.fromCharCode(chr3);
}

chr1 = chr2 = chr3 = "";
enc1 = enc2 = enc3 = enc4 = "";

} while (i < input.length);

return unescape(output);
}

FlashExternalInterface.loginLogEnabled = false;
FlashExternalInterface.logLoginStep("web.view.start");

if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "1",
"connection.info.host" : ""+abcdefgh(abcdefgh(abcdefgh("VFZSQk5VeHFTWHBPYVRRMFRWTTBOVTFCUFQwPQ==")))+"",
"connection.info.port" : ""+abcdefgh(abcdefgh(abcdefgh("VFdwUk5FNVJQVDA9")))+"",


PLEASE HELP ME!
 
Junior Spellweaver
Joined
Sep 27, 2011
Messages
118
Reaction score
36
Yeah, i'd like to know this aswell i've heard of this method but not sure how to do it.
 
Upvote 0
Photoshop Design
Loyal Member
Joined
Jun 20, 2012
Messages
871
Reaction score
473
I know how, i just shut my hotel down. Instead of them seeing my IP it said: "Lol, faggot's trying to get my IP. Nice try".
I could help out.
 
Upvote 0
Status
Not open for further replies.
Back
Top