Seeking Virtual Strip/Virtual Poker Games

qqqsss1

New Member
Jun 18, 2020
12
5
New opponent:





Thank you for the input. Since my last post, I've been experimenting with the vs4 files and eventually reached the same conclusion regarding the four-element XOR array. Since none of the elements exceed 15 (or F in hex), the entire key can be represented using just 2 bytes - meaning there are only 65,535 possible combinations to brute-force the XOR. For anyone wondering what's there it is a description of opponent with text for each stage. The same thing is available if you request a opponent on web version with getbot.php (although recent opponents miss this info..)

I was also able to correctly guess some metadata information about opponent around this section of the file including game stats like aggressive, flair, reinforce (again check getbot.php request), cash (did you know there are only two opponents that have different amount of cash than the rest? :unsure:), number of stages (known as count) and opp number.

Analyzing this was quite enjoyable, and it felt satisfying to figure things out just by reading the hex values.



You can't post links here unless you have 3 posts which I forgot about when I made that comment :)
Do you know how vs4 files with the new format can be opened as playable videos? I had a program (vsp2movie) that would convert the old format to avi files, but the new ones don't work (it converts them to mpg files that will not play
 

danyro85

New Member
Oct 22, 2024
2
4
Do you know how vs4 files with the new format can be opened as playable videos? I had a program (vsp2movie) that would convert the old format to avi files, but the new ones don't work (it converts them to mpg files that will not play
There was a post about this a few pages back:

"Here is the new version. It will convert the old VS4 files to avi and the new VS4 files to MP4.
The old Classic VID and VSP files can not converted with this version any more.
Folder 'New VS4 to AVI or MP4 version 105'

"
 

Rhodanaj

Newbie
Oct 25, 2020
66
87
Is there a way to convert the vs4 files on a mac? Seems like all you fellas are pc guys?
Before I made a program for converting the vs4 files to a video file, I always did this manually. It's more work, but it can be done.
You can use a Hex editor like ImHex (a free editor for Mac, Windows or Linux) for it. ( )
Take a look at post #291 from april 25 2025, what you have to change in the vs4 file.
 
  • Like
Reactions: mmd225 and qqqsss1