arfiakbar123

Wall Hack LT2 v3

Feb 8th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.90 KB | None | 0 0
  1. -- Instances:
  2. local LT2 = Instance.new("ScreenGui")
  3. local Gui = Instance.new("Frame")
  4. local TextLabel = Instance.new("TextLabel")
  5. local Phantom = Instance.new("TextButton")
  6. local Blue = Instance.new("TextButton")
  7. local LightSpooky = Instance.new("TextButton")
  8. local Spooky = Instance.new("TextButton")
  9. local Grey = Instance.new("TextButton")
  10. local Fire = Instance.new("TextButton")
  11. --Properties:
  12. LT2.Name = "LT2"
  13. LT2.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14.  
  15. Gui.Name = "Gui"
  16. Gui.Parent = LT2
  17. Gui.Active = true
  18. Gui.BackgroundColor3 = Color3.new(1, 1, 1)
  19. Gui.BackgroundTransparency = 0.69999998807907
  20. Gui.BorderColor3 = Color3.new(0, 0, 0)
  21. Gui.BorderSizePixel = 0
  22. Gui.Draggable = true
  23. Gui.Position = UDim2.new(0, 72, 0, 90)
  24. Gui.Size = UDim2.new(0, 405, 0, 213)
  25.  
  26. TextLabel.Parent = Gui
  27. TextLabel.BackgroundColor3 = Color3.new(0.564706, 0.564706, 0.564706)
  28. TextLabel.Position = UDim2.new(-0.00018988736, 0, -0.00211538398, 0)
  29. TextLabel.Size = UDim2.new(0, 406, 0, 36)
  30. TextLabel.Font = Enum.Font.SourceSans
  31. TextLabel.Text = "Wall Hacks"
  32. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  33. TextLabel.TextSize = 14
  34.  
  35. Phantom.Name = "Phantom"
  36. Phantom.Parent = Gui
  37. Phantom.BackgroundColor3 = Color3.new(1, 1, 1)
  38. Phantom.Position = UDim2.new(0.041785419, 0, 0.186667562, 0)
  39. Phantom.Size = UDim2.new(0, 185, 0, 40)
  40. Phantom.Font = Enum.Font.SourceSans
  41. Phantom.Text = "Phantom"
  42. Phantom.TextColor3 = Color3.new(0, 0, 0)
  43. Phantom.TextSize = 14
  44. Phantom.MouseButton1Click:connect(function()
  45. if g5 == true then
  46. g5 = false
  47. Phantom.BackgroundColor3 = Color3.new(255, 255, 255)
  48. else
  49. g5 = true
  50. Phantom.BackgroundColor3 = Color3.new(0, 255, 0)
  51. if g5 then
  52. woodtype = "LoneCave"
  53. end
  54. end
  55. end)
  56.  
  57. Blue.Name = "Blue"
  58. Blue.Parent = Gui
  59. Blue.BackgroundColor3 = Color3.new(1, 1, 1)
  60. Blue.Position = UDim2.new(0.041785419, 0, 0.435493857, 0)
  61. Blue.Size = UDim2.new(0, 185, 0, 40)
  62. Blue.Font = Enum.Font.SourceSans
  63. Blue.Text = "Blue"
  64. Blue.TextColor3 = Color3.new(0, 0, 0)
  65. Blue.TextSize = 14
  66. Blue.MouseButton1Click:connect(function()
  67. if g4 == true then
  68. g4 = false
  69. Blue.BackgroundColor3 = Color3.new(255, 255, 255)
  70. else
  71. g4 = true
  72. Blue.BackgroundColor3 = Color3.new(0, 255, 0)
  73. if g4 then
  74. woodtype = "CaveCrawler"
  75. end
  76. end
  77. end)
  78.  
  79. LightSpooky.Name = "LightSpooky"
  80. LightSpooky.Parent = Gui
  81. LightSpooky.BackgroundColor3 = Color3.new(1, 1, 1)
  82. LightSpooky.Position = UDim2.new(0.041785419, 0, 0.674930453, 0)
  83. LightSpooky.Size = UDim2.new(0, 185, 0, 40)
  84. LightSpooky.Font = Enum.Font.SourceSans
  85. LightSpooky.Text = "LightSpooky"
  86. LightSpooky.TextColor3 = Color3.new(0, 0, 0)
  87. LightSpooky.TextSize = 14
  88. LightSpooky.MouseButton1Click:connect(function()
  89. if g3 == true then
  90. g3 = false
  91. LightSpooky.BackgroundColor3 = Color3.new(255, 255, 255)
  92. else
  93. g3 = true
  94. LightSpooky.BackgroundColor3 = Color3.new(0, 255, 0)
  95. if g3 then
  96. woodtype = "SpookyNeon"
  97. end
  98. end
  99. end)
  100.  
  101. Spooky.Name = "Spooky"
  102. Spooky.Parent = Gui
  103. Spooky.BackgroundColor3 = Color3.new(1, 1, 1)
  104. Spooky.Position = UDim2.new(0.520797729, 0, 0.679625273, 0)
  105. Spooky.Size = UDim2.new(0, 185, 0, 40)
  106. Spooky.Font = Enum.Font.SourceSans
  107. Spooky.Text = "Spooky"
  108. Spooky.TextColor3 = Color3.new(0, 0, 0)
  109. Spooky.TextSize = 14
  110. Spooky.MouseButton1Click:connect(function()
  111. if g2 == true then
  112. g2 = false
  113. Spooky.BackgroundColor3 = Color3.new(255, 255, 255)
  114. else
  115. g2 = true
  116. Spooky.BackgroundColor3 = Color3.new(0, 255, 0)
  117. if g2 then
  118. woodtype = "Spooky"
  119. end
  120. end
  121. end)
  122.  
  123. Grey.Name = "Grey"
  124. Grey.Parent = Gui
  125. Grey.BackgroundColor3 = Color3.new(1, 1, 1)
  126. Grey.Position = UDim2.new(0.520797729, 0, 0.440188706, 0)
  127. Grey.Size = UDim2.new(0, 185, 0, 40)
  128. Grey.Font = Enum.Font.SourceSans
  129. Grey.Text = "Grey"
  130. Grey.TextColor3 = Color3.new(0, 0, 0)
  131. Grey.TextSize = 14
  132. Grey.MouseButton1Click:connect(function()
  133. if g1 == true then
  134. g1 = false
  135. Grey.BackgroundColor3 = Color3.new(255, 255, 255)
  136. else
  137. g1 = true
  138. Grey.BackgroundColor3 = Color3.new(0, 255, 0)
  139. if g1 then
  140. woodtype = nil
  141. end
  142. end
  143. end)
  144.  
  145. -- ColorHax Script
  146.  
  147. woodtype = "Birch"
  148.  
  149. local tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  150. tool.RequiresHandle = false
  151. --tool.RobloxLocked = true
  152. tool.Name = "Paint"
  153. tool.ToolTip = "Changes A Stucture's Wood Type"
  154. tool.Equipped:connect(function(Mouse)
  155. Mouse.Button1Down:connect(function()
  156. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  157. local Cframe
  158. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  159. Cframe = Mouse.Target.Parent.MainCFrame.Value
  160. else
  161. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  162. end
  163. if Mouse.Target.Parent ~= nil then
  164. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, woodtype, Mouse.Target.Parent, false)
  165. end
  166. else
  167. --do nothing
  168. end
  169. end)
  170. end)
  171.  
  172. g1 = false
  173. g2 = false
  174. g3 = false
  175. g4 = false
  176. g5 = false
Add Comment
Please, Sign In to add comment