Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
#18991 06/19/02 11:25 AM
Joined: Jun 2002
Posts: 168
Member
OP Offline
Member
Joined: Jun 2002
Posts: 168
How do I get the source code from a page that has flash? Not the HTML, but for the flash part.

#18992 06/19/02 03:01 PM
Joined: Feb 2002
Posts: 7,203
Likes: 11
Community Owner
Offline
Community Owner
Joined: Feb 2002
Posts: 7,203
Likes: 11
View the Source of the page, (view --> Source) then search for .swf, then make a small webpage or use frontpage and type in the url of the flash, then save it to your disk...

I hope thats what you're asking, how to save the flash...


Donate to UGN Security here.
UGN Security, Back of the Web, and VNC Web Services Owner
#18993 06/20/02 04:48 AM
Joined: Jun 2002
Posts: 168
Member
OP Offline
Member
Joined: Jun 2002
Posts: 168
Er, no. I could have done that. What I wan't to know is how to find the flash's source code.

#18994 06/20/02 06:41 AM
Joined: Mar 2002
Posts: 1,273
DollarDNS Owner
Offline
DollarDNS Owner
Joined: Mar 2002
Posts: 1,273
Usually they're .swf files - not .fla. And a much easier way to do things is copy the .swf files from your temporary internet files and open it with IE to view it. But no source code is available unless there is a utility out there that decompiles flash files.

If that's your question, I'd do a search for one.


Domain Registration, Hosting, Management
http://www.dollardns.net
#18995 06/20/02 07:18 AM
Joined: Jun 2002
Posts: 168
Member
OP Offline
Member
Joined: Jun 2002
Posts: 168
OK, thanks! I'll do that.

#18996 06/20/02 01:19 PM
Joined: Mar 2002
Posts: 562
UGN Supporter
Offline
UGN Supporter
Joined: Mar 2002
Posts: 562
There is now source for flash man... It's more like an images than a program. What you use to make flash movies is kinda like an advanced paint brush program. You can add java script to the file to get certain elements in the movie to do things, but once the file is exported as an swf file there is noe source. Before that it's a Fla file.

Now you can make flash movies with code however. There is a way to creat flash movies on the fly using PHP. There is also a mark-up language out ther called SMIL

That is probably what you want. Search GOOGLE or web monkey for SMIL and learn that. the browser support isn't the best right now, but it is a growing language..

#18997 06/20/02 04:41 PM
Joined: Jun 2002
Posts: 168
Member
OP Offline
Member
Joined: Jun 2002
Posts: 168
OK, the thing is, I want to find some access codes to a hidden part of the matrix website. There's a (sort of) hidden flash panel that opens up with a liitle panel on that which opens up that has a button under it that makes another panel drop down which is used to enter binary codes to access various pages. Wow that's a long sentence! OK, it the official matrix website. I found the panel by messing around. Well I looked on the internet and tried to find the codes, but at first I couldn't find anything. When I finally did, I found a short list of codes, but I had already found more than that just by playing around with different values. So I want to have a look at the source code (it's in flash) to see what all the possible values are. Just like you can do at another hidden part of the site. You can look at the HTML source and see all the valid codes.

#18998 06/20/02 06:55 PM
Joined: Mar 2002
Posts: 562
UGN Supporter
Offline
UGN Supporter
Joined: Mar 2002
Posts: 562
?? What the [censored] are you talking about? There is no source code to flash dude. How do you know it is in flash? There is souce code to PHP which can make flash on the fly. Look

http://macromedia.com

That is the company the makes flash product. Down load the FlashXP 30 trial. It is fully functional it just don't work after 30 days if you don't register it.

Then you can get a better idea of what flash is.

For a tut on how to use it.

http://webmonkey.com The flash 5 tut will teach you enough about this one to have you up in no time.

#18999 06/20/02 09:05 PM
Joined: Mar 2002
Posts: 599
UGN's Resident Homo
Offline
UGN's Resident Homo
Joined: Mar 2002
Posts: 599
ya, that clown is correct


"It's better to burn out, than to fade away."
#19000 06/20/02 09:35 PM
Joined: Mar 2002
Posts: 574
Likes: 1
C
UGN GFX Whore
Offline
UGN GFX Whore
C
Joined: Mar 2002
Posts: 574
Likes: 1
I think maybe he found a hard way of getting to hackthematrix.com or something and found javascript or something. I don't know. Maybe he is just some crazy meth addict friend of Mustard's. no nevermind they are in the pot circle...

