Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hello,

I'm implementing software to casino auto-play. I'm using .NET technology and C# language. The main problem is how to capture data from casino game (here is the link to the game http://www.bet-at-home.com/redirNetentCasino.aspx?game=lrblackjack2-3h&pff=True ). I have never been dealing with Flash so I don't know a lot about this technology.

Well, I know that In the game we have server and client. Server is sending data to client and client is responding. For example server is sending information about dealt cards. My question is it's possible to capture data sent by server to client, I quess it is?? I need to now what kind of card I'm receiving. This data is sent in readable format or is ciphered?? Could you give me some hints?

The second option is to use a screen capture.. but this is very slow method. What are you thinking??

Thank you for help.

Regards,
Pablo
Posted
Updated 11-Aug-12 14:21pm
v2

1 solution

Sending data to and from a Macromedia Flash movie to any hosting application will require a call to the FSCommand function, and this is done inside Macromedia Flash during design of the clip. So you donot have any straight forward method to capture data, because you do not host it, and you do not have FSCommand functionality built on flash movie.

The requirement of you is type of hacking. You need to capture data from low level. WinPCap, or SharpPCap will be of some help.

http://www.winpcap.org/[^]

http://sourceforge.net/projects/sharppcap/[^]

Thanks,

Kuthuparakkal
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900