plz hack "[color=#FF0000]THE COMPANY OF MYSELF[/color]" it is such beast game http://armorgames.com/play/4918/the-company-of-myself
Printable View
plz hack "[color=#FF0000]THE COMPANY OF MYSELF[/color]" it is such beast game http://armorgames.com/play/4918/the-company-of-myself
Post a link and read the rules + don't use all caps.
thanx joel.
tagged
Update: as3, open for all
The game is sitelocked
Post other links please.
I tag.
I think it has got cheats. Can anyone confirm?
Also, you don't need hacks, but a walkthrough: http://walkthrough.escapegames24.com/20 ... rough.htmlCode:public function kDown1(event:KeyboardEvent)
{
this.cheatKeys.push(event.keyCode);
if (this.cheatKeys.length > 8)
{
this.cheatKeys.shift();
}
this.cheatCombo = [67, 79, 67, 75, 83, 76, 65, 80];
this.go = true;
this.i = 0;
while (this.i < this.cheatCombo.length)
{
if (this.cheatCombo[this.i] != this.cheatKeys[this.i])
{
this.go = false;
}
var _loc_2:String = this;
var _loc_3:* = this.i + 1;
_loc_2.i = _loc_3;
}
if (this.go)
{
this.cheatMode = true;
this.cheatModeGo.gotoAndPlay(2);
}
return;
}// end function
bump
You didn't need to bump this.
If you actually READ Sublimity's post, you would've seen that it has cheats and that all you need is a walkthrough.