Palazikaka

Untitled

Jan 7th, 2020
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local GUI = Instance.new("Frame")
  4. local GuiFrame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local TextLabel_2 = Instance.new("TextLabel")
  7. local printers = Instance.new("TextButton")
  8. local noclip = Instance.new("TextButton")
  9. local close = Instance.new("TextButton")
  10. local shipments = Instance.new("TextButton")
  11. local ctrl = Instance.new("TextButton")
  12. local open = Instance.new("TextButton")
  13.  
  14. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15.  
  16. Frame.Name = "."
  17. Frame.Parent = ScreenGui
  18. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  19. Frame.BackgroundTransparency = 1
  20. Frame.BorderSizePixel = 0
  21. Frame.Size = UDim2.new(0, 100, 0, 100)
  22.  
  23. GUI.Name = "GUI"
  24. GUI.Parent = Frame
  25. GUI.Active = true
  26. GUI.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  27. GUI.Position = UDim2.new(2.72227716, 0, 1.18337858, 0)
  28. GUI.Size = UDim2.new(0, 269, 0, 321)
  29. GUI.Visible = false
  30. GUI.Draggable = true
  31.  
  32. GuiFrame.Name = "GuiFrame"
  33. GuiFrame.Parent = GUI
  34. GuiFrame.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  35. GuiFrame.Position = UDim2.new(-0.00262315036, 0, -0.00268702046, 0)
  36. GuiFrame.Size = UDim2.new(0, 270, 0, 29)
  37.  
  38. TextLabel.Parent = GuiFrame
  39. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  40. TextLabel.BackgroundTransparency = 1
  41. TextLabel.BorderSizePixel = 0
  42. TextLabel.Position = UDim2.new(0.129231229, 0, 0.0344827585, 0)
  43. TextLabel.Size = UDim2.new(0, 200, 0, 29)
  44. TextLabel.Font = Enum.Font.Cartoon
  45. TextLabel.Text = "Dark RP Noclip"
  46. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  47. TextLabel.TextSize = 20
  48.  
  49. TextLabel_2.Parent = GuiFrame
  50. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  51. TextLabel_2.BackgroundTransparency = 1
  52. TextLabel_2.BorderSizePixel = 0
  53. TextLabel_2.Position = UDim2.new(0.139442235, 0, 10.6896553, 0)
  54. TextLabel_2.Size = UDim2.new(0, 200, 0, 11)
  55. TextLabel_2.Font = Enum.Font.Cartoon
  56. TextLabel_2.Text = "Made by Palazienko"
  57. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  58. TextLabel_2.TextSize = 20
  59.  
  60. noclip.Name = "noclip"
  61. noclip.Parent = GuiFrame
  62. noclip.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  63. noclip.BorderSizePixel = 0
  64. noclip.Position = UDim2.new(0.524149776, 0, 2.34976888, 0)
  65. noclip.Size = UDim2.new(0, 129, 0, 56)
  66. noclip.Font = Enum.Font.Cartoon
  67. noclip.Text = "Noclip"
  68. noclip.TextColor3 = Color3.new(1, 1, 1)
  69. noclip.TextSize = 20
  70.  
  71. close.Name = "close"
  72. close.Parent = GuiFrame
  73. close.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  74. close.BorderSizePixel = 0
  75. close.Position = UDim2.new(0.9107669, 0, 0.0344827175, 0)
  76. close.Size = UDim2.new(0, 25, 0, 28)
  77. close.Font = Enum.Font.Cartoon
  78. close.Text = "X"
  79. close.TextColor3 = Color3.new(1, 1, 1)
  80. close.TextSize = 20
  81.  
  82. open.Name = "open"
  83. open.Parent = Frame
  84. open.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  85. open.BorderSizePixel = 0
  86. open.Position = UDim2.new(-0.00860118866, 0, 4.17987204, 0)
  87. open.Size = UDim2.new(0, 122, 0, 28)
  88. open.Font = Enum.Font.Cartoon
  89. open.Text = "Open"
  90. open.TextColor3 = Color3.new(1, 1, 1)
  91. open.TextSize = 20
  92.  
  93. open.MouseButton1Down:connect(function()
  94. GUI.Visible = true
  95. end)
  96.  
  97. close.MouseButton1Down:connect(function()
  98. GUI.Visible = false
  99. end)
  100.  
  101. noclip.MouseButton1Down:connect(function()
  102. nam = game.Players.LocalPlayer.Name
  103.  
  104. game:GetService('RunService').Stepped:connect(function()
  105. for a, b in pairs(game.Workspace:GetChildren()) do
  106. if b.Name == nam then
  107. for i, v in pairs(game.Workspace[nam]:GetChildren()) do
  108. if v:IsA("BasePart") then
  109. v.CanCollide = false
  110.  
  111. end
  112. end
  113. end
  114. end
  115. end)
  116.  
  117. Workspace[nam].Head.Changed:connect(function()
  118. for a, b in pairs(game.Workspace:GetChildren()) do
  119. if b.Name == nam then
  120. for i, v in pairs(game.Workspace[nam]:GetChildren()) do
  121. if v:IsA("BasePart") then
  122. v.CanCollide = false
  123.  
  124. end
  125. end
  126. end
  127. end
  128. end)
  129. end)
Advertisement
Add Comment
Please, Sign In to add comment