![]() |
|
|||||||
| View Poll Results: poll | |||
| < 1K |
|
24 | 28.57% |
| 1-10K |
|
18 | 21.43% |
| 10-100K |
|
11 | 13.10% |
| 100-500K |
|
6 | 7.14% |
| 500-1000K |
|
3 | 3.57% |
| > 1000K |
|
22 | 26.19% |
| Voters: 84. You may not vote on this poll | |||
![]() |
|
|
Thread Tools | Display Modes |
|
#211
|
|||
|
|||
|
Hey,
I'm not sure if it will work or not but I changed some settings and redownloaded the pstars client, but.. What are the hotkeys? I have a laptop with no scroll wheel or anything, so how do I change the proggy to fit my needs? Thanks! |
|
#212
|
|||
|
|||
|
Hi TheProdigy_4,
[ QUOTE ] What are the hotkeys? I have a laptop with no scroll wheel or anything, so how do I change the proggy to fit my needs? [/ QUOTE ] Right near the top of the script code, you will see a couple of sections that setup the hotkeys - these are identified by a double-colon (: ![]() Open the script with notepad. For example, in the default script, there is the section that sets up the middle mouse button: ---------------------------------------------------------------------------- ~MButton:: Pot(getid(),"1 1 0.75 0.66", "smallblind", "ssnl", 0) return ---------------------------------------------------------------------------- If you wanted to change this to use (for example) the "R" key, change it to: ---------------------------------------------------------------------------- ~<font color="red">R</font>:: Pot(getid(),"1 1 0.75 0.66", "smallblind", "ssnl", 0) return ---------------------------------------------------------------------------- Save & reload the script, and the new hotkey will take effect. I'm sure you get the idea - If not, let me know [img]/images/graemlins/smile.gif[/img] dave. |
|
#213
|
|||
|
|||
|
[ QUOTE ]
this will be in the next update [/ QUOTE ] eta? |
|
#214
|
|||
|
|||
|
[ QUOTE ]
[ QUOTE ] this will be in the next update [/ QUOTE ] eta? [/ QUOTE ] At a safe guess, Monday night. I wanted to get it done tonight, but I spent all my time figuring out how to make a GUI for StarsPlanner - never done AHK GUI before - was kinda tricky. Took longer than I hoped, and not quite done ywt (but I do know how to make a GUI now [img]/images/graemlins/smile.gif[/img] ) Will probably be up tomorrow night after some cleaning / tesing, but Monday night is a more safe ETA [img]/images/graemlins/smile.gif[/img] dave. |
|
#215
|
|||
|
|||
|
How would i make the up/down buttons control it? Is it just UP ...? heh
|
|
#216
|
|||
|
|||
|
[ QUOTE ]
How would i make the up/down buttons control it? Is it just UP ...? heh [/ QUOTE ]lookie here for the list of all ahk supported keys: http://www.autohotkey.com/docs/KeyList.htm The up arrow key is indeed "up". |
|
#217
|
|||
|
|||
|
Ok, I got it to actually pick up...
I set the debug up, and it seems to be picking up everything right(the bottom line is what is supposed to be bet, right?) Unfortunately after it finds all this, it only fills in 0.0000 in the bet amount. So it looks as though it is finding the right numbers, but not filling in the bet amount in the actual field |
|
#218
|
|||
|
|||
|
Posted in the other thread but I'll post here aswell.The script is working on the $-tables on Crypto but not the £-tables, any ideas?
|
|
#219
|
|||
|
|||
|
Is the update ready to download? Thanks.
|
|
#220
|
|||
|
|||
|
Has anyone gotten this to work?
|
![]() |
|
|