GeoFS Attribute Editor

Edit attributes of your plane, like Max Throttle, Scale, and Mass.

目前为 2022-04-19 提交的版本。查看 最新版本

// ==UserScript==
// @name         GeoFS Attribute Editor
// @namespace    http://tampermonkey.net/
// @license      MIT
// @version      0.1
// @description  Edit attributes of your plane, like Max Throttle, Scale, and Mass.
// @author       You
// @match        https://www.geo-fs.com/geofs.php
// @icon         https://www.geo-fs.com/favicon.ico
// @grant        none
// ==/UserScript==

/* FEATURES */
/*
Set minimum RPM to 10000. Sliders will be implemented later as i've already tried using them and it didn't work :/

*/






// document.getElementById("geofs-ui-3dview").innerHTML += dragWin;



var rpmhax = `<div style="width:100px;height:200px;background-color:grey;">
  <button onclick="geofs.aircraft.instance.setup.minRPM = 10000;geofs.aircraft.instance.setup.maxRPM = 100000">RPM 10000</button>
</div>`

document.body.innerHTML += rpmhax;

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址