Steam Sale Voter


SUBMITTED BY: Guest

DATE: Dec. 30, 2014, 12:40 a.m.

FORMAT: Text only

SIZE: 704 Bytes

HITS: 2532

  1. // Paste this in Console while browsing steampowered.com and logged in. Open Console in Chrome: F12 | Firefox: Ctrl-Shift-K
  2. var votes = {1:253330, 2:21970, 3:99810, 4:248170, 5:307960, 6:224460, 7:277430, 8:223470, 9:250700, 10:243970, 11: 218820}
  3. for ( i in votes )
  4. {
  5. var data = "sessionid=" + g_sessionID + "&voteid=" + i + "&appid=" + votes[i];
  6. $J.ajax({
  7. type: "POST",
  8. url: "http://store.steampowered.com/salevote",
  9. data: data,
  10. success: console.log("Request " + i + "sent"),
  11. dataType: "*/*"
  12. });
  13. }

comments powered by Disqus