Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Need Help to create a BOT in a flash player game

The game is HBETA.fr i need to create a BOT how send automatic messages. game informations are: Client.addVariable("connection.info.host", "149.202.223.22"); Client.addVariable("connection.info.port", "30001"); Client.addVariable("sso.ticket", "SYSTEMCMS-4457f8ed0c5e5ff7757f8ed0c5e6509857f8ed0c5e69f-SYSTEMCMS"); (sso.ticket is like the acces token) and there's those who defind the game: <link rel="shortcut icon" href="http://hbeta.net/img/favicon.ico" type="image/vnd.microsoft.icon"/> <script src="https://code.jquery.com/jquery-latest.js" type="text/javascript"></script> <script src="http://hbeta.net/js/client_flash.js"></script> <script src="http://hbeta.net/js/hbetaflashclient.js" type="text/javascript"></script>

Thanks for help ;)