Advertisement
devsaider

aim400kg hax

Feb 4th, 2016
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. for (i = 0; i < 200; i++) {
  2. var xhr = new XMLHttpRequest();
  3.  
  4. var body = 'game=ea&scoreParams=hit, miss, missed_targets, total_targets, aiming, max_combo | 294, 35, 6, 305, 0.408, 60&hex=07a3072cc74cd63dbf9a65b522b4d15f&score=119999&ln=ru&qid=55764.4049383&tip=DESC';
  5.  
  6. xhr.open("POST", 'http://aim400kg.ru/php/flash/pb/savescore.php', true)
  7. xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded')
  8.  
  9.  
  10. xhr.send(body);
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement