Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(0.01)
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = "Remade Gui By baldiwrds";
- Color = Color3.new(0, 185, 0);
- Font = Enum.Font.SourceSansBold;
- FontSize = Enum.FontSize.Size24;
- })
- wait(1)
- game.StarterGui:SetCore("ChatMakeSystemMessage", {
- Text = "Scripts by baldiwrds For A Power, Credit.";
- Color = Color3.new(170, 0, 0);
- Font = Enum.Font.SourceSansBold;
- FontSize = Enum.FontSize.Size24;
- })
- wait(1)
- game.StarterGui:SetCore("SendNotification", {
- Title = "Loaded!";
- Text = "Please read chat for credits, and configure stuff in the script!";
- })
- game.StarterGui:SetCore("SendNotification", {
- Title = "Ripull Minigames";
- Text = "Remade Gui By baldiwrds";
- })
- -- Made by baldiwrds
- -- Scripts to baldiwrds, PowerSans1234, Mr.B
- local RipullMinigamesGui = Instance.new("ScreenGui")
- local walkspeedgui = Instance.new("Frame")
- local welcome = Instance.new("TextLabel")
- local value = Instance.new("TextBox")
- local submit = Instance.new("ImageLabel")
- local submittext = Instance.new("TextButton")
- local next = Instance.new("ImageLabel")
- local nexttext = Instance.new("TextButton")
- local RightArrow = Instance.new("ImageLabel")
- local sphere = Instance.new("ImageLabel")
- local one = Instance.new("TextLabel")
- local othergui = Instance.new("Frame")
- local walk = Instance.new("ImageLabel")
- local normalwalk = Instance.new("TextButton")
- local back = Instance.new("ImageLabel")
- local backtext = Instance.new("TextButton")
- local sthere = Instance.new("ImageLabel")
- local two = Instance.new("TextLabel")
- local LeftArrow2 = Instance.new("ImageLabel")
- local jump = Instance.new("ImageLabel")
- local normaljump = Instance.new("TextButton")
- local walk2 = Instance.new("ImageLabel")
- local fastwalk = Instance.new("TextButton")
- local infjump = Instance.new("ImageLabel")
- local jumps = Instance.new("TextButton")
- local high = Instance.new("ImageLabel")
- local highjump = Instance.new("TextButton")
- --Properties:
- RipullMinigamesGui.Name = "Ripull Minigames Gui"
- RipullMinigamesGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- walkspeedgui.Name = "walkspeed gui"
- walkspeedgui.Parent = RipullMinigamesGui
- walkspeedgui.Active = true
- walkspeedgui.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- walkspeedgui.BorderSizePixel = 0
- walkspeedgui.Position = UDim2.new(0.369524956, 0, 0.336196333, 0)
- walkspeedgui.Size = UDim2.new(0, 496, 0, 333)
- walkspeedgui.Draggable = true
- welcome.Name = "welcome"
- welcome.Parent = walkspeedgui
- welcome.BackgroundColor3 = Color3.new(1, 1, 1)
- welcome.BackgroundTransparency = 1
- welcome.BorderSizePixel = 0
- welcome.Size = UDim2.new(0, 496, 0, 61)
- welcome.Font = Enum.Font.Cartoon
- welcome.Text = "Welcome To Ripull Minigames"
- welcome.TextColor3 = Color3.new(0.333333, 0.341176, 0.8)
- welcome.TextSize = 30
- welcome.TextWrapped = true
- value.Name = "value"
- value.Parent = walkspeedgui
- value.BackgroundColor3 = Color3.new(0.34902, 0.6, 1)
- value.BorderSizePixel = 0
- value.Position = UDim2.new(0.235887095, 0, 0.228228226, 0)
- value.Size = UDim2.new(0, 268, 0, 57)
- value.Font = Enum.Font.Cartoon
- value.Text = "Change Your Speed Value"
- value.TextColor3 = Color3.new(0, 0, 0)
- value.TextSize = 22
- submit.Name = "submit"
- submit.Parent = walkspeedgui
- submit.BackgroundColor3 = Color3.new(1, 1, 1)
- submit.BackgroundTransparency = 1
- submit.BorderSizePixel = 0
- submit.Position = UDim2.new(0.318548381, 0, 0.456456482, 0)
- submit.Size = UDim2.new(0, 185, 0, 100)
- submit.Image = "rbxassetid://2233828903"
- submit.ImageColor3 = Color3.new(0.388235, 1, 0.592157)
- submittext.Name = "submittext"
- submittext.Parent = submit
- submittext.BackgroundColor3 = Color3.new(1, 1, 1)
- submittext.BackgroundTransparency = 1
- submittext.BorderSizePixel = 0
- submittext.Position = UDim2.new(0.113513514, 0, 0.239999995, 0)
- submittext.Size = UDim2.new(0, 144, 0, 52)
- submittext.Font = Enum.Font.Cartoon
- submittext.Text = "Submit"
- submittext.TextColor3 = Color3.new(0.305882, 0.184314, 1)
- submittext.TextSize = 28
- next.Name = "next"
- next.Parent = walkspeedgui
- next.BackgroundColor3 = Color3.new(1, 1, 1)
- next.BackgroundTransparency = 1
- next.BorderSizePixel = 0
- next.Position = UDim2.new(0.705645144, 0, 0.777777791, 0)
- next.Size = UDim2.new(0, 146, 0, 74)
- next.Image = "rbxassetid://2233828903"
- next.ImageColor3 = Color3.new(0.388235, 1, 0.592157)
- nexttext.Name = "nexttext"
- nexttext.Parent = next
- nexttext.BackgroundColor3 = Color3.new(1, 1, 1)
- nexttext.BackgroundTransparency = 1
- nexttext.BorderSizePixel = 0
- nexttext.Position = UDim2.new(-0.00148099661, 0, 0.148502186, 0)
- nexttext.Size = UDim2.new(0, 144, 0, 52)
- nexttext.Font = Enum.Font.Cartoon
- nexttext.Text = "Next!"
- nexttext.TextColor3 = Color3.new(0.305882, 0.184314, 1)
- nexttext.TextSize = 28
- RightArrow.Name = "RightArrow"
- RightArrow.Parent = walkspeedgui
- RightArrow.BackgroundColor3 = Color3.new(1, 1, 1)
- RightArrow.BackgroundTransparency = 1
- RightArrow.BorderSizePixel = 0
- RightArrow.Position = UDim2.new(0.489919364, 0, 0.777777791, 0)
- RightArrow.Size = UDim2.new(0, 100, 0, 74)
- RightArrow.Image = "rbxassetid://102121728"
- RightArrow.ImageColor3 = Color3.new(0.14902, 1, 0.14902)
- sphere.Name = "sphere"
- sphere.Parent = walkspeedgui
- sphere.BackgroundColor3 = Color3.new(1, 1, 1)
- sphere.BackgroundTransparency = 1
- sphere.BorderSizePixel = 0
- sphere.Position = UDim2.new(0.808467746, 0, 0.570570588, 0)
- sphere.Size = UDim2.new(0, 93, 0, 69)
- sphere.Image = "rbxassetid://81991937"
- one.Name = "one"
- one.Parent = sphere
- one.BackgroundColor3 = Color3.new(1, 1, 1)
- one.BackgroundTransparency = 1
- one.BorderSizePixel = 0
- one.Position = UDim2.new(0.279569894, 0, 0.304347813, 0)
- one.Size = UDim2.new(0, 45, 0, 24)
- one.Font = Enum.Font.Cartoon
- one.Text = "1"
- one.TextColor3 = Color3.new(1, 0, 0)
- one.TextSize = 28
- othergui.Name = "other gui"
- othergui.Parent = RipullMinigamesGui
- othergui.Active = true
- othergui.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
- othergui.BorderSizePixel = 0
- othergui.Position = UDim2.new(0.0526431724, 0, 0.310429513, 0)
- othergui.Size = UDim2.new(0, 496, 0, 333)
- othergui.Visible = false
- othergui.Draggable = true
- walk.Name = "walk"
- walk.Parent = othergui
- walk.BackgroundColor3 = Color3.new(1, 1, 1)
- walk.BackgroundTransparency = 1
- walk.BorderSizePixel = 0
- walk.Position = UDim2.new(0.082661286, 0, 0.0780780762, 0)
- walk.Size = UDim2.new(0, 185, 0, 75)
- walk.Image = "rbxassetid://2233828903"
- walk.ImageColor3 = Color3.new(0.388235, 1, 0.592157)
- normalwalk.Name = "normalwalk"
- normalwalk.Parent = walk
- normalwalk.BackgroundColor3 = Color3.new(1, 1, 1)
- normalwalk.BackgroundTransparency = 1
- normalwalk.BorderSizePixel = 0
- normalwalk.Position = UDim2.new(0.108108111, 0, 0.152941167, 0)
- normalwalk.Size = UDim2.new(0, 144, 0, 52)
- normalwalk.Font = Enum.Font.Cartoon
- normalwalk.Text = "Normal Speed"
- normalwalk.TextColor3 = Color3.new(0.305882, 0.184314, 1)
- normalwalk.TextSize = 28
- back.Name = "back"
- back.Parent = othergui
- back.BackgroundColor3 = Color3.new(1, 1, 1)
- back.BackgroundTransparency = 1
- back.BorderSizePixel = 0
- back.Position = UDim2.new(0, 0, 0.777777791, 0)
- back.Size = UDim2.new(0, 146, 0, 74)
- back.Image = "rbxassetid://2233828903"
- back.ImageColor3 = Color3.new(0.388235, 1, 0.592157)
- backtext.Name = "backtext"
- backtext.Parent = back
- backtext.BackgroundColor3 = Color3.new(1, 1, 1)
- backtext.BackgroundTransparency = 1
- backtext.BorderSizePixel = 0
- backtext.Position = UDim2.new(0.00536831841, 0, 0.148502186, 0)
- backtext.Size = UDim2.new(0, 144, 0, 52)
- backtext.Font = Enum.Font.Cartoon
- backtext.Text = "Back!"
- backtext.TextColor3 = Color3.new(0.305882, 0.184314, 1)
- backtext.TextSize = 28
- sthere.Name = "sthere"
- sthere.Parent = othergui
- sthere.BackgroundColor3 = Color3.new(1, 1, 1)
- sthere.BackgroundTransparency = 1
- sthere.BorderSizePixel = 0
- sthere.Position = UDim2.new(0.00201612711, 0, 0.588588595, 0)
- sthere.Size = UDim2.new(0, 82, 0, 63)
- sthere.Image = "rbxassetid://81991937"
- two.Name = "two"
- two.Parent = sthere
- two.BackgroundColor3 = Color3.new(1, 1, 1)
- two.BackgroundTransparency = 1
- two.BorderSizePixel = 0
- two.Position = UDim2.new(0.221479148, 0, 0.239475489, 0)
- two.Size = UDim2.new(0, 45, 0, 24)
- two.Font = Enum.Font.Cartoon
- two.Text = "2"
- two.TextColor3 = Color3.new(1, 0, 0)
- two.TextSize = 28
- LeftArrow2.Name = "LeftArrow2"
- LeftArrow2.Parent = othergui
- LeftArrow2.BackgroundColor3 = Color3.new(1, 1, 1)
- LeftArrow2.BackgroundTransparency = 1
- LeftArrow2.BorderSizePixel = 0
- LeftArrow2.Position = UDim2.new(0.310483873, 0, 0.777777791, 0)
- LeftArrow2.Size = UDim2.new(0, 93, 0, 74)
- LeftArrow2.Image = "rbxassetid://144168163"
- jump.Name = "jump"
- jump.Parent = othergui
- jump.BackgroundColor3 = Color3.new(1, 1, 1)
- jump.BackgroundTransparency = 1
- jump.BorderSizePixel = 0
- jump.Position = UDim2.new(0.542338729, 0, 0.0780780762, 0)
- jump.Size = UDim2.new(0, 185, 0, 75)
- jump.Image = "rbxassetid://2233828903"
- jump.ImageColor3 = Color3.new(0.388235, 1, 0.592157)
- normaljump.Name = "normaljump"
- normaljump.Parent = jump
- normaljump.BackgroundColor3 = Color3.new(1, 1, 1)
- normaljump.BackgroundTransparency = 1
- normaljump.BorderSizePixel = 0
- normaljump.Position = UDim2.new(0.108108111, 0, 0.152941167, 0)
- normaljump.Size = UDim2.new(0, 144, 0, 52)
- normaljump.Font = Enum.Font.Cartoon
- normaljump.Text = "Normal Jump"
- normaljump.TextColor3 = Color3.new(0.305882, 0.184314, 1)
- normaljump.TextSize = 28
- walk2.Name = "walk2"
- walk2.Parent = othergui
- walk2.BackgroundColor3 = Color3.new(1, 1, 1)
- walk2.BackgroundTransparency = 1
- walk2.BorderSizePixel = 0
- walk2.Position = UDim2.new(0.082661286, 0, 0.372372389, 0)
- walk2.Size = UDim2.new(0, 185, 0, 75)
- walk2.Image = "rbxassetid://2233828903"
- walk2.ImageColor3 = Color3.new(0.388235, 1, 0.592157)
- fastwalk.Name = "fastwalk"
- fastwalk.Parent = walk2
- fastwalk.BackgroundColor3 = Color3.new(1, 1, 1)
- fastwalk.BackgroundTransparency = 1
- fastwalk.BorderSizePixel = 0
- fastwalk.Position = UDim2.new(0.108108111, 0, 0.152941167, 0)
- fastwalk.Size = UDim2.new(0, 144, 0, 52)
- fastwalk.Font = Enum.Font.Cartoon
- fastwalk.Text = "Fast Speed"
- fastwalk.TextColor3 = Color3.new(0.305882, 0.184314, 1)
- fastwalk.TextSize = 28
- infjump.Name = "infjump"
- infjump.Parent = othergui
- infjump.BackgroundColor3 = Color3.new(1, 1, 1)
- infjump.BackgroundTransparency = 1
- infjump.BorderSizePixel = 0
- infjump.Position = UDim2.new(0.542338729, 0, 0.64864862, 0)
- infjump.Size = UDim2.new(0, 185, 0, 75)
- infjump.Image = "rbxassetid://2233828903"
- infjump.ImageColor3 = Color3.new(0.388235, 1, 0.592157)
- jumps.Name = "jumps"
- jumps.Parent = infjump
- jumps.BackgroundColor3 = Color3.new(1, 1, 1)
- jumps.BackgroundTransparency = 1
- jumps.BorderSizePixel = 0
- jumps.Position = UDim2.new(0.108108111, 0, 0.166274503, 0)
- jumps.Size = UDim2.new(0, 144, 0, 52)
- jumps.Font = Enum.Font.Cartoon
- jumps.Text = "Inf Jump"
- jumps.TextColor3 = Color3.new(0.305882, 0.184314, 1)
- jumps.TextSize = 28
- high.Name = "high"
- high.Parent = othergui
- high.BackgroundColor3 = Color3.new(1, 1, 1)
- high.BackgroundTransparency = 1
- high.BorderSizePixel = 0
- high.Position = UDim2.new(0.542338729, 0, 0.372372329, 0)
- high.Size = UDim2.new(0, 185, 0, 75)
- high.Image = "rbxassetid://2233828903"
- high.ImageColor3 = Color3.new(0.388235, 1, 0.592157)
- highjump.Name = "highjump"
- highjump.Parent = high
- highjump.BackgroundColor3 = Color3.new(1, 1, 1)
- highjump.BackgroundTransparency = 1
- highjump.BorderSizePixel = 0
- highjump.Position = UDim2.new(0.108108111, 0, 0.166274503, 0)
- highjump.Size = UDim2.new(0, 144, 0, 52)
- highjump.Font = Enum.Font.Cartoon
- highjump.Text = "High Jump"
- highjump.TextColor3 = Color3.new(0.305882, 0.184314, 1)
- highjump.TextSize = 28
- -- Scripts:
- submittext.MouseButton1Click:connect(function()
- while true do
- wait()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = value.Text
- end
- end)
- nexttext.MouseButton1Click:connect(function()
- othergui.Visible = true
- walkspeedgui.Visible = false
- end)
- backtext.MouseButton1Click:connect(function()
- walkspeedgui.Visible = true
- othergui.Visible = false
- end)
- normalwalk.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end)
- normaljump.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- end)
- fastwalk.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 65
- end)
- jumps.MouseButton1Click:connect(function()
- local plr = game:GetService"Players".LocalPlayer
- game:GetService("UserInputService").JumpRequest:connect(function()
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end)
- end)
- highjump.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
- end)
Add Comment
Please, Sign In to add comment