Advertisement
yanirx

Steam sale voter [new]

Dec 29th, 2014
2,400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Paste this in Console while browsing steampowered.com and logged in. Open Console in Chrome: F12 | Firefox: Ctrl-Shift-K
  2. // Update 30/12/14: Added vote 12
  3.  
  4. var votes = {1:253330, 2:21970, 3:99810, 4:248170, 5:307960, 6:224460, 7:277430, 8:223470, 9:250700, 10:243970, 11: 218820, 12: 251810}
  5.  
  6. for ( i in votes )
  7. {
  8.     var data = "sessionid=" + g_sessionID + "&voteid=" + i + "&appid=" + votes[i];
  9.     $J.ajax({
  10.       type: "POST",
  11.       url: "http://store.steampowered.com/salevote",
  12.       data: data,
  13.       success: console.log("Request " + i + "sent"),
  14.       dataType: "*/*"
  15.     });
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement