Advertisement
Guest User

Untitled

a guest
Aug 14th, 2024
1,260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. script_key="sOoCEHTnoiimFpEQXcqYRZqomShICxsj";
  2. getgenv().streamable = false --[[
  3. Setting this to true will hide the menu at all times and creata a global table with two functions you can use
  4. juju.unload | Unloads the entire script
  5. juju.load_config | Loads the config provided in the first argument | Example: juju.load_config("legit")
  6. --]]
  7. getgenv().autoload = "" --[[
  8. Put a config file's name without the extension (hi.cfg would just be hi) to have it automatically load when juju is executed
  9. ]]
  10. getgenv().skibidi_script_key = script_key; --[[
  11. DO NOT TOUCH; this is a temporary fix for Solara
  12. ]]
  13. loadstring(game:HttpGet("https://juju.lol/loader.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement