What's new

Referral Smarty Game PH Solve Math Trick

juzjus10

Honorary Poster
Established
Joined
Nov 12, 2014
Posts
404
Reaction
80
Points
179
Punta ka sa Solve Math page then
lagay mo lang to sa console

JavaScript:
async function start() {

await fetch("https://smartygameph.com/math_success.php", {
  "headers": {
    "accept": "*/*",
    "accept-language": "en-US,en;q=0.9",
    "content-type": "application/x-www-form-urlencoded; charset=UTF-8",
    "sec-ch-ua": "\"Google Chrome\";v=\"89\", \"Chromium\";v=\"89\", \";Not A Brand\";v=\"99\"",
    "sec-ch-ua-mobile": "?0",
    "sec-fetch-dest": "empty",
    "sec-fetch-mode": "cors",
    "sec-fetch-site": "same-origin",
    "x-requested-with": "XMLHttpRequest"
  },
  "referrer": "https://smartygameph.com/solvemath.php",
  "referrerPolicy": "strict-origin-when-cross-origin",
  "body": "csrf=1116486556&captcha=410", //palitan mo to
  "method": "POST",
  "mode": "cors",
  "credentials": "include"
}).then(res => res.text())
    .then(body => console.log(body));

   start()

}

for (var i = 1; i < 3; i++) {
start()
}

palitan mo lang yung csrf tsaka captcha
 
Last edited:
Back
Top