Poker Night at the Inventory

Poker Night at the Inventory

42 ratings
Poker Night at the Inventory: How to get Straight Flush Achievement
By Ivan St. John
How to easy obtain this achievement:
   
Award
Favorite
Favorited
Unfavorite
Video
What to do and script
How to easy obtain this achievement:

If you'd like to try to automate the process, here's what you do:
Start the game in windowed mode (800x600 best) and begin a tournament.
In settings, set the dialogue to minimum.
If you have not collected all of the game items from the other players, you may want to do so first. The script is not currently coded to handle them. After playing for an item, a dialogue box will appear that needs to be clicked away.
Install AutoHotkey http://www.autohotkey.com/
Save the following script to a file 'poker.ahk' on your desktop
______________________________________________________________________________
COPY ALL BELLOW::::


; This script will keep playing Poker Night at the Inventory

SetDefaultMouseSpeed,0
WinWaitActive Poker Night at the Inventory
Run()

; To stop the application at any time, simply press the Escape button
Escape::ExitApp

;Run the whole application indefinitely
Run() {
while true {
ClickCall()
SkipDialogue()
DealNewGame()
Sleep,500
}
}

ClickCall()
{
Click,182,520
}

SkipDialogue()
{
Click, right, 182, 520
}

DealNewGame()
{
Click,495,540
}

_____________________________________________________________________________
Double-click the 'poker.ahk' file to load the script, and switch back to the game. The script should start running automatically.
Hit 'escape' to exit the script at any time.

Leave the program running to continuously play poker and earn the Straight Flush achievement (or any of the others) while you watch, sleep or jogging...

Originaly posted and thanks to pokerdan99, i change script so that you can faster get this achievement.
Poker


and finaly....

18 Comments
StrikE.cz 16 Jan @ 9:25pm 
I got the Achievement after aporx. 15 hours of grinding it. In addition to using the script, I also use Cheat Engine, where I set game speed to 20. It didn't work perfectly with this script because it usually turns on watching the rest of the game when you're busted out, but with this speed is so much faster.
Denoch 26 Dec, 2024 @ 2:56pm 
This script worked for me but holy hell. I’m 60 hrs in and still haven’t unlocked the achievement.
Yoh 9 May, 2024 @ 4:15am 
Still works, thanks man
EvieSeries 8 Apr, 2022 @ 12:48pm 
Yeah it doesn't work, sorry :/
Ivan St. John  [author] 12 May, 2021 @ 12:50pm 
Start the game in windowed mode, it's like that when you start a script you can do nothing on windowed screen, it do it by himself bro, it's like that
Matsusaka Beef 12 May, 2021 @ 11:46am 
yes i did script and it works good but it not pressing buttons it misses them
Ivan St. John  [author] 12 May, 2021 @ 11:44am 
Did you install Autohotkey?
Matsusaka Beef 12 May, 2021 @ 11:41am 
script work
but it cannot press button correctly
Ivan St. John  [author] 12 May, 2021 @ 11:28am 
It work, you must copy/paste script in description exactly as it is...it took some time but it work...
Matsusaka Beef 12 May, 2021 @ 7:23am 
it doesnt work for me(