Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 06-22-2007, 08:15 PM
oracle3001 oracle3001 is offline
Senior Member
 
Join Date: Nov 2006
Posts: 184
Default Full Tilt Auto Reloader AHK Script

Having a bit of trouble getting this to work (using v1.1). Turn on the debug and have found that the error message is

"Couldn't find startpoint for stack"

The image debug shows the white box in the correct place with regards to where I am sitting.

I am using the standard 6-max table with avatars turned off.

Doesn't look like the script has been updated for 7 months, so maybe full tilt have altered something in their software since which break this script.

Would be great to have this up and running again, and in fact running for all sites, where auto reload to the max happens without having to think about it when multi-tabling.
Reply With Quote
  #2  
Old 06-23-2007, 12:39 AM
HalvSame HalvSame is offline
Senior Member
 
Join Date: May 2006
Posts: 391
Default Re: Full Tilt Auto Reloader AHK Script

Yeah, it's been broken for a while now. I don't play on FTP any more so I kinda lost the incentive to update it. If anyone wants to have a go at it go right ahead, of course.
Reply With Quote
  #3  
Old 06-23-2007, 02:42 AM
ryanj247 ryanj247 is offline
Senior Member
 
Join Date: Mar 2005
Posts: 458
Default Re: Full Tilt Auto Reloader AHK Script

this script works with the current version of ftp. but it's tricky.

i'm not going to type up the whole explanation. if you need help figuring it out pm me with your msn/aim

for that error the first thing you need to do is make sure you have the "images" folder that came in the zip file in the same folder as the ahk file.
Reply With Quote
  #4  
Old 06-23-2007, 06:22 AM
oracle3001 oracle3001 is offline
Senior Member
 
Join Date: Nov 2006
Posts: 184
Default Re: Full Tilt Auto Reloader AHK Script

PM sent, BTW I unzipped everything into the same directory.
Reply With Quote
  #5  
Old 07-02-2007, 08:48 AM
tubasteve tubasteve is offline
Senior Member
 
Join Date: Oct 2005
Location: 3-bet
Posts: 7,271
Default Re: Full Tilt Auto Reloader AHK Script

bump, can someone help me figure this out? i have all the proper files but when i run the script nothing happens.

thanks.
Reply With Quote
  #6  
Old 07-02-2007, 11:04 AM
Paul B. Paul B. is offline
Senior Member
 
Join Date: Mar 2005
Location: Thailand soon?
Posts: 5,160
Default Re: Full Tilt Auto Reloader AHK Script


[ QUOTE ]
;------------ LOOP AUTO BUYIN ----------------------------------------
Loop
{
IfWinExist, Get Chips
{
WinGet, idlist, list, Get Chips
Loop, %idlist%
{
id := idlist%A_Index%
ControlFocus, Button2, ahk_id%id%
ControlGetFocus, focusCTRL, ahk_id%id%
if (focusCTRL = "Button2")
{
ControlSend, Button2, {SPACE}, ahk_id%id%
ControlFocus, FTCSkinButton1, ahk_id%id%
ControlSend, FTCSkinButton1, {SPACE}, ahk_id%id%
}
else
{
ControlFocus, FTCSkinButton2, ahk_id%id%
ControlSend, FTCSkinButton2, {SPACE}, ahk_id%id%
}
}
}
}




[/ QUOTE ]
Reply With Quote
  #7  
Old 07-31-2007, 07:30 PM
DaycareInferno DaycareInferno is offline
Senior Member
 
Join Date: Jun 2007
Location: wot u say
Posts: 1,286
Default Re: Full Tilt Auto Reloader AHK Script

where can you get the images for the script? all i see on the overcards page and thread is the ahk code.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:06 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.