// ==UserScript== // @name Skribbl.io Cheat GUI // @namespace http://tampermonkey.net/ // @version 1.0 // @description Adds a functional cheat GUI for Skribbl.io with auto-draw, auto-answer, character and name changers, and a restart game button. // @author YourName // @match https://skribbl.io/* // @grant none // @require https://code.jquery.com/jquery-3.6.0.min.js // @downloadURL none // ==/UserScript== (function() { 'use strict'; // Create GUI container const gui = $('
', { id: 'cheat-gui', css: { position: 'fixed', top: '10px', left: '10px', width: '320px', padding: '10px', background: '#f5f5f5', border: '1px solid #ccc', borderRadius: '10px', boxShadow: '0px 0px 10px rgba(0,0,0,0.3)', zIndex: 1000, fontFamily: 'Arial, sans-serif', display: 'none' } }).appendTo('body'); // Add draggable functionality gui.draggable(); // Add styles for buttons $('