-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMayhem Mode
66 lines (60 loc) · 2.02 KB
/
Mayhem Mode
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
require(game.Players.LocalPlayer.PlayerGui.MainUI.Initiator.Main_Game).caption("Made by ThatOneAmethystCreature#0001",true)
game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
wait(1)
require(game.Players.LocalPlayer.PlayerGui.MainUI.Initiator.Main_Game).caption("Mayhem mode now is active",true)
wait(3)
require(game.Players.LocalPlayer.PlayerGui.MainUI.Initiator.Main_Game).caption("Extra Thanks for Gameplays chikitos for found the bugs",true)
-- Twister
coroutine.wrap(function()
while true do
wait(math.random(30,80))
game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
wait(2)
loadstring(game:HttpGet('https://pastefy.app/Fv3m31f9/raw'))()
end
end)()
-- BlackOut
coroutine.wrap(function()
while true do
wait(math.random(80,120))
game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
wait(2)
loadstring(game:HttpGet('https://raw.githubusercontent.com/Jahani-john/mayhem-mode/main/mayhemmode-main/ObfuscatedEntities/Blackout-obfuscated.lua'))()
end
end)()
-- Obsession
coroutine.wrap(function()
while true do
wait(math.random(20,30))
game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
wait(2)
loadstring(game:HttpGet('https://pastefy.app/7JHxb6Oz/raw'))()
end
end)()
-- Threat
coroutine.wrap(function()
while true do
wait(math.random(80,520))
game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
wait(2)
loadstring(game:HttpGet('https://pastefy.app/XE6WcVRT/raw'))()
end
end)()
-- Maniack Rush
coroutine.wrap(function()
while true do
wait(math.random(20,340))
game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
wait(2)
loadstring(game:HttpGet('https://pastefy.app/fImnoc9F'))()
end
end)()
-- Maniack Ambush(Golden Ambush)
coroutine.wrap(function()
while true do
wait(math.random(100,530))
game.ReplicatedStorage.GameData.LatestRoom.Changed:Wait()
wait(2)
loadstring(game:HttpGet('https://pastefy.app/3802ydsf/raw'))()
end
end)()