lygelz23

SPRINTING SIMULATOR

Feb 22nd, 2020
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. --[[
  2. Script by : https://v3rmillion.net/showthread.php?tid=949260
  3. Gui by : Typical_RBLx
  4.  
  5. Just spam SPACE lmao
  6. --]]
  7.  
  8.  
  9.  
  10. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("TextButton")local d=Instance.new("TextButton")local e=Instance.new("TextButton")local f=Instance.new("TextButton")local g=Instance.new("Frame")local h=Instance.new("TextLabel")a.Name="Speed"a.Parent=game.Players.LocalPlayer:WaitForChild("PlayerGui")a.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;b.Name="main"b.Parent=a;b.BackgroundColor3=Color3.fromRGB(34,34,34)b.BorderColor3=Color3.fromRGB(85,255,0)b.BorderSizePixel=0;b.Position=UDim2.new(0.365953088,0,0.316633284,0)b.Size=UDim2.new(0,263,0,147)c.Name="speed"c.Parent=b;c.BackgroundColor3=Color3.fromRGB(30,30,30)c.BorderColor3=Color3.fromRGB(84,84,84)c.BorderSizePixel=0;c.Position=UDim2.new(0.0418250933,0,0.217240989,0)c.Size=UDim2.new(0,244,0,27)c.Font=Enum.Font.GothamBold;c.Text="Auto Speed : OFF"c.TextColor3=Color3.fromRGB(255,255,255)c.TextSize=14.000;c.TextStrokeColor3=Color3.fromRGB(255,255,255)d.Name="rebirth"d.Parent=b;d.BackgroundColor3=Color3.fromRGB(30,30,30)d.BorderColor3=Color3.fromRGB(84,84,84)d.BorderSizePixel=0;d.Position=UDim2.new(0.0418250933,0,0.405598313,0)d.Size=UDim2.new(0,244,0,27)d.Font=Enum.Font.GothamBold;d.Text="Auto Rebirth : OFF"d.TextColor3=Color3.fromRGB(255,255,255)d.TextSize=14.000;d.TextStrokeColor3=Color3.fromRGB(255,255,255)e.Name="reset"e.Parent=b;e.BackgroundColor3=Color3.fromRGB(30,30,30)e.BorderColor3=Color3.fromRGB(84,84,84)e.BorderSizePixel=0;e.Position=UDim2.new(0.0418250933,0,0.587152898,0)e.Size=UDim2.new(0,244,0,27)e.Font=Enum.Font.GothamBold;e.Text="Reset Speed"e.TextColor3=Color3.fromRGB(255,255,255)e.TextSize=14.000;e.TextStrokeColor3=Color3.fromRGB(255,255,255)f.Name="money"f.Parent=b;f.BackgroundColor3=Color3.fromRGB(30,30,30)f.BorderColor3=Color3.fromRGB(84,84,84)f.BorderSizePixel=0;f.Position=UDim2.new(0.0418250933,0,0.768707514,0)f.Size=UDim2.new(0,244,0,27)f.Font=Enum.Font.GothamBold;f.Text="Infinite Money"f.TextColor3=Color3.fromRGB(255,255,255)f.TextSize=14.000;f.TextStrokeColor3=Color3.fromRGB(255,255,255)g.Parent=b;g.BackgroundColor3=Color3.fromRGB(255,0,127)g.BorderSizePixel=0;g.Position=UDim2.new(0,0,0.135273695,0)g.Size=UDim2.new(0,263,0,4)h.Parent=b;h.BackgroundColor3=Color3.fromRGB(255,255,255)h.BackgroundTransparency=1.000;h.BorderSizePixel=0;h.Size=UDim2.new(0,262,0,19)h.Font=Enum.Font.GothamBold;h.Text="Sprinting Sim Gui"h.TextColor3=Color3.fromRGB(255,255,255)h.TextSize=14.000;b.Active=true;b.Draggable=true;c.MouseButton1Click:connect(function()if c.Text=="Auto Speed : OFF"then c.Text="Auto Speed : ON"_G.AutoSpeed=true;while _G.AutoSpeed and wait()do local i="Speed"local j=1000;local k=game:GetService("ReplicatedStorage").SwitchLeaderstats;k:FireServer(i,j)end else c.Text="Auto Speed : OFF"_G.AutoSpeed=false end end)d.MouseButton1Click:connect(function()if d.Text=="Auto Rebirth : OFF"then d.Text="Auto Rebirth : ON"_G.AutoRebirth=true;while _G.AutoRebirth and wait()do local i="Rebirths"local j=1;local k=game:GetService("ReplicatedStorage").SwitchLeaderstats;k:FireServer(i,j)end else _G.AutoRebirth=false;while _G.AutoRebirth and wait()do local i="Rebirths"local j=1;local k=game:GetService("ReplicatedStorage").SwitchLeaderstats;k:FireServer(i,j)end end end)e.MouseButton1Click:connect(function()local c=game.Players.LocalPlayer.leaderstats.Speed.Value;local i="Speed"local j=-c;local k=game:GetService("ReplicatedStorage").SwitchLeaderstats;k:FireServer(i,j)end)f.MouseButton1Click:connect(function()local i="Cash"local j=200000000;local k=game:GetService("ReplicatedStorage").SwitchStatsValueAdd;k:FireServer(i,j)end)
Add Comment
Please, Sign In to add comment