Greasy Fork is available in English.

Discussions » Creation Requests

creatur.io script request

§
Posted: 15.02.2023

can someone make a creatur.io script? i feel like it would be very popular since its a popular game with no scripts

NotYouMod
§
Posted: 16.02.2023

Done:

// ==UserScript==
// @name Some userscript lol
// @namespace -
// @version 1.0.0
// @description :)
// @author NotYou
// @match *://creatur.io/*
// @run-at document-end
// @license GPL-3.0-or-later
// @grant none
// ==/UserScript==

(function() {
    console.log('Hello there :)')
})()

Post reply

Sign in to post a reply.