Advertisement
A_GUES

CPS hack

Nov 12th, 2023 (edited)
230
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 1 0
  1. fetch('https://cpstest.click/data/api/cps.php', {
  2. method: 'POST',
  3. headers: {
  4. 'Content-Type': 'application/x-www-form-urlencoded',
  5. 'User-Agent': 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Mobile Safari/537.36',
  6. 'Referer': 'https://cpstest.click/en'
  7. },
  8. body: 'duration=5&clicks_second=3,178.6&clicks=15555'
  9. })
  10. .then(response => response.json())
  11. .then(data => console.log(data))
  12. .catch((error) => console.error('Error:', error));
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement