Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. local a=Instance.new("ScreenGui")local b=Instance.new("ImageLabel")local c=Instance.new("TextLabel")local d=Instance.new("Frame")local e=Instance.new("TextBox")local f=Instance.new("TextBox")local g=Instance.new("ImageButton")local h=Instance.new("TextLabel")local i=Instance.new("ImageButton")local j=Instance.new("TextLabel")a.Parent=game.Players.LocalPlayer:WaitForChild("PlayerGui")b.Name="abc"b.Parent=a;b.BackgroundColor3=Color3.new(1,1,1)b.BackgroundTransparency=1;b.Position=UDim2.new(0.311553746,0,0.345098078,0)b.Size=UDim2.new(0,501,0,235)b.Image="rbxassetid://2851926732"b.ImageColor3=Color3.new(0.211765,0.211765,0.211765)b.ScaleType=Enum.ScaleType.Slice;b.SliceCenter=Rect.new(12,12,12,12)c.Name="abc"c.Parent=b;c.BackgroundColor3=Color3.new(1,1,1)c.BackgroundTransparency=1;c.Size=UDim2.new(0,501,0,42)c.Font=Enum.Font.SourceSans;c.Text="WelCome To Gui"c.TextColor3=Color3.new(0.0784314,0.956863,1)c.TextScaled=true;c.TextSize=14;c.TextWrapped=true;d.Name="abc"d.Parent=b;d.BackgroundColor3=Color3.new(1,1,1)d.BorderSizePixel=0;d.Position=UDim2.new(0,0,0.17872341,0)d.Size=UDim2.new(0,501,0,6)e.Name="JP"e.Parent=b;e.BackgroundColor3=Color3.new(0.137255,0.137255,0.137255)e.BorderSizePixel=0;e.Position=UDim2.new(0,0,0.344680846,0)e.Size=UDim2.new(0,200,0,50)e.Font=Enum.Font.SourceSans;e.Text="100"e.TextColor3=Color3.new(1,1,1)e.TextScaled=true;e.TextSize=14;e.TextWrapped=true;f.Name="Wall"f.Parent=b;f.BackgroundColor3=Color3.new(0.137255,0.137255,0.137255)f.BorderSizePixel=0;f.Position=UDim2.new(0,0,0.680851102,0)f.Size=UDim2.new(0,200,0,50)f.Font=Enum.Font.SourceSans;f.Text="100"f.TextColor3=Color3.new(1,1,1)f.TextScaled=true;f.TextSize=14;f.TextWrapped=true;g.Name="Speed"g.Parent=b;g.BackgroundColor3=Color3.new(0.211765,0.211765,0.211765)g.BorderSizePixel=0;g.Position=UDim2.new(0.588822365,0,0.344680846,0)g.Size=UDim2.new(0,158,0,50)g.Image="rbxassetid://2851926732"g.ImageColor3=Color3.new(0.145098,1,0.929412)g.ScaleType=Enum.ScaleType.Slice;g.SliceCenter=Rect.new(12,12,12,12)h.Name="abc"h.Parent=g;h.BackgroundColor3=Color3.new(0.211765,0.211765,0.211765)h.BackgroundTransparency=1;h.BorderColor3=Color3.new(0.211765,0.211765,0.211765)h.BorderSizePixel=0;h.Position=UDim2.new(-0.00593674183,0,-0.0189999342,0)h.Size=UDim2.new(0,158,0,50)h.Font=Enum.Font.SourceSans;h.Text="Speed"h.TextColor3=Color3.new(0,0,0)h.TextScaled=true;h.TextSize=14;h.TextWrapped=true;i.Name="Jump"i.Parent=b;i.BackgroundColor3=Color3.new(0.211765,0.211765,0.211765)i.BorderSizePixel=0;i.Position=UDim2.new(0.588822365,0,0.680851102,0)i.Size=UDim2.new(0,158,0,50)i.Image="rbxassetid://2851926732"i.ImageColor3=Color3.new(0.145098,1,0.929412)i.ScaleType=Enum.ScaleType.Slice;i.SliceCenter=Rect.new(12,12,12,12)j.Name="abc"j.Parent=i;j.BackgroundColor3=Color3.new(1,1,1)j.BackgroundTransparency=1;j.BorderSizePixel=0;j.Position=UDim2.new(-0.00593674183,0,-0.0189999342,0)j.Size=UDim2.new(0,158,0,50)j.Font=Enum.Font.SourceSans;j.Text="Jump"j.TextColor3=Color3.new(0,0,0)j.TextScaled=true;j.TextSize=14;j.TextWrapped=true;function SCRIPT_VVDG78_FAKESCRIPT()local k=Instance.new('LocalScript')k.Parent=g;k.Parent.MouseButton1Click:Connect(function()game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=k.Parent.Parent.Wall.Text end)end;coroutine.resume(coroutine.create(SCRIPT_VVDG78_FAKESCRIPT))function SCRIPT_FSUR89_FAKESCRIPT()local k=Instance.new('LocalScript')k.Parent=i;k.Parent.MouseButton1Click:Connect(function()game.Players.LocalPlayer.Character.Humanoid.JumpPower=k.Parent.Parent.JP.Text end)end;coroutine.resume(coroutine.create(SCRIPT_FSUR89_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement