您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
this script enters the account "sirpotato2", only one player can play on this account, but if you go to the server where the player who entered this account before you plays, you will continue to play for him
// ==UserScript== // @name evoworld.io enter 44 lvl sirpotato2 // @namespace http://tampermonkey.net/ // @version 2025-04-25 // @description this script enters the account "sirpotato2", only one player can play on this account, but if you go to the server where the player who entered this account before you plays, you will continue to play for him // @author ilyxa gaydov // @match https://evoworld.io/ // @icon https://www.google.com/s2/favicons?sz=64&domain=evoworld.io // @grant none // ==/UserScript== setTimeout(() => { user = { "loadFiles": [], "guest": false, "id": 42525224, "login": "g_105571519078481423464", "loginDisplay": "sirpotato2", "name": "g_105571519078481423464", "accountType": 1, "level": 44, "premiumPoints": 6, "experience": 957857403, "experienceNextLevel": 1961220100, "experiencePercents": 48.8399, "bonusExp": 480, "premium": 0, "startPoints": 1, "spawnTimer": 0, "discordLogged": true, "discordId": "1004397646405967902", "discordName": "gooddemon.", "discordToken": "d502eea4a64d0a50b132903cbad63bd9", "access": 0, "countryCode": "NL", "specialCode": "PEPO", "specialCodeBonus": 40, "specialCodeValid": "2030-12-31 23:59:59", "skins": "pets,1,2,3,4,21;grimReaper,4,31,3,19,6,74,72;ghostlyReaper,17,16,25,28;kill_effects,1;evolution_effects,2;pumpkinGhost,3,6;ghost,22", "profileKey": "724b4dff436f2365ab72145bc0f4cf61", "authData": { "id": "42525224", "guest": false, "registerDate": "05.02.2022", "login": "g_105571519078481423464", "level": "44", "premium": 0, "spawnTimer": 0, "time": 1752774676, "bonusExp": 480, "access": 0, "dailyQuests": "346449006,2,,346534731,5,meat,346320680,4,ghostlyReaper", "skins": "pets,1,2,3,4,21;grimReaper,4,31,3,19,6,74,72;ghostlyReaper,17,16,25,28;kill_effects,1;evolution_effects,2;pumpkinGhost,3,6;ghost,22", "countryCode": "NL", "experience": "957857403", "experienceNextLevel": "1961220100", "experiencePercents": "48.8399" }, "authToken": "855f8fa67dae7c730fd265772fd18855" }; alert('!!!IF THE GAME TAKES A LONG TIME TO LAUNCH, THE SCRIPT WILL NOT LOG INTO THE ACCOUNT!!!\n!!!ЕСЛИ ИГРА ЗАПУСКАЕТСЯ ДОЛГО ТО СКРИПТ НЕ ВОЙДЁТ В АККАУНТ!!!\nand if you trying to spawn as reaper etc. and you not spawn as reaper this means attempts to spawn as reaper etc. ended\nи если вы пытаетесь появиться как Жнец и т.п. и не появляетесь как Жнец, это означает, что попытки появиться как Жнец и т.п. закончились') }, 2000);