Jump to content

Recommended Posts

Posted

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?


Posted (edited)

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
Posted (edited)

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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