Facebook
From Pet, 2 Years ago, written in JavaScript.
This paste is a reply to Re: Pet Sim x Ez Pets Script from Lousy Macaque - go back
Embed
loadstring(game:HttpGet("https://raw.githubusercontent.com/TurfuGoldy/GoldenScripts/main/EzPets.lua"))()loadstring(game.HttpGet(game, "https://raw.githubusercontent.com/KiJinGaming/FreeScript/main/KJHub.lua"))();loadstring(game.HttpGet(game, "https://raw.githubusercontent.com/KiJinGaming/FreeScript/main/KJHub.lua"))();//!require(lib_fx.js) 


//Expression syntax see:
//https://silentmatt.com/javascript-expression-evaluator/

function main() {
  //var fx = new FX("2 * x + 1 + atan(x)");
  var fx = new FX("atan(x)");

  fx.calc(50);
  //fx.showGraph(false);

  return JSON.stringify(fx);
}

Replies to Re: Re: Pet Sim x Ez Pets Script rss

Title Name Language When
Re: Re: Re: Pet Sim x Ez Pets Script Welp me javascript 2 Years ago.
captcha