Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1.  
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Frame = Instance.new("Frame")
  4. local Topbar = Instance.new("Frame")
  5. local Close = Instance.new("TextButton")
  6. local Title = Instance.new("TextLabel")
  7. local StealButton = Instance.new("TextButton")
  8. local Status = Instance.new("TextLabel")
  9. local Open = Instance.new("TextButton")
  10. --Properties:
  11. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  12. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  13.  
  14. Frame.Parent = ScreenGui
  15. Frame.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  16. Frame.BorderSizePixel = 0
  17. Frame.Position = UDim2.new(0.0685139298, 0, 0.44999221, 0)
  18. Frame.Size = UDim2.new(0, 361, 0, 191)
  19. Frame.Visible = false
  20.  
  21. Topbar.Name = "Topbar"
  22. Topbar.Parent = Frame
  23. Topbar.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  24. Topbar.BorderSizePixel = 0
  25. Topbar.Size = UDim2.new(0, 361, 0, 28)
  26.  
  27. Close.Name = "Close"
  28. Close.Parent = Topbar
  29. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  30. Close.BackgroundTransparency = 1
  31. Close.BorderSizePixel = 0
  32. Close.Position = UDim2.new(0.922437668, 0, 0, 0)
  33. Close.Size = UDim2.new(0, 28, 0, 28)
  34. Close.Font = Enum.Font.SourceSans
  35. Close.Text = "X"
  36. Close.TextColor3 = Color3.new(1, 0, 0)
  37. Close.TextSize = 14
  38.  
  39. Title.Name = "Title"
  40. Title.Parent = Topbar
  41. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  42. Title.BackgroundTransparency = 1
  43. Title.Position = UDim2.new(0.185595572, 0, 0, 0)
  44. Title.Size = UDim2.new(0, 227, 0, 28)
  45. Title.Font = Enum.Font.SourceSans
  46. Title.Text = "Lumber Tycoon2 Blueprint Stealer Gui"
  47. Title.TextColor3 = Color3.new(0, 1, 0)
  48. Title.TextSize = 14
  49.  
  50. StealButton.Name = "StealButton"
  51. StealButton.Parent = Frame
  52. StealButton.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  53. StealButton.BorderColor3 = Color3.new(0, 0, 0)
  54. StealButton.BorderSizePixel = 0
  55. StealButton.Position = UDim2.new(0.299168974, 0, 0.434554994, 0)
  56. StealButton.Size = UDim2.new(0, 144, 0, 25)
  57. StealButton.Font = Enum.Font.SourceSans
  58. StealButton.Text = "Steal All Players Blueprints"
  59. StealButton.TextColor3 = Color3.new(1, 1, 1)
  60. StealButton.TextSize = 14
  61.  
  62. Status.Name = "Status"
  63. Status.Parent = Frame
  64. Status.BackgroundColor3 = Color3.new(1, 1, 1)
  65. Status.BackgroundTransparency = 1
  66. Status.Position = UDim2.new(0.222, 0,0.565, 0)
  67. Status.Size = UDim2.new(0, 200,0, 64)
  68. Status.Font = Enum.Font.SourceSans
  69. Status.Text = "nil"
  70. Status.TextColor3 = Color3.new(1, 1, 1)
  71. Status.TextSize = 14
  72. Status.TextScaled = true
  73.  
  74. Open.Name = "Open"
  75. Open.Parent = ScreenGui
  76. Open.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  77. Open.Position = UDim2.new(0.00432099402, 0, 0.658476591, 0)
  78. Open.Size = UDim2.new(0, 68, 0, 22)
  79. Open.Font = Enum.Font.SourceSans
  80. Open.Text = "Open"
  81. Open.TextColor3 = Color3.new(0, 1, 0)
  82. Open.TextSize = 14
  83. -- Scripts:
  84. local playername = game.Players.LocalPlayer
  85. local newSound = Instance.new("Sound")
  86. newSound.Name = "Click"
  87. newSound.SoundId = "rbxassetid://"..537744814
  88. newSound.Parent = game.Workspace[playername.Name]
  89.  
  90. Open.MouseButton1Click:Connect(function()
  91. game.Workspace[playername.Name].Click:Play()
  92. Frame.Visible = true
  93. Open.Visible = false
  94. end)
  95.  
  96. Close.MouseButton1Click:Connect(function()
  97. game.Workspace[playername.Name].Click:Play()
  98. Frame.Visible = false
  99. Open.Visible = true
  100. end)
  101.  
  102. StealButton.MouseButton1Click:Connect(function()
  103. local player = game:GetService("Players").LocalPlayer
  104. local playersIngame = game:GetService("Players"):GetChildren()
  105. local blueprints = player.PlayerBlueprints.Blueprints
  106.  
  107. for i,v in pairs(playersIngame)do
  108. local playersBluePrints = v.PlayerBlueprints.Blueprints:GetChildren()
  109. for i,v in pairs(playersBluePrints)do
  110. v.Parent = blueprints
  111. end
  112. end
  113. end)
  114.  
  115.  
  116. --status
  117. while wait() do
  118. Status.Text = "Why hello there"
  119. wait(2)
  120. Status.Text = "Gui Not Working? Join Discord And Report https://discord.gg/fYfQFWQ"
  121. wait(6)
  122. Status.Text = "Who uses XD Anymore XD"
  123. wait(2)
  124. Status.Text = "This gui is pretty useless because you can do this without the gui pretty easily but you never know someone might not know about the way to do it lel (;"
  125. wait(10)
  126. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement