Sinxzy

asd

Sep 19th, 2019
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.91 KB | None | 0 0
  1. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("TextLabel")local d=Instance.new("ImageLabel")local e=Instance.new("ImageLabel")local f=Instance.new("TextButton")local g=Instance.new("TextLabel")local h=Instance.new("TextButton")local i=Instance.new("ImageLabel")a.Name="Tronuc Gui"a.Parent=game.CoreGui;a.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;b.Active=true;b.Draggable=true;b.Name="Tronuc Frame"b.Parent=a;b.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)b.BackgroundTransparency=0.25;b.BorderColor3=Color3.new(0,0,0)b.BorderSizePixel=0;b.Position=UDim2.new(0.0197095424,0,0.466876984,0)b.Size=UDim2.new(0,241,0,239)c.Name="Tronuc"c.Parent=b;c.BackgroundColor3=Color3.new(0.392157,0.392157,0.392157)c.BorderColor3=Color3.new(0,0,0)c.BorderSizePixel=2;c.Size=UDim2.new(0,241,0,49)c.Font=Enum.Font.Highway;c.Text="Tronuc"c.TextColor3=Color3.new(1,1,1)c.TextScaled=true;c.TextSize=14;c.TextStrokeTransparency=0;c.TextWrapped=true;d.Parent=b;d.BackgroundColor3=Color3.new(1,1,1)d.BorderColor3=Color3.new(0,0,0)d.BorderSizePixel=0;d.Position=UDim2.new(0,0,0.685000002,0)d.Size=UDim2.new(0,75,0,75)d.Image="http://www.roblox.com/asset/?id=3830863154"e.Parent=b;e.BackgroundColor3=Color3.new(1,1,1)e.BorderColor3=Color3.new(0,0,0)e.BorderSizePixel=0;e.Size=UDim2.new(0,49,0,49)e.Image="rbxassetid://118323580"e.ImageColor3=Color3.new(0.54902,0.54902,1)f.Name="Load Bricks"f.Parent=b;f.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)f.BorderColor3=Color3.new(0,0,0)f.BorderSizePixel=2;f.Position=UDim2.new(0.0290456451,0,0.429022074,0)f.Size=UDim2.new(0,75,0,50)f.Font=Enum.Font.Highway;f.Text="Load 300 Bricks"f.TextColor3=Color3.new(1,1,1)f.TextScaled=true;f.TextSize=14;f.TextStrokeTransparency=0;f.TextWrapped=true;g.Name="Bricks Loaded"g.Parent=b;g.BackgroundColor3=Color3.new(0.392157,0.392157,0.392157)g.BorderColor3=Color3.new(0,0,0)g.BorderSizePixel=2;g.Position=UDim2.new(0.381742746,0,0.235541523,0)g.Size=UDim2.new(0,141,0,34)g.Font=Enum.Font.Highway;g.Text="Bricks Loaded: "g.TextColor3=Color3.new(1,1,1)g.TextScaled=true;g.TextSize=14;g.TextStrokeTransparency=0;g.TextWrapped=true;h.Name="Spam Bricks"h.Parent=b;h.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)h.BorderColor3=Color3.new(0,0,0)h.BorderSizePixel=2;h.Position=UDim2.new(0.44560168,0,0.54083075,0)h.Size=UDim2.new(0,125,0,100)h.Font=Enum.Font.Highway;h.Text="Spam Bricks"h.TextColor3=Color3.new(1,1,1)h.TextScaled=true;h.TextSize=14;h.TextStrokeTransparency=0;h.TextWrapped=true;i.Parent=b;i.BackgroundColor3=Color3.new(1,1,1)i.BorderColor3=Color3.new(0,0,0)i.BorderSizePixel=0;i.Position=UDim2.new(0.79668051,0,0,0)i.Size=UDim2.new(0,49,0,49)i.Image="rbxassetid://118323580"i.ImageColor3=Color3.new(0.54902,0.54902,1)f.MouseButton1Click:Connect(function()local j=Instance.new("ScreenGui")local k=Instance.new("TextLabel")j.Name="StarterGui"j.Parent=game.CoreGui;j.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;k.Parent=j;k.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)k.BorderColor3=Color3.new(0,0,0)k.BorderSizePixel=0;k.Position=UDim2.new(0.808978021,0,0.921135664,0)k.Size=UDim2.new(0,200,0,50)k.Font=Enum.Font.Cartoon;k.Text="Loading (0%)"k.TextColor3=Color3.new(1,1,1)k.TextSize=25;local l=game:GetService("Players").LocalPlayer;local m=game:GetService("RunService")local n={}l.Character:FindFirstChild("Humanoid"):UnequipTools()local o=#l.Backpack:GetChildren()l.Character.Archivable=true;local p=l.Character:Clone()p.Parent=workspace;local q=l.Character:FindFirstChild("HumanoidRootPart").CFrame;local r=m.Stepped:Connect(function()workspace.CurrentCamera.CameraSubject=p:FindFirstChild("Humanoid")for s,t in pairs(l.Backpack:GetChildren())do if t:IsA("Tool")then t.Parent=l end end;l.Character:ClearAllChildren()local u=Instance.new("Model",workspace)table.insert(n,u)Instance.new("Humanoid",u)l.Character=u;repeat m.Stepped:Wait()until l.Character~=nil end)repeat m.Stepped:Wait()k.Text="Loading ("..math.floor((#l:GetChildren()-4-o)/(300/100)).."%)"until#l:GetChildren()-4-o>=300-1;r:Disconnect()repeat m.Stepped:Wait()until l.Character:FindFirstChild("HumanoidRootPart")~=nil;for s,u in pairs(n)do u:Destroy()end;for s,t in pairs(l:GetChildren())do if t:IsA("Tool")then t.Parent=l.Backpack end end;l.Character:FindFirstChild("HumanoidRootPart").CFrame=q;p:Destroy()k.Text="Loading (100%)"wait(.5)k.Text="Loading Complete!"k.TextScaled=true;for s,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do if v:IsA("Tool")then v.Parent=game.Players.LocalPlayer.Character;for w,x in pairs(v.Handle:GetChildren())do if x:IsA("Sound")then x:Destroy()end end;v.Parent=game.Players.LocalPlayer.Backpack end end;wait(2)j:Destroy()while game:GetService("RunService").Stepped:Wait()do game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").Died:Wait()game.Players.LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()for s,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do if v:IsA("Tool")then v.Parent=game.Players.LocalPlayer end end;game.Players.LocalPlayer.CharacterAdded:Wait()for s,v in pairs(game.Players.LocalPlayer:GetChildren())do if v:IsA("Tool")then v.Parent=game.Players.LocalPlayer.Backpack;for w,x in pairs(v.Handle:GetChildren())do if x:IsA("Sound")then x:Destroy()end end end end end end)h.MouseButton1Click:Connect(function()workspace.CurrentCamera.CameraType=Enum.CameraType.Scriptable;local y=game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame;game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,10000,0)for z=1,math.random(20,40)do game.Players.LocalPlayer.Character.Humanoid:UnequipTools()if game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool")then game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent=game.Players.LocalPlayer.Character;if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle:FindFirstChildOfClass("SpecialMesh")then game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle:FindFirstChildOfClass("SpecialMesh"):Destroy()else end;if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle:FindFirstChild("TouchInterest")then game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle:FindFirstChild("TouchInterest"):Destroy()else end;game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent=workspace.Terrain else workspace.CurrentCamera.CameraType=Enum.CameraType.Custom end end;wait(3)game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=y;workspace.CurrentCamera.CameraType=Enum.CameraType.Custom end)spawn(function()while game:GetService("RunService").Stepped:Wait()do g.Text="Bricks Loaded: "..#game.Players.LocalPlayer.Backpack:GetChildren()if#game.Players.LocalPlayer.Backpack:GetChildren()>#game.StarterPack:GetChildren()*2 then game.Players.LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack,false)else game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack,true)end end end)
Add Comment
Please, Sign In to add comment