Skip to content

Latest commit

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

psu-nodejs

NodeJS Wrapper for the PSU Api
Example Usage:

constPSU=require('./index.js')// replace with psu-nodejsconstwrapper=newPSU('API Token from psu.dev');(async()=>{leta=awaitwrapper.obfuscate("print('e')",{"DisableSuperOperators": false,"MaximumSecurityEnabled": false,"EncryptAllStrings": false,"DisableAllMacros": false,"EnhancedOutput": false,"CompressedOutput": false,"PremiumFormat": false,"ByteCodeMode": "Default"},true// true for script return only, remove if you want the json object (or set to false))console.log(a)letb=awaitwrapper.obfuscate(["print('e')","print('xd')","print(game.Players.LocalPlayer.name)"],{"DisableSuperOperators": false,"MaximumSecurityEnabled": false,"EncryptAllStrings": false,"DisableAllMacros": false,"EnhancedOutput": false,"CompressedOutput": false,"PremiumFormat": false,"ByteCodeMode": "Default"},true// true for script return only, remove if you want the json object (or set to false))// returns an array of promisesconsole.log(...b)})()

Made by Agent#9895 & improved by 1nch#6969
https://www.npmjs.com/package/psu-nodejs

About

NodeJS Wrapper for the PSU Api

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages