Advertisement
Klock100

Pinewood Computer Core TP GUI

Sep 7th, 2019
3,834
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.03 KB | None | 0 0
  1. wait(1)
  2. game.StarterGui:SetCore("SendNotification", {
  3.     Title = "Thanks for using!";
  4.     Text = "You have been activated Script Thanks for using our scripts!";
  5.     Icon = "http://www.roblox.com/asset/?id=145360599";
  6.     Duration = "20";
  7. })
  8.  
  9. -- Made by Klock100 Exploits
  10. -- https://www.youtube.com/channel/UCHnrPFraJbh-9IHZKddEvNA
  11. local PinewoodBuilder = Instance.new("ScreenGui")
  12. local OpenClose = Instance.new("TextButton")
  13. local Box = Instance.new("Frame")
  14. local GamePass = Instance.new("TextButton")
  15. local GamePass_2 = Instance.new("TextButton")
  16. local GamePass_3 = Instance.new("TextButton")
  17. --Properties:
  18. PinewoodBuilder.Name = "Pinewood Builder"
  19. PinewoodBuilder.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  20.  
  21. OpenClose.Name = "OpenClose"
  22. OpenClose.Parent = PinewoodBuilder
  23. OpenClose.BackgroundColor3 = Color3.new(1, 1, 1)
  24. OpenClose.BackgroundTransparency = 0.60000002384186
  25. OpenClose.BorderColor3 = Color3.new(0, 0, 0)
  26. OpenClose.BorderSizePixel = 4
  27. OpenClose.Position = UDim2.new(0, 5, 0.600000024, -58)
  28. OpenClose.Size = UDim2.new(0, 150, 0, 30)
  29. OpenClose.Font = Enum.Font.SourceSansBold
  30. OpenClose.Text = "Pinewood Builder"
  31. OpenClose.TextColor3 = Color3.new(1, 1, 1)
  32. OpenClose.TextSize = 24
  33.  
  34. Box.Name = "Box"
  35. Box.Parent = PinewoodBuilder
  36. Box.BackgroundColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  37. Box.BackgroundTransparency = 1
  38. Box.Position = UDim2.new(0.300000012, -306, 0.600000024, -80)
  39. Box.Size = UDim2.new(0, 40, 0, 210)
  40.  
  41. GamePass.Name = "GamePass"
  42. GamePass.Parent = Box
  43. GamePass.BackgroundColor3 = Color3.new(1, 1, 1)
  44. GamePass.BackgroundTransparency = 0.60000002384186
  45. GamePass.BorderColor3 = Color3.new(0, 0, 0)
  46. GamePass.BorderSizePixel = 4
  47. GamePass.Position = UDim2.new(0, 235, 0.400000006, 2)
  48. GamePass.Size = UDim2.new(0, 160, 0, 40)
  49. GamePass.Font = Enum.Font.ArialBold
  50. GamePass.Text = "Fan controller"
  51. GamePass.TextColor3 = Color3.new(1, 1, 1)
  52. GamePass.TextSize = 18
  53.  
  54. GamePass_2.Name = "GamePass"
  55. GamePass_2.Parent = Box
  56. GamePass_2.BackgroundColor3 = Color3.new(1, 1, 1)
  57. GamePass_2.BackgroundTransparency = 0.60000002384186
  58. GamePass_2.BorderColor3 = Color3.new(0, 0, 0)
  59. GamePass_2.BorderSizePixel = 4
  60. GamePass_2.Position = UDim2.new(0, 235, 0, 0)
  61. GamePass_2.Size = UDim2.new(0, 160, 0, 40)
  62. GamePass_2.Font = Enum.Font.ArialBold
  63. GamePass_2.Text = "Suit"
  64. GamePass_2.TextColor3 = Color3.new(1, 1, 1)
  65. GamePass_2.TextSize = 18
  66.  
  67. GamePass_3.Name = "GamePass"
  68. GamePass_3.Parent = Box
  69. GamePass_3.BackgroundColor3 = Color3.new(1, 1, 1)
  70. GamePass_3.BackgroundTransparency = 0.60000002384186
  71. GamePass_3.BorderColor3 = Color3.new(0, 0, 0)
  72. GamePass_3.BorderSizePixel = 4
  73. GamePass_3.Position = UDim2.new(0, 235, 0.200000003, 1)
  74. GamePass_3.Size = UDim2.new(0, 160, 0, 40)
  75. GamePass_3.Font = Enum.Font.ArialBold
  76. GamePass_3.Text = "Core"
  77. GamePass_3.TextColor3 = Color3.new(1, 1, 1)
  78. GamePass_3.TextSize = 18
  79. -- Scripts:
  80. function SCRIPT_DNMP89_FAKESCRIPT() -- OpenClose.Script
  81.     local script = Instance.new('Script')
  82.     script.Parent = OpenClose
  83.     local Button = script.Parent
  84.     Box = script.Parent.Parent.Box
  85.    
  86.     function onClick()
  87.         if Box.Visible == false then
  88.             Box.Visible = true
  89.             Button.Text = "PB TP"
  90.         elseif Box.Visible == true then
  91.             Box.Visible = false
  92.             Button.Text = "PB TP"
  93.         end
  94.     end
  95.    
  96.     Button.MouseButton1Click:connect(onClick)
  97.    
  98.  
  99. end
  100. coroutine.resume(coroutine.create(SCRIPT_DNMP89_FAKESCRIPT))
  101. function SCRIPT_QPTK86_FAKESCRIPT() -- GamePass.LocalScript
  102.     local script = Instance.new('LocalScript')
  103.     script.Parent = GamePass
  104.     local productId = 0 -- change to your Gamepass product ID
  105.     local player = game.Players.LocalPlayer
  106.    
  107.     script.Parent.MouseButton1Click:connect(function() --DONT CHANGE THIS
  108.         -- 463.776367, 707.499451, -295.02804
  109.         local plr = game.Players.LocalPlayer
  110.         local hum = plr.Character.HumanoidRootPart
  111.         hum.CFrame = CFrame.new(-463.776367, 707.499451, -295.02804)
  112.     end)
  113.    
  114.  
  115. end
  116. coroutine.resume(coroutine.create(SCRIPT_QPTK86_FAKESCRIPT))
  117. function SCRIPT_PAPN70_FAKESCRIPT() -- GamePass_2.LocalScript
  118.     local script = Instance.new('LocalScript')
  119.     script.Parent = GamePass_2
  120.     local productId = 0 -- change to your Gamepass product ID
  121.     local player = game.Players.LocalPlayer
  122.    
  123.     script.Parent.MouseButton1Click:connect(function() --DONT CHANGE THIS
  124.         local plr = game.Players.LocalPlayer
  125.         local hum = plr.Character.HumanoidRootPart
  126.         hum.CFrame = CFrame.new(-72.7314682, 500.203918, -283.93475)
  127.     end)
  128.    
  129.  
  130. end
  131. coroutine.resume(coroutine.create(SCRIPT_PAPN70_FAKESCRIPT))
  132. function SCRIPT_ULXC88_FAKESCRIPT() -- GamePass_3.LocalScript
  133.     local script = Instance.new('LocalScript')
  134.     script.Parent = GamePass_3
  135.     local productId = 0 -- change to your Gamepass product ID
  136.     local player = game.Players.LocalPlayer
  137.    
  138.     script.Parent.MouseButton1Click:connect(function() --DONT CHANGE THIS
  139.         local plr = game.Players.LocalPlayer
  140.         local hum = plr.Character.HumanoidRootPart
  141.         hum.CFrame = CFrame.new(-265.097412, 282.800293, -211.17028)
  142.     end)
  143.    
  144.  
  145. end
  146. print("TP GUI Activated!")
  147. print("Subscribe to Klock100 Exploits!")
  148. coroutine.resume(coroutine.create(SCRIPT_ULXC88_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement