get paid to paste

if game.PlaceId == 5704411783 then
local Material = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/MaterialLua/master/Module.lua"))()
local UI = Material.Load({
    Title = "Bowser stuff ShinraBizarre",
    Style = 1,
    SizeX = 500,
    SizeY = 400,
    Theme = "Jester"
})

local Page1 = UI.New({
    Title = "Main"
})
local Page2 = UI.New({
    Title = "Misc"
})
local Page3 = UI.New({
    Title = "Teleports"
})
local Page4 = UI.New({
    Title = "Settings"
})

Page1.Button({
    Text = "Invisible/Pilot",
    Callback = function()
       local plr = game.Players.LocalPlayer
       plr.character.HumanoidRootPart.RootJoint:destroy()
    end,
    Menu = {
        Information = function(self)
            UI.Banner({
                Text = "Makes you invisible or pilot"            
            })
        end,
        Test = function(self) 
            table.foreach(self, print)
        end
    }
})

Page1.Button({
    Text = "UnInvisible/Pilot",
    Callback = function()
       local plr = game.Players.LocalPlayer
       plr.character.Humanoid.Health = nil
    end,
    Menu = {
        Information = function(self)
            UI.Banner({
                Text = "Makes you uninvisible or unpilot"            
            })
        end,
        Test = function(self) 
            table.foreach(self, print)
        end
    }
})

Page1.Button({
    Text = "ClickTeleport",
    Callback = function()
        mouse = game.Players.LocalPlayer:GetMouse()
        tool = Instance.new("Tool")
        tool.RequiresHandle = false
        tool.Name = "Click Teleport"
        tool.Activated:connect(function()
        local pos = mouse.Hit+Vector3.new(0,2.5,0)
        pos = CFrame.new(pos.X,pos.Y,pos.Z)
        game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
        end)
        tool.Parent = game.Players.LocalPlayer.Backpack
    end,
    Menu = {
        Information = function(self)
            UI.Banner({
                Text = "gives you a tool to click teleport if click then teleport()"            
            })
        end,
        Test = function(self) 
            table.foreach(self, print)
        end
    }
})



Page2.Slider({
    Text = "WalkSpeed",
    Callback = function(value)
        local plr = game.Players.LocalPlayer
        plr.character.Humanoid.WalkSpeed = value
    end,
    Min = 0,
    Max = 500,
    Def = 16
})

Page2.Slider({
    Text = "JumpPower",
    Callback = function(value)
        local plr = game.Players.LocalPlayer
        plr.character.Humanoid.JumpPower = value
    end,
    Min = 0,
    Max = 500,
    Def = 50
})

Page2.Button({
    Text = "Fly --patched",
    Callback = function()
        loadstring(game:HttpGet("https://pastebin.com/raw/7rXZ9VNc", true))()
    end,
    Menu = {
        Information = function(self)
            UI.Banner({
                Text = "Flight"            
            })
        end,
        Test = function(self) 
            table.foreach(self, print)
        end
    }
})



Page2.Toggle({
    Text = "Noclip",
    Callback = function(value)
        getgenv().clip = state
        game:GetService("RunService").Stepped:Connect(function()
            if getgenv().clip then
             game.Players.LocalPlayer.Character.Head.CanCollide = false
    game.Players.LocalPlayer.Character.Torso.CanCollide = false
    game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
    game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
            end
        end)
    end,
    Enabled = false
})
Page2.Button({
    Text = "Spam Ez",
    Callback = function()
        game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("ez","All")
        game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("ez","All")
        game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("ez","All")
        wait(2)
            repeat until wait(2)
    end,
    Menu = {
        Information = function(self)
            UI.Banner({
                Text = "Spam ez msg to people"            
            })
        end,
        Test = function(self) 
            table.foreach(self, print)
        end
    }
})

Page2.Button({
    Text = "Respawn",
    Callback = function()
       local plr = game.Players.LocalPlayer
       plr.character.Humanoid.Health = nil
    end,
    Menu = {
        Information = function(self)
            UI.Banner({
                Text = "Force Reset your character"            
            })
        end,
        Test = function(self) 
            table.foreach(self, print)
        end
    }
})

Page2.Button({
    Text = "Rejoin",
    Callback = function()
        game.StarterGui:SetCore("SendNotification",  {
            Title = "Notification";
            Text = "rejoin script is on";
            Icon = "";
            Duration = 5;
        })
        game:GetService("TeleportService"):Teleport(game.PlaceId)
    end,
    Menu = {
        Information = function(self)
            UI.Banner({
                Text = "Makes you rejoin"            
            })
        end,
        Test = function(self) 
            table.foreach(self, print)
        end
    }
})

