Greasy Fork 还支持 简体中文。

Arena Frag Changer Script (Client-side)

Change your Arena-Frag to any value you want without being a reaper or killing reapers in the Arena (Client-sided Visual)

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==UserScript==
// @name         Arena Frag Changer Script (Client-side)
// @namespace    https://greasyfork.org/en/users/1353377-kingbelisariusiv
// @version      1.4
// @description  Change your Arena-Frag to any value you want without being a reaper or killing reapers in the Arena (Client-sided Visual)
// @author       King Belisarius IX
// @match        *://*.evoworld.io/*
// @grant        none
// @license      MIT
// ==/UserScript==
let x = Number(prompt("Pick a number to get it's Arena Frags"));
function e() {
game.me.arenaFrags = x;
}
setInterval(e,0)
console.log(`Updated arena frags for ${game.me.nick}: ${x}`);