Advertisement
P3rZ3r0_cs

PWCC GUI

Jan 26th, 2020
1,170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.57 KB | None | 0 0
  1. --vars
  2. local plr = game:GetService("Players").LocalPlayer
  3. local char = plr.Character
  4. local mouse = plr:GetMouse()
  5. _G.noclip = false
  6. -- Gui to Lua
  7. -- Version: 3.2
  8.  
  9. -- Instances:
  10.  
  11. local ScreenGui = Instance.new("ScreenGui")
  12. local Bg = Instance.new("Frame")
  13. local TextLabel = Instance.new("TextLabel")
  14. local ImageLabel = Instance.new("ImageLabel")
  15. local TP = Instance.new("Frame")
  16. local ar = Instance.new("TextButton")
  17. local c = Instance.new("TextButton")
  18. local h = Instance.new("TextButton")
  19. local f = Instance.new("TextButton")
  20. local p = Instance.new("TextButton")
  21. local ls = Instance.new("TextButton")
  22. local l = Instance.new("TextButton")
  23. local co = Instance.new("TextButton")
  24. local s = Instance.new("TextButton")
  25. local TextButton = Instance.new("TextButton")
  26. local TextBox = Instance.new("TextBox")
  27. local small = Instance.new("TextButton")
  28. local TextButton_2 = Instance.new("TextButton")
  29.  
  30.  
  31. --Properties:
  32.  
  33. ScreenGui.Parent = game.CoreGui
  34. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  35.  
  36. Bg.Name = "Bg"
  37. Bg.Parent = ScreenGui
  38. Bg.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  39. Bg.BorderSizePixel = 0
  40. Bg.Position = UDim2.new(0, 0, 0, 454)
  41. Bg.Size = UDim2.new(0, 500, 0, 400)
  42.  
  43. TextLabel.Parent = Bg
  44. TextLabel.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  45. TextLabel.BorderColor3 = Color3.fromRGB(27, 42, 53)
  46. TextLabel.BorderSizePixel = 0
  47. TextLabel.Position = UDim2.new(0.0399999991, 0, 0.225232124, 0)
  48. TextLabel.Size = UDim2.new(0, 100, 0, 50)
  49. TextLabel.Font = Enum.Font.SourceSansLight
  50. TextLabel.Text = "1337"
  51. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  52. TextLabel.TextSize = 40.000
  53. TextLabel.TextWrapped = true
  54. TextLabel.TextScaled = true
  55.  
  56. ImageLabel.Parent = Bg
  57. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. ImageLabel.BorderSizePixel = 0
  59. ImageLabel.Position = UDim2.new(0.0399999991, 0, 0.052111268, 0)
  60. ImageLabel.Size = UDim2.new(0, 100, 0, 50)
  61. ImageLabel.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png"
  62.  
  63. TP.Name = "TP"
  64. TP.Parent = Bg
  65. TP.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  66. TP.BorderSizePixel = 0
  67. TP.Position = UDim2.new(0.280000001, 0, 0.0521112829, 0)
  68. TP.Size = UDim2.new(0, 360, 0, 359)
  69.  
  70. ar.Name = "ar"
  71. ar.Parent = TP
  72. ar.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  73. ar.BorderSizePixel = 0
  74. ar.Position = UDim2.new(0.0599999987, 0, 0.0579999983, 0)
  75. ar.Size = UDim2.new(0, 100, 0, 50)
  76. ar.Font = Enum.Font.SourceSansLight
  77. ar.Text = "Admin Room"
  78. ar.TextColor3 = Color3.fromRGB(255, 255, 255)
  79. ar.TextScaled = true
  80. ar.TextSize = 20.000
  81. ar.TextWrapped = true
  82.  
  83. c.Name = "c"
  84. c.Parent = TP
  85. c.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  86. c.BorderSizePixel = 0
  87. c.Position = UDim2.new(0.361000001, 0, 0.0579999983, 0)
  88. c.Size = UDim2.new(0, 100, 0, 50)
  89. c.Font = Enum.Font.SourceSansLight
  90. c.Text = "Cargo"
  91. c.TextColor3 = Color3.fromRGB(255, 255, 255)
  92. c.TextScaled = true
  93. c.TextSize = 20.000
  94. c.TextWrapped = true
  95.  
  96. h.Name = "h"
  97. h.Parent = TP
  98. h.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  99. h.BorderSizePixel = 0
  100. h.Position = UDim2.new(0.665228784, 0, 0.0579999983, 0)
  101. h.Size = UDim2.new(0, 100, 0, 50)
  102. h.Font = Enum.Font.SourceSansLight
  103. h.Text = "Hazmat Suit"
  104. h.TextColor3 = Color3.fromRGB(255, 255, 255)
  105. h.TextScaled = true
  106. h.TextSize = 20.000
  107. h.TextWrapped = true
  108.  
  109. f.Name = "f"
  110. f.Parent = TP
  111. f.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  112. f.BorderSizePixel = 0
  113. f.Position = UDim2.new(0.057222221, 0, 0.213988855, 0)
  114. f.Size = UDim2.new(0, 100, 0, 50)
  115. f.Font = Enum.Font.SourceSansLight
  116. f.Text = "Fans"
  117. f.TextColor3 = Color3.fromRGB(255, 255, 255)
  118. f.TextScaled = true
  119. f.TextSize = 20.000
  120. f.TextWrapped = true
  121.  
  122. p.Name = "p"
  123. p.Parent = TP
  124. p.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  125. p.BorderSizePixel = 0
  126. p.Position = UDim2.new(0.358222216, 0, 0.213988855, 0)
  127. p.Size = UDim2.new(0, 100, 0, 50)
  128. p.Font = Enum.Font.SourceSansLight
  129. p.Text = "Cooling Pumps"
  130. p.TextColor3 = Color3.fromRGB(255, 255, 255)
  131. p.TextScaled = true
  132. p.TextSize = 20.000
  133. p.TextWrapped = true
  134.  
  135. ls.Name = "ls"
  136. ls.Parent = TP
  137. ls.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  138. ls.BorderSizePixel = 0
  139. ls.Position = UDim2.new(0.659673274, 0, 0.369977713, 0)
  140. ls.Size = UDim2.new(0, 100, 0, 50)
  141. ls.Font = Enum.Font.SourceSansLight
  142. ls.Text = "Launch Silos"
  143. ls.TextColor3 = Color3.fromRGB(255, 255, 255)
  144. ls.TextScaled = true
  145. ls.TextSize = 20.000
  146. ls.TextWrapped = true
  147.  
  148. l.Name = "l"
  149. l.Parent = TP
  150. l.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  151. l.BorderSizePixel = 0
  152. l.Position = UDim2.new(0.355444431, 0, 0.369977713, 0)
  153. l.Size = UDim2.new(0, 100, 0, 50)
  154. l.Font = Enum.Font.SourceSansLight
  155. l.Text = "Levels"
  156. l.TextColor3 = Color3.fromRGB(255, 255, 255)
  157. l.TextScaled = true
  158. l.TextSize = 20.000
  159. l.TextWrapped = true
  160.  
  161. co.Name = "co"
  162. co.Parent = TP
  163. co.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  164. co.BorderSizePixel = 0
  165. co.Position = UDim2.new(0.0544444434, 0, 0.369977713, 0)
  166. co.Size = UDim2.new(0, 100, 0, 50)
  167. co.Font = Enum.Font.SourceSansLight
  168. co.Text = "Core"
  169. co.TextColor3 = Color3.fromRGB(255, 255, 255)
  170. co.TextScaled = true
  171. co.TextSize = 20.000
  172. co.TextWrapped = true
  173.  
  174. s.Name = "s"
  175. s.Parent = TP
  176. s.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
  177. s.BorderSizePixel = 0
  178. s.Position = UDim2.new(0.662451029, 0, 0.213988855, 0)
  179. s.Size = UDim2.new(0, 100, 0, 50)
  180. s.Font = Enum.Font.SourceSansLight
  181. s.Text = "Train station"
  182. s.TextColor3 = Color3.fromRGB(255, 255, 255)
  183. s.TextScaled = true
  184. s.TextSize = 20.000
  185. s.TextWrapped = true
  186.  
  187. TextButton.Parent = Bg
  188. TextButton.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  189. TextButton.BorderSizePixel = 0
  190. TextButton.Position = UDim2.new(0.0399999991, 0, 0.400000006, 0)
  191. TextButton.Size = UDim2.new(0, 100, 0, 50)
  192. TextButton.Font = Enum.Font.SourceSansLight
  193. TextButton.Text = "Walkspeed"
  194. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  195. TextButton.TextScaled = true
  196. TextButton.TextSize = 40.000
  197. TextButton.TextWrapped = true
  198.  
  199. TextBox.Parent = Bg
  200. TextBox.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  201. TextBox.BorderSizePixel = 0
  202. TextBox.Position = UDim2.new(0.0399999991, 0, 0.57249999, 0)
  203. TextBox.Size = UDim2.new(0, 100, 0, 50)
  204. TextBox.Font = Enum.Font.SourceSansLight
  205. TextBox.Text = "speed"
  206. TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  207. TextBox.TextScaled = true
  208. TextBox.TextSize = 14.000
  209. TextBox.TextWrapped = true
  210.  
  211. small.Name = "small"
  212. small.Parent = Bg
  213. small.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  214. small.BackgroundTransparency = 1.000
  215. small.BorderSizePixel = 0
  216. small.Position = UDim2.new(0.899999976, 0, 0, 0)
  217. small.Size = UDim2.new(0, 50, 0, 20)
  218. small.Font = Enum.Font.SourceSansLight
  219. small.Text = "-"
  220. small.TextColor3 = Color3.fromRGB(0, 0, 0)
  221. small.TextScaled = true
  222. small.TextSize = 14.000
  223. small.TextWrapped = true
  224.  
  225.  
  226. TextButton_2.Parent = ScreenGui
  227. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  228. TextButton_2.Position = UDim2.new(0, 0, 0.932975888, 0)
  229. TextButton_2.Size = UDim2.new(0, 50, 0, 50)
  230. TextButton_2.Visible = false
  231. TextButton_2.Font = Enum.Font.SourceSansLight
  232. TextButton_2.Text = "+"
  233. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  234. TextButton_2.TextScaled = true
  235. TextButton_2.TextSize = 14.000
  236. TextButton_2.TextWrapped = true
  237.  
  238. TextButton.MouseButton1Click:Connect(function()
  239. local meta = getrawmetatable(game)
  240. local index = meta.__index
  241. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = TextBox.Text
  242. index = function(self, i)
  243. if i == "Walkspeed" then
  244. return 16
  245. end
  246.  
  247. return index(self, i)
  248. end
  249. end)
  250.  
  251. small.MouseButton1Click:Connect(function()
  252. Bg.Visible = false
  253. TextButton_2.Visible = true
  254.  
  255. end)
  256. TextButton_2.MouseButton1Click:Connect(function()
  257. Bg.Visible = true
  258. TextButton_2.Visible = false
  259. end)
  260.  
  261. local temp = game:GetService("Workspace").MeltdownDamagedItems.Coretemps.temperature1.SurfaceGui.TempDisplay
  262. TextLabel.Text = temp.Text
  263. temp:GetPropertyChangedSignal("Text"):Connect(function()
  264. local temp = game:GetService("Workspace").MeltdownDamagedItems.Coretemps.temperature1.SurfaceGui.TempDisplay
  265. TextLabel.Text = temp.Text
  266. end)
  267. --Temp status
  268. local status = game:GetService("Workspace").MeltdownDamagedItems.tempstatusdecal.Decal
  269. ImageLabel.Image = status.Texture
  270. -- automatic
  271. status:GetPropertyChangedSignal("Texture"):Connect(function()
  272. local status = game:GetService("Workspace").MeltdownDamagedItems.tempstatusdecal.Decal
  273. ImageLabel.Image = status.Texture
  274. end)
  275. --TP
  276.  
  277. c.MouseButton1Click:Connect(function()
  278. char:MoveTo(Vector3.new(-313.894, 537.15, -1.50654))
  279. end)
  280.  
  281. h.MouseButton1Click:Connect(function()
  282. char:MoveTo(Vector3.new(-83.2192, 500.818, -282.239))
  283. end)
  284.  
  285. ar.MouseButton1Click:Connect(function()
  286. char:MoveTo(Vector3.new(-217.141, 725.707, -184.338))
  287. end)
  288.  
  289. f.MouseButton1Click:Connect(function()
  290. char:MoveTo(Vector3.new(-465.911, 707.799, -307.309))
  291. end)
  292.  
  293. co.MouseButton1Click:Connect(function()
  294. char:MoveTo(Vector3.new(-281.761, 282.713, -191.595))
  295. end)
  296.  
  297. l.MouseButton1Click:Connect(function()
  298. char:MoveTo(Vector3.new(-257.725, 226.113, -498.59))
  299. end)
  300.  
  301. s.MouseButton1Click:Connect(function()
  302. char:MoveTo(Vector3.new(-36.8229, 449.113, -63.1626))
  303. end)
  304.  
  305. p.MouseButton1Click:Connect(function()
  306. char:MoveTo(Vector3.new(116.718, 447.775, -706.822))
  307. end)
  308.  
  309. ls.MouseButton1Click:Connect(function()
  310. char:MoveTo(Vector3.new(752.759, 449.113, -332.825))
  311. end)
  312. -- Noclip (click to delete)
  313.  
  314.  
  315. if _G.noclip == true then
  316. mouse.Button1Down:Connect(function()
  317. local tar = mouse.Target
  318.  
  319. if tar.CanCollide == true then
  320. tar.CanCollide = false
  321. tar.Transparency = 0.25
  322. print("Player have deleted " .. tar.Name)
  323. else
  324. tar.CanCollide = true
  325. tar.Transparency = 0
  326. print("Player have set back " .. tar.Name)
  327. end
  328.  
  329. end)
  330. else
  331. print("Noclip isnt enabled")
  332. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement