Pastebin
API
tools
faq
paste
Login
Sign up
Please fix the following errors:
New Paste
Syntax Highlighting
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "MuzzaScripts HUB [V1]", LoadingTitle = " Welcome to MSH", LoadingSubtitle = "by Muzza", ConfigurationSaving = { Enabled = true, FolderName = nil, -- Create a custom folder for your hub/game FileName = "Exploting Activity Hub" }, Discord = { Enabled = true, Invite = "nodiscordyet", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD RememberJoins = true -- Set this to false to make them join the discord every time they load it up }, KeySystem = false, -- Set this to true to use our key system KeySettings = { Title = "MuzzaScripts HUB | Key System", Subtitle = "Enjoy The hub", Note = "Join Server From Misc Tab", FileName = "join the discord buddy...", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script GrabKeyFromSite = true, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from Key = {"https://pastebin.com/Lyfx9K0d"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22") } }) local MainTab = Window:CreateTab("Home", nil) -- Title, Image local MainSection = MainTab:CreateSection("Main") local GamesTab = Window:CreateTab("Games", nil) -- Title, Image local GamesSection = GamesTab:CreateSection("Games Hacks") local MiscTab = Window:CreateTab("Misc", nil) -- Title, Image local MiscSection = MiscTab:CreateSection("Misc") Rayfield:Notify({ Title = "MUZZAScriptHUB has been successfully executed", Content = "Type Shii", Duration = 1, Image = nil, Actions = { -- Notification Buttons Ignore = { Name = "Type Shii", Callback = function() print("The user tapped Type Shii!") end }, }, }) local Button = MainTab:CreateButton({ Name = "[MUZZASCRIPTHUB] Aimbot", Callback = function() local Colum1 = Instance.new("ScreenGui") local MainFrame = Instance.new("Frame") local Frame12 = Instance.new("ScrollingFrame") local ClickTp = Instance.new("TextButton") local UICorner = Instance.new("UICorner") local KillAll = Instance.new("TextButton") local UICorner_2 = Instance.new("UICorner") local killAllText = Instance.new("TextLabel") local UICorner_3 = Instance.new("UICorner") local ClickToTPText = Instance.new("TextLabel") local UICorner_4 = Instance.new("UICorner") local AimBot = Instance.new("TextButton") local UICorner_5 = Instance.new("UICorner") local AimBotText = Instance.new("TextLabel") local UICorner_6 = Instance.new("UICorner") local SoftAim = Instance.new("TextButton") local UICorner_7 = Instance.new("UICorner") local SoftAimText = Instance.new("TextLabel") local UICorner_8 = Instance.new("UICorner") local HBE = Instance.new("TextButton") local UICorner_9 = Instance.new("UICorner") local HBEText = Instance.new("TextLabel") local UICorner_10 = Instance.new("UICorner") local NoClipText = Instance.new("TextLabel") local UICorner_11 = Instance.new("UICorner") local NoClip = Instance.new("TextButton") local UICorner_12 = Instance.new("UICorner") local TriggerBot = Instance.new("TextButton") local UICorner_13 = Instance.new("UICorner") local TriggerBotText = Instance.new("TextLabel") local UICorner_14 = Instance.new("UICorner") local NoClipInst = Instance.new("TextLabel") local TabTop = Instance.new("Frame") local Hub = Instance.new("TextLabel") local Roli = Instance.new("TextLabel") local UICorner_15 = Instance.new("UICorner") local CloseButton = Instance.new("TextButton") local TabOtherThing = Instance.new("Frame") local UICorner_16 = Instance.new("UICorner") local Main = Instance.new("TextButton") local Visuals = Instance.new("TextButton") local Frame22 = Instance.new("ScrollingFrame") local Cham = Instance.new("TextButton") local UICorner_17 = Instance.new("UICorner") local ChamText = Instance.new("TextLabel") local UICorner_18 = Instance.new("UICorner") local BoxEspText = Instance.new("TextLabel") local UICorner_19 = Instance.new("UICorner") local BoxEsp = Instance.new("TextButton") local UICorner_20 = Instance.new("UICorner") local LVEsp = Instance.new("TextButton") local UICorner_21 = Instance.new("UICorner") local LVEspText = Instance.new("TextLabel") local UICorner_22 = Instance.new("UICorner") local HealthEspText = Instance.new("TextLabel") local UICorner_23 = Instance.new("UICorner") local HealthEsp = Instance.new("TextButton") local UICorner_24 = Instance.new("UICorner") Colum1.Name = "Colum 1" Colum1.Parent = game.CoreGui Colum1.ZIndexBehavior = Enum.ZIndexBehavior.Sibling MainFrame.Name = "MainFrame" MainFrame.Parent = Colum1 MainFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) MainFrame.BorderSizePixel = 0 MainFrame.Position = UDim2.new(0.784209609, 0, 0.794936717, 0) MainFrame.Size = UDim2.new(0, 335, 0, 199) Frame12.Name = "Frame 1 2" Frame12.Parent = MainFrame Frame12.Active = true Frame12.BackgroundColor3 = Color3.fromRGB(54, 54, 54) Frame12.BorderSizePixel = 0 Frame12.Position = UDim2.new(0.023914665, 0, 0.0358161852, 0) Frame12.Size = UDim2.new(0, 318, 0, 182) ClickTp.Name = "Click Tp" ClickTp.Parent = Frame12 ClickTp.BackgroundColor3 = Color3.fromRGB(255, 0, 0) ClickTp.Position = UDim2.new(0.038186077, 0, 0.412597656, 0) ClickTp.Size = UDim2.new(0, 25, 0, 26) ClickTp.Font = Enum.Font.SourceSans ClickTp.Text = "" ClickTp.TextColor3 = Color3.fromRGB(0, 0, 0) ClickTp.TextSize = 14.000 UICorner.Parent = ClickTp KillAll.Name = "Kill All" KillAll.Parent = Frame12 KillAll.BackgroundColor3 = Color3.fromRGB(255, 0, 0) KillAll.Position = UDim2.new(0.038186077, 0, 0.211592615, 0) KillAll.Size = UDim2.new(0, 25, 0, 26) KillAll.Font = Enum.Font.SourceSans KillAll.Text = "" KillAll.TextColor3 = Color3.fromRGB(0, 0, 0) KillAll.TextSize = 14.000 UICorner_2.Parent = KillAll killAllText.Name = "killAllText" killAllText.Parent = Frame12 killAllText.BackgroundColor3 = Color3.fromRGB(91, 91, 91) killAllText.Position = UDim2.new(0.150755659, 0, 0.211055249, 0) killAllText.Size = UDim2.new(0, 125, 0, 26) killAllText.Font = Enum.Font.SourceSans killAllText.Text = "Kill All" killAllText.TextColor3 = Color3.fromRGB(0, 0, 0) killAllText.TextSize = 14.000 killAllText.TextStrokeColor3 = Color3.fromRGB(54, 54, 54) UICorner_3.Parent = killAllText ClickToTPText.Name = "ClickToTPText" ClickToTPText.Parent = Frame12 ClickToTPText.BackgroundColor3 = Color3.fromRGB(91, 91, 91) ClickToTPText.Position = UDim2.new(0.148728058, 0, 0.41206032, 0) ClickToTPText.Size = UDim2.new(0, 125, 0, 26) ClickToTPText.Font = Enum.Font.SourceSans ClickToTPText.Text = "Click To Tp" ClickToTPText.TextColor3 = Color3.fromRGB(0, 0, 0) ClickToTPText.TextSize = 14.000 UICorner_4.Parent = ClickToTPText AimBot.Name = "AimBot" AimBot.Parent = Frame12 AimBot.BackgroundColor3 = Color3.fromRGB(255, 0, 0) AimBot.Position = UDim2.new(0.038186077, 0, 0.00807501096, 0) AimBot.Size = UDim2.new(0, 25, 0, 26) AimBot.Font = Enum.Font.SourceSans AimBot.Text = "" AimBot.TextColor3 = Color3.fromRGB(0, 0, 0) AimBot.TextSize = 14.000 UICorner_5.Parent = AimBot AimBotText.Name = "AimBotText" AimBotText.Parent = Frame12 AimBotText.BackgroundColor3 = Color3.fromRGB(91, 91, 91) AimBotText.Position = UDim2.new(0.150755659, 0, 0.00753766391, 0) AimBotText.Size = UDim2.new(0, 125, 0, 26) AimBotText.Font = Enum.Font.SourceSans AimBotText.Text = "AimBot" AimBotText.TextColor3 = Color3.fromRGB(0, 0, 0) AimBotText.TextSize = 14.000 AimBotText.TextStrokeColor3 = Color3.fromRGB(54, 54, 54) UICorner_6.Parent = AimBotText SoftAim.Name = "SoftAim" SoftAim.Parent = Frame12 SoftAim.BackgroundColor3 = Color3.fromRGB(255, 0, 0) SoftAim.Position = UDim2.new(0.038186077, 0, 0.10606496, 0) SoftAim.Size = UDim2.new(0, 25, 0, 26) SoftAim.Font = Enum.Font.SourceSans SoftAim.Text = "" SoftAim.TextColor3 = Color3.fromRGB(0, 0, 0) SoftAim.TextSize = 14.000 UICorner_7.Parent = SoftAim SoftAimText.Name = "SoftAimText" SoftAimText.Parent = Frame12 SoftAimText.BackgroundColor3 = Color3.fromRGB(91, 91, 91) SoftAimText.Position = UDim2.new(0.150755659, 0, 0.10552761, 0) SoftAimText.Size = UDim2.new(0, 125, 0, 26) SoftAimText.Font = Enum.Font.SourceSans SoftAimText.Text = "Soft Aim" SoftAimText.TextColor3 = Color3.fromRGB(0, 0, 0) SoftAimText.TextSize = 14.000 SoftAimText.TextStrokeColor3 = Color3.fromRGB(54, 54, 54) UICorner_8.Parent = SoftAimText HBE.Name = "HBE" HBE.Parent = Frame12 HBE.BackgroundColor3 = Color3.fromRGB(255, 0, 0) HBE.Position = UDim2.new(0.038186077, 0, 0.312095165, 0) HBE.Size = UDim2.new(0, 25, 0, 26) HBE.Font = Enum.Font.SourceSans HBE.Text = "" HBE.TextColor3 = Color3.fromRGB(0, 0, 0) HBE.TextSize = 14.000 UICorner_9.Parent = HBE HBEText.Name = "HBE Text" HBEText.Parent = Frame12 HBEText.BackgroundColor3 = Color3.fromRGB(91, 91, 91) HBEText.Position = UDim2.new(0.150755659, 0, 0.31155777, 0) HBEText.Size = UDim2.new(0, 125, 0, 26) HBEText.Font = Enum.Font.SourceSans HBEText.Text = "Hitbox Expander" HBEText.TextColor3 = Color3.fromRGB(0, 0, 0) HBEText.TextSize = 14.000 HBEText.TextStrokeColor3 = Color3.fromRGB(54, 54, 54) UICorner_10.Parent = HBEText NoClipText.Name = "NoClipText" NoClipText.Parent = Frame12 NoClipText.BackgroundColor3 = Color3.fromRGB(91, 91, 91) NoClipText.Position = UDim2.new(0.148728058, 0, 0.515075386, 0) NoClipText.Size = UDim2.new(0, 125, 0, 26) NoClipText.Font = Enum.Font.SourceSans NoClipText.Text = "NoClip" NoClipText.TextColor3 = Color3.fromRGB(0, 0, 0) NoClipText.TextSize = 14.000 UICorner_11.Parent = NoClipText NoClip.Name = "NoClip" NoClip.Parent = Frame12 NoClip.BackgroundColor3 = Color3.fromRGB(255, 0, 0) NoClip.Position = UDim2.new(0.038186077, 0, 0.515612721, 0) NoClip.Size = UDim2.new(0, 25, 0, 26) NoClip.Font = Enum.Font.SourceSans NoClip.Text = "" NoClip.TextColor3 = Color3.fromRGB(0, 0, 0) NoClip.TextSize = 14.000 UICorner_12.Parent = NoClip TriggerBot.Name = "TriggerBot" TriggerBot.Parent = Frame12 TriggerBot.BackgroundColor3 = Color3.fromRGB(255, 0, 0) TriggerBot.Position = UDim2.new(0.038186077, 0, 0.616115212, 0) TriggerBot.Size = UDim2.new(0, 25, 0, 26) TriggerBot.Font = Enum.Font.SourceSans TriggerBot.Text = "" TriggerBot.TextColor3 = Color3.fromRGB(0, 0, 0) TriggerBot.TextSize = 14.000 UICorner_13.Parent = TriggerBot TriggerBotText.Name = "TriggerBotText" TriggerBotText.Parent = Frame12 TriggerBotText.BackgroundColor3 = Color3.fromRGB(91, 91, 91) TriggerBotText.Position = UDim2.new(0.145583406, 0, 0.615577877, 0) TriggerBotText.Size = UDim2.new(0, 125, 0, 26) TriggerBotText.Font = Enum.Font.SourceSans TriggerBotText.Text = "TriggerBot" TriggerBotText.TextColor3 = Color3.fromRGB(0, 0, 0) TriggerBotText.TextSize = 14.000 UICorner_14.Parent = TriggerBotText NoClipInst.Name = "NoClipInst" NoClipInst.Parent = Frame12 NoClipInst.BackgroundColor3 = Color3.fromRGB(255, 255, 255) NoClipInst.BackgroundTransparency = 1.000 NoClipInst.Position = UDim2.new(0.277999997, 0, 0.542999983, 0) NoClipInst.Size = UDim2.new(0, 44, 0, 16) NoClipInst.Font = Enum.Font.SourceSans NoClipInst.Text = "Press E" NoClipInst.TextColor3 = Color3.fromRGB(0, 0, 0) NoClipInst.TextSize = 10.000 TabTop.Name = "Tab Top" TabTop.Parent = MainFrame TabTop.BackgroundColor3 = Color3.fromRGB(24, 24, 24) TabTop.BorderSizePixel = 0 TabTop.LayoutOrder = -1 TabTop.Position = UDim2.new(0, 0, -0.104690783, 0) TabTop.Size = UDim2.new(0, 335, 0, 28) Hub.Name = "Hub" Hub.Parent = MainFrame Hub.BackgroundColor3 = Color3.fromRGB(91, 91, 91) Hub.BackgroundTransparency = 1.000 Hub.Position = UDim2.new(0.328786969, 0, -0.0916523412, 0) Hub.Size = UDim2.new(0, 51, 0, 21) Hub.Font = Enum.Font.SourceSans Hub.Text = "Hub" Hub.TextColor3 = Color3.fromRGB(79, 79, 79) Hub.TextSize = 31.000 Roli.Name = "Roli" Roli.Parent = MainFrame Roli.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Roli.BackgroundTransparency = 1.000 Roli.Position = UDim2.new(0.172163785, 0, -0.0916523635, 0) Roli.Size = UDim2.new(0, 68, 0, 21) Roli.Font = Enum.Font.SourceSans Roli.Text = "Roli" Roli.TextColor3 = Color3.fromRGB(255, 255, 255) Roli.TextSize = 31.000 UICorner_15.Parent = MainFrame CloseButton.Name = "Close Button" CloseButton.Parent = MainFrame CloseButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) CloseButton.BackgroundTransparency = 1.000 CloseButton.BorderSizePixel = 0 CloseButton.Position = UDim2.new(0.91046387, 0, -0.0924962461, 0) CloseButton.Size = UDim2.new(0, 29, 0, 21) CloseButton.Font = Enum.Font.SourceSans CloseButton.Text = "x" CloseButton.TextColor3 = Color3.fromRGB(91, 91, 91) CloseButton.TextSize = 31.000 TabOtherThing.Name = "Tab Other Thing" TabOtherThing.Parent = MainFrame TabOtherThing.BackgroundColor3 = Color3.fromRGB(24, 24, 24) TabOtherThing.BorderSizePixel = 0 TabOtherThing.LayoutOrder = -1 TabOtherThing.Position = UDim2.new(0, 0, -0.199999943, 0) TabOtherThing.Size = UDim2.new(0, 96, 0, 25) UICorner_16.Parent = TabOtherThing Main.Name = "Main" Main.Parent = TabOtherThing Main.BackgroundColor3 = Color3.fromRGB(91, 91, 91) Main.BackgroundTransparency = 1.000 Main.Position = UDim2.new(-0.00145857781, 0, 0.0399999991, 0) Main.Size = UDim2.new(0, 47, 0, 24) Main.Font = Enum.Font.SourceSans Main.Text = "Main" Main.TextColor3 = Color3.fromRGB(91, 91, 91) Main.TextSize = 14.000 Visuals.Name = "Visuals" Visuals.Parent = TabOtherThing Visuals.BackgroundColor3 = Color3.fromRGB(91, 91, 91) Visuals.BackgroundTransparency = 1.000 Visuals.Position = UDim2.new(0.401082307, 0, 0.0399999991, 0) Visuals.Size = UDim2.new(0, 47, 0, 24) Visuals.Font = Enum.Font.SourceSans Visuals.Text = "Visuals" Visuals.TextColor3 = Color3.fromRGB(91, 91, 91) Visuals.TextSize = 14.000 Frame22.Name = "Frame 2 2" Frame22.Parent = MainFrame Frame22.Active = true Frame22.BackgroundColor3 = Color3.fromRGB(54, 54, 54) Frame22.BorderSizePixel = 0 Frame22.Position = UDim2.new(0.0240000002, 0, 0.0359999985, 0) Frame22.Size = UDim2.new(0, 318, 0, 182) Cham.Name = "Cham" Cham.Parent = Frame22 Cham.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Cham.Position = UDim2.new(0.038186077, 0, -0.00197524019, 0) Cham.Size = UDim2.new(0, 25, 0, 26) Cham.Font = Enum.Font.SourceSans Cham.Text = "" Cham.TextColor3 = Color3.fromRGB(0, 0, 0) Cham.TextSize = 14.000 UICorner_17.Parent = Cham ChamText.Name = "ChamText" ChamText.Parent = Frame22 ChamText.BackgroundColor3 = Color3.fromRGB(91, 91, 91) ChamText.Position = UDim2.new(0.150755659, 0, -0.00251258723, 0) ChamText.Size = UDim2.new(0, 125, 0, 26) ChamText.Font = Enum.Font.SourceSans ChamText.Text = "Cham" ChamText.TextColor3 = Color3.fromRGB(0, 0, 0) ChamText.TextSize = 14.000 ChamText.TextStrokeColor3 = Color3.fromRGB(54, 54, 54) UICorner_18.Parent = ChamText BoxEspText.Name = "Box Esp Text" BoxEspText.Parent = Frame22 BoxEspText.BackgroundColor3 = Color3.fromRGB(91, 91, 91) BoxEspText.Position = UDim2.new(0.150755659, 0, 0.108040169, 0) BoxEspText.Size = UDim2.new(0, 125, 0, 26) BoxEspText.Font = Enum.Font.SourceSans BoxEspText.Text = "Box Esp" BoxEspText.TextColor3 = Color3.fromRGB(0, 0, 0) BoxEspText.TextSize = 14.000 BoxEspText.TextStrokeColor3 = Color3.fromRGB(54, 54, 54) UICorner_19.Parent = BoxEspText BoxEsp.Name = "BoxEsp" BoxEsp.Parent = Frame22 BoxEsp.BackgroundColor3 = Color3.fromRGB(255, 0, 0) BoxEsp.Position = UDim2.new(0.038186077, 0, 0.10606496, 0) BoxEsp.Size = UDim2.new(0, 25, 0, 26) BoxEsp.Font = Enum.Font.SourceSans BoxEsp.Text = "" BoxEsp.TextColor3 = Color3.fromRGB(0, 0, 0) BoxEsp.TextSize = 14.000 UICorner_20.Parent = BoxEsp LVEsp.Name = "LV Esp" LVEsp.Parent = Frame22 LVEsp.BackgroundColor3 = Color3.fromRGB(255, 0, 0) LVEsp.Position = UDim2.new(0.038186077, 0, 0.312095106, 0) LVEsp.Size = UDim2.new(0, 25, 0, 26) LVEsp.Font = Enum.Font.SourceSans LVEsp.Text = "" LVEsp.TextColor3 = Color3.fromRGB(0, 0, 0) LVEsp.TextSize = 14.000 UICorner_21.Parent = LVEsp LVEspText.Name = "LV Esp Text" LVEspText.Parent = Frame22 LVEspText.BackgroundColor3 = Color3.fromRGB(91, 91, 91) LVEspText.Position = UDim2.new(0.150755659, 0, 0.31155777, 0) LVEspText.Size = UDim2.new(0, 125, 0, 26) LVEspText.Font = Enum.Font.SourceSans LVEspText.Text = "Look Angle Esp" LVEspText.TextColor3 = Color3.fromRGB(0, 0, 0) LVEspText.TextSize = 14.000 LVEspText.TextStrokeColor3 = Color3.fromRGB(54, 54, 54) UICorner_22.Parent = LVEspText HealthEspText.Name = "HealthEsp Text" HealthEspText.Parent = Frame22 HealthEspText.BackgroundColor3 = Color3.fromRGB(91, 91, 91) HealthEspText.Position = UDim2.new(0.150755659, 0, 0.213567808, 0) HealthEspText.Size = UDim2.new(0, 125, 0, 26) HealthEspText.Font = Enum.Font.SourceSans HealthEspText.Text = "Health Bar Esp" HealthEspText.TextColor3 = Color3.fromRGB(0, 0, 0) HealthEspText.TextSize = 14.000 HealthEspText.TextStrokeColor3 = Color3.fromRGB(54, 54, 54) UICorner_23.Parent = HealthEspText HealthEsp.Name = "HealthEsp" HealthEsp.Parent = Frame22 HealthEsp.BackgroundColor3 = Color3.fromRGB(255, 0, 0) HealthEsp.Position = UDim2.new(0.038186077, 0, 0.2115926, 0) HealthEsp.Size = UDim2.new(0, 25, 0, 26) HealthEsp.Font = Enum.Font.SourceSans HealthEsp.Text = "" HealthEsp.TextColor3 = Color3.fromRGB(0, 0, 0) HealthEsp.TextSize = 14.000 UICorner_24.Parent = HealthEsp -- Scripts: local function UMULV_fake_script() -- MainFrame.LocalScript local script = Instance.new('LocalScript', MainFrame) local UIS = game:GetService("UserInputService") UIS.InputBegan:Connect(function(key) if key.KeyCode == Enum.KeyCode.Tab then MainFrame.Visible = true end end) end coroutine.wrap(UMULV_fake_script)() local function GZPUDQH_fake_script() -- MainFrame.LocalScript local script = Instance.new('LocalScript', MainFrame) while true do for a = 1,360,1 do wait(0.1) script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1) end end end coroutine.wrap(GZPUDQH_fake_script)() local function MCHUBW_fake_script() -- Frame12.LocalScript local script = Instance.new('LocalScript', Frame12) while true do for a = 1,360,1 do wait(0.1) script.Parent.ScrollBarImageColor3 = Color3.fromHSV(a/360,1,1) end end end coroutine.wrap(MCHUBW_fake_script)() local function MOZLERO_fake_script() -- ClickTp.LocalScript local script = Instance.new('LocalScript', ClickTp) getfenv().script = Instance.new('Script', ClickTp) ClickTp.MouseButton1Click:Connect(function() noclip = false local UIS = game:GetService("UserInputService") local Player = game.Players.LocalPlayer local Mouse = Player:GetMouse() function GetCharacter() return game.Players.LocalPlayer.Character end function Teleport(pos) local Char = GetCharacter() if Char then Char:MoveTo(pos) end end UIS.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 and UIS:IsKeyDown(Enum.KeyCode.LeftControl) then Teleport(Mouse.Hit.p) end end) end) end coroutine.wrap(MOZLERO_fake_script)() local function OSKHF_fake_script() -- ClickTp.LocalScript local script = Instance.new('LocalScript', ClickTp) getfenv().script = Instance.new('Script', ClickTp) ClickTp.MouseButton1Click:Connect(function() ClickTp.BackgroundColor3 = Color3.fromRGB(0,255,0) end) end coroutine.wrap(OSKHF_fake_script)() local function EVQGG_fake_script() -- KillAll.LocalScript local script = Instance.new('LocalScript', KillAll) getfenv().script = Instance.new('Script', KillAll) KillAll.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/MisterGunXD/yes/main/rolve%3C3.lua"))(); end) end coroutine.wrap(EVQGG_fake_script)() local function FUJKACW_fake_script() -- KillAll.LocalScript local script = Instance.new('LocalScript', KillAll) getfenv().script = Instance.new('Script', KillAll) KillAll.MouseButton1Click:Connect(function() KillAll.BackgroundColor3 = Color3.fromRGB(0,255,0) end) end coroutine.wrap(FUJKACW_fake_script)() local function WWTBUEF_fake_script() -- AimBot.LocalScript local script = Instance.new('LocalScript', AimBot) getfenv().script = Instance.new('Script', AimBot) AimBot.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Rollimonster/Aimbot/main/Aimbot"))(); end) end coroutine.wrap(WWTBUEF_fake_script)() local function ERVEBO_fake_script() -- AimBot.LocalScript local script = Instance.new('LocalScript', AimBot) getfenv().script = Instance.new('Script', AimBot) AimBot.MouseButton1Click:Connect(function() AimBot.BackgroundColor3 = Color3.fromRGB(0,255,0) end) end coroutine.wrap(ERVEBO_fake_script)() local function GIGTLBZ_fake_script() -- SoftAim.LocalScript local script = Instance.new('LocalScript', SoftAim) getfenv().script = Instance.new('Script', SoftAim) SoftAim.MouseButton1Click:Connect(function() local Players = game:GetService("Players") local LocalPlayer = Players.LocalPlayer local mouse = LocalPlayer:GetMouse() local Camera = workspace.CurrentCamera local Debris = game:GetService("Debris") local UserInputService = game:GetService("UserInputService") local target = false local RunService = game:GetService("RunService") getfenv().lock = "Random" -- Head or Hitbox or Random fov = 300; local fovCircle = true; local st = tonumber(tick()); warn("Loading script...") if fovCircle then function createcircle() local a=Drawing.new('Circle');a.Transparency=1;a.Thickness=1.5;a.Visible=true;a.Color=Color3.fromRGB(255,255,255);a.Filled=false;a.Radius=fov; return a; end; local fovc = createcircle(); spawn(function() RunService:BindToRenderStep("FovCircle",1,function() fovc.Position = Vector2.new(mouse.X,mouse.Y) end); end); end; function isFfa() local am = #Players:GetChildren(); local amm = 0; for i , v in pairs(Players:GetChildren()) do if v.Team == LocalPlayer.Team then amm = amm + 1; end; end; return am == amm; end; function getnearest() local nearestmagnitude = math.huge local nearestenemy = nil local vector = nil local ffa = isFfa(); for i,v in next, Players:GetChildren() do if ffa == false and v.Team ~= LocalPlayer.Team or ffa == true then if v.Character and v.Character:FindFirstChild("HumanoidRootPart") and v.Character:FindFirstChild("Humanoid") and v.Character.Humanoid.Health > 0 then local vector, onScreen = Camera:WorldToScreenPoint(v.Character["HumanoidRootPart"].Position) if onScreen then local ray = Ray.new( Camera.CFrame.p, (v.Character["Head"].Position-Camera.CFrame.p).unit*500 ) local ignore = { LocalPlayer.Character, } local hit,position,normal=workspace:FindPartOnRayWithIgnoreList(ray,ignore) if hit and hit:FindFirstAncestorOfClass("Model") and Players:FindFirstChild(hit:FindFirstAncestorOfClass("Model").Name)then local magnitude = (Vector2.new(mouse.X, mouse.Y) - Vector2.new(vector.X, vector.Y)).magnitude if magnitude < nearestmagnitude and magnitude <= fov then nearestenemy = v nearestmagnitude = magnitude end end end end end end return nearestenemy end local meta = getrawmetatable(game) setreadonly(meta, false) local oldNamecall = meta.__namecall meta.__namecall = newcclosure(function(...) local method = getnamecallmethod() local args = {...} if string.find(method,'Ray') then if target then if args[1].Name ~= "Workspace" then print(args[1]) end; args[2] = Ray.new(workspace.CurrentCamera.CFrame.Position, (target.Position + Vector3.new(0,(workspace.CurrentCamera.CFrame.Position-target.Position).Magnitude/500,0) - workspace.CurrentCamera.CFrame.Position).unit * 5000) end end return oldNamecall(unpack(args)) end) warn("Script loaded!\nTime taken: "..math.abs(tonumber(tick())-st)) RunService:BindToRenderStep("SilentAim",1,function() if UserInputService:IsMouseButtonPressed(0) and Players.LocalPlayer.Character and Players.LocalPlayer.Character:FindFirstChild("Humanoid") and Players.LocalPlayer.Character.Humanoid.Health > 0 then local enemy = getnearest() if enemy and enemy.Character and enemy.Character:FindFirstChild("Humanoid") and enemy.Character.Humanoid.Health > 0 then local vector, onScreen = Camera:WorldToScreenPoint(enemy.Character["Head"].Position) local head = (Vector2.new(mouse.X, mouse.Y) - Vector2.new(vector.X, vector.Y)).magnitude local vector, onScreen = Camera:WorldToScreenPoint(enemy.Character["HumanoidRootPart"].Position) local hitbox = (Vector2.new(mouse.X, mouse.Y) - Vector2.new(vector.X, vector.Y)).magnitude if head <= hitbox then magnitude = head else magnitude = hitbox; end; if getfenv().lock == "Head" then target = workspace[enemy.Name]["Head"] else if getfenv().lock == "Random" then if magnitude == hitbox then target = workspace[enemy.Name]["HumanoidRootPart"]; else target = workspace[enemy.Name]["Head"] end; else target = workspace[enemy.Name]["HumanoidRootPart"]; end; end; else target = nil end end end) end) end coroutine.wrap(GIGTLBZ_fake_script)() local function WRLWQJ_fake_script() -- SoftAim.LocalScript local script = Instance.new('LocalScript', SoftAim) getfenv().script = Instance.new('Script', SoftAim) SoftAim.MouseButton1Click:Connect(function() SoftAim.BackgroundColor3 = Color3.fromRGB(0,255,0) end) end coroutine.wrap(WRLWQJ_fake_script)() local function HXRSBCQ_fake_script() -- HBE.LocalScript local script = Instance.new('LocalScript', HBE) getfenv().script = Instance.new('Script', HBE) HBE.MouseButton1Click:Connect(function() HBE.BackgroundColor3 = Color3.fromRGB(0,255,0) end) end coroutine.wrap(HXRSBCQ_fake_script)() local function ZIGYPD_fake_script() -- HBE.LocalScript local script = Instance.new('LocalScript', HBE) getfenv().script = Instance.new('Script', HBE) HBE.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Rollimonster/Arsenal-Hitbox-Expander/main/Arsenal-Hitbox-Expander", true))() end) end coroutine.wrap(ZIGYPD_fake_script)() local function OULBX_fake_script() -- NoClip.LocalScript local script = Instance.new('LocalScript', NoClip) getfenv().script = Instance.new('Script', NoClip) NoClip.MouseButton1Click:Connect(function() noclip = false game:GetService('RunService').Stepped:connect(function() if noclip then game.Players.LocalPlayer.Character.Humanoid:ChangeState(11) end end) plr = game.Players.LocalPlayer mouse = plr:GetMouse() mouse.KeyDown:connect(function(key) if key == "e" then noclip = not noclip game.Players.LocalPlayer.Character.Humanoid:ChangeState(11) end end) end) end coroutine.wrap(OULBX_fake_script)() local function CRQTXY_fake_script() -- NoClip.LocalScript local script = Instance.new('LocalScript', NoClip) getfenv().script = Instance.new('Script', NoClip) NoClip.MouseButton1Click:Connect(function() NoClip.BackgroundColor3 = Color3.fromRGB(0,255,0) end) end coroutine.wrap(CRQTXY_fake_script)() local function AWXGJ_fake_script() -- TriggerBot.LocalScript local script = Instance.new('LocalScript', TriggerBot) getfenv().script = Instance.new('Script', TriggerBot) TriggerBot.MouseButton1Click:Connect(function() local HoldClick = true local Hotkey = 't' local HotkeyToggle = true -- True if you want it to toggle on and off with a click local Players = game:GetService('Players') local RunService = game:GetService('RunService') local LocalPlayer = Players.LocalPlayer local Mouse = LocalPlayer:GetMouse() local Toggle = (Hotkey ~= '') local CurrentlyPressed = false Mouse.KeyDown:Connect(function(key) if HotkeyToggle == true and key == Hotkey then Toggle = not Toggle elseif key == Hotkey then Toggle = true end end) Mouse.KeyUp:Connect(function(key) if HotkeyToggle ~= true and key == Hotkey then Toggle = false end end) RunService.RenderStepped:Connect(function() if Toggle then if Mouse.Target then if Mouse.Target.Parent:FindFirstChild('Humanoid') then if HoldClick then if not CurrentlyPressed then CurrentlyPressed = true mouse1press() end else mouse1click() end else if HoldClick then CurrentlyPressed = false mouse1release() end end end end end) end) end coroutine.wrap(AWXGJ_fake_script)() local function QJDMNCL_fake_script() -- TriggerBot.LocalScript local script = Instance.new('LocalScript', TriggerBot) getfenv().script = Instance.new('Script', TriggerBot) TriggerBot.MouseButton1Click:Connect(function() TriggerBot.BackgroundColor3 = Color3.fromRGB(0,255,0) end) end coroutine.wrap(QJDMNCL_fake_script)() local function JBPL_fake_script() -- Roli.LocalScript local script = Instance.new('LocalScript', Roli) while true do for a = 1,360,1 do wait(0.1) Roli.TextColor3 = Color3.fromHSV(a/360,1,1) end end end coroutine.wrap(JBPL_fake_script)() local function BCQX_fake_script() -- CloseButton.LocalScript local script = Instance.new('LocalScript', CloseButton) getfenv().script = Instance.new('Script', CloseButton) CloseButton.MouseButton1Click:Connect(function() MainFrame.Visible = false end) end coroutine.wrap(BCQX_fake_script)() local function XOECZ_fake_script() -- Main.LocalScript local script = Instance.new('LocalScript', Main) getfenv().script = Instance.new('Script', Main) Main.MouseButton1Click:Connect(function() Frame22.Visible = false Frame12.Visible = true end) end coroutine.wrap(XOECZ_fake_script)() local function NBYYE_fake_script() -- Visuals.LocalScript local script = Instance.new('LocalScript', Visuals) getfenv().script = Instance.new('Script', Visuals) Visuals.MouseButton1Click:Connect(function() Frame12.Visible = false Frame22.Visible = true end) end coroutine.wrap(NBYYE_fake_script)() local function NSNR_fake_script() -- Frame22.LocalScript local script = Instance.new('LocalScript', Frame22) while true do for a = 1,360,1 do wait(0.1) script.Parent.ScrollBarImageColor3 = Color3.fromHSV(a/360,1,1) end end end coroutine.wrap(NSNR_fake_script)() local function RXFZE_fake_script() -- Cham.LocalScript local script = Instance.new('LocalScript', Cham) getfenv().script = Instance.new('Script', Cham) Cham.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Rollimonster/Roblox-Cham/main/Roblox-Cham", true))() end) end coroutine.wrap(RXFZE_fake_script)() local function IDOXT_fake_script() -- Cham.LocalScript local script = Instance.new('LocalScript', Cham) getfenv().script = Instance.new('Script', Cham) Cham.MouseButton1Click:Connect(function() Cham.BackgroundColor3 = Color3.fromRGB(0,255,0) end) end coroutine.wrap(IDOXT_fake_script)() local function HRMBD_fake_script() -- BoxEsp.LocalScript local script = Instance.new('LocalScript', BoxEsp) getfenv().script = Instance.new('Script', BoxEsp) BoxEsp.MouseButton1Click:Connect(function() local HeadOff = Vector3.new(0, 0.5, 0) local LegOff = Vector3.new(0,3,0) for i,v in pairs(game.Players:GetChildren()) do local BoxOutline = Drawing.new("Square") BoxOutline.Visible = false BoxOutline.Color = Color3.new(0,0,0) BoxOutline.Thickness = 3 BoxOutline.Transparency = 1 BoxOutline.Filled = false local Box = Drawing.new("Square") Box.Visible = false Box.Color = Color3.new(1,1,1) Box.Thickness = 1 Box.Transparency = 1 Box.Filled = false function boxesp() game:GetService("RunService").RenderStepped:Connect(function() if v.Character ~= nil and v.Character:FindFirstChild("Humanoid") ~= nil and v.Character:FindFirstChild("HumanoidRootPart") ~= nil and v ~= lplr and v.Character.Humanoid.Health > 0 then local Vector, onScreen = camera:worldToViewportPoint(v.Character.HumanoidRootPart.Position) local RootPart = v.Character.HumanoidRootPart local Head = v.Character.Head local RootPosition, RootVis = worldToViewportPoint(CurrentCamera, RootPart.Position) local HeadPosition = worldToViewportPoint(CurrentCamera, Head.Position + HeadOff) local LegPosition = worldToViewportPoint(CurrentCamera, RootPart.Position - LegOff) if onScreen then BoxOutline.Size = Vector2.new(1000 / RootPosition.Z, HeadPosition.Y - LegPosition.Y) BoxOutline.Position = Vector2.new(RootPosition.X - BoxOutline.Size.X / 2, RootPosition.Y - BoxOutline.Size.Y / 2) BoxOutline.Visible = true Box.Size = Vector2.new(1000 / RootPosition.Z, HeadPosition.Y - LegPosition.Y) Box.Position = Vector2.new(RootPosition.X - Box.Size.X / 2, RootPosition.Y - Box.Size.Y / 2) Box.Visible = true if v.TeamColor == lplr.TeamColor then BoxOutline.Visible = true Box.Visible = true else BoxOutline.Visible = true Box.Visible = true end else BoxOutline.Visible = true Box.Visible = true end else BoxOutline.Visible = true Box.Visible = true end end) end coroutine.wrap(boxesp)() end game.Players.PlayerAdded:Connect(function(v) local BoxOutline = Drawing.new("Square") BoxOutline.Visible = false BoxOutline.Color = Color3.new(0,0,0) BoxOutline.Thickness = 3 BoxOutline.Transparency = 1 BoxOutline.Filled = false local Box = Drawing.new("Square") Box.Visible = false Box.Color = Color3.new(1,1,1) Box.Thickness = 1 Box.Transparency = 1 Box.Filled = false function boxesp() game:GetService("RunService").RenderStepped:Connect(function() if v.Character ~= nil and v.Character:FindFirstChild("Humanoid") ~= nil and v.Character:FindFirstChild("HumanoidRootPart") ~= nil and v ~= lplr and v.Character.Humanoid.Health > 0 then local Vector, onScreen = camera:worldToViewportPoint(v.Character.HumanoidRootPart.Position) local RootPart = v.Character.HumanoidRootPart local Head = v.Character.Head local RootPosition, RootVis = worldToViewportPoint(CurrentCamera, RootPart.Position) local HeadPosition = worldToViewportPoint(CurrentCamera, Head.Position + HeadOff) local LegPosition = worldToViewportPoint(CurrentCamera, RootPart.Position - LegOff) if onScreen then BoxOutline.Size = Vector2.new(1000 / RootPosition.Z, HeadPosition.Y - LegPosition.Y) BoxOutline.Position = Vector2.new(RootPosition.X - BoxOutline.Size.X / 2, RootPosition.Y - BoxOutline.Size.Y / 2) BoxOutline.Visible = true Box.Size = Vector2.new(1000 / RootPosition.Z, HeadPosition.Y - LegPosition.Y) Box.Position = Vector2.new(RootPosition.X - Box.Size.X / 2, RootPosition.Y - Box.Size.Y / 2) Box.Visible = true if v.TeamColor == lplr.TeamColor then BoxOutline.Visible = false Box.Visible = false else BoxOutline.Visible = true Box.Visible = true end else BoxOutline.Visible = false Box.Visible = false end else BoxOutline.Visible = false Box.Visible = false end end) end coroutine.wrap(boxesp)() end) end) end coroutine.wrap(HRMBD_fake_script)() local function HFFTKAF_fake_script() -- BoxEsp.LocalScript local script = Instance.new('LocalScript', BoxEsp) getfenv().script = Instance.new('Script', BoxEsp) BoxEsp.MouseButton1Click:Connect(function() BoxEsp.BackgroundColor3 = Color3.fromRGB(0,255,0) end) end coroutine.wrap(HFFTKAF_fake_script)() local function EHUJPNN_fake_script() -- LVEsp.LocalScript local script = Instance.new('LocalScript', LVEsp) getfenv().script = Instance.new('Script', LVEsp) LVEsp.MouseButton1Click:Connect(function() local camera = workspace.CurrentCamera local plrs = game:GetService("Players") local lplr = plrs.LocalPlayer local function drawshit(player) local lookangle = Drawing.new("Line") lookangle.Visible = false lookangle.Thickness = 1 lookangle.Color = Color3.new(1,0,0) local function updater() local c c = game:GetService("RunService").RenderStepped:Connect(function() if player and player.Character and player.Character:FindFirstChild("Head") and player.Character:FindFirstChild("Humanoid") and player.Character.Humanoid.Health > 0 then for idx = 10, 1, -1 do local rayhit, hitpos = workspace:FindPartOnRayWithIgnoreList(Ray.new(player.Character.Head.Position, player.Character.Head.CFrame.LookVector * idx), {camera, player.Character}, false, true, "") local viewportpointhit, isOnScreen = camera:WorldToViewportPoint(hitpos) local headpos = camera:WorldToViewportPoint(player.Character.Head.Position) if isOnScreen then lookangle.From = Vector2.new(headpos.X, headpos.Y) lookangle.To = Vector2.new(viewportpointhit.X, viewportpointhit.Y) lookangle.Visible = true break else lookangle.Visible = false end end else if player.Character == nil then c:Disconnect() end lookangle.Visible = false end end) end coroutine.wrap(updater)() end for i,v in next, plrs:GetPlayers() do if v ~= lplr then coroutine.wrap(drawshit)(v) end end plrs.PlayerAdded:Connect(function(v) coroutine.wrap(drawshit)(v) end) end) end coroutine.wrap(EHUJPNN_fake_script)() local function USQZ_fake_script() -- LVEsp.LocalScript local script = Instance.new('LocalScript', LVEsp) getfenv().script = Instance.new('Script', LVEsp) LVEsp.MouseButton1Click:Connect(function() LVEsp.BackgroundColor3 = Color3.fromRGB(0,255,0) end) end coroutine.wrap(USQZ_fake_script)() local function RKTM_fake_script() -- HealthEsp.LocalScript local script = Instance.new('LocalScript', HealthEsp) getfenv().script = Instance.new('Script', HealthEsp) HealthEsp.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Rollimonster/Health-Thing-For-Roblox/main/Health-Thing-For-Roblox", true))() end) end coroutine.wrap(RKTM_fake_script)() local function MOKB_fake_script() -- HealthEsp.LocalScript local script = Instance.new('LocalScript', HealthEsp) getfenv().script = Instance.new('Script', HealthEsp) HealthEsp.MouseButton1Click:Connect(function() HealthEsp.BackgroundColor3 = Color3.fromRGB(0,255,0) end) end coroutine.wrap(MOKB_fake_script)() end, }) local Button = MainTab:CreateButton({ Name = "DarkDexExplorer", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Babyhamsta/RBLX_Scripts/main/Universal/BypassedDarkDexV3.lua", true))() end, }) local Button = GamesTab:CreateButton({ Name = "Chicblocko", Callback = function() loadstring(game:HttpGet("https://gist.githubusercontent.com/Shag420/c2c977038fda713ef495eeea580a7662/raw"))() end, }) local Button = GamesTab:CreateButton({ Name = "South London 2", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/MonkeyHUBB/MonkeyHUB/main/README.md"))() end, }) local Button = GamesTab:CreateButton({ Name = "Arsenal [OP]", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/wuhaz/arsenal/main/main.lua'))() end, }) local Button = MainTab:CreateButton({ Name = "Chat Bypasser", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/BakaPraselol/MRCBV4LSB4KRS/main/Loader"))() end, }) local Button = GamesTab:CreateButton({ Name = "Kat [OP]", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/6rd91GZx", true))() end, }) local Button = GamesTab:CreateButton({ Name = "Jail Break Menu", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/alohabeach/Main/master/Scripts/JailbreakAutoRob.lua"))() end, })
Optional Paste Settings
Category:
None
Cryptocurrency
Cybersecurity
Fixit
Food
Gaming
Haiku
Help
History
Housing
Jokes
Legal
Money
Movies
Music
Pets
Photo
Science
Software
Source Code
Spirit
Sports
Travel
TV
Writing
Tags:
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
JSON
Java
JavaScript
Lua
Markdown (PRO members only)
Objective C
PHP
Perl
Python
Ruby
Swift
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
AIMMS
ALGOL 68
APT Sources
ARM
ASM (NASM)
ASP
ActionScript
ActionScript 3
Ada
Apache Log
AppleScript
Arduino
Asymptote
AutoIt
Autohotkey
Avisynth
Awk
BASCOM AVR
BNF
BOO
Bash
Basic4GL
Batch
BibTeX
Blitz Basic
Blitz3D
BlitzMax
BrainFuck
C
C (WinAPI)
C Intermediate Language
C for Macs
C#
C++
C++ (WinAPI)
C++ (with Qt extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
CMake
COBOL
CSS
Ceylon
ChaiScript
Chapel
Clojure
Clone C
Clone C++
CoffeeScript
ColdFusion
Cuesheet
D
DCL
DCPU-16
DCS
DIV
DOT
Dart
Delphi
Delphi Prism (Oxygene)
Diff
E
ECMAScript
EPC
Easytrieve
Eiffel
Email
Erlang
Euphoria
F#
FO Language
Falcon
Filemaker
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
GDB
GDScript
Game Maker
Genero
Genie
GetText
Go
Godot GLSL
Groovy
GwBasic
HQ9 Plus
HTML
HTML 5
Haskell
Haxe
HicEst
IDL
INI file
INTERCAL
IO
ISPF Panel Definition
Icon
Inno Script
J
JCL
JSON
Java
Java 5
JavaScript
Julia
KSP (Kontakt Script)
KiXtart
Kotlin
LDIF
LLVM
LOL Code
LScript
Latex
Liberty BASIC
Linden Scripting
Lisp
Loco Basic
Logtalk
Lotus Formulas
Lotus Script
Lua
M68000 Assembler
MIX Assembler
MK-61/52
MPASM
MXML
MagikSF
Make
MapBasic
Markdown (PRO members only)
MatLab
Mercury
MetaPost
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MySQL
Nagios
NetRexx
Nginx
Nim
NullSoft Installer
OCaml
OCaml Brief
Oberon 2
Objeck Programming Langua
Objective C
Octave
Open Object Rexx
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
PARI/GP
PCRE
PHP
PHP Brief
PL/I
PL/SQL
POV-Ray
ParaSail
Pascal
Pawn
Per
Perl
Perl 6
Phix
Pic 16
Pike
Pixel Bender
PostScript
PostgreSQL
PowerBuilder
PowerShell
ProFTPd
Progress
Prolog
Properties
ProvideX
Puppet
PureBasic
PyCon
Python
Python for S60
QBasic
QML
R
RBScript
REBOL
REG
RPM Spec
Racket
Rails
Rexx
Robots
Roff Manpage
Ruby
Ruby Gnuplot
Rust
SAS
SCL
SPARK
SPARQL
SQF
SQL
SSH Config
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
StandardML
StoneScript
SuperCollider
Swift
SystemVerilog
T-SQL
TCL
TeXgraph
Tera Term
TypeScript
TypoScript
UPC
Unicon
UnrealScript
Urbi
VB.NET
VBScript
VHDL
VIM
Vala
Vedit
VeriLog
Visual Pro Log
VisualBasic
VisualFoxPro
WHOIS
WhiteSpace
Winbatch
XBasic
XML
XPP
Xojo
Xorg Config
YAML
YARA
Z80 Assembler
ZXBasic
autoconf
jQuery
mIRC
newLISP
q/kdb+
thinBasic
Paste Expiration:
Never
Burn after read
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Exposure:
Public
Unlisted
Private
Folder:
(members only)
Password
NEW
Enabled
Disabled
Burn after read
NEW
Paste Name / Title:
Create New Paste
Hello
Guest
Sign Up
or
Login
Sign in with Facebook
Sign in with Twitter
Sign in with Google
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Public Pastes
auctions relist for n minutes
PHP | 9 hours ago | 0.79 KB
class-avia-instagram
PHP | 12 hours ago | 46.97 KB
42:SOURCE
14 hours ago | 0.01 KB
42
14 hours ago | 0.34 KB
The Desperate Mission 2
14 hours ago | 0.74 KB
The Desperate Mission 1
14 hours ago | 0.65 KB
Rebel Dawn 14
14 hours ago | 2.58 KB
Rebel Dawn 13
14 hours ago | 0.46 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!