eduard77 Posted November 30, 2010 Share Posted November 30, 2010 I'd like to make myself a poker software that plays itself on all sites. What I don't know is how to get the variables names that I need. I need the cards variables name and the buttons name. Any suggestion how I do it? Or if I could read the from the screen somehow. Thanks Link to comment https://forums.phpfreaks.com/topic/220234-poker-software/ Share on other sites More sharing options...
ManiacDan Posted November 30, 2010 Share Posted November 30, 2010 You need to provide a LOT more information than that. What sites? What technology? Which poker? Also, generally speaking gambling robots are illegal and a violation of the gambling sites' terms of service. -Dan Link to comment https://forums.phpfreaks.com/topic/220234-poker-software/#findComment-1141356 Share on other sites More sharing options...
eduard77 Posted November 30, 2010 Author Share Posted November 30, 2010 I don't want to do anything illegal I just want to know how it works a software like this. I used to play on fulltilt but it takes a lot of time and I don't have it. So I want to make a software that could play instead of me the way that I want it to play. Link to comment https://forums.phpfreaks.com/topic/220234-poker-software/#findComment-1141371 Share on other sites More sharing options...
ManiacDan Posted November 30, 2010 Share Posted November 30, 2010 Well...good luck. Step 1: Learn a programming language. Full tilt does not allow poker bots, google for "full tilt bot lawsuit." Link to comment https://forums.phpfreaks.com/topic/220234-poker-software/#findComment-1141374 Share on other sites More sharing options...
eduard77 Posted November 30, 2010 Author Share Posted November 30, 2010 I know how to program in c++ and also in PHP. I know the basics and even a little more but I have no practice. Link to comment https://forums.phpfreaks.com/topic/220234-poker-software/#findComment-1141430 Share on other sites More sharing options...
Rifts Posted November 30, 2010 Share Posted November 30, 2010 lol you can not program a fulltilt bot using php Link to comment https://forums.phpfreaks.com/topic/220234-poker-software/#findComment-1141442 Share on other sites More sharing options...
eduard77 Posted November 30, 2010 Author Share Posted November 30, 2010 I know that I need c++ for this because is an application that is installed on my computer. And I come back to my first question: how do I find out which are the variables that I have to use . Link to comment https://forums.phpfreaks.com/topic/220234-poker-software/#findComment-1141449 Share on other sites More sharing options...
prcollin Posted November 30, 2010 Share Posted November 30, 2010 I know that I need c++ for this because is an application that is installed on my computer. And I come back to my first question: how do I find out which are the variables that I have to use . You should probably just not attempt it cause it's illegal for one, and two noone on here is going to help you create an illegal app, especially a C++ on in a PHP forum. Link to comment https://forums.phpfreaks.com/topic/220234-poker-software/#findComment-1141461 Share on other sites More sharing options...
ManiacDan Posted November 30, 2010 Share Posted November 30, 2010 Also, you're asking the wrong question, which doesn't help. There's no answer to "what variables do I use?" You use whatever you need to make a working program. That being said, this is way out of your league, against the FullTilt terms of service, and is illegal in some states and countries. Locking this thread before it gets worse. -Dan Link to comment https://forums.phpfreaks.com/topic/220234-poker-software/#findComment-1141467 Share on other sites More sharing options...
Recommended Posts