Skip to content

Instantly share code, notes, and snippets.

View gameadrespass's full-sized avatar

gameadrespass

View GitHub Profile
-- 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)
--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"}
loadstring(game:HttpGet(("https://raw.githubusercontent.com/ionlyusegithubformcmods/1-Line-Scripts/main/Slap%20Battles")))()