|
-
Sep 17th, 2006, 07:16 PM
#1
Thread Starter
New Member
Connect to Dcr Raw Data?
The games made with macromedia Director are games that uses Shockwave, normaly their extension is .Dcr, and is too and connection Client-Server.
I heard that they send info that is hide called Raw Data, reading in other pages i found that connecting to my pc to ports 4 - 8 Its possible to see that raw data.
I come here to ask, if someone can help me with this, if someone knows about that raw data and how to connect to my own pc to see those data.
Please help.
Thank
-
Sep 18th, 2006, 05:22 PM
#2
Re: Connect to Dcr Raw Data?
 Originally Posted by Zidkon
I heard that they send info that is hide called Raw Data, reading in other pages i found that connecting to my pc to ports 4 - 8
TCP ports? COM ports? Which ports?
Its possible to see that raw data.
Sure. You just haven't given us enough information to tell you how to do it.
Of course, since it's raw data, even if you could see it, it probably wouldn't mean anything to you. It's just a bunch of numbers - what they mean is up to the program that's using them. Any given number could stand for anything.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Sep 18th, 2006, 08:32 PM
#3
Thread Starter
New Member
Re: Connect to Dcr Raw Data?
TCP ports.
Maybe you have an advanced idea about raw data, but in some games that are in .dcr format, raw data means some commands that the client send to the server who will perform them.
The game I'm trying to read Raw Data, is called Habbo Hotel, and Virtual Chat, that have furniture and you can trade etc.
Well, in that game, every action sends raw data to the server, that raw data is like [Header][Data][Finish], so in a memory editor we change that headers and try to find a way to confuse the server.
What i heard Dcr Raw Data ports are between 4 and 8, and I think that I have to connect to my computer, cuz the client (my pc) sends that raw data to the server.
Amm I havent given u all the info, can u plz tell me what info needs?
Thank you.
-
Sep 24th, 2006, 10:00 PM
#4
Re: Connect to Dcr Raw Data?
The actual TCP ports for one thing. They're between 1025 and 65000. Then you just run a port sniffer on the port and watch the data.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Sep 25th, 2006, 02:30 PM
#5
Thread Starter
New Member
Re: Connect to Dcr Raw Data?
Amm.. Yeah, that could help me a lot, but I want to know how to make on in VB, that could be better ^^.
If u know i ll thank u :P
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|