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

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

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

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==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')