您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
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
- // ==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')