-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMCS
More file actions
149 lines (145 loc) · 5.16 KB
/
MCS
File metadata and controls
149 lines (145 loc) · 5.16 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
loadstring(game:HttpGet("https://raw.githubusercontent.com/2dgeneralspam1/scripts-and-stuff/master/scripts/LoadstringypVvhJBq4QNz", true))()
local DiscordLib = loadstring(game:HttpGet "https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/discord")()
local win = DiscordLib:Window("MCS")
local serv = win:Server("Game menu", "http://www.roblox.com/asset/?id=6031075938")
local btns = serv:Channel("Game")
btns:Button(
"Auto-Click (Use with in game AC for fast coins)",
function()
while true do wait(0.1)
local Event = game:GetService("ReplicatedStorage").Remotes.Click
Event:InvokeServer()
end
end)
btns:Button(
"Auto-Rebirth",
function()
DiscordLib:Notification("Notification", "Auto-Rebirthing", "Okay!")
while true do wait(1)
local Event = game:GetService("ReplicatedStorage").Remotes.Rebirth
Event:FireServer()
end
end)
btns:Button(
"Auto-Claim Achivements (rewards)",
function()
DiscordLib:Notification("Notification", "Auto-Claiming rewards once finished", "Okay!")
while true do wait(1)
local A_1 = "mineOre"
local Event = game:GetService("ReplicatedStorage").Remotes.claimAchievment
Event:FireServer(A_1)
local A_1 = "unlockArea"
local Event = game:GetService("ReplicatedStorage").Remotes.claimAchievment
Event:FireServer(A_1)
local A_1 = "hatchEgg"
local Event = game:GetService("ReplicatedStorage").Remotes.claimAchievment
Event:FireServer(A_1)
end
end)
------------------------------------------------------------------------
btns:Button(
"Unlock all zones (not walls)",
function()
DiscordLib:Notification("Notification", "Collecting Zones please wait", "Okay!")
wait(1)
local A_1 = "10"
local Event = game:GetService("ReplicatedStorage").Remotes.BuyZone
Event:FireServer(A_1)
wait(1)
local A_1 = "9"
local Event = game:GetService("ReplicatedStorage").Remotes.BuyZone
Event:FireServer(A_1)
wait(1)
local A_1 = "8"
local Event = game:GetService("ReplicatedStorage").Remotes.BuyZone
Event:FireServer(A_1)
wait(1)
local A_1 = "7"
local Event = game:GetService("ReplicatedStorage").Remotes.BuyZone
Event:FireServer(A_1)
wait(1)
local A_1 = "6"
local Event = game:GetService("ReplicatedStorage").Remotes.BuyZone
Event:FireServer(A_1)
wait(1)
local A_1 = "5"
local Event = game:GetService("ReplicatedStorage").Remotes.BuyZone
Event:FireServer(A_1)
wait(1)
local A_1 = "4"
local Event = game:GetService("ReplicatedStorage").Remotes.BuyZone
Event:FireServer(A_1)
wait(1)
local A_1 = "3"
local Event = game:GetService("ReplicatedStorage").Remotes.BuyZone
Event:FireServer(A_1)
wait(1)
local A_1 = "2"
local Event = game:GetService("ReplicatedStorage").Remotes.BuyZone
Event:FireServer(A_1)
wait(1)
local A_1 = "1"
local Event = game:GetService("ReplicatedStorage").Remotes.BuyZone
Event:FireServer(A_1)
end)
------------------------------------------------------------------------
local btns = serv:Channel("Teleport Menu")
btns:Button(
"Tp to Main",
function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1490.8345947265625, 42.1904296875, -6076.673828125)
end)
btns:Button(
"Tp to Desert",
function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1486.468017578125, 42.19043731689453, -5944.30224609375)
end)
btns:Button(
"Tp to Snow",
function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1493.787841796875, 42.190433502197266, -5751.23779296875)
end)
btns:Button(
"Tp to Cave Amethyst",
function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1491.151611328125, 42.18465805053711, -5514.4326171875)
end)
btns:Button(
"Tp to Sea",
function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1485.1756591796875, 42.184654235839844, -5309.74072265625)
end)
btns:Button(
"Tp to Jungle",
function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1492.537109375, 42.1904296875, -5097.56640625)
end)
btns:Button(
"Tp to Lava",
function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1492.033203125, 42.190433502197266, -4880.095703125)
end)
btns:Button(
"Tp to space",
function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1487.6815185546875, 42.190433502197266, -4649.03271484375)
end)
btns:Button(
"Tp to Creepy death?!?",
function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1491.0750732421875, 42.190616607666016, -4375.9130859375)
end)
btns:Button(
"Tp to Heaven",
function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1490.678955078125, 42.190425872802734, -4189.46875)
end)
btns:Button(
"Tp to Hell",
function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1487.2008056640625, -12.904745101928711, -4149.71142578125)
end)
local serv = win:Server("Credits", "http://www.roblox.com/asset/?id=6031075938")
serv:Channel("UI by dawid#7205")
serv:Channel("Script by 266")
serv:Channel("Anti-afk by 2dgeneralspam1")