Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Notification";
- Text = "By Kviks and MrArgy, have enjoy.";
- Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
- Duration = 15;
- local Namecall
- Namecall = hookmetamethod(game, '__namecall', function(self, ...)
- if getnamecallmethod() == 'FireServer' and tostring(self) == 'Ban' then
- return
- elseif getnamecallmethod() == 'FireServer' and tostring(self) == 'WalkSpeedChanged' then
- return
- elseif getnamecallmethod() == 'FireServer' and tostring(self) == 'AdminGUI' then
- return
- end
- return Namecall(self, ...)
- end)
- --Button Null
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.Position = UDim2.new(0.90, 0, -0.1, 0)
- Frame.Size = UDim2.new(0, 55, 0, 60)
- Frame.Active = true
- Frame.Draggable = false
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.Position = UDim2.new(0.0664556995, 0, 0.212307781, 0)
- TextButton.Size = UDim2.new(0, 48, 0, 45)
- TextButton.Font = Enum.Font.Cartoon
- TextButton.Text = "Null"
- TextButton.TextColor3 = Color3.fromRGB(255,255, 255)
- TextButton.TextSize = 20.000
- TextButton.MouseButton1Down:connect(function()
- game:GetService("ReplicatedStorage").NullAbility:FireServer()
- end)
- -----------------------------------------------------------------------------------------
- --Button Rhythm
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.Position = UDim2.new(0.85, 0, -0.1, 0)
- Frame.Size = UDim2.new(0, 55, 0, 60)
- Frame.Active = true
- Frame.Draggable = false
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.Position = UDim2.new(0.0664556995, 0, 0.212307781, 0)
- TextButton.Size = UDim2.new(0, 48, 0, 45)
- TextButton.Font = Enum.Font.Cartoon
- TextButton.Text = "Rhythm"
- TextButton.TextColor3 = Color3.fromRGB(255,255, 255)
- TextButton.TextSize = 15.000
- TextButton.MouseButton1Down:connect(function()
- game:GetService("ReplicatedStorage").rhythmevent:FireServer("AoeExplosion",0)
- end)
- -----------------------------------------------------------------------------------------
- --Button Rojo
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local TextButton2 = Instance.new("TextButton")
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.Position = UDim2.new(0.80, 0, -0.1, 0)
- Frame.Size = UDim2.new(0, 55, 0, 60)
- Frame.Active = true
- Frame.Draggable = false
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.Position = UDim2.new(0.0664556995, 0, 0.212307781, 0)
- TextButton.Size = UDim2.new(0, 48, 0, 45)
- TextButton.Font = Enum.Font.Cartoon
- TextButton.Text = "Rojo"
- TextButton.TextColor3 = Color3.fromRGB(255,255, 255)
- TextButton.TextSize = 20.000
- TextButton.MouseButton1Down:connect(function()
- TextButton2.Parent = Frame
- TextButton2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextButton2.Position = UDim2.new(0.0664556995, 0, 0.212307781, 0)
- TextButton2.Size = UDim2.new(0, 48, 0, 45)
- TextButton2.Font = Enum.Font.Cartoon
- TextButton2.Text = "SHOT"
- TextButton2.TextColor3 = Color3.fromRGB(255,255, 255)
- TextButton2.TextSize = 20.000
- local Players = game:GetService("Players")
- local player = Players.LocalPlayer
- local playerScripts = player:WaitForChild("PlayerScripts")
- local PlayerModule = require(playerScripts:WaitForChild("PlayerModule"))
- local Controls = PlayerModule:GetControls()
- Controls:Disable()
- TextButton.Visible = false
- TextButton2.Visible = true
- game:GetService("ReplicatedStorage"):WaitForChild("RojoAbility"):FireServer("Charge")
- end)
- TextButton2.MouseButton1Down:connect(function()
- game:GetService("ReplicatedStorage"):WaitForChild("RojoAbility"):FireServer("Release", {game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame})
- wait(2)
- local Players = game:GetService("Players")
- local player = Players.LocalPlayer
- local playerScripts = player:WaitForChild("PlayerScripts")
- local PlayerModule = require(playerScripts:WaitForChild("PlayerModule"))
- local Controls = PlayerModule:GetControls()
- Controls:Enable()
- TextButton.Visible = true
- TextButton2.Visible = false
- end)
- ------------------------------------------------------------------------------------------
- --Button No CD
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.Position = UDim2.new(0.75, 0, -0.1, 0)
- Frame.Size = UDim2.new(0, 55, 0, 60)
- Frame.Active = true
- Frame.Draggable = false
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.Position = UDim2.new(0.0664556995, 0, 0.212307781, 0)
- TextButton.Size = UDim2.new(0, 48, 0, 45)
- TextButton.Font = Enum.Font.Cartoon
- TextButton.Text = "No CD"
- TextButton.TextColor3 = Color3.fromRGB(255,255, 255)
- TextButton.TextSize = 20.000
- TextButton.MouseButton1Down:connect(function()
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local tool = character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
- while character.Humanoid.Health ~= 0 do
- local localscript = tool:FindFirstChildOfClass("LocalScript")
- local localscriptclone = localscript:Clone()
- localscriptclone = localscript:Clone()
- localscriptclone:Clone()
- localscript:Destroy()
- localscriptclone.Parent = tool
- wait(0.1)
- end
- end)
- --Button Diamond
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.Position = UDim2.new(0.70, 0, -0.1, 0)
- Frame.Size = UDim2.new(0, 55, 0, 60)
- Frame.Active = true
- Frame.Draggable = false
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.Position = UDim2.new(0.0664556995, 0, 0.212307781, 0)
- TextButton.Size = UDim2.new(0, 48, 0, 45)
- TextButton.Font = Enum.Font.Cartoon
- TextButton.Text = "Diamond"
- TextButton.TextColor3 = Color3.fromRGB(255,255, 255)
- TextButton.TextSize = 12.000
- TextButton.MouseButton1Down:connect(function()
- game:GetService("ReplicatedStorage").Rockmode:FireServer()
- end)
- -- Button Ghost
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local TextButton2 = Instance.new("TextButton")
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.Position = UDim2.new(0.65, 0, -0.1, 0)
- Frame.Size = UDim2.new(0, 55, 0, 60)
- Frame.Active = true
- Frame.Draggable = false
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.Position = UDim2.new(0.0664556995, 0, 0.212307781, 0)
- TextButton.Size = UDim2.new(0, 48, 0, 45)
- TextButton.Font = Enum.Font.Cartoon
- TextButton.Text = "Ghost"
- TextButton.TextColor3 = Color3.fromRGB(255,255, 255)
- TextButton.TextSize = 20.000
- TextButton.MouseButton1Down:connect(function()
- TextButton2.Parent = Frame
- TextButton2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextButton2.Position = UDim2.new(0.0664556995, 0, 0.212307781, 0)
- TextButton2.Size = UDim2.new(0, 48, 0, 45)
- TextButton2.Font = Enum.Font.Cartoon
- TextButton2.Text = "Disable"
- TextButton2.TextColor3 = Color3.fromRGB(255,255, 255)
- TextButton2.TextSize = 20.000
- -- local Players = game:GetService("Players")
- -- local player = Players.LocalPlayer
- -- local playerScripts = player:WaitForChild("PlayerScripts")
- -- local PlayerModule = require(playerScripts:WaitForChild("PlayerModule"))
- -- local Controls = PlayerModule:GetControls()
- -- Controls:Disable()
- TextButton.Visible = false
- TextButton2.Visible = true
- game:GetService("ReplicatedStorage").Ghostinvisibilityactivated:FireServer()
- end)
- TextButton2.MouseButton1Down:connect(function()
- game:GetService("ReplicatedStorage").Ghostinvisibilitydeactivated:FireServer()
- -- wait(2)
- -- local Players = game:GetService("Players")
- -- local player = Players.LocalPlayer
- -- local playerScripts = player:WaitForChild("PlayerScripts")
- -- local PlayerModule = require(playerScripts:WaitForChild("PlayerModule"))
- -- local Controls = PlayerModule:GetControls()
- -- Controls:Enable()
- TextButton.Visible = true
- TextButton2.Visible = false
- end)
- -- Button Golden
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local TextButton2 = Instance.new("TextButton")
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.Position = UDim2.new(0.60, 0, -0.1, 0)
- Frame.Size = UDim2.new(0, 55, 0, 60)
- Frame.Active = true
- Frame.Draggable = false
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.Position = UDim2.new(0.0664556995, 0, 0.212307781, 0)
- TextButton.Size = UDim2.new(0, 48, 0, 45)
- TextButton.Font = Enum.Font.Cartoon
- TextButton.Text = "Golden"
- TextButton.TextColor3 = Color3.fromRGB(255,255, 255)
- TextButton.TextSize = 20.000
- TextButton.MouseButton1Down:connect(function()
- TextButton2.Parent = Frame
- TextButton2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextButton2.Position = UDim2.new(0.0664556995, 0, 0.212307781, 0)
- TextButton2.Size = UDim2.new(0, 48, 0, 45)
- TextButton2.Font = Enum.Font.Cartoon
- TextButton2.Text = "Disable"
- TextButton2.TextColor3 = Color3.fromRGB(255,255, 255)
- TextButton2.TextSize = 20.000
- -- local Players = game:GetService("Players")
- -- local player = Players.LocalPlayer
- -- local playerScripts = player:WaitForChild("PlayerScripts")
- -- local PlayerModule = require(playerScripts:WaitForChild("PlayerModule"))
- -- local Controls = PlayerModule:GetControls()
- -- Controls:Disable()
- TextButton.Visible = false
- TextButton2.Visible = true
- -- enable golden
- local goldienable = {
- [1] = true
- }
- game:GetService("ReplicatedStorage").Goldify:FireServer(unpack(goldienable))
- -- disable golden
- TextButton2.MouseButton1Down:connect(function()
- local goldidisable = {
- [1] = false,
- [2] = BrickColor.new(1)
- }
- game:GetService("ReplicatedStorage").Goldify:FireServer(unpack(goldidisable))
- -- wait(2)
- -- local Players = game:GetService("Players")
- -- local player = Players.LocalPlayer
- -- local playerScripts = player:WaitForChild("PlayerScripts")
- -- local PlayerModule = require(playerScripts:WaitForChild("PlayerModule"))
- -- local Controls = PlayerModule:GetControls()
- -- Controls:Enable()
- TextButton.Visible = true
- TextButton2.Visible = false
- end)
- --Button Null
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.Position = UDim2.new(0.55, 0, -0.1, 0)
- Frame.Size = UDim2.new(0, 55, 0, 60)
- Frame.Active = true
- Frame.Draggable = false
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.Position = UDim2.new(0.0664556995, 0, 0.212307781, 0)
- TextButton.Size = UDim2.new(0, 48, 0, 45)
- TextButton.Font = Enum.Font.Cartoon
- TextButton.Text = "Cheeky"
- TextButton.TextColor3 = Color3.fromRGB(255,255, 255)
- TextButton.TextSize = 20.000
- TextButton.MouseButton1Down:connect(function()
- game:GetService("ReplicatedStorage").Spherify:FireServer()
- end)
Advertisement
Add Comment
Please, Sign In to add comment