RoSploitzer

Lumber Tycoon 2 Pink Wire GUI

Oct 7th, 2019
1,474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.01 KB | None | 0 0
  1. -- Objects
  2.  
  3. local WireChanger = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local Decor = Instance.new("TextButton")
  6. local Execute = Instance.new("TextButton")
  7. local Type = Instance.new("TextButton")
  8. local ALabel2 = Instance.new("TextLabel")
  9. local ALabel1 = Instance.new("TextLabel")
  10. local Note = Instance.new("TextLabel")
  11. local Creds = Instance.new("TextLabel")
  12.  
  13. -- Properties
  14.  
  15. WireChanger.Name = "WireChanger"
  16. WireChanger.Parent = game.StarterGui
  17.  
  18. Frame.Parent = WireChanger
  19. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  20. Frame.BackgroundTransparency = 1
  21. Frame.BorderSizePixel = 0
  22. Frame.Position = UDim2.new(0, 0, 0.360576928, 0)
  23. Frame.Size = UDim2.new(0.250678748, 0, 0.298076928, 0)
  24.  
  25. Decor.Name = "Decor"
  26. Decor.Parent = Frame
  27. Decor.Active = false
  28. Decor.BackgroundColor3 = Color3.new(1, 1, 1)
  29. Decor.BorderSizePixel = 0
  30. Decor.Position = UDim2.new(-0.0719999969, 0, -0, 0)
  31. Decor.Size = UDim2.new(1.06859207, 0, 1, 0)
  32. Decor.AutoButtonColor = false
  33. Decor.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  34. Decor.Font = Enum.Font.SourceSans
  35. Decor.FontSize = Enum.FontSize.Size14
  36. Decor.Text = ""
  37. Decor.TextSize = 14
  38.  
  39. Execute.Name = "Execute"
  40. Execute.Parent = Frame
  41. Execute.Active = false
  42. Execute.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  43. Execute.BorderSizePixel = 0
  44. Execute.Position = UDim2.new(0.108303249, 0, 0.806451619, 0)
  45. Execute.Size = UDim2.new(0.707581222, 0, 0.118279569, 0)
  46. Execute.AutoButtonColor = false
  47. Execute.Font = Enum.Font.SourceSans
  48. Execute.FontSize = Enum.FontSize.Size14
  49. Execute.Text = "Run Process"
  50. Execute.TextColor3 = Color3.new(1, 1, 1)
  51. Execute.TextScaled = true
  52. Execute.TextSize = 14
  53. Execute.TextWrapped = true
  54.  
  55. Type.Name = "Type"
  56. Type.Parent = Frame
  57. Type.Active = false
  58. Type.BackgroundColor3 = Color3.new(1, 1, 1)
  59. Type.Position = UDim2.new(0.108303249, 0, 0.440860212, 0)
  60. Type.Size = UDim2.new(0.0830324888, 0, 0.118279569, 0)
  61. Type.AutoButtonColor = false
  62. Type.Font = Enum.Font.SourceSans
  63. Type.FontSize = Enum.FontSize.Size14
  64. Type.Text = ""
  65. Type.TextColor3 = Color3.new(1, 1, 1)
  66. Type.TextScaled = true
  67. Type.TextSize = 14
  68. Type.TextWrapped = true
  69.  
  70. ALabel2.Name = "ALabel2"
  71. ALabel2.Parent = Frame
  72. ALabel2.BackgroundColor3 = Color3.new(1, 1, 1)
  73. ALabel2.BackgroundTransparency = 1
  74. ALabel2.Position = UDim2.new(0.212996393, 0, 0.408602148, 0)
  75. ALabel2.Size = UDim2.new(0.707581222, 0, 0.182795703, 0)
  76. ALabel2.Font = Enum.Font.SourceSans
  77. ALabel2.FontSize = Enum.FontSize.Size14
  78. ALabel2.Text = "What wire type? (On is Pink, Off is Magenta Icicle)"
  79. ALabel2.TextScaled = true
  80. ALabel2.TextSize = 14
  81. ALabel2.TextWrapped = true
  82.  
  83. ALabel1.Name = "ALabel1"
  84. ALabel1.Parent = Frame
  85. ALabel1.BackgroundColor3 = Color3.new(1, 1, 1)
  86. ALabel1.BackgroundTransparency = 1
  87. ALabel1.Position = UDim2.new(0, 0, 0.0322580636, 0)
  88. ALabel1.Size = UDim2.new(0.967509031, 0, 0.252688169, 0)
  89. ALabel1.Font = Enum.Font.SourceSans
  90. ALabel1.FontSize = Enum.FontSize.Size14
  91. ALabel1.Text = "To use, Simply buy some Wire from Links Logic or Wood R Us place them then run the script!"
  92. ALabel1.TextScaled = true
  93. ALabel1.TextSize = 14
  94. ALabel1.TextWrapped = true
  95.  
  96. Note.Name = "Note"
  97. Note.Parent = Frame
  98. Note.BackgroundColor3 = Color3.new(1, 1, 1)
  99. Note.BackgroundTransparency = 1
  100. Note.Position = UDim2.new(0, 0, 1, 0)
  101. Note.Size = UDim2.new(0.967509031, 0, 0.252688169, 0)
  102. Note.Font = Enum.Font.SourceSans
  103. Note.FontSize = Enum.FontSize.Size14
  104. Note.Text = "After script is ran, you will have to rejoin LT2."
  105. Note.TextColor3 = Color3.new(1, 1, 1)
  106. Note.TextScaled = true
  107. Note.TextSize = 14
  108. Note.TextStrokeTransparency = 0.5
  109. Note.TextWrapped = true
  110.  
  111. Creds.Name = "Creds"
  112. Creds.Parent = Frame
  113. Creds.BackgroundColor3 = Color3.new(1, 1, 1)
  114. Creds.BackgroundTransparency = 1
  115. Creds.Position = UDim2.new(0, 0, -0.252688169, 0)
  116. Creds.Size = UDim2.new(0.967509031, 0, 0.252688169, 0)
  117. Creds.Font = Enum.Font.SourceSans
  118. Creds.FontSize = Enum.FontSize.Size14
  119. Creds.Text = "Made by: goldenaxelord\nOriginal Script: VIP Server"
  120. Creds.TextColor3 = Color3.new(1, 1, 1)
  121. Creds.TextScaled = true
  122. Creds.TextSize = 14
  123. Creds.TextStrokeTransparency = 0.5
  124. Creds.TextWrapped = true
  125. -- SCRIPTS START HERE
  126. WireChanger.Parent = game.Players.LocalPlayer.PlayerGui
  127.  
  128. local typecurrent = false
  129. -- on = pink, off = icicle
  130. Type.MouseButton1Down:connect(function(changeTheType)
  131. if typecurrent == true then
  132. typecurrent = false
  133. Type.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255)
  134. elseif typecurrent == false then
  135. typecurrent = true
  136. Type.BackgroundColor3 = Color3.new(85/255, 255/255, 0/255)
  137. end
  138. end)
  139.  
  140. Execute.MouseButton1Down:connect(function(ChangeTheWire)
  141. if typecurrent == true then
  142. local a = game.ReplicatedStorage.Purchasables:FindFirstChild("NeonWirePinky", true)
  143. a.Name = "Wire"
  144. local b = game.ReplicatedStorage.Purchasables:FindFirstChild("Wire", true)
  145. b:Destroy()
  146. elseif typecurrent == false then
  147. local c = game.ReplicatedStorage.Purchasables:FindFirstChild("IcicleWireMagenta", true)
  148. c.Name = "Wire"
  149. local d = game.ReplicatedStorage.Purchasables:FindFirstChild("Wire", true)
  150. d:Destroy()
  151. end
  152. end)
Add Comment
Please, Sign In to add comment