Skip to content

Instantly share code, notes, and snippets.

{
"commend": {
"friendly": 337,
"teaching": 337,
"leader": 337
},
"report": {
"aimbot": 10,
"wallhack": 10,
"speedhack": 10,
@puuska
puuska / steamqueue.user.js
Last active July 5, 2017 23:35
Steam auto queue
// ==UserScript==
// @name Steam Queue Auto Discoverer
// @namespace puuska_steam_quick_queue
// @version 1.1
// @description Discover the Steam queue three times to get the sale cards
// @match http://store.steampowered.com/explore*
// @grant none
// ==/UserScript==
var DiscoveryQueueModal, GenerateQueue = function( queueNumber )
@puuska
puuska / Snake25_slitherio.user.js
Created May 28, 2016 18:21
New snake on slither.io
// ==UserScript==
// @name New snake on slither.io
// @namespace http://fb.com/puszkele
// @version 0.3
// @description Enables new snake on slither.io
// @author Puuska
// @match http://slither.io/*
// @grant none
// ==/UserScript==
setSkin(snake, 25)