Inspired Posted January 24, 2007 Posted January 24, 2007 Hi,As im trying to learn some programming, i figured why not try to make a pokerbot working I downloaded the PartyPoker bot, discussed in another topic on the forum, ( http://www.autoitscript.com/forum/index.ph...p;hl=PartyPoker )But i cant even get that to work First of all, the script is supposed to just be in tray, and not as a window?And second, im reading in the script, to see if i can see any errors (yes, i used the AutoIt window info thingie and got the location of the "lights") but i cant get the window-names to be identical.In the script its written Global $tablename = "Play money 4015100"But the window is (according to WindowIt) called Play money 4015100 - Good Luck <nickname> Hold'em- (5/10) and some more, is that right?Does it exist a "wildcard" like * or something so if i write Global $tablename = "Play money *"it'll find the only window starting with "Play money"?The script does not generate any errors, its just in tray, not doing or saying anything.Im sure you guys are tired of newbies in this forum, but if you like, i would apriciate any help i get.Sorry for my bad English.//Inspired
Zedna Posted January 24, 2007 Posted January 24, 2007 Look into HelpFile at Opt('WinTitleMatchMode') Resources UDF ResourcesEx UDF AutoIt Forum Search
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now