2048 Script AutoWin

This script gives you an instant victory in game 2048, and gives you an infinite score, it basically changes the gaming saved data, so whenever you restart the page it will restart the hacker

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name         2048 Script AutoWin
// @namespace    https://www.youtube.com/channel/UCgZDJZnndc9LNcVzhD85csw
// @version      1.0
// @description  This script gives you an instant victory in game 2048, and gives you an infinite score, it basically changes the gaming saved data, so whenever you restart the page it will restart the hacker
// @author       KramosHacks
// @match        https://play2048.co
// @icon         https://d30womf5coomej.cloudfront.net/ua/70/c4c0d733-10db-476d-818f-24c8ed5ad197.png
// @grant        none
// ==/UserScript==

localStorage.setItem("gameState",'{"grid":{"size":4,"cells":[[{"position":{"x":0,"y":0},"value":2048},{"position":{"x":0,"y":1},"value":2048},{"position":{"x":0,"y":2},"value":2048},{"position":{"x":0,"y":3},"value":2048}],[{"position":{"x":1,"y":0},"value":2048},{"position":{"x":1,"y":1},"value":2048},{"position":{"x":1,"y":2},"value":2048},{"position":{"x":1,"y":3},"value":2048}],[{"position":{"x":2,"y":0},"value":2048},{"position":{"x":2,"y":1},"value":2048},{"position":{"x":2,"y":2},"value":2048},{"position":{"x":2,"y":3},"value":2048}],[{"position":{"x":3,"y":0},"value":2048},{"position":{"x":3,"y":1},"value":2048},{"position":{"x":3,"y":2},"value":2048},{"position":{"x":3,"y":3},"value":2048}]]},"score":"By:KramosHacks","over":false,"won":true,"keepPlaying":false}')
localStorage.setItem("bestScore",'0')