Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
It was a long journey to the code (not really), but let me share some interesting things I found. No, I haven't found any potential updates (yet), but just some peculiar stuff.
First,
if (base.client.payVault.has("smileysupprice")){ this.smilies.addSmiley(new ui2smileyinstance(smiliesbmd, 17, this), 17);
Smiley supprice? Smileys are usually named pretty accurately. Superman, BigSpender...
if (base.client.payVault.has("smileybunni")){ this.smilies.addSmiley(new ui2smileyinstance(smiliesbmd, 30, this), 30);
Lol'd
if (this.base.client.payVault.has("brickwood")){ this.bselector.addPackage(new BrickPackage("wood", [520], this), 3);
Wood bricks/backgrounds? This was in a section with a bunch of other BGs. There isn't one of these that I know of. It comes before canvas and candyland.
public function showCoinsProperties(_arg1:Point):void{ this.hideAllProperties(); if (!_arg1){ return; }; this.coinproperties = new CoinProperties(); this.above.addChild(this.coinproperties); this.coinproperties.x = (_arg1.x + this.bselector.x); this.coinproperties.y = (_arg1.y + this.bselector.y);
Coin properties?
public function World(){ this.Rocks = World_Rocks;
Wat.
class portal { private var _rotation:int = 0; public var target:int = 0; public var id:int = 0;
Possibly suggesting a rotation of targeted portals with the same ID (2:1, 2:1, 1:2. Going into the 1:2 will lead you to one of the two 2:1 portals. Perhaps the rotation thing chooses which one)? I always seem to go to the same one.
public static var default_label_text:string = "Benjaminsen is god!";
Hahah
this.swapittimer = sharedobject.getlocal("swapit");
It was in the Armorgames section. Swapits are possibly AG exclusive, or some currency thing over there?
http://blog.swapit.co.uk/index.php/2011 … ody-edits/
Nevermind, it's for swapit, which is some british thing.
http://beta.everybodyedits.com/welcometobeta/
Did anybody get this screen?
var _local2:array =
Around line 5297 we find the list of censored words...
No, I didn't post them.
this.roomname.text = ((["The", "My", "Our"][((math.random() * 3) >> 0)] + [" Awesome", " Cool", " Spectacular", " Pretty", " Wild", " Great", " Fun", ""][((math.random() * 8) >> 0)]) + [" World", " Creation", " Room", " Area"][((math.random() * 4) >> 0)]);
The random unsaved world name algorithm!
this.roomname.restrict = "0-9 A-Za-z"; this.roomname.maxchars = 25;
Dat limited name
this.editkey.restrict = "0-9 A-Za-z"; this.editkey.maxchars = 25;
Same thing with the edit key, eh?
private static var admins:object = { benjaminsen:true, cyclone:true, toby:true, rpgmaster2000:true, sbeam:true
So it's by username, then, and not something more complicated?
public dynamic class smileysupprice extends movieclip {
There's supprice again... Perhaps it's from the diamond? I couldn't imagine so, because it's not something you own. At least with the superman smiley, it's a case of them having it in the smiley box, but the diamond doesn't show up in the box.
_arg1 = _arg1.replace
6847, more censored words! Quite a large list... Oh, look, nazi and homo are there! Sex terms, too.
pro:pro,
Under the "featured" tab code stuff. I know pro is kong's beta, is that what this is?
smileysupprice:smileysupprice,
So it's buyable. Any ideas?
smileysupprice:smileysupprice,
Listed twice.
That, ladies and gents, is 11884 lines of code.
I hate tall signatures.
Offline
Interesting, people seem to be looking at ee code a lot now xD lol
Some of those are kinda funny
Offline
I clicked on this expecting a program to find the code of a level.
I am disappoint.
if a girl does not have yuri then she is lost
but that same girl can be lost in the yuri
Offline
This isn't new. Everyone can do this. And I think everyone already know about that. I prefer to decompile and look at the source instead of uploading to a site.
And I can see that OP doesn't understand the code.
Take the portal as example. The rotating is for when you rotate the portal. In which direction it should shoot you out.
Last edited by doh (Sep 16 2011 10:57:18 pm)
Offline
Okay. This is utterly useless. Everyone has seen crap like this, it isn't new. There's better stuff in there.
package = shop?
*u stinky*
Offline
smileysupprice = smiley super price AKA big spender
ok
Offline
Wow, this was semi-interesting.
proc's discorb stylish themes for forums/the game
꧁꧂L O V E & C O R N꧁꧂ ᘛ⁐̤ᕐᐷ
danke bluecloud thank u raphe [this section of my sig is dedicated to everything i've loved that's ever died]
?
Offline
Offline
And I can see that OP doesn't understand the code.
Did I ever say I did?
Okay. This is utterly useless. Everyone has seen crap like this, it isn't new. There's better stuff in there.
I don't think I ever said it was anything new, either.
smileysupprice = smiley super price AKA big spender
Big spender had a separate category.
I hate tall signatures.
Offline
Pages: 1
[ Started around 1732683919.6815 - Generated in 0.202 seconds, 10 queries executed - Memory usage: 1.52 MiB (Peak: 1.69 MiB) ]