#19001 06/21/02 05:06 PM
Joined: Mar 2002
Posts: 562
UGN Supporter
Offline
UGN Supporter
Joined: Mar 2002
Posts: 562
It must be that new flash javascript. <img border="0" alt="[Joker]" title="" src="graemlins/joker.gif" />

This is the source you are lokking for.

Code
 </MAP> <script  language="JavaScript"><!--     
        if(document.images) {
                rollout = new Image(186,79);
                rollout.src = "img/spacer.gif";
        rollover1 = new Image(186,79);
                rollover1.src = "img/morpheuscode.gif";

		rollover2 = new Image(186,79);
                rollover2.src = "img/darrowcode.gif";

	    rollover3 = new Image(186,79);
                rollover3.src = "img/trinitycode.gif";

		rollover4 = new Image(186,79);
                rollover4.src = "img/steakcode.gif";

		rollover5 = new Image(186,79);
                rollover5.src = "img/skrocecode.gif";

		rollover6 = new Image(186,79);
                rollover6.src = "img/darrowcode.gif";		

        rollover7 = new Image(186,79);
                rollover7.src = "img/reflectioncode.gif";		

        rollover8 = new Image(186,79);
                rollover8.src = "img/sagacode.gif";

        rollover9 = new Image(186,79);
                rollover9.src = "img/dejavucode.gif";

   		rollover10 = new Image(186,79);
                rollover10.src = "img/wrongnumbercode.gif";

        rollover11 = new Image(186,79);
                rollover11.src = "img/sentinelcode.gif";

        rollover12 = new Image(186,79);
                rollover12.src = "img/nebcode.gif";
        
        rollover13 = new Image(186,79);
                rollover13.src = "img/neobulletcode.gif";
        
        rollover14 = new Image(186,79);
                rollover14.src = "img/mirrorcode.gif";
        
        rollover15 = new Image(186,79);
                rollover15.src = "img/agentcode.gif";
        
        rollover16 = new Image(186,79);
                rollover16.src = "img/lobbycode.gif";
        
        rollover17 = new Image(186,79);
                rollover17.src = "img/crashcode.gif";
                
        rollover18 = new Image(186,79);
                rollover18.src = "img/codetokyo2.gif";
                
        rollover19 = new Image(186,79);
                rollover19.src = "img/codelaurence2.gif";
                
        rollover20 = new Image(186,79);
                rollover20.src = "img/codecarrie2.gif";
                
        rollover21 = new Image(186,79);
                rollover21.src = "img/codekeanu2.gif";
                
        rollover22 = new Image(186,79);
                rollover22.src = "img/codeowen2.gif";
                
        rollover23 = new Image(186,79);
                rollover23.src = "img/codegeof2.gif";
                
        rollover24 = new Image(186,79);
                rollover24.src = "img/codeguns2.gif";
                
        rollover25 = new Image(186,79);
                rollover25.src = "img/codeskroce2.gif";
                                
        rollover26 = new Image(186,79);
                rollover26.src = "img/chrysaliscode.gif";
                
        rollover27 = new Image(186,79);
                rollover27.src = "img/codebill.gif";
                
        rollover28 = new Image(186,79);
                rollover28.src = "img/codered.gif";    
     
        rollover29 = new Image(186,79);
                rollover29.src = "img/code_explosion.gif";

        rollover30 = new Image(186,79);
                rollover30.src = "img/reload.gif";
 
       <!--  rollover31 = new Image(186,79);
                rollover31.src = "img/jue.gif";--> 
http://hackthematrix.warnerbros.com/

is the root URL to proceed the img statements

in other words

http://hackthematrix.warnerbros.com/img/jue.gif

BTW dude. There isn't 1 once of flash on that site....

#19002 06/24/02 02:26 PM
Joined: Jun 2002
Posts: 168
Member
OP Offline
Member
Joined: Jun 2002
Posts: 168
http://whatisthematrix.warnerbros.com/
"Enter Flash Version"
Click that. You will see a panel at the top of the screen. At the right hand side of the panel there is a yellow button. Click. To the right of the text "HTML Version" is a little square panel. Click to reveal a button. Click.
Another panel comes down covering that one. Open the panel.
This is where you enter the binary access codes. This is not the hackthematrix.com part. Nor is it the part where you enter the text codes. Of which I know all. It's in the HTML code. Easy.
Try a few binary combinations until you find one that lights up the green light, and click enter. I highly recommend 11010100. <img border="0" alt="[Thumb]" title="" src="graemlins/thumb.gif" />

#19003 06/26/02 05:06 AM
Joined: Jun 2002
Posts: 168
Member
OP Offline
Member
Joined: Jun 2002
Posts: 168
So no-one can help?
Did anyone check out the pic?

#19004 06/26/02 09:59 AM
Joined: May 2002
Posts: 81
Junior Member
Offline
Junior Member
Joined: May 2002
Posts: 81
uhh all u do it type in the code that apears on the screen like code=laurence and u get a movie of [censored] they did, its not really hacking it its just kinda a gimick
stupid

#19005 06/26/02 12:19 PM
Joined: Jun 2002
Posts: 168
Member
OP Offline
Member
Joined: Jun 2002
Posts: 168
God damnit!!!
No-one is reading my friggin posts! Read what I posted. I AM NOT TRYING TO GET TO HACKTHEMATRIX.COM!
And I never said it was hacking! I know it's a gimmick!
Just read my post. Geeze.

#19006 06/26/02 12:59 PM
Joined: Mar 2002
Posts: 562
UGN Supporter
Offline
UGN Supporter
Joined: Mar 2002
Posts: 562
http://whatisthematrix.warnerbros.com/

Different site. There is no source man. If you wana see flash source I can show you. It is nothing you can read.

#19007 06/26/02 01:18 PM
Joined: Mar 2002
Posts: 1,273
DollarDNS Owner
Offline
DollarDNS Owner
Joined: Mar 2002
Posts: 1,273
Quote:
Originally posted by SilentRage:
Usually they're .swf files - not .fla. And a much easier way to do things is copy the .swf files from your temporary internet files and open it with IE to view it. But no source code is available unless there is a utility out there that decompiles flash files.

If that's your question, I'd do a search for one.
Paragon, this is the best answer you'll get. The only way you'll find all the right combonations is to try every single one of the 256 possibilities.


Domain Registration, Hosting, Management
http://www.dollardns.net
#19008 06/26/02 01:41 PM
Joined: Jun 2002
Posts: 168
Member
OP Offline
Member
Joined: Jun 2002
Posts: 168
Quote:
Originally posted by Le4rner:
http://whatisthematrix.warnerbros.com/
Different site. There is no source man. If you wana see flash source I can show you. It is nothing you can read.
OMG! You finally clued in!
About the source, there has to be! How can there not be? Are you sure flash source is nothing you can read? I am learning to program, I would think I'd be able to figure out enough that I can tell what the codes are.
There has to be a way to see the source.

#19009 06/26/02 06:51 PM
Joined: Mar 2002
Posts: 562
UGN Supporter
Offline
UGN Supporter
Joined: Mar 2002
Posts: 562
There you go mother [censored]. Read it.

Code
 
FWS�&#381;x_ C&#8224; *P&#8240;?
�&#8211;&#8211;12"&#8211;&#8211;5"� � 
&#8482;p&#8211; /loader&#8211;@&#8211;&#8211;
12"&#8211;&#8211;5" &#8211;100 #&#8211; 
percent&#8211;&#8211;12"&#8211;&#8211;5" 
&#8211;100 &#8211;%!�)
�&#8226;����&#8364;������5���~/��K��&#8218
;Ѣ&#8224;?�\({����&#338; &#381;`
{����#2�j��H�&#8216; dnn&#8249;�&#353; 
&&#8364;�(�.Po &#8250;� 
&#8217;&#8222;&#8218;�f &#8364; 
F��D�&#352;�_0���&#8482;���&#382;�w��&#8249
;*0���&#8482;���&#382; a2Z],���) 
�&#8230;�s�&#8364;Q&#8211;�&#352;��0�2\k�
_�&#339;#��T&#382;?
&#8240;�&#8249;�U�&#8216;tUA�&#8224;PtaJP� 
���ZD8&#8482;�k&#8224;�̤�`&#732;f��?
�F~&M��h&#8364;&#353;�6S`D����4&#8240; 
����gCص�&#8364;�
(�K�Z��&#8220;�&#8240;GY�:�T�T9�l��Mj4�l�.�
6�k��M �� 
f;�6��6�6&#8217;&#376;�t&#710;&#8224;q#*toJ�-
6�Ji�(��{&��[=F �F&#8364;qɭ&#8222;�&#339;&#376; 
(��L&#8211;جɬ�ސ�ݵ�����/X�=�&#382;�&#381;��$�
��]E��^�&#8364;xlU� &#8225;�!&#8224; 
&#8221;�ҍ&#8482;X��E��nߢLk9@[+�E*x��$H 
P^�| &#710;&#732;B�&#8249;: 
v7�&��&#381;&#8482;G&#8217;�4�M5i�Y9  
�x^I�$G5&#8216;?�4�%
+��&#8225;X'&#8482;���v�I�����'�u�
{��&#382;��&�Az� 
E2�&#352;˼�vz&#338;4��to:e���=ܽ��Ƿ��2@Hkm
I0�&#8211;�B�K�&#8364;t�4oAۤ&#8211;Az��z�&#821
1;�V�&#8218;&#8224;U\�q� &#381;V91v0d� 
�ӝ�&#8220;f�B�&#353;�&#8212;�7�U��mz��xr-
��F�&#8216;ZC
This is only a sample of this

http://rrfn.promodtecnologies.com/Flash/SWgangsta.swf

There is more than Gizzmo would probably care for me to post left to it. But if you can read it I can e-mail it to you. But you can't read t so don't say you can. It's a gimmic man. get over it. they put it there to keep people like you coming back. It worked. Download yourself a copy of flash for christ sakes and see for your self.

#19010 06/27/02 08:18 AM
Joined: Jun 2002
Posts: 168
Member
OP Offline
Member
Joined: Jun 2002
Posts: 168
There's got to be a way to see the source.
Everything else has source, everything can be disassembled, what could be so different about flash?

#19011 06/27/02 11:38 AM
Joined: Mar 2002
Posts: 1,273
DollarDNS Owner
Offline
DollarDNS Owner
Joined: Mar 2002
Posts: 1,273
you must not be reading what I'm saying here. .swf files are compiled, not executeables of course, but they are a compilation of images and whatever active content. I told you to go search for a utility that may decompile flash files. Have you done this? If so, and you didn't find any, then you're [censored] out of luck. Comprende?


Domain Registration, Hosting, Management
http://www.dollardns.net
#19012 06/27/02 01:52 PM
Joined: Mar 2002
Posts: 562
UGN Supporter
Offline
UGN Supporter
Joined: Mar 2002
Posts: 562
Code
FWS�&#381;x_ C&#8224; *P&#8240;?
�&#8211;&#8211;12"&#8211;&#8211;5"� � 
&#8482;p&#8211; /loader&#8211;@&#8211;&#8211;
12"&#8211;&#8211;5" &#8211;100 #&#8211; 
percent&#8211;&#8211;12"&#8211;&#8211;5"   
That is it raw right?

I seem to rember something from a cracking tut I read. FWS must mean flash file... Anyone know what I'm talking about? I can tell you when you break apart a flash file the amout of [censored] that comes out is unreal. Just imagein the source for every image, and the source for all the movement, and such... It would be quite a bit to read through.

And that site could easily be done with php, creating flash animations on the fly. They would return a *swf file to your browser.

#19013 06/27/02 04:34 PM
Joined: Mar 2002
Posts: 143
Member
Offline
Member
Joined: Mar 2002
Posts: 143
uhh, you're dumb. the answer is no. as most people have said; you cannot disassemble a flash file. im sure theres some kind of header as learner was saying which may have the frame rate, dimensions, and other stuff like that, but a flash file basically is just a load of commands and formulas that tell the player what to do. from what ive learned from the few macromedia seminars that i went to, which were a total waste of time, the .swf contains very very complicated formulas that draw out all the vectors and such in the movie. i doubt that you could find it, but there might be the action script stored someplace in the file, cuz, well, it has to be someplace.

so, with what ive seen of you, you are no way near intelligent enough to find what you are looking for.

#19014 06/27/02 05:20 PM
Joined: Mar 2002
Posts: 562
UGN Supporter
Offline
UGN Supporter
Joined: Mar 2002
Posts: 562
So you know what I am talking about about the file header? I think it was a tut on the basics of cracking....

#19015 06/27/02 07:35 PM
Joined: Feb 2002
Posts: 7,203
Likes: 11
Community Owner
Offline
Community Owner
Joined: Feb 2002
Posts: 7,203
Likes: 11
For Flash 3 they had an ap that could decompile them, They don't have any recent ones though, i've looked since 4.0.


Donate to UGN Security here.
UGN Security, Back of the Web, and VNC Web Services Owner
#19016 06/28/02 05:34 AM
Joined: Mar 2002
Posts: 1,273
DollarDNS Owner
Offline
DollarDNS Owner
Joined: Mar 2002
Posts: 1,273
There we go, Gizmo backed up my words. I disagree with olosoft and think that it IS possible to decompile flash files - but according to Gizmo, nobody has figured out how yet so there's no help for ya Paragon.

peace


Domain Registration, Hosting, Management
http://www.dollardns.net
#19017 06/28/02 06:58 AM
Joined: Feb 2002
Posts: 7,203
Likes: 11
Community Owner
Offline
Community Owner
Joined: Feb 2002
Posts: 7,203
Likes: 11
Theive found ways to before, theil find a way to again, but it'll be a [censored] and i'll give major props to whomever does it. Hell, find a way to do it and i'll give you a 1meg pop3 email address for a year or two.


Donate to UGN Security here.
UGN Security, Back of the Web, and VNC Web Services Owner
#19018 06/28/02 09:40 AM
Joined: Mar 2002
Posts: 1,273
DollarDNS Owner
Offline
DollarDNS Owner
Joined: Mar 2002
Posts: 1,273
haaaaaaaahahaha... I'd take an email address if you PAID me - but nothing less.


Domain Registration, Hosting, Management
http://www.dollardns.net
#19019 06/28/02 01:36 PM
Joined: Mar 2002
Posts: 562
UGN Supporter
Offline
UGN Supporter
Joined: Mar 2002
Posts: 562
Well sure you are right there SR, But this guy will not be the one to figure it out. So to him it is simply there is no way. <img border="0" alt="[Joker]" title="" src="graemlins/joker.gif" />

#19020 06/29/02 01:27 AM
Joined: Feb 2002
Posts: 7,203
Likes: 11
Community Owner
Offline
Community Owner
Joined: Feb 2002
Posts: 7,203
Likes: 11
Quote:
Originally posted by SilentRage:
haaaaaaaahahaha... I'd take an email address if you PAID me - but nothing less.
lol...


Donate to UGN Security here.
UGN Security, Back of the Web, and VNC Web Services Owner
#19021 06/29/02 05:31 AM
Joined: Mar 2002
Posts: 1,273
DollarDNS Owner
Offline
DollarDNS Owner
Joined: Mar 2002
Posts: 1,273
heh, wow, I was pretty darn rude there. It's just I get 1 pop3 enabled FREE email account and I'm set. All these sites pushing free email addresses on me and it just seems so absurd to pay for one.


Domain Registration, Hosting, Management
http://www.dollardns.net
#19022 06/29/02 06:28 AM
Joined: Feb 2002
Posts: 7,203
Likes: 11
Community Owner
Offline
Community Owner
Joined: Feb 2002
Posts: 7,203
Likes: 11
The whole fact of the matter is that its not FREE to run UGN, therefore giving something away free isn't a possibility at this time.


Donate to UGN Security here.
UGN Security, Back of the Web, and VNC Web Services Owner
#19023 06/29/02 06:42 AM
Joined: Mar 2002
Posts: 1,273
DollarDNS Owner
Offline
DollarDNS Owner
Joined: Mar 2002
Posts: 1,273
oh I know I know. I'm not telling you to give out email accounts free. My point is that email accounts isn't very marketable. Using them as awards or whatever isn't really attractive - which is why I laughed. smile


Domain Registration, Hosting, Management
http://www.dollardns.net
#19024 06/29/02 12:46 PM
Joined: Feb 2002
Posts: 7,203
Likes: 11
Community Owner
Offline
Community Owner
Joined: Feb 2002
Posts: 7,203
Likes: 11
I only offered it since no one wants to "purchase" one lol...


Donate to UGN Security here.
UGN Security, Back of the Web, and VNC Web Services Owner
#19025 07/01/02 12:46 AM
Joined: Mar 2002
Posts: 599
UGN's Resident Homo
Offline
UGN's Resident Homo
Joined: Mar 2002
Posts: 599
its not free to run ugn??????? where have i been


"It's better to burn out, than to fade away."
#19026 07/01/02 02:02 AM
Joined: Feb 2002
Posts: 7,203
Likes: 11
Community Owner
Offline
Community Owner
Joined: Feb 2002
Posts: 7,203
Likes: 11
hahahahaha /rolls uNF. It never has been free, we're 100% legit... I'm trying to work something with the host thought but they don't wanna hear it...


Donate to UGN Security here.
UGN Security, Back of the Web, and VNC Web Services Owner
#19027 07/02/02 05:52 AM
Joined: Jun 2002
Posts: 168
Member
OP Offline
Member
Joined: Jun 2002
Posts: 168
Well, I found a flash decoder and have found everything I need. Thanks anyway.

#19028 07/02/02 08:28 AM
Joined: Mar 2002
Posts: 1,273
DollarDNS Owner
Offline
DollarDNS Owner
Joined: Mar 2002
Posts: 1,273
Quote:
Originally posted by Gizmo:
Theive found ways to before, theil find a way to again, but it'll be a [censored] and i'll give major props to whomever does it. Hell, find a way to do it and i'll give you a 1meg pop3 email address for a year or two.
'bout time you took my advice. And as gizmo said above, spread the love cause other people may want to do the same ya know.


Domain Registration, Hosting, Management
http://www.dollardns.net
#19029 07/02/02 01:00 PM
Joined: Mar 2002
Posts: 562
UGN Supporter
Offline
UGN Supporter
Joined: Mar 2002
Posts: 562
Quote:
Well, I found a flash decoder and have found everything I need. Thanks anyway.
<img border="0" alt="[Joker]" title="" src="graemlins/joker.gif" />

Prove it.

#19030 07/03/02 05:35 AM
Joined: Jun 2002
Posts: 168
Member
OP Offline
Member
Joined: Jun 2002
Posts: 168
?!
It's right here .
You can see the functions performed, all the images, URLs it sends you to, movie clips, etc.

Page 1 of 2 1 2

Link Copied to Clipboard
Member Spotlight
Posts: 30
Joined: June 2002
Forum Statistics
Forums41
Topics33,840
Posts68,858
Average Daily Posts1
Members2,176
Most Online3,253
Jan 13th, 2020
Latest Postings
Where and how do you torrent?
by danni75 - 03/01/24 05:58 AM
Animation,
by JohanKaariainen - 08/15/19 01:18 AM
Blackbeard.....
by Gremelin - 10/03/18 07:02 PM
my old account still exists!
by Crime - 08/10/18 02:47 PM
Okay WTF?
by HenryMiring - 09/27/17 01:45 AM
The History Thread...
by Gremelin - 08/11/17 12:11 PM
My friend NEEDS your HELP!
by Lena01 - 07/21/17 12:06 AM
I'm having fun with this guy.
by gabithompson730 - 07/20/17 01:50 AM
I want to upgrade my phone
by gabithompson730 - 07/20/17 01:49 AM
Doom 3
by Cyrez - 09/11/14 08:58 PM
Amazon Gift Card Generator/KeyGen?te
by Gecko666 - 08/22/14 09:21 AM
AIM scene 99-03
by lavos - 09/02/13 08:06 AM
Planetside 2
by Crime - 03/04/13 07:10 AM
Beta Testers Wanted
by Crime - 03/04/13 06:55 AM
Hello Everyone
by Gremelin - 02/12/12 06:01 PM
Tracfone ESN Generator
by Zanvin Green - 01/18/12 01:31 PM
Python 3 issue
by Testing - 12/17/11 09:28 PM
tracfone airtime
by Drache86 - 07/30/11 03:37 AM
Backdoors and the Infinite
by ZeroCoolStar - 07/10/11 03:52 AM
HackThisZIne #12 Releaseed!
by Pipat2 - 04/28/11 09:20 PM
gang wars? l33t-wars?
by Gremelin - 04/28/11 05:56 AM
Consolidate Forums
by diggin2deep - 04/21/11 10:02 AM
LAN Hacking Noob
by Gremelin - 03/12/11 12:42 AM
Top Posters
UGN Security 41,392
Gremelin 7,203
§intå× 3,255
SilentRage 1,273
Ice 1,146
pergesu 1,136
Infinite 1,041
jonconley 955
Girlie 908
unreal 860
Top Likes Received
Ghost 2
Crime 1
Ice 1
Dartur 1
Cyrez 1
Powered by UBB.threads™ PHP Forum Software 7.7.5