arfiakbar123

Wall Hack LT2

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