-
Notifications
You must be signed in to change notification settings - Fork 0
/
new gui.lua
73 lines (60 loc) · 1.79 KB
/
new gui.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
repeat task.wait() until game:IsLoaded()
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/GSstarGamer/GUI/main/Mercury-edit.lua"))()
local GUI = Library:Create{
Name = "FallAngle Hub",
Size = UDim2.fromOffset(600, 500),
Theme = Library.Themes.GStheme,
<<<<<<< Updated upstream
Link = "httpsa://discord.gg/tbENWKpgku"
=======
Link = "https://discord.gg/tbENWKpgku"
>>>>>>> Stashed changes
}
GUI:Credit{
Name = "GS_StarGamer",
Description = "Made the script, also made the theme",
V3rm = "https://v3rmillion.net/member.php?action=profile&uid=2560793",
Discord = "discord.gg/tbENWKpgku"
}
GUI:Credit{
Name = "x3Fall3nAngel",
Description = "Helped me",
V3rm = "https://v3rmillion.net/member.php?action=profile&uid=2270329",
Discord = "discord.gg/tbENWKpgku"
}
GUI:Notification{
Title = "Hey!",
Text = "Thank you for choosing FallAngle Hub, for more information click on the other tab, with FNOF logo",
Duration = 20,
Callback = function()
game:IsLoaded()
end
}
local vu = game:GetService("VirtualUser")
game:GetService("Players").LocalPlayer.Idled:connect(function()
vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
wait(1)
vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
end)
GUI:Notification{
Title = "Note",
Text = "Anti-AFK activated",
Duration = 3,
Callback = function() end
}
--Tabs
<<<<<<< Updated upstream
--hometab rbxassetid://2174510075
=======
>>>>>>> Stashed changes
local Other = GUI:Tab{
Name = "Other",
Icon = "rbxassetid://9047121552"
}
--other
Other:Credit{
Name = "Join discord?",
Description = "Click on the discord logo to copy our server invite. ---------------------------------------->",
V3rm = nil,
Discord = "discord.gg/tbENWKpgku"
}