🔒 Closed Smarty Game PH Solve Math Trick

Status
Not open for further replies.

juzjus10

Eternal Poster
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
 
Status
Not open for further replies.

About this Thread

  • 2
    Replies
  • 822
    Views
  • 2
    Participants
Last reply from:
juzjus10

Online now

Members online
1,083
Guests online
994
Total visitors
2,077

Forum statistics

Threads
2,277,028
Posts
28,973,808
Members
1,229,693
Latest member
riogab
Back
Top