S

script da hood op Scarlet

public
scarlet Oct 09, 2023 Never 105
Clone
Plaintext script da hood op scarlet 28 lines (19 loc) | 994 Bytes
1
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
2
3
local Window = Library.CreateLib("da hood op v2", "Ocean")
4
5
local Tab = Window:NewTab("credits")
6
7
local Section = Tab:NewSection("discord https://discord.gg/pTmc8uEqJ")
8
9
local Section = Tab:NewSection("credits by : scarletbackup#3582")
10
11
local Tab = Window:NewTab("da hood script")
12
13
local Section = Tab:NewSection("script!")
14
15
Section:NewButton("da hood any tool", "ButtonInfo", function()
16
loadstring(game:HttpGet("https://pastecode.dev/raw/yyeBvjrxrX/Any%20tool%20scarlet"))()
17
print("Clicked")
18
end)
19
20
Section:NewButton("da hood script", "ButtonInfo", function()
21
loadstring(game:HttpGet("https://pastecode.dev/raw/M4pcxGMs8s/da%20hood%20scarlet"))()
22
print("Clicked")
23
end)
24
25
Section:NewButton("da hood rayx", "ButtonInfo", function()
26
loadstring(game:HttpGet('https://raw.githubusercontent.com/SpaceYes/Lua/Main/DaHood.Lua'))()
27
print("Clicked")
28
end)