Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local rbworld2 = Instance.new("ScreenGui")
- local Background = Instance.new("Frame")
- local barline = Instance.new("Frame")
- local topbar = Instance.new("Frame")
- local rbworld2gui = Instance.new("TextLabel")
- local exit = Instance.new("TextButton")
- local minimize = Instance.new("TextButton")
- local boxing = Instance.new("TextButton")
- local shooting = Instance.new("TextButton")
- local handles = Instance.new("TextButton")
- local nocliping = Instance.new("TextButton")
- local TextButton_3 = Instance.new("TextButton") -- B to speed
- local TextButton = Instance.new("TextButton") -- east to west
- local TextButton_4 = Instance.new("TextButton") -- west to east
- local TextButton_2 = Instance.new("TextButton") -- click tp
- local TextButtona = Instance.new("TextButton") -- aimbot
- local TextButton_5 = Instance.new("TextButton") -- statchange
- local Open = Instance.new("TextButton")
- --Properties:
- rbworld2.Name = "rbworld2"
- rbworld2.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Background.Name = "Background"
- Background.Parent = rbworld2
- Background.Active = true
- Background.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- Background.Position = UDim2.new(0.241860479, 0, 0.285100281, 0)
- Background.Selectable = true
- Background.Size = UDim2.new(0, 500, 0, 300)
- Background.Draggable = true
- Background.Visible = false
- barline.Name = "barline"
- barline.Parent = Background
- barline.Active = true
- barline.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- barline.BorderSizePixel = 0
- barline.Position = UDim2.new(0, 0, 0.116666667, 0)
- barline.Selectable = true
- barline.Size = UDim2.new(0, 500, 0, 6)
- topbar.Name = "topbar"
- topbar.Parent = Background
- topbar.Active = true
- topbar.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- topbar.BorderSizePixel = 0
- topbar.Selectable = true
- topbar.Size = UDim2.new(0, 420, 0, 35)
- rbworld2gui.Name = "rbworld2gui"
- rbworld2gui.Parent = topbar
- rbworld2gui.BackgroundColor3 = Color3.new(1, 1, 1)
- rbworld2gui.BackgroundTransparency = 1
- rbworld2gui.BorderSizePixel = 0
- rbworld2gui.Size = UDim2.new(0, 420, 0, 35)
- rbworld2gui.Font = Enum.Font.Highway
- rbworld2gui.Text = "RB World 2 GUI"
- rbworld2gui.TextColor3 = Color3.new(1, 1, 1)
- rbworld2gui.TextSize = 25
- exit.Name = "exit"
- exit.Parent = topbar
- exit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- exit.BorderSizePixel = 0
- exit.Position = UDim2.new(1.09619045, 0, 0, 0)
- exit.Size = UDim2.new(0, 40, 0, 35)
- exit.Font = Enum.Font.ArialBold
- exit.Text = "X"
- exit.TextColor3 = Color3.new(1, 1, 1)
- exit.TextSize = 25
- exit.MouseButton1Click:connect(function()
- Background.Visible = false
- end)
- minimize.Name = "minimize"
- minimize.Parent = topbar
- minimize.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- minimize.BorderSizePixel = 0
- minimize.Position = UDim2.new(0.999523699, 0, 0, 0)
- minimize.Size = UDim2.new(0, 40, 0, 35)
- minimize.Font = Enum.Font.SourceSans
- minimize.Text = "-"
- minimize.TextColor3 = Color3.new(1, 1, 1)
- minimize.TextSize = 50
- minimize.MouseButton1Click:connect(function()
- Background.Visible = false
- Open.Visible = true
- end)
- boxing.Name = "boxing"
- boxing.Parent = Background
- boxing.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- boxing.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- boxing.BorderSizePixel = 3
- boxing.Position = UDim2.new(0.0199999996, 0, 0.170000002, 0)
- boxing.Size = UDim2.new(0, 150, 0, 50)
- boxing.Font = Enum.Font.Highway
- boxing.Text = "Boxing [1 - 8]"
- boxing.TextColor3 = Color3.new(1, 1, 1)
- boxing.TextSize = 16
- shooting.Name = "shooting"
- shooting.Parent = Background
- shooting.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- shooting.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- shooting.BorderSizePixel = 3
- shooting.Position = UDim2.new(0.349999994, 0, 0.170000002, 0)
- shooting.Size = UDim2.new(0, 150, 0, 50)
- shooting.Font = Enum.Font.Highway
- shooting.Text = "Shooting [1 - 8]"
- shooting.TextColor3 = Color3.new(1, 1, 1)
- shooting.TextSize = 16
- handles.Name = "handles"
- handles.Parent = Background
- handles.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- handles.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- handles.BorderSizePixel = 3
- handles.Position = UDim2.new(0.680000007, 0, 0.170000002, 0)
- handles.Size = UDim2.new(0, 150, 0, 50)
- handles.Font = Enum.Font.Highway
- handles.Text = "Handles [1 - 6]"
- handles.TextColor3 = Color3.new(1, 1, 1)
- handles.TextSize = 16
- nocliping.Name = "nocliping"
- nocliping.Parent = Background
- nocliping.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- nocliping.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- nocliping.BorderSizePixel = 3
- nocliping.Position = UDim2.new(0.0199999996, 0, 0.369999975, 0)
- nocliping.Size = UDim2.new(0, 150, 0, 50)
- nocliping.Font = Enum.Font.Highway
- nocliping.Text = "No-Clip [L]"
- nocliping.TextColor3 = Color3.new(1, 1, 1)
- nocliping.TextSize = 16
- TextButton_3.Name = "TextButton_3"
- TextButton_3.Parent = Background
- TextButton_3.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- TextButton_3.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- TextButton_3.BorderSizePixel = 3
- TextButton_3.Position = UDim2.new(0.680000007, 0, 0.370000005, 0)
- TextButton_3.Size = UDim2.new(0, 150, 0, 50)
- TextButton_3.Font = Enum.Font.Highway
- TextButton_3.Text = "Speed [B]"
- TextButton_3.TextColor3 = Color3.new(1, 1, 1)
- TextButton_3.TextSize = 16
- TextButton_3.TextWrapped = true
- TextButton.Name = "TextButton"
- TextButton.Parent = Background
- TextButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- TextButton.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- TextButton.BorderSizePixel = 3
- TextButton.Position = UDim2.new(0.0199999996, 0, 0.569999993, 0)
- TextButton.Size = UDim2.new(0, 150, 0, 50)
- TextButton.Font = Enum.Font.Highway
- TextButton.Text = "Change to Westlake"
- TextButton.TextColor3 = Color3.new(1, 1, 1)
- TextButton.TextSize = 16
- TextButton.TextWrapped = true
- TextButton_4.Name = "TextButton_4"
- TextButton_4.Parent = Background
- TextButton_4.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- TextButton_4.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- TextButton_4.BorderSizePixel = 3
- TextButton_4.Position = UDim2.new(0.680000007, 0, 0.569999993, 0)
- TextButton_4.Size = UDim2.new(0, 150, 0, 50)
- TextButton_4.Font = Enum.Font.Highway
- TextButton_4.Text = "Change to Eastside"
- TextButton_4.TextColor3 = Color3.new(1, 1, 1)
- TextButton_4.TextSize = 16
- TextButton_4.TextWrapped = true
- TextButton_2.Name = "TextButton_2"
- TextButton_2.Parent = Background
- TextButton_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- TextButton_2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- TextButton_2.BorderSizePixel = 3
- TextButton_2.Position = UDim2.new(0.349999994, 0, 0.569999993, 0)
- TextButton_2.Size = UDim2.new(0, 150, 0, 50)
- TextButton_2.Font = Enum.Font.Highway
- TextButton_2.Text = "Click TP [N to Toggle]"
- TextButton_2.TextColor3 = Color3.new(1, 1, 1)
- TextButton_2.TextSize = 16
- TextButton_2.TextWrapped = true
- TextButtona.Name = "TextButtona"
- TextButtona.Parent = Background
- TextButtona.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- TextButtona.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- TextButtona.BorderSizePixel = 3
- TextButtona.Position = UDim2.new(0.25, 0, 0.776666641, 0)
- TextButtona.Size = UDim2.new(0, 250, 0, 50)
- TextButtona.Font = Enum.Font.Highway
- TextButtona.Text = "Aimbot [F]"
- TextButtona.TextColor3 = Color3.new(1, 1, 1)
- TextButtona.TextSize = 16
- TextButtona.TextWrapped = true
- TextButton_5.Name = "TextButton_5"
- TextButton_5.Parent = Background
- TextButton_5.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- TextButton_5.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- TextButton_5.BorderSizePixel = 3
- TextButton_5.Position = UDim2.new(0.350000024, 0, 0.369999975, 0)
- TextButton_5.Size = UDim2.new(0, 150, 0, 50)
- TextButton_5.Font = Enum.Font.Highway
- TextButton_5.Text = "Statchange"
- TextButton_5.TextColor3 = Color3.new(1, 1, 1)
- TextButton_5.TextSize = 16
- TextButton_5.TextWrapped = true
- Open.Name = "Open"
- Open.Parent = rbworld2
- Open.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- Open.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- Open.BorderSizePixel = 3
- Open.Position = UDim2.new(0.0775193721, 0, 0.95415473, 0)
- Open.Size = UDim2.new(0, 50, 0, 20)
- Open.Font = Enum.Font.SourceSans
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(1, 1, 1)
- Open.TextSize = 14
- Open.Draggable = true
- Open.MouseButton1Click:connect(function()
- Background.Visible = true
- Open.Visible = false
- end)
- -- Scripts:
- -- boxing
- boxing.MouseButton1Down:connect(function()
- plr = game.Players.LocalPlayer
- hum = plr.Character.HumanoidRootPart
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "1" then
- Player = "LocalPlayer"
- AnimationId = "1041466496"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(0.7)
- end
- if key == "2" then
- Player = "LocalPlayer"
- AnimationId = "1041465309"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(0.7)
- end
- if key == "3" then
- Player = "LocalPlayer"
- AnimationId = "1041464760"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(0.7)
- end
- if key == "4" then
- Player = "LocalPlayer"
- AnimationId = "1041464105"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(0.7)
- end
- if key == "5" then
- Player = "LocalPlayer"
- AnimationId = "1041463398"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(0.7)
- end
- if key == "6" then
- Player = "LocalPlayer"
- AnimationId = "1041681504"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(0.7)
- end
- if key == "7" then
- Player = "LocalPlayer"
- AnimationId = "1041468960"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(0.7)
- end
- if key == "8" then
- Player = "LocalPlayer"
- AnimationId = "1041469538"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(1)
- end
- if key == "9" then
- Player = "LocalPlayer"
- AnimationId = "1041374433"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(1)
- end
- end)
- print 'boxing loaded'
- end)
- --shooting
- shooting.MouseButton1Down:connect(function()
- --made by me am nub#5289
- plr = game.Players.LocalPlayer
- hum = plr.Character.HumanoidRootPart
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "1" then
- Player = "LocalPlayer"
- AnimationId = "1500063444"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(0.7)
- end
- if key == "2" then
- Player = "LocalPlayer"
- AnimationId = "2154547001"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(0.7)
- end
- if key == "3" then
- Player = "LocalPlayer"
- AnimationId = "2154732014"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(0.7)
- end
- if key == "4" then
- Player = "LocalPlayer"
- AnimationId = "2152683519"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(0.7)
- end
- if key == "5" then
- Player = "LocalPlayer"
- AnimationId = "2152097956"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(0.7)
- end
- if key == "6" then
- Player = "LocalPlayer"
- AnimationId = "2152707100"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(0.7)
- end
- if key == "7" then
- Player = "LocalPlayer"
- AnimationId = "2150246156"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(0.7)
- end
- if key == "8" then
- Player = "LocalPlayer"
- AnimationId = "2154738988"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(0.7)
- end
- end)
- print 'fake shooting loaded'
- end)
- --handles
- handles.MouseButton1Down:connect(function()
- -- script was made by desmondwizard
- -- edited by me am nub#5289
- plr = game.Players.LocalPlayer
- hum = plr.Character.HumanoidRootPart
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "1" then
- Player = "LocalPlayer"
- AnimationId = "696028900"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(1.4)
- end
- if key == "2" then
- Player = "LocalPlayer"
- AnimationId = "695995381"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(1.4)
- end
- if key == "3" then
- Player = "LocalPlayer"
- AnimationId = "1060181050"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(1.4)
- end
- if key == "4" then
- Player = "LocalPlayer"
- AnimationId = "1060180407"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(1.4)
- end
- if key == "5" then
- Player = "LocalPlayer"
- AnimationId = "695413209"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(1.4)
- end
- if key == "6" then
- Player = "LocalPlayer"
- AnimationId = "695421765"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(1.4)
- end
- end)
- print 'fake handles loaded'
- end)
- --noclip
- nocliping.MouseButton1Down:connect(function()
- game:getService("RunService"):BindToRenderStep("",0,function()
- if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
- if game:getService("UserInputService"):IsKeyDown(Enum.KeyCode.L) then
- game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
- end
- end)
- end)
- coroutine.resume(coroutine.create(SCRIPT_NQID85_FAKESCRIPT))
- function SCRIPT_HXKZ70_FAKESCRIPT() -- TextButton.Script
- getfenv().script = Instance.new('Script', TextButton)
- function Click()
- game.ReplicatedStorage.places:FindFirstChild("RB Eastside Park").Value = 593223204
- print 'worked';
- end
- script.Parent.MouseButton1Down:connect(Click)
- end
- coroutine.resume(coroutine.create(SCRIPT_HXKZ70_FAKESCRIPT))
- function SCRIPT_CDAN70_FAKESCRIPT() -- TextButton_2.Script
- getfenv().script = Instance.new('Script', TextButton_2)
- function whatever()
- toggle = true
- togglekey = "n" --Key that you will use to toggle the on and off
- killkey = "k" --Key that you will use to kill a player
- function Hint(txt)
- local b = Instance.new('Hint', workspace)
- b.Text = txt
- wait(2)
- b:Destroy()
- end
- Local = game:GetService('Players').LocalPlayer
- Mouse = Local:GetMouse()
- Mouse.Button1Down:connect(function()
- pcall(function()
- if toggle then
- Local.Character.HumanoidRootPart.CFrame = Local:GetMouse().Hit
- end
- end)
- end)
- Mouse.KeyDown:connect(function(key)
- if key == togglekey then
- if toggle then
- toggle = false
- Hint('Turned Off!')
- print ('Turned Off!')
- else
- toggle = true
- Hint('Turned On!')
- print ('Turned On!')
- end
- elseif key == killkey then
- if toggle then
- pcall(function()
- Mouse.Target.Parent:FindFirstChild('Humanoid').Health = 0
- Hint('Killed ' .. Mouse.Target.Parent.Name)
- end)
- end
- end
- end)
- end
- script.Parent.MouseButton1Down:connect(whatever)
- end
- coroutine.resume(coroutine.create(SCRIPT_CDAN70_FAKESCRIPT))
- function SCRIPT_GLUY88_FAKESCRIPT() -- TextButton_3.Script
- getfenv().script = Instance.new('Script', TextButton_3)
- function whatever()
- -- << K1LL0X >> --
- --This may be a little buggy, so beware.
- --Hold "B" to speed up
- down = false
- velocity = Instance.new("BodyVelocity")
- velocity.maxForce = Vector3.new(100000, 0, 100000)
- ---vv Use that to change the speed v
- local speed = 60
- gyro = Instance.new("BodyGyro")
- gyro.maxTorque = Vector3.new(100000, 0, 100000)
- local hum = game.Players.LocalPlayer.Character.Humanoid
- function onButton1Down(mouse)
- down = true
- velocity.Parent = game.Players.LocalPlayer.Character.UpperTorso
- velocity.velocity = (hum.MoveDirection) * speed
- gyro.Parent = game.Players.LocalPlayer.Character.UpperTorso
- while down do
- if not down then break end
- velocity.velocity = (hum.MoveDirection) * speed
- local refpos = gyro.Parent.Position + (gyro.Parent.Position - workspace.CurrentCamera.CoordinateFrame.p).unit * 5
- gyro.cframe = CFrame.new(gyro.Parent.Position, Vector3.new(refpos.x, gyro.Parent.Position.y, refpos.z))
- wait(0.1)
- end
- end
- function onButton1Up(mouse)
- velocity.Parent = nil
- gyro.Parent = nil
- down = false
- end
- --To Change the key in those 2 lines, replace the "b" with your desired key
- function onSelected(mouse)
- mouse.KeyDown:connect(function(k) if k:lower()=="b"then onButton1Down(mouse)end end)
- mouse.KeyUp:connect(function(k) if k:lower()=="b"then onButton1Up(mouse)end end)
- end
- onSelected(game.Players.LocalPlayer:GetMouse())
- end
- script.Parent.MouseButton1Down:connect(whatever)
- end
- coroutine.resume(coroutine.create(SCRIPT_GLUY88_FAKESCRIPT))
- function SCRIPT_GNVI87_FAKESCRIPT() -- TextButton_4.Script
- getfenv().script = Instance.new('Script', TextButton_4)
- function Click()
- game.ReplicatedStorage.places:FindFirstChild("RB Westlake Park").Value = 591582661
- print 'worked';
- end
- script.Parent.MouseButton1Down:connect(Click)
- end
- coroutine.resume(coroutine.create(SCRIPT_GNVI87_FAKESCRIPT))
- function SCRIPT_UALC68_FAKESCRIPT() -- TextButtona.Script
- getfenv().script = Instance.new('Script', TextButtona)
- function whatever()
- --// MAINVARS //--
- remotes = game:GetService("ReplicatedStorage").gameplay
- mouse = game.Players.LocalPlayer:GetMouse()
- --// EDITVARS //--
- _G.accuracy = 99 -- Accuracy; 99 Makes it in almost always; 100 is always a green;
- _G.key = "f" -- Key to press to activate;
- --// SCRIPT //--
- print("Press f to shoot! \nPress f to toggle accuracy between 99 and 100!")
- --// ACCURACY SWITCH
- mouse.KeyDown:connect(function(k)
- if k == "q" then
- if _G.accuracy == 99 then
- _G.accuracy = 100
- elseif _G.accuracy == 100 then
- _G.accuracy = 99
- end
- print(_G.accuracy)
- end
- end)
- --// SHOOT
- mouse.KeyDown:connect(function(k)
- if k == _G.key then
- for _,v in pairs(game.Workspace:GetChildren()) do
- if v.Name == "Basketball" then
- if v.controller.Value == game.Players.LocalPlayer.Name then
- local oncourt = "Court"..tonumber(game.Players.LocalPlayer.System.OnCourt.Value)
- local onhoop = "_Hoop"..tonumber(game.Players.LocalPlayer.System.OnTeam.Value)
- remotes.character.value:FireServer("shooting", true)
- if game.Workspace[oncourt]:FindFirstChild(onhoop) then
- v.shoot:FireServer(game.Workspace[oncourt][onhoop], _G.accuracy, true)
- elseif game.Workspace[oncourt]:FindFirstChild("_Hoop1") then
- v.shoot:FireServer(game.Workspace[oncourt]["_Hoop1"], _G.accuracy, true)
- end
- end
- end
- end
- end
- end)
- end
- script.Parent.MouseButton1Down:connect(whatever)
- end
- coroutine.resume(coroutine.create(SCRIPT_TDKL65_FAKESCRIPT))
- function SCRIPT_FJCZ68_FAKESCRIPT() -- TextButton_5.Script
- getfenv().script = Instance.new('Script', TextButton_5)
- function whatever()
- --[[
- Name: RB_statchange.lua
- Author: poly#8531
- Desc: Yes, you can edit this.
- ]]
- for i,v in next, debug.getregistry() do
- if type(v) == 'function' then
- local s, yo = pcall(function() return debug.getupvalues(v) end)
- if yo and type(yo) == 'table' then
- if yo.Attributes then
- local hi = yo.Attributes;
- hi.freethrow = math.huge;
- hi.postscorer = math.huge;
- hi.ballspeed = math.huge;
- hi.jump = 50;
- hi.steal = math.huge;
- hi.shotcontest = 0;
- hi["2pointer"] = math.huge;
- hi["3pointer"] = math.huge;
- hi.passing = math.huge;
- hi.layup = math.huge;
- hi.strength = math.huge;
- hi.dunk = math.huge;
- hi.speed = math.huge;
- hi.handles = math.huge;
- hi.movingshot = math.huge;
- hi.defense = math.huge;
- hi.stamina = math.huge;
- end;
- end;
- end;
- end;
- end
- script.Parent.MouseButton1Down:connect(whatever)
- end
- coroutine.resume(coroutine.create(SCRIPT_SIAV81_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement