0% found this document useful (0 votes)
2K views3 pages

Load Lua

Uploaded by

Chicho J
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views3 pages

Load Lua

Uploaded by

Chicho J
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

-- // Not the source tard

local load_essence = function()


writefile("Essence/key",script_key)
local GameId = [Link]
if GameId == 3647978359 then
loadstring(game:HttpGet("[Link]
[Link]"))() -- // Tha Bronx 2
elseif GameId == 1526814825 then
loadstring(game:HttpGet("[Link]
[Link]"))() -- // War Tycoon
elseif GameId == 210851291 then
loadstring(game:HttpGet("[Link]
[Link]"))() -- // Build A Boat For Treasure
end
end

local EssenceLogin = [Link]("ScreenGui")


local MainFrame = [Link]("Frame")
local KeyBox = [Link]("TextBox")
local UICorner = [Link]("UICorner")
local UICorner_2 = [Link]("UICorner")
local Title = [Link]("TextLabel")
local GetKeyButton = [Link]("TextButton")
local ConfirmButton = [Link]("TextButton")
local DefKey = ""

if not isfolder("Essence") then


makefolder("Essence")
end

if isfile("Essence/key") then
DefKey = readfile("Essence/key")
end

if script_key then
DefKey = script_key
end

[Link] = "EssenceLogin"
[Link] = [Link]
[Link] = [Link]

[Link] = "MainFrame"
[Link] = EssenceLogin
MainFrame.BackgroundColor3 = [Link](15, 15, 15)
MainFrame.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.5, 0.5)
[Link] = [Link](0.5, 0, 0.5, 0)
[Link] = [Link](0, 350, 0, 173)
[Link] = true
[Link] = true

[Link] = "KeyBox"
[Link] = MainFrame
KeyBox.BackgroundColor3 = [Link](20, 20, 20)
KeyBox.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.0597800985, 0, 0.207590356, 0)
[Link] = [Link](0, 306, 0, 33)
[Link] = [Link]
[Link] = "Enter your key here."
[Link] = DefKey
KeyBox.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000

[Link] = [Link](0, 5)
[Link] = KeyBox

UICorner_2.CornerRadius = [Link](0, 5)
UICorner_2.Parent = MainFrame

[Link] = "Title"
[Link] = MainFrame
Title.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
Title.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.0737946406, 0, 0.00133388862, 0)
[Link] = [Link](0, 297, 0, 36)
[Link] = [Link]
[Link] = "Essence Key System"
Title.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000

[Link] = "GetKeyButton"
[Link] = MainFrame
GetKeyButton.BackgroundColor3 = [Link](20, 20, 20)
GetKeyButton.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.0571428575, 0, 0.446330607, 0)
[Link] = [Link](0, 307, 0, 33)
[Link] = [Link]
[Link] = "Get Key"
GetKeyButton.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000

[Link] = "ConfirmButton"
[Link] = MainFrame
ConfirmButton.BackgroundColor3 = [Link](20, 20, 20)
ConfirmButton.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.0571428575, 0, 0.699495196, 0)
[Link] = [Link](0, 306, 0, 33)
[Link] = [Link]
[Link] = "Confirm"
ConfirmButton.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000

GetKeyButton.MouseButton1Click:Connect(function()
setclipboard("[Link]
[Link] = "Get Key (Copied To Clipboard)"
[Link](0.5)
[Link] = "Get Key"
end)

ConfirmButton.MouseButton1Click:Connect(function()
local modifiedString = [Link]([Link], "\n", "")
script_key = modifiedString
EssenceLogin:Destroy()
load_essence()
end)

local queued = false

[Link]:Connect(function(State)
if not queued and not Debug then
queued = true
local scriptloadstring =
[[loadstring(game:HttpGet("[Link]
queue_on_teleport(scriptloadstring)
end
end)

You might also like