Specific scam site database flooder
- Browser script
- open specific scam site
- paste
2.minified.js
or3.original.js
to the console
(seele) { | |
encode gzip | |
header Strict-Transport-Security "max-age=31536000; includeSubDomains" | |
header X-Frame-Options "SAMEORIGIN" | |
header X-Content-Type-Options "nosniff" | |
header Content-Security-Policy "default-src https: 'unsafe-inline' 'unsafe-eval';media-src blob: https:;worker-src blob: https:" | |
header Permissions-Policy "geolocation=(self), microphone=()" | |
header Referrer-Policy "no-referrer" | |
} |
#include <cmath> | |
#include <iostream> | |
using namespace std; | |
using ll = long long; | |
using ull = unsigned long long; | |
#define echo cout << | |
#define en << endl | |
#define sp << ' ' << | |
#define B(v) ((v) ? "YES" : "NO") |
// base language | |
// value | |
// if start with 0-9 then will be parse to number | |
// if start with [ then the very next line will be the value | |
// if line start with | then try to pipe the next value until EOL (apply to text have space) | |
// else will find until a valid value (charCode >= 64), end with space | |
// then it will try to find comparision keyword l(eq, gr, ge, lr, le) |
// ==UserScript== | |
// @name Traffic1s.com skipper | |
// @name:vi Chống rút gọn Traffic1s.com | |
// @namespace SignedBy.hUwUtao | |
// @license MIT | |
// @version 0.1 | |
// @description time is golden, not for ya | |
// @description:vi Không cần tìm code trên google | |
// @author hUwUtao | |
// @match https://traffic1s.com/* |
2.minified.js
or 3.original.js
to the console{ | |
"status": 100, | |
"message": "Success", | |
"charka" : [ | |
{ | |
"status": 1, | |
"seri": "123456", | |
"code": "789123", | |
"at": 1636348379 | |
} |
html{ | |
width: 100%; | |
} |