Jump to content

Help with the last bsplayer pro version...


alebulo

Recommended Posts

I used for a 2.30 version this code in script:

Run("C:\Program Files\Webteh\BSplayerPro\bsplayer.exe")

WinWaitActive("BSplayer")
Send("{F1}r")
Send("YourName{TAB}1234567890ABCDEF1234567890ABCDEF12345{TAB}{ENTER 2}")

but now this version put a new windows, an need put de register button...

any help?

Link to comment
Share on other sites


Registration info is stored in %appdata%\BSplayer PRO\key.reg (for administrator) or in installation folder (for all users).

You can copy that file after installation, but will work only on the computer where registration was done due to a hardware check.

Edit.

Edited by radix
Link to comment
Share on other sites

Make silent install from bsplayer with /S

then put that code {only fresh install}

change the serial information

thats it works for me

Opt("WinWaitDelay",100)

Opt("WinTitleMatchMode",4)

Opt("WinDetectHiddenText",1)

Opt("MouseCoordMode",0)

Run('BS.Player.Pro.v2.31.exe')

Sleep(15000)

Run("C:\Program Files\Webteh\BSplayerPro\bsplayer.exe")

WinWait("registration information","Register for all use")

If Not WinActive("registration information","Register for all use") Then WinActivate("registration information","Register for all use")

WinWaitActive("registration information","Register for all use")

Send("USER{TAB}41745322C984F0A4EF496ADCF573E69C4M375741475R{TAB}{ENTER}")

Sleep(1000)

processclose ("bsplayer.exe")

Edited by ghostE
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...