Return to Unfiction unforum
 a.r.g.b.b 
FAQ FAQ   Search Search 
 
Welcome!
New users, PLEASE read these forum guidelines. New posters, SEARCH before posting and read these rules before posting your killer new campaign. New players may also wish to peruse the ARG Player Tutorial.

All users must abide by the Terms of Service.
Website Restoration Project
This archiving project is a collaboration between Unfiction and Sean Stacey (SpaceBass), Brian Enigma (BrianEnigma), and Laura E. Hall (lehall) with
the Center for Immersive Arts.
Announcements
This is a static snapshot of the
Unfiction forums, as of
July 23, 2017.
This site is intended as an archive to chronicle the history of Alternate Reality Games.
 
The time now is Tue Nov 19, 2024 9:09 pm
All times are UTC - 4 (DST in action)
View posts in this forum since last visit
View unanswered posts in this forum
Calendar
 Forum index » Archive » Archive: MetaCortechs » MetaCortechs: General/Updates
[LOCKED] In all games you can cheat.
View previous topicView next topic
Page 1 of 1 [4 Posts]  
Author Message
AdrenalinDave
Boot

Joined: 28 Oct 2003
Posts: 39

In all games you can cheat.

Anyone thought about reverse engineering the Flash Login Screen?

PostPosted: Tue Oct 28, 2003 1:58 pm
 View user's profile MSN Messenger
 Back to top 
AdrenalinDave
Boot

Joined: 28 Oct 2003
Posts: 39

Reverse engineered the Login SWF

:deipwadelmopsy

a script is running in the SWF on the main login screen and it constantly checks for these letters.

Any Ideas?

EDIT: SWF attachment deleted, it's just the metacortechs login. No real need to have it reposted and slowing the site down. --AnthraX101

PostPosted: Tue Oct 28, 2003 2:01 pm
 View user's profile MSN Messenger
 Back to top 
AdrenalinDave
Boot

Joined: 28 Oct 2003
Posts: 39

Here is the Action Code For the Login from The SWF

function killTime()
{
if(! start <= getTime())
{
doTime = false;
if(! true == success)
{
}
else
{
}
getURL("http://" + memberURL, "");
}
}
function doRedirect()
{
if(false == success)
{
with(LoginBox1)
{
mcLoginBoxContainer.mcMsgBox.tfMsgBox = "
Invalid Login.
System Locked.";
mcLoginBoxContainer.mcPasswordBox._visible = false;
mcLoginBoxContainer.mcUserNameBox._visible = false;
}
}
doTime = true;
start = getTime() + maxDelay;
}
function doCheck()
{
with(LoginBox1)
{
var ndx = 0;
while(! totalMembers <= ndx)
{
if(mcLoginBoxContainer.mcUserNameBox.tfUserNameBox == memberArray.ndx.0)
{
if(mcLoginBoxContainer.mcPasswordBox.tfPasswordBox == memberArray.ndx.1)
{
memberURL = memberArray.ndx.2;
mcLoginBoxContainer.mcMsgBox.tfMsgBox = "Welcome, " + memberArray.ndx.0 + "!
Redirecting to:
" + memberArray.ndx.2;
success = true;
doRedirect();
}
}
ndx = ndx++;
}
nbrStrikes++ = nbrStrikes++;
if(! 3 <= )
{
mcLoginBoxContainer.mcMsgBox.tfMsgBox = "Invalid Login.
System Locked.";
doRedirect(false);
}
else
{
if(false == success)
{
}
}
}
}
stop();
memberData = memberData.split("
");
var memberURL = "";
var nbrStrikes = 0;
var doTime = false;
var success = false;
var totalMembers = memberData.length;
var memberArray = new Array();
if(null == startX)
{
startX = 88;
startY = 62;
xscale = 40;
yscale = 40;
msgBoxText = "MetaCortex
Employee
Login";
redirectSite = "main.html";
maxDelay = 1000;
}
var ndx = 0;
while(! totalMembers <= ndx)
{
memberArray.push(memberData.ndx.split(","));
ndx = ndx++;
}
attachMovie("mcLoginBox", "LoginBox1", 1);
with(LoginBox1)
{
_xscale = _xscale - xscale;
_yscale = _yscale - yscale;
_y = startY;
_x = startX;
mcLoginBoxContainer.mcLoginBtn.mcSqBtn.kbdSnd = true;
mcLoginBoxContainer.mcMsgBox.tfMsgBox = msgBoxText;
mcLoginBoxContainer.mcStatusBox.tfStatusBox = "";
mcLoginBoxContainer.mcPasswordBox.tfPasswordBox = "";
mcLoginBoxContainer.mcUserNameBox.tfUserNameBox = "";
Selection.setFocus("LoginBox1.mcLoginBoxContainer.mcUserNameBox.tfUserNameBox");
}

PostPosted: Tue Oct 28, 2003 2:03 pm
 View user's profile MSN Messenger
 Back to top 
AnthraX101
Entrenched

Joined: 18 Mar 2003
Posts: 797

Please lurk around a bit and review what other people have discovered and been doing before posting information. If you know something is cheating, why would you do it?

AnthraX101

PostPosted: Tue Oct 28, 2003 2:06 pm
 View user's profile
 Back to top 
Display posts from previous:   Sort by:   
Page 1 of 1 [4 Posts]  
View previous topicView next topic
 Forum index » Archive » Archive: MetaCortechs » MetaCortechs: General/Updates
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
You cannot post calendar events in this forum



Powered by phpBB © 2001, 2005 phpBB Group