-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmining sim.lua
More file actions
70 lines (53 loc) · 1.63 KB
/
mining sim.lua
File metadata and controls
70 lines (53 loc) · 1.63 KB
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
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 = "Rionnag Hub",
Size = UDim2.fromOffset(600, 500),
Theme = Library.Themes.GStheme,
Link = "rionnag.xyz"
}
GUI:Credit{
Name = "GS_StarGamer",
Description = "Made the script, also made the theme",
V3rm = "https://v3rmillion.net/member.php?action=profile&uid=2560793",
Discord = "GS_S.G#3838"
}
-- 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.",
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
--hometab rbxassetid://2174510075
local Other = GUI:Tab{
Name = "Other",
Icon = "rbxassetid://10386203741"
}
--other
-- Other:Credit{
-- Name = "Join discord?",
-- Description = "Click on the discord logo to copy our server invite. ---------------------------------------->",
-- V3rm = nil,
-- Discord = "discord.gg/tbENWKpgku"
-- }