Guest User

Untitled

a guest
Jun 24th, 2022
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. just go to
  2.  
  3. https://store.steampowered.com/sale/clorthax_quest
  4.  
  5. when you are there
  6.  
  7. press CTRL + SHIFT + I
  8.  
  9. Go to console tab and put this code
  10.  
  11. (async() => {
  12. let delay = (ms) => new Promise((res) => setTimeout(res, ms));
  13. await jQuery.post("/saleaction/ajaxopendoor", {
  14. "sessionid": g_sessionID,
  15. "authwgtoken": jQuery("#application_config").data("userinfo").authwgtoken,
  16. "door_index": 0,
  17. "clan_accountid": 41316928,
  18. });
  19. for (let link of [
  20. "/category/arcade_rhythm/?snr=1_614_615_clorthaxquest_1601",
  21. "/category/strategy_cities_settlements/?snr=1_614_615_clorthaxquest_1601",
  22. "/category/sports/?snr=1_614_615_clorthaxquest_1601",
  23. "/category/simulation/?snr=1_614_615_clorthaxquest_1601",
  24. "/category/multiplayer_coop/?snr=1_614_615_clorthaxquest_1601",
  25. "/category/casual/?snr=1_614_615_clorthaxquest_1601",
  26. "/category/rpg/?snr=1_614_615_clorthaxquest_1601",
  27. "/category/horror/?snr=1_614_615_clorthaxquest_1601",
  28. "/vr/?snr=1_614_615_clorthaxquest_1601",
  29. "/category/strategy/?snr=1_614_615_clorthaxquest_1601",
  30. ]) {
  31. try {
  32. let html = await jQuery.get(link);
  33. await jQuery.post("/saleaction/ajaxopendoor", {
  34. "sessionid": g_sessionID,
  35. "authwgtoken": jQuery("#application_config", html).data("userinfo").authwgtoken,
  36. "door_index": jQuery("#application_config", html).data("capsuleinsert").payload,
  37. "clan_accountid": 41316928,
  38. "datarecord": jQuery("#application_config", html).data("capsuleinsert").datarecord,
  39. });
  40. console.log("You got a new badge!");
  41. } catch (e) {
  42. console.error("Failed to obtain badge!", e);
  43. } finally {
  44. await delay(1500);
  45. }
  46. }
  47. })();
Advertisement
Add Comment
Please, Sign In to add comment