Jump to content
  • 0

YeetMeister

Question

1 answer to this question

Recommended Posts

use github to host your script, just edit it and it will be automatically updated, but it is not a safe way to use it when you want it not to steal your code.
this script is just to load the contents of a real script that will make the modifications in the desired game.

EX;

---------------


local file = gg.makeRequest('https://raw.githubusercontent.com/your-github/Lua-scripters/master/teste.lua') -- the link github script in raw
      if file.content == nil or
      file.content == '' then os.exit()
      end
--
local load =
load(file.content)
      if load == nil then os.exit()
      end

--
load()

-------------

*different from the badcase script, this one is very amateur, rustic and lazy XD

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.