This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- ui lib | |
local Library = {} | |
function Library:GetColor(color, table) | |
table = table or false | |
if (color.R == nil) then return Color3.fromRGB(19, 119, 255) end | |
local ColorRed = math.round(color.R * 255) | |
local ColorGreen = math.round(color.G * 255) | |
local ColorBlue = math.round(color.B * 255) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--Services | |
getgenv().runService = game:GetService"RunService" | |
getgenv().textService = game:GetService"TextService" | |
getgenv().inputService = game:GetService"UserInputService" | |
getgenv().tweenService = game:GetService"TweenService" | |
if getgenv().library then | |
getgenv().library:Unload() | |
end | |
local library = {design = getgenv().design == "kali" and "kali", tabs = {}, draggable = true, flags = {}, title = "awakenkn-hub", open = false, mousestate = inputService.MouseIconEnabled,popup = nil, instances = {}, connections = {}, options = {}, notifications = {}, tabSize = 0, theme = {}, foldername = "awakenkn-hubv3", fileext = ".json"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
loadstring(game:HttpGet(("https://raw.githubusercontent.com/ionlyusegithubformcmods/1-Line-Scripts/main/Slap%20Battles")))() |