Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Instances:
- local Yeet = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local Scripts = Instance.new("Frame")
- local Dab = Instance.new("TextButton")
- local killaura = Instance.new("TextButton")
- local nopassing = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- Yeet.Name = "Yeet"
- Yeet.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Main.Name = "Main"
- Main.Parent = Yeet
- Main.BackgroundColor3 = Color3.new(1, 1, 1)
- Main.Position = UDim2.new(0.0296950247, 0, 0.0360824727, 0)
- Main.Size = UDim2.new(0, 223, 0, 225)
- Main.Style = Enum.FrameStyle.DropShadow
- Main.Active = true
- Main.Draggable = true
- Scripts.Name = "Scripts"
- Scripts.Parent = Main
- Scripts.BackgroundColor3 = Color3.new(0, 0, 0)
- Scripts.BackgroundTransparency = 0.5
- Scripts.BorderSizePixel = 0
- Scripts.Position = UDim2.new(0, 0, 0.24000001, 0)
- Scripts.Size = UDim2.new(0, 208, 0, 157)
- Dab.Name = "Dab"
- Dab.Parent = Scripts
- Dab.BackgroundColor3 = Color3.new(1, 1, 1)
- Dab.Position = UDim2.new(0.016902063, 0, 0.649432898, 0)
- Dab.Size = UDim2.new(0, 200, 0, 50)
- Dab.Style = Enum.ButtonStyle.RobloxRoundButton
- Dab.Font = Enum.Font.Cartoon
- Dab.Text = "Dab"
- Dab.TextColor3 = Color3.new(1, 1, 1)
- Dab.TextSize = 14
- Dab.MouseButton1Down:connect(function()
- _G.hotkey = 'b'
- loadstring(game:GetObjects('rbxassetid://451302106')[1].Source)()
- end)
- killaura.Name = "killaura"
- killaura.Parent = Scripts
- killaura.BackgroundColor3 = Color3.new(1, 1, 1)
- killaura.Position = UDim2.new(0.0124177588, 0, -0.00292640924, 0)
- killaura.Size = UDim2.new(0, 200, 0, 50)
- killaura.Style = Enum.ButtonStyle.RobloxRoundButton
- killaura.Font = Enum.Font.Cartoon
- killaura.Text = "Kill Aura"
- killaura.TextColor3 = Color3.new(1, 1, 1)
- killaura.TextSize = 14
- killaura.MouseButton1Down:connect(function()
- while wait(0.1) do
- for i, plr in pairs(game.Players:GetChildren()) do
- if plr.Name ~= game.Players.LocalPlayer.Name then
- for i = 1, 10 do
- game.ReplicatedStorage.meleeEvent:FireServer(plr)
- end
- end
- end
- end
- end)
- nopassing.Name = "nopassing"
- nopassing.Parent = Scripts
- nopassing.BackgroundColor3 = Color3.new(1, 1, 1)
- nopassing.Position = UDim2.new(0.016902063, 0, 0.323253214, 0)
- nopassing.Size = UDim2.new(0, 200, 0, 50)
- nopassing.Style = Enum.ButtonStyle.RobloxRoundButton
- nopassing.Font = Enum.Font.Cartoon
- nopassing.Text = "You shall not pass!"
- nopassing.TextColor3 = Color3.new(1, 1, 1)
- nopassing.TextSize = 14
- nopassing.MouseButton1Down:connect(function()
- local s = Instance.new("Sound")
- s.Name = "Sound"
- s.SoundId = "http://www.roblox.com/asset/?id=154376403"
- s.Volume = 100
- s.Pitch = 1
- s.Looped = false
- s.archivable = false
- s.Parent = game.Workspace
- wait(0)
- s:play()
- wait(4)
- expld = Instance.new("Explosion", Workspace)
- expld.BlastRadius = 10000
- expld.BlastPressure = 10000
- expld.Position = game.Workspace.MajorLeagueGamingHax.Head.Position
- end)
- TextLabel.Parent = Main
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(-0.0224215239, 0, -0.0355555564, 0)
- TextLabel.Size = UDim2.new(0, 217, 0, 57)
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.Text = "Yeet"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement