Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Credits Unknown
- local Shark = Instance.new("ScreenGui")
- local bar1 = Instance.new("Frame")
- local CR = Instance.new("TextLabel")
- local _21 = Instance.new("TextLabel")
- local SS = Instance.new("TextButton")
- local IKS = Instance.new("TextButton")
- local FS = Instance.new("TextButton")
- local AS = Instance.new("TextButton")
- local BS = Instance.new("TextButton")
- local KA = Instance.new("TextButton")
- local ND = Instance.new("TextButton")
- local BR = Instance.new("TextButton")
- Shark.Name = "Shark"
- Shark.Parent = game.CoreGui
- bar1.Name = "bar1"
- bar1.Active = true
- bar1.Parent = Shark
- bar1.BackgroundColor3 = Color3.new(0.00784314, 0.00784314, 0.00784314)
- bar1.BackgroundTransparency = 0.30000001192093
- bar1.Position = UDim2.new(0.0895061716, 0, 0.176079735, 0)
- bar1.Size = UDim2.new(0, 206, 0, 223)
- bar1.Draggable = true
- CR.Name = "CR"
- CR.Parent = bar1
- CR.BackgroundColor3 = Color3.new(0.0156863, 0.0156863, 0.0156863)
- CR.Position = UDim2.new(0.0436893217, 0, 0.0313901342, 0)
- CR.Size = UDim2.new(0, 188, 0, 22)
- CR.Font = Enum.Font.SciFi
- CR.Text = "~ Life Suxks - Funtrator ~"
- CR.TextColor3 = Color3.new(1, 0, 0.498039)
- CR.TextSize = 14
- _21.Name = "21"
- _21.Parent = bar1
- _21.BackgroundColor3 = Color3.new(1, 1, 1)
- _21.Position = UDim2.new(0.0388349518, 0, 0.147982061, 0)
- _21.Size = UDim2.new(0, 192, 0, 1)
- _21.Font = Enum.Font.SourceSans
- _21.Text = ""
- _21.TextSize = 14
- SS.Name = "SS"
- SS.Parent = bar1
- SS.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
- SS.BorderColor3 = Color3.new(1, 0, 0)
- SS.Position = UDim2.new(0.0582524277, 0, 0.19730942, 0)
- SS.Size = UDim2.new(0, 90, 0, 31)
- SS.Font = Enum.Font.SciFi
- SS.Text = "Spam Sling"
- SS.TextColor3 = Color3.new(0.333333, 1, 0)
- SS.TextSize = 14
- SS.MouseButton1Down:connect(function()
- while game:GetService("RunService").RenderStepped:Wait() do
- local plr = game.Players.LocalPlayer
- local mouse = plr:GetMouse()
- local A_1 = mouse.hit.p
- local A_2 = Vector3.new(0, 0, 0)
- local Event = plr.Character.Slingshot.PelletCreateEvent
- Event:FireServer(A_1, A_2)
- end
- end)
- IKS.Name = "IKS"
- IKS.Parent = bar1
- IKS.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
- IKS.BorderColor3 = Color3.new(1, 0, 0)
- IKS.Position = UDim2.new(0.553398073, 0, 0.19730942, 0)
- IKS.Size = UDim2.new(0, 86, 0, 31)
- IKS.Font = Enum.Font.SciFi
- IKS.Text = "Ins Kill Sword"
- IKS.TextColor3 = Color3.new(1, 0, 0.498039)
- IKS.TextSize = 14
- IKS.MouseButton1Down:connect(function()
- local env = getsenv(game.Players.LocalPlayer.Backpack.Sword.SwordScript).lunge
- debug.setupvalue(env, "slash_damage", 100)
- debug.setupvalue(env, "lunge_damage", 100)
- end)
- FS.Name = "FS"
- FS.Parent = bar1
- FS.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
- FS.BorderColor3 = Color3.new(1, 0, 0)
- FS.Position = UDim2.new(0.0582524277, 0, 0.394618839, 0)
- FS.Size = UDim2.new(0, 90, 0, 31)
- FS.Font = Enum.Font.SciFi
- FS.Text = "Fast Sling"
- FS.TextColor3 = Color3.new(0, 1, 1)
- FS.TextSize = 14
- FS.MouseButton1Down:connect(function()
- getsenv(game.Players.LocalPlayer.Backpack.Slingshot.Client).VELOCITY = 1000
- end)
- AS.Name = "AS"
- AS.Parent = bar1
- AS.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
- AS.BorderColor3 = Color3.new(1, 0, 0)
- AS.Position = UDim2.new(0.553398073, 0, 0.394618839, 0)
- AS.Size = UDim2.new(0, 86, 0, 31)
- AS.Font = Enum.Font.SciFi
- AS.Text = "Auto Kill"
- AS.TextColor3 = Color3.new(0.988235, 0.827451, 0.00392157)
- AS.TextSize = 14
- AS.MouseButton1Down:connect(function()
- while wait(0.5) do
- for i,v in pairs(game.Players:GetChildren()) do
- if v ~= game.Players.LocalPlayer.Team then
- local plr = game.Players.LocalPlayer
- local A_1 = v.Character.Head.Position
- local A_2 = v.Character.HumanoidRootPart.Position
- local Event = plr.Character.Slingshot.PelletCreateEvent
- Event:FireServer(A_1, A_2)
- end
- end
- end
- end)
- BS.Name = "BS"
- BS.Parent = bar1
- BS.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
- BS.BorderColor3 = Color3.new(1, 0, 0)
- BS.Position = UDim2.new(0.0582524277, 0, 0.600896835, 0)
- BS.Size = UDim2.new(0, 90, 0, 31)
- BS.Font = Enum.Font.SciFi
- BS.Text = "Bomb Script"
- BS.TextColor3 = Color3.new(1, 0.333333, 0)
- BS.TextSize = 14
- BS.MouseButton1Down:connect(function()
- plr = game.Players.LocalPlayer
- hum = plr.Character.HumanoidRootPart
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "e" then
- if mouse.Target then
- local A_1 = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
- local Event = game:GetService("Workspace").YOURNAMEHERE.Timebomb.BombCreateEvent
- Event:FireServer(A_1)
- end
- end
- end)
- end)
- KA.Name = "KA"
- KA.Parent = bar1
- KA.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
- KA.BorderColor3 = Color3.new(1, 0, 0)
- KA.Position = UDim2.new(0.553398073, 0, 0.600896835, 0)
- KA.Size = UDim2.new(0, 86, 0, 31)
- KA.Font = Enum.Font.SciFi
- KA.Text = "Kill All"
- KA.TextColor3 = Color3.new(0.666667, 0.333333, 1)
- KA.TextSize = 14
- KA.MouseButton1Down:connect(function()
- while game:GetService("RunService").RenderStepped:Wait() do
- for i,v in pairs(game.Players:GetChildren()) do
- if game.Players.LocalPlayer.Character:findFirstChild('Slingshot') and not game.Players.LocalPlayer.Character:findFirstChildOfClass('ForceField') and v.Team.Name ~= game.Players.LocalPlayer.Team.Name and v.Team.Name ~= 'Spectators' then
- game:GetService("RunService").RenderStepped:Wait()
- spawn(function()
- repeat
- game:GetService("RunService").RenderStepped:Wait()
- spawn(function()
- local pos,basepos = v.Character.Head.Position,Vector3.new(0, 0, 0)
- local Event = game.Players.LocalPlayer.Character.Slingshot.PelletCreateEvent
- Event:FireServer(pos,basepos)
- end)
- until v.Character.Humanoid.Health < 3 or not game.Players.LocalPlayer.Character:findFirstChild('Slingshot')
- end)
- end
- end
- end
- end)
- ND.Name = "ND"
- ND.Parent = bar1
- ND.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
- ND.BorderColor3 = Color3.new(1, 0, 0)
- ND.Position = UDim2.new(0.0582524277, 0, 0.804932714, 0)
- ND.Size = UDim2.new(0, 90, 0, 31)
- ND.Font = Enum.Font.SciFi
- ND.Text = "No Delay"
- ND.TextColor3 = Color3.new(0, 0.666667, 1)
- ND.TextSize = 14
- ND.MouseButton1Down:connect(function()
- local w = wait
- getrenv().wait = function(...)
- if getfenv(2).script.Name == "Client" then
- return 1
- end
- return w(...)
- end
- end)
- BR.Name = "BR"
- BR.Parent = bar1
- BR.BackgroundColor3 = Color3.new(0.0235294, 0.0235294, 0.0235294)
- BR.BorderColor3 = Color3.new(1, 0, 0)
- BR.Position = UDim2.new(0.533980608, 0, 0.804932714, 0)
- BR.Size = UDim2.new(0, 90, 0, 31)
- BR.Font = Enum.Font.SciFi
- BR.Text = "Break Rocket"
- BR.TextColor3 = Color3.new(0.333333, 1, 0)
- BR.TextSize = 14
- BR.MouseButton1Down:connect(function()
- workspace.ChildAdded:connect(function(Obj)
- if Obj.Name == "Rocket" then
- local pos = Obj.Position
- game:GetService("ReplicatedStorage").RocketDestroyEvent:FireServer(Obj, pos)
- end
- end)
- end)
Add Comment
Please, Sign In to add comment