S

Teamatrom v1

public
scarlet Sep 14, 2023 Never 104
Clone
Plaintext Teamatrom v1 36 lines (20 loc) | 1.08 KB
1
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
2
3
local Window = Library.CreateLib("Teamatrom V1", "GrapeTheme")
4
5
local Tab = Window:NewTab("credits")
6
7
local Section = Tab:NewSection("owner by teamatrom")
8
9
local Section = Tab:NewSection("helper Scarlet_roblox#9483")
10
11
local Section = Tab:NewSection("discord https://discord.gg/pTmc8uEqJr")
12
13
local Section = Tab:NewSection("discord https://discord.gg/JeRrP9PwXz")
14
15
local Tab = Window:NewTab("pls donate script")
16
17
Section:NewButton("afk script", "ButtonInfo", function()
18
19
loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/fallenist1/aws/main/dyysohubaws.lua"))()
20
21
print("Clicked")
22
end)
23
24
Section:NewButton("pls donate script", "ButtonInfo", function()
25
26
loadstring(game:HttpGet("https://pastebin.com/raw/CKPD54Qw"))()
27
28
print("Clicked")
29
end)
30
31
Section:NewButton("fake donate", "ButtonInfo", function()
32
33
loadstring(game:HttpGet(("https://raw.githubusercontent.com/o5u3/PLS-Donate/main/Fake-Donate.lua")))()
34
35
print("Clicked")
36
end)