alebulo Posted July 13, 2009 Posted July 13, 2009 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?
radix Posted July 13, 2009 Posted July 13, 2009 (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 July 13, 2009 by radix
ghostE Posted July 14, 2009 Posted July 14, 2009 (edited) Make silent install from bsplayer with /Sthen put that code {only fresh install}change the serial informationthats it works for meOpt("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 July 14, 2009 by ghostE
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now