Page3.Button({
    Text = "Shop",
    Callback = function()
        game:GetService('Players').LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = CFrame.new(4739.09229, 39.5518799, -22969.3301, 0.802848816, 3.1543717e-08, -0.596182704, -1.56284017e-08, 1, 3.18635074e-08, 0.596182704, -1.62641971e-08, 0.802848816); 
    end
})
Page3.Button({
    Text = "Biz's Kitshop",
    Callback = function()
        game:GetService('Players').LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = CFrame.new(4742.08936, 39.9640427, -22810.4824, -0.680275917, -1.12722387e-09, -0.732956111, -1.36586531e-09, 1, -2.70218903e-10, 0.732956111, 8.17295898e-10, -0.680275917); 
    end
})
Page3.Button({
    Text = "Arrow Smith",
    Callback = function()
        game:GetService('Players').LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = CFrame.new(4711.28076, 38.956192, -22768.1973, 0.796130955, 1.52442237e-08, -0.605124354, -2.46062246e-08, 1, -7.18125914e-09, 0.605124354, 2.06070485e-08, 0.796130955); 
    end
})
Page3.Button({
    Text = "Quest Npc",
    Callback = function()
        game:GetService('Players').LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = CFrame.new(4737.48633, 38.9519501, -22724.6348, -0.999852479, -5.66490748e-08, -0.0171771329, -5.64539775e-08, 1, -1.18427828e-08, 0.0171771329, -1.08713181e-08, -0.999852479); 
    end
})
Page3.Button({
    Text = "Homeless man",
    Callback = function()
        game:GetService('Players').LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = CFrame.new(4605.15039, 39.0519447, -22591.3945, -0.0166237317, -5.84596265e-08, -0.999861836, 3.68244173e-08, 1, -5.9079948e-08, 0.999861836, -3.78014562e-08, -0.0166237317); 
    end
})
Page3.Button({
    Text = "Aracade",
    Callback = function()
        game:GetService('Players').LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = CFrame.new(4718.87695, 39.3019409, -22553.0391, -0.309859425, -4.45552217e-08, -0.950782359, 5.92217253e-09, 1, -4.87916694e-08, 0.950782359, -2.07492565e-08, -0.309859425); 
    end
})
Page3.Button({
    Text = "Item Buyer",
    Callback = function()
        game:GetService('Players').LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = CFrame.new(4721.65381, 39.4519577, -22372.8008, -0.924204111, -1.73371912e-08, -0.38189894, -1.7707471e-08, 1, -2.54484411e-09, 0.38189894, 4.41050885e-09, -0.924204111); 
    end
})
Page3.Button({
    Text = "Xenoforced",
    Callback = function()
        game:GetService('Players').LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = CFrame.new(4478.41699, 39.4519653, -22339.9473, 0.999669731, -6.47044658e-08, -0.0256977975, 6.36788968e-08, 1, -4.07272402e-08, 0.0256977975, 3.90773813e-08, 0.999669731); 
    end
})
Page3.Button({
    Text = "Stand Storage",
    Callback = function()
        game:GetService('Players').LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = CFrame.new(4458.74023, 39.3519745, -22492.1934, 0.0259773377, -3.64689896e-08, 0.999662519, 6.37433217e-08, 1, 3.48248612e-08, -0.999662519, 6.28171577e-08, 0.0259773377); 
    end
})
Page3.Button({
    Text = "Jiayi582",
    Callback = function()
        game:GetService('Players').LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = CFrame.new(4374.68311, 39.4519577, -22674.3672, -0.126684502, -4.7976684e-08, 0.991943061, -5.36202327e-09, 1, 4.76815636e-08, -0.991943061, 7.21693372e-10, -0.126684502); 
    end
})
Page3.Button({
    Text = "Area TP",
    Callback = function()
        game:GetService('Players').LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = CFrame.new(4601.47559, 22.1714287, -23181.6641, 0.998191476, -1.28161259e-08, 0.0601147711, 1.6316287e-08, 1, -5.7733768e-08, -0.0601147711, 5.86102047e-08, 0.998191476); 
    end
})
Page3.Button({
    Text = "Heaven Pucci",
    Callback = function()
        game:GetService('Players').LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = CFrame.new(4938.58057, 65.2593689, -22597.4355, -0.00662290445, 3.59662433e-09, -0.999978065, 1.39901224e-09, 1, 3.58743746e-09, 0.999978065, -1.37522238e-09, -0.00662290445); 
    end
})
Page3.Button({
    Text = "Fruit Spawn#1",
    Callback = function()
        game:GetService('Players').LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = CFrame.new(4795.12158, 39.2582855, -22885.8066, 1, 0, 0, 0, 1, 0, 0, 0, 1); 
    end
})
Page3.Button({
    Text = "Fruit Spawn#2",
    Callback = function()
        game:GetService('Players').LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = CFrame.new(4831.66895, 39.2582855, -22792.3301, 1, 0, 0, 0, 1, 0, 0, 0, 1); 
    end
})
Page3.Button({
    Text = "Fruit Spawn#3",
    Callback = function()
        game:GetService('Players').LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = CFrame.new(4912.35986, 39.2582855, -22792.3301, 1, 0, 0, 0, 1, 0, 0, 0, 1); 
    end
})
Page3.Button({
    Text = "RokaSpawn#1",
    Callback = function()
        game:GetService('Players').LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = CFrame.new(4886.16992, 39.8515663, -22779.0117, -1, 0, 0, 0, 1, 0, 0, 0, -1); 
    end
})
Page3.Button({
    Text = "RokaSpawn#2",
    Callback = function()
        game:GetService('Players').LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = CFrame.new(4896.56836, 39.8515663, -22686.1367, -1, 0, 0, 0, 1, 0, 0, 0, -1); 
    end
})

Page4.Button({
    Text = "Made by Bowser#9951",
    Callback = function()
    print("Made by Bowser#9951")
    end,
    Menu = {
        Information = function(self)
            UI.Banner({
                Text = "asddsadasasfsad"            
            })
        end,
        Test = function(self) 
            table.foreach(self, print)
        end
    }
})
Page4.Button({
    Text = "Suggested by toast#8511",
    Callback = function()
    print("i like men")
    end,
    Menu = {
        Information = function(self)
            UI.Banner({
                Text = "vffmvkdfvkdlfvdfvsad"            
            })
        end,
        Test = function(self) 
            table.foreach(self, print)
        end
    }
})
end

Pasted: Dec 19, 2021, 12:49:31 pm
Views: 88