Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made by OliHello#8986
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Menu = Instance.new("Frame")
- local ZploitKingtxt = Instance.new("TextLabel")
- local Misc = Instance.new("ScrollingFrame")
- local Patronus = Instance.new("TextButton")
- local Autoblock = Instance.new("TextButton")
- local galleons = Instance.new("TextButton")
- local Misctxt = Instance.new("TextLabel")
- local SpamSpellstxt = Instance.new("TextLabel")
- local Spellstxt = Instance.new("TextLabel")
- local SpamSpells = Instance.new("ScrollingFrame")
- local AnteoculatiaSpam = Instance.new("TextButton")
- local AscendreSpam = Instance.new("TextButton")
- local PericulumSPam = Instance.new("TextButton")
- local Evertespam = Instance.new("TextButton")
- local StupefySPam = Instance.new("TextButton")
- local Spells = Instance.new("ScrollingFrame")
- local Anteoculatia = Instance.new("TextButton")
- local Ascendre = Instance.new("TextButton")
- local Periculum = Instance.new("TextButton")
- local Everte = Instance.new("TextButton")
- local StupefySPam_2 = Instance.new("TextButton")
- local SpamSpellsWIllBeActive = Instance.new("Frame")
- local textspam = Instance.new("TextLabel")
- local CloseWarn = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Menu.Name = "Menu"
- Menu.Parent = ScreenGui
- Menu.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- Menu.Position = UDim2.new(0.0642335787, 0, 0.186295554, 0)
- Menu.Size = UDim2.new(0, 474, 0, 278)
- Menu.Active = true
- Menu.Draggable = true
- ZploitKingtxt.Name = "ZploitKing.txt"
- ZploitKingtxt.Parent = Menu
- ZploitKingtxt.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ZploitKingtxt.BackgroundTransparency = 1.000
- ZploitKingtxt.Position = UDim2.new(0, 0, 0.820143878, 0)
- ZploitKingtxt.Size = UDim2.new(0, 174, 0, 49)
- ZploitKingtxt.Font = Enum.Font.SourceSans
- ZploitKingtxt.Text = "ZploitKing"
- ZploitKingtxt.TextColor3 = Color3.fromRGB(255, 0, 0)
- ZploitKingtxt.TextScaled = true
- ZploitKingtxt.TextSize = 14.000
- ZploitKingtxt.TextWrapped = true
- Misc.Name = "Misc"
- Misc.Parent = Menu
- Misc.Active = true
- Misc.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
- Misc.Position = UDim2.new(0.789029539, 0, 0.21223022, 0)
- Misc.Size = UDim2.new(0, 100, 0, 219)
- Patronus.Name = "Patronus"
- Patronus.Parent = Misc
- Patronus.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Patronus.BackgroundTransparency = 1.000
- Patronus.Size = UDim2.new(0, 87, 0, 50)
- Patronus.Font = Enum.Font.SourceSans
- Patronus.Text = "Inf patronus"
- Patronus.TextColor3 = Color3.fromRGB(0, 0, 0)
- Patronus.TextScaled = true
- Patronus.TextSize = 14.000
- Patronus.TextWrapped = true
- Patronus.MouseButton1Down:connect(function()
- while true do
- wait()
- game.Players.LocalPlayer.Energy.Value = 15
- end
- end)
- Autoblock.Name = "Autoblock"
- Autoblock.Parent = Misc
- Autoblock.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Autoblock.BackgroundTransparency = 1.000
- Autoblock.Position = UDim2.new(0, 0, 0.0989208594, 0)
- Autoblock.Size = UDim2.new(0, 87, 0, 50)
- Autoblock.Font = Enum.Font.SourceSans
- Autoblock.Text = "Auto Block"
- Autoblock.TextColor3 = Color3.fromRGB(0, 0, 0)
- Autoblock.TextScaled = true
- Autoblock.TextSize = 14.000
- Autoblock.TextWrapped = true
- Autoblock.MouseButton1Down:connect(function()
- while true do
- game.ReplicatedStorage.Events.WandEvent:FireServer(3)
- wait(0.1)
- end
- end)
- galleons.Name = "galleons"
- galleons.Parent = Misc
- galleons.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- galleons.BackgroundTransparency = 1.000
- galleons.Position = UDim2.new(0, 0, 0.188848913, 0)
- galleons.Size = UDim2.new(0, 87, 0, 50)
- galleons.Font = Enum.Font.SourceSans
- galleons.Text = "TP-Galleons"
- galleons.TextColor3 = Color3.fromRGB(0, 0, 0)
- galleons.TextScaled = true
- galleons.TextSize = 14.000
- galleons.TextWrapped = true
- galleons.MouseButton1Down:connect(function()
- while true do
- wait()
- local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
- for i,v in pairs(game.Workspace.Loots:GetChildren()) do
- if v:FindFirstChild 'Loot' then
- for _, f in pairs(v:GetChildren()) do
- if f.name == "Loot" then
- f.CFrame = plr.CFrame
- end
- end
- end
- end
- end
- end)
- Misctxt.Name = "Misctxt"
- Misctxt.Parent = Menu
- Misctxt.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Misctxt.BackgroundTransparency = 1.000
- Misctxt.Position = UDim2.new(0.789029539, 0, 0, 0)
- Misctxt.Size = UDim2.new(0, 100, 0, 59)
- Misctxt.Font = Enum.Font.SourceSans
- Misctxt.Text = "Misc"
- Misctxt.TextColor3 = Color3.fromRGB(172, 60, 170)
- Misctxt.TextScaled = true
- Misctxt.TextSize = 14.000
- Misctxt.TextWrapped = true
- SpamSpellstxt.Name = "SpamSpells.txt"
- SpamSpellstxt.Parent = Menu
- SpamSpellstxt.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- SpamSpellstxt.BackgroundTransparency = 1.000
- SpamSpellstxt.Position = UDim2.new(0.578059077, 0, 0, 0)
- SpamSpellstxt.Size = UDim2.new(0, 100, 0, 59)
- SpamSpellstxt.Font = Enum.Font.SourceSans
- SpamSpellstxt.Text = "Spam Spells"
- SpamSpellstxt.TextColor3 = Color3.fromRGB(172, 60, 170)
- SpamSpellstxt.TextScaled = true
- SpamSpellstxt.TextSize = 14.000
- SpamSpellstxt.TextWrapped = true
- Spellstxt.Name = "Spells.txt"
- Spellstxt.Parent = Menu
- Spellstxt.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Spellstxt.BackgroundTransparency = 1.000
- Spellstxt.Position = UDim2.new(0.367088616, 0, 0, 0)
- Spellstxt.Size = UDim2.new(0, 100, 0, 59)
- Spellstxt.Font = Enum.Font.SourceSans
- Spellstxt.Text = "Spells"
- Spellstxt.TextColor3 = Color3.fromRGB(172, 60, 170)
- Spellstxt.TextScaled = true
- Spellstxt.TextSize = 14.000
- Spellstxt.TextWrapped = true
- SpamSpells.Name = "SpamSpells"
- SpamSpells.Parent = Menu
- SpamSpells.Active = true
- SpamSpells.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
- SpamSpells.Position = UDim2.new(0.578059077, 0, 0.21223022, 0)
- SpamSpells.Size = UDim2.new(0, 100, 0, 218)
- AnteoculatiaSpam.Name = "AnteoculatiaSpam"
- AnteoculatiaSpam.Parent = SpamSpells
- AnteoculatiaSpam.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- AnteoculatiaSpam.BackgroundTransparency = 1.000
- AnteoculatiaSpam.Size = UDim2.new(0, 87, 0, 50)
- AnteoculatiaSpam.Font = Enum.Font.SourceSans
- AnteoculatiaSpam.Text = "Anteoculatia"
- AnteoculatiaSpam.TextColor3 = Color3.fromRGB(0, 0, 0)
- AnteoculatiaSpam.TextScaled = true
- AnteoculatiaSpam.TextSize = 14.000
- AnteoculatiaSpam.TextWrapped = true
- AnteoculatiaSpam.MouseButton1Down:connect(function()
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- game.Players:Chat("anteoculatia")
- wait(0.1)
- end)
- AscendreSpam.Name = "AscendreSpam"
- AscendreSpam.Parent = SpamSpells
- AscendreSpam.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- AscendreSpam.BackgroundTransparency = 1.000
- AscendreSpam.Position = UDim2.new(0, 0, 0.16906476, 0)
- AscendreSpam.Size = UDim2.new(0, 87, 0, 50)
- AscendreSpam.Font = Enum.Font.SourceSans
- AscendreSpam.Text = "Ascendre"
- AscendreSpam.TextColor3 = Color3.fromRGB(0, 0, 0)
- AscendreSpam.TextScaled = true
- AscendreSpam.TextSize = 14.000
- AscendreSpam.TextWrapped = true
- AscendreSpam.MouseButton1Down:connect(function()
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- game.Players:Chat("ascendre")
- wait(0.1)
- end)
- PericulumSPam.Name = "PericulumSPam"
- PericulumSPam.Parent = SpamSpells
- PericulumSPam.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- PericulumSPam.BackgroundTransparency = 1.000
- PericulumSPam.Position = UDim2.new(0, 0, 0.241007179, 0)
- PericulumSPam.Size = UDim2.new(0, 87, 0, 50)
- PericulumSPam.Font = Enum.Font.SourceSans
- PericulumSPam.Text = "Periculum"
- PericulumSPam.TextColor3 = Color3.fromRGB(0, 0, 0)
- PericulumSPam.TextScaled = true
- PericulumSPam.TextSize = 14.000
- PericulumSPam.TextWrapped = true
- PericulumSPam.MouseButton1Down:connect(function()
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- game.Players:Chat("periculum")
- wait(0.1)
- game.Players:Chat("Periculum")
- wait(0.1)
- end)
- Evertespam.Name = "Evertespam"
- Evertespam.Parent = SpamSpells
- Evertespam.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Evertespam.BackgroundTransparency = 1.000
- Evertespam.Position = UDim2.new(0, 0, 0.33093524, 0)
- Evertespam.Size = UDim2.new(0, 87, 0, 50)
- Evertespam.Font = Enum.Font.SourceSans
- Evertespam.Text = "Everte"
- Evertespam.TextColor3 = Color3.fromRGB(0, 0, 0)
- Evertespam.TextScaled = true
- Evertespam.TextSize = 14.000
- Evertespam.TextWrapped = true
- Evertespam.MouseButton1Down:connect(function()
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- game.Players:Chat("everte statum")
- wait(0.1)
- end)
- StupefySPam.Name = "StupefySPam"
- StupefySPam.Parent = SpamSpells
- StupefySPam.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- StupefySPam.BackgroundTransparency = 1.000
- StupefySPam.Position = UDim2.new(0, 0, 0.0899280533, 0)
- StupefySPam.Size = UDim2.new(0, 87, 0, 50)
- StupefySPam.Font = Enum.Font.SourceSans
- StupefySPam.Text = "Stupefy"
- StupefySPam.TextColor3 = Color3.fromRGB(0, 0, 0)
- StupefySPam.TextScaled = true
- StupefySPam.TextSize = 14.000
- StupefySPam.TextWrapped = true
- StupefySPam.MouseButton1Down:connect(function()
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- game.Players:Chat("Stupefy")
- wait(0.1)
- end)
- Spells.Name = "Spells"
- Spells.Parent = Menu
- Spells.Active = true
- Spells.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
- Spells.Position = UDim2.new(0.367088616, 0, 0.230215833, 0)
- Spells.Size = UDim2.new(0, 100, 0, 213)
- Anteoculatia.Name = "Anteoculatia"
- Anteoculatia.Parent = Spells
- Anteoculatia.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Anteoculatia.BackgroundTransparency = 1.000
- Anteoculatia.Position = UDim2.new(-0.00291138887, 0, 0, 0)
- Anteoculatia.Size = UDim2.new(0, 87, 0, 50)
- Anteoculatia.Font = Enum.Font.SourceSans
- Anteoculatia.Text = "Anteoculatia"
- Anteoculatia.TextColor3 = Color3.fromRGB(0, 0, 0)
- Anteoculatia.TextScaled = true
- Anteoculatia.TextSize = 14.000
- Anteoculatia.TextWrapped = true
- Anteoculatia.MouseButton1Down:connect(function()
- game.Players:Chat("Anteoculatia")
- wait(0.1)
- end)
- Ascendre.Name = "Ascendre"
- Ascendre.Parent = Spells
- Ascendre.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Ascendre.BackgroundTransparency = 1.000
- Ascendre.Position = UDim2.new(-0.0129113887, 0, 0.0899280459, 0)
- Ascendre.Size = UDim2.new(0, 87, 0, 50)
- Ascendre.Font = Enum.Font.SourceSans
- Ascendre.Text = "Ascendre"
- Ascendre.TextColor3 = Color3.fromRGB(0, 0, 0)
- Ascendre.TextScaled = true
- Ascendre.TextSize = 14.000
- Ascendre.TextWrapped = true
- Ascendre.MouseButton1Down:connect(function()
- game.Players:Chat("ascendre")
- wait(0.1)
- end)
- Periculum.Name = "Periculum"
- Periculum.Parent = Spells
- Periculum.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Periculum.BackgroundTransparency = 1.000
- Periculum.Position = UDim2.new(-0.0129113887, 0, 0.179856107, 0)
- Periculum.Size = UDim2.new(0, 87, 0, 50)
- Periculum.Font = Enum.Font.SourceSans
- Periculum.Text = "Periculum"
- Periculum.TextColor3 = Color3.fromRGB(0, 0, 0)
- Periculum.TextScaled = true
- Periculum.TextSize = 14.000
- Periculum.TextWrapped = true
- Periculum.MouseButton1Down:connect(function()
- game.Players:Chat("periculum")
- wait(0.1)
- end)
- Everte.Name = "Everte"
- Everte.Parent = Spells
- Everte.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Everte.BackgroundTransparency = 1.000
- Everte.Position = UDim2.new(-0.00502109528, 0, 0.269784153, 0)
- Everte.Size = UDim2.new(0, 87, 0, 50)
- Everte.Font = Enum.Font.SourceSans
- Everte.Text = "Everte"
- Everte.TextColor3 = Color3.fromRGB(0, 0, 0)
- Everte.TextScaled = true
- Everte.TextSize = 14.000
- Everte.TextWrapped = true
- Everte.MouseButton1Down:connect(function()
- game.Players:Chat("Everte Statum")
- wait(0.1)
- end)
- StupefySPam_2.Name = "StupefySPam"
- StupefySPam_2.Parent = Spells
- StupefySPam_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- StupefySPam_2.BackgroundTransparency = 1.000
- StupefySPam_2.Position = UDim2.new(-0.00502109528, 0, 0.350719422, 0)
- StupefySPam_2.Size = UDim2.new(0, 87, 0, 50)
- StupefySPam_2.Font = Enum.Font.SourceSans
- StupefySPam_2.Text = "Stupefy"
- StupefySPam_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- StupefySPam_2.TextScaled = true
- StupefySPam_2.TextSize = 14.000
- StupefySPam_2.TextWrapped = true
- StupefySPam_2.MouseButton1Down:connect(function()
- game.Players:Chat("stupefy")
- wait(0.1)
- end)
- SpamSpellsWIllBeActive.Name = "SpamSpellsWIllBeActive"
- SpamSpellsWIllBeActive.Parent = ScreenGui
- SpamSpellsWIllBeActive.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- SpamSpellsWIllBeActive.BackgroundTransparency = 0.100
- SpamSpellsWIllBeActive.Position = UDim2.new(0.581751823, 0, 0.160599574, 0)
- SpamSpellsWIllBeActive.Size = UDim2.new(0, 398, 0, 328)
- SpamSpellsWIllBeActive.Active = true
- SpamSpellsWIllBeActive.Draggable = true
- textspam.Name = "textspam"
- textspam.Parent = SpamSpellsWIllBeActive
- textspam.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- textspam.BackgroundTransparency = 1.000
- textspam.Position = UDim2.new(0, 0, 0.164634153, 0)
- textspam.Size = UDim2.new(0, 398, 0, 274)
- textspam.Font = Enum.Font.SourceSans
- textspam.Text = "Spam spells will be activated for 15 seconds :D"
- textspam.TextColor3 = Color3.fromRGB(58, 200, 48)
- textspam.TextScaled = true
- textspam.TextSize = 14.000
- textspam.TextWrapped = true
- CloseWarn.Name = "CloseWarn"
- CloseWarn.Parent = SpamSpellsWIllBeActive
- CloseWarn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- CloseWarn.BackgroundTransparency = 1.000
- CloseWarn.Position = UDim2.new(0.864321589, 0, 0, 0)
- CloseWarn.Size = UDim2.new(0, 54, 0, 50)
- CloseWarn.Font = Enum.Font.SourceSans
- CloseWarn.Text = "X"
- CloseWarn.TextColor3 = Color3.fromRGB(255, 0, 0)
- CloseWarn.TextScaled = true
- CloseWarn.TextSize = 14.000
- CloseWarn.TextWrapped = true
- CloseWarn.MouseButton1Down:connect(function()
- SpamSpellsWIllBeActive.Visible = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement