Advertisement
AimbotMan2022

Slicing simulator gui pastebin

Jan 3rd, 2021
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 KB | None | 0 0
  1. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("TextLabel")local d=Instance.new("TextLabel")local e=Instance.new("Frame")local f=Instance.new("TextButton")local g=Instance.new("TextButton")local h=Instance.new("TextButton")local i=Instance.new("TextButton")local j=Instance.new("TextButton")local k=Instance.new("Frame")local l=Instance.new("TextLabel")local m=Instance.new("TextLabel")local n=Instance.new("TextLabel")a.Name="Slicing Simulator"a.Parent=game.CoreGui;b.Active=true;b.Draggable=true;b.Name="Main"b.Parent=a;b.BackgroundColor3=Color3.new(0.180392,0.180392,0.180392)b.BorderSizePixel=0;b.Position=UDim2.new(0.0565693416,0,0.301507533,0)b.Size=UDim2.new(0,159,0,26)c.Parent=b;c.BackgroundColor3=Color3.new(0.333333,1,0)c.BorderSizePixel=0;c.Position=UDim2.new(0,0,0.953627944,0)c.Size=UDim2.new(0,159,0,1)c.Font=Enum.Font.SourceSans;c.Text=""c.TextColor3=Color3.new(0,0,0)c.TextSize=14;d.Parent=b;d.BackgroundColor3=Color3.new(1,1,1)d.BackgroundTransparency=100;d.BorderSizePixel=0;d.Position=UDim2.new(-9.59672235e-08,0,-0.028846154,0)d.Size=UDim2.new(0,159,0,26)d.Font=Enum.Font.GothamBlack;d.Text="Slicing Simulator"d.TextColor3=Color3.new(1,1,1)d.TextSize=13;e.Name="MainScripts"e.Parent=b;e.BackgroundColor3=Color3.new(0.180392,0.180392,0.180392)e.BorderSizePixel=0;e.Position=UDim2.new(0,0,1,0)e.Size=UDim2.new(0,158,0,116)f.Name="speed"f.Parent=e;f.BackgroundColor3=Color3.new(0.180392,0.180392,0.180392)f.BorderColor3=Color3.new(0.486275,0.486275,0.486275)f.Position=UDim2.new(0.0628930777,0,0.682761788,0)f.Size=UDim2.new(0,138,0,26)f.Font=Enum.Font.SourceSans;f.Text="Speed Bypass"f.TextColor3=Color3.new(1,1,1)f.TextSize=14;g.Name="deletezone"g.Parent=e;g.BackgroundColor3=Color3.new(0.180392,0.180392,0.180392)g.BorderColor3=Color3.new(0.486275,0.486275,0.486275)g.Position=UDim2.new(0.0628930777,0,0.38128224,0)g.Size=UDim2.new(0,138,0,26)g.Font=Enum.Font.SourceSans;g.Text="Delete ZoneDoors"g.TextColor3=Color3.new(1,1,1)g.TextSize=14;h.Name="autofarm"h.Parent=e;h.BackgroundColor3=Color3.new(0.180392,0.180392,0.180392)h.BorderColor3=Color3.new(0.486275,0.486275,0.486275)h.Position=UDim2.new(0.0628930777,0,0.0813311413,0)h.Size=UDim2.new(0,138,0,26)h.Font=Enum.Font.SourceSans;h.Text="Autofarm Mobs"h.TextColor3=Color3.new(1,1,1)h.TextSize=14;i.Name="minimize"i.Parent=b;i.BackgroundColor3=Color3.new(1,1,1)i.BackgroundTransparency=100;i.Position=UDim2.new(0.867924452,0,0,0)i.Size=UDim2.new(0,20,0,24)i.Font=Enum.Font.GothamBlack;i.Text="-"i.TextColor3=Color3.new(1,0,0)i.TextSize=21;j.Name="open"j.Parent=b;j.BackgroundColor3=Color3.new(1,1,1)j.BackgroundTransparency=100;j.Position=UDim2.new(-9.59672235e-08,0,-0.0384615399,0)j.Size=UDim2.new(0,19,0,24)j.Font=Enum.Font.GothamBlack;j.Text="+"j.TextColor3=Color3.new(1,0,0)j.TextSize=21;k.Name="MainCredits"k.Parent=b;k.BackgroundColor3=Color3.new(0.180392,0.180392,0.180392)k.BorderSizePixel=0;k.Position=UDim2.new(1.06289303,0,0,0)k.Size=UDim2.new(0,127,0,65)l.Parent=k;l.BackgroundColor3=Color3.new(1,1,1)l.BackgroundTransparency=100;l.BorderSizePixel=0;l.Position=UDim2.new(0.226662472,0,-0.0134615386,0)l.Size=UDim2.new(0,69,0,17)l.Font=Enum.Font.GothamBlack;l.Text="Credits"l.TextColor3=Color3.new(1,1,1)l.TextSize=17;m.Parent=k;m.BackgroundColor3=Color3.new(1,1,1)m.BackgroundTransparency=100;m.BorderSizePixel=0;m.Position=UDim2.new(0.226662457,0,0.248076916,0)m.Size=UDim2.new(0,69,0,17)m.Font=Enum.Font.GothamSemibold;m.Text="Scripts by RayouUltimate!"m.TextColor3=Color3.new(1,1,1)m.TextSize=13;n.Parent=k;n.BackgroundColor3=Color3.new(1,1,1)n.BackgroundTransparency=100;n.BorderSizePixel=0;n.Position=UDim2.new(0.226662457,0,0.601923108,0)n.Size=UDim2.new(0,69,0,17)n.Font=Enum.Font.GothamSemibold;n.Text="UI by RayouUltimate!"n.TextColor3=Color3.new(1,1,1)n.TextSize=13;i.MouseButton1Click:connect(function()e.Visible=false;k.Visible=false end)j.MouseButton1Click:connect(function()e.Visible=true;k.Visible=true end)h.MouseButton1Click:connect(function()local o=1000;game:GetService('RunService').Stepped:connect(function()game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)end)for p,q in pairs(game.Players.LocalPlayer.Character:GetChildren())do if q:IsA("LocalScript")then q:Destroy()end end;while wait()do for r,s in pairs(game:GetService("Workspace").NPCs:GetChildren())do if s.Humanoid.Health<o and s:FindFirstChild("HumanoidRootPart")then for t,u in pairs(game.Players.LocalPlayer.Character:GetChildren())do if u.ClassName=="Tool"then repeat game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(s.HumanoidRootPart.Position+Vector3.new(0,-5,0),s.HumanoidRootPart.Position)wait()u:Activate()until s.Humanoid.Health==0 end end end end end end)g.MouseButton1Click:connect(function()game:GetService"Workspace".ZoneDoors:Destroy()end)f.MouseButton1Click:connect(function()game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass"Humanoid".WalkSpeed=100 end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement