Advertisement
gggaming

My LT2

Mar 16th, 2020
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.33 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local CloseOpenGui = Instance.new("ScreenGui")
  7. local TextButton = Instance.new("TextButton")
  8. local Frame = Instance.new("Frame")
  9. local PaintTool = Instance.new("TextButton")
  10. local BaseArt = Instance.new("TextButton")
  11. local OnWaterWalk = Instance.new("TextButton")
  12. local BringWood = Instance.new("TextButton")
  13. local BringPlanks = Instance.new("TextButton")
  14. local SellPlanks = Instance.new("TextButton")
  15. local SellWood = Instance.new("TextButton")
  16. local Dupe = Instance.new("TextButton")
  17. local TextLabel = Instance.new("TextLabel")
  18. local TPS = Instance.new("TextButton")
  19. local TextLabel_2 = Instance.new("TextLabel")
  20. local GoldAxe = Instance.new("TextButton")
  21. local MaxLand = Instance.new("TextButton")
  22. local Login = Instance.new("Frame")
  23. local token = Instance.new("TextBox")
  24. local submit = Instance.new("TextButton")
  25. local TextLabel_3 = Instance.new("TextLabel")
  26.  
  27. --Properties:
  28.  
  29. CloseOpenGui.Name = "CloseOpenGui"
  30. CloseOpenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  31.  
  32. TextButton.Parent = CloseOpenGui
  33. TextButton.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  34. TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  35. TextButton.BorderSizePixel = 2
  36. TextButton.Position = UDim2.new(0.00200000009, 0, 0.5, 0)
  37. TextButton.Size = UDim2.new(0, 200, 0, 50)
  38. TextButton.Visible = false
  39. TextButton.Font = Enum.Font.SourceSans
  40. TextButton.Text = "OPEN"
  41. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  42. TextButton.TextSize = 36.000
  43. TextButton.TextStrokeTransparency = 0.000
  44.  
  45. Frame.Parent = CloseOpenGui
  46. Frame.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  47. Frame.Position = UDim2.new(0.052294597, 0, 0.126218349, 0)
  48. Frame.Size = UDim2.new(0, 601, 0, 297)
  49. Frame.Visible = false
  50.  
  51. PaintTool.Name = "PaintTool"
  52. PaintTool.Parent = Frame
  53. PaintTool.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  54. PaintTool.Position = UDim2.new(0, 0, 0.155250937, 0)
  55. PaintTool.Size = UDim2.new(0, 125, 0, 50)
  56. PaintTool.Font = Enum.Font.Cartoon
  57. PaintTool.Text = "Paint Tool"
  58. PaintTool.TextColor3 = Color3.fromRGB(255, 255, 255)
  59. PaintTool.TextScaled = true
  60. PaintTool.TextSize = 14.000
  61. PaintTool.TextWrapped = true
  62.  
  63. BaseArt.Name = "BaseArt"
  64. BaseArt.Parent = Frame
  65. BaseArt.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  66. BaseArt.Position = UDim2.new(0, 0, 0.374788761, 0)
  67. BaseArt.Size = UDim2.new(0, 125, 0, 50)
  68. BaseArt.Font = Enum.Font.Cartoon
  69. BaseArt.Text = "Base Art"
  70. BaseArt.TextColor3 = Color3.fromRGB(255, 255, 255)
  71. BaseArt.TextScaled = true
  72. BaseArt.TextSize = 14.000
  73. BaseArt.TextWrapped = true
  74.  
  75. OnWaterWalk.Name = "OnWaterWalk"
  76. OnWaterWalk.Parent = Frame
  77. OnWaterWalk.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  78. OnWaterWalk.Position = UDim2.new(0, 0, 0.570033014, 0)
  79. OnWaterWalk.Size = UDim2.new(0, 125, 0, 50)
  80. OnWaterWalk.Font = Enum.Font.Cartoon
  81. OnWaterWalk.Text = "Walk On Water"
  82. OnWaterWalk.TextColor3 = Color3.fromRGB(255, 255, 255)
  83. OnWaterWalk.TextScaled = true
  84. OnWaterWalk.TextSize = 14.000
  85. OnWaterWalk.TextWrapped = true
  86.  
  87. BringWood.Name = "BringWood"
  88. BringWood.Parent = Frame
  89. BringWood.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  90. BringWood.Position = UDim2.new(0, 0, 0.769361615, 0)
  91. BringWood.Size = UDim2.new(0, 125, 0, 50)
  92. BringWood.Font = Enum.Font.Cartoon
  93. BringWood.Text = "Bring Wood"
  94. BringWood.TextColor3 = Color3.fromRGB(255, 255, 255)
  95. BringWood.TextScaled = true
  96. BringWood.TextSize = 14.000
  97. BringWood.TextWrapped = true
  98.  
  99. BringPlanks.Name = "BringPlanks"
  100. BringPlanks.Parent = Frame
  101. BringPlanks.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  102. BringPlanks.Position = UDim2.new(0.231923819, 0, 0.152202189, 0)
  103. BringPlanks.Size = UDim2.new(0, 125, 0, 50)
  104. BringPlanks.Font = Enum.Font.Cartoon
  105. BringPlanks.Text = "Bring Planks"
  106. BringPlanks.TextColor3 = Color3.fromRGB(255, 255, 255)
  107. BringPlanks.TextScaled = true
  108. BringPlanks.TextSize = 14.000
  109. BringPlanks.TextWrapped = true
  110.  
  111. SellPlanks.Name = "SellPlanks"
  112. SellPlanks.Parent = Frame
  113. SellPlanks.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  114. SellPlanks.Position = UDim2.new(0.230921701, 0, 0.371740043, 0)
  115. SellPlanks.Size = UDim2.new(0, 125, 0, 50)
  116. SellPlanks.Font = Enum.Font.Cartoon
  117. SellPlanks.Text = "Sell Planks"
  118. SellPlanks.TextColor3 = Color3.fromRGB(255, 255, 255)
  119. SellPlanks.TextScaled = true
  120. SellPlanks.TextSize = 14.000
  121. SellPlanks.TextWrapped = true
  122.  
  123. SellWood.Name = "SellWood"
  124. SellWood.Parent = Frame
  125. SellWood.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  126. SellWood.Position = UDim2.new(0.230193704, 0, 0.566984296, 0)
  127. SellWood.Size = UDim2.new(0, 125, 0, 50)
  128. SellWood.Font = Enum.Font.Cartoon
  129. SellWood.Text = "Sell Wood"
  130. SellWood.TextColor3 = Color3.fromRGB(255, 255, 255)
  131. SellWood.TextScaled = true
  132. SellWood.TextSize = 14.000
  133. SellWood.TextWrapped = true
  134.  
  135. Dupe.Name = "Dupe"
  136. Dupe.Parent = Frame
  137. Dupe.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  138. Dupe.Position = UDim2.new(0.230193675, 0, 0.76913172, 0)
  139. Dupe.Size = UDim2.new(0, 181, 0, 50)
  140. Dupe.Font = Enum.Font.Cartoon
  141. Dupe.Text = "Dupe (MIGHT BE PATCHED!)"
  142. Dupe.TextColor3 = Color3.fromRGB(255, 255, 255)
  143. Dupe.TextScaled = true
  144. Dupe.TextSize = 14.000
  145. Dupe.TextWrapped = true
  146.  
  147. TextLabel.Parent = Frame
  148. TextLabel.Active = true
  149. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  150. TextLabel.BackgroundTransparency = 5.000
  151. TextLabel.Position = UDim2.new(0.547359884, 0, 0, 0)
  152. TextLabel.Size = UDim2.new(0, 208, 0, 140)
  153. TextLabel.Font = Enum.Font.Cartoon
  154. TextLabel.Text = "More Coming Soon!"
  155. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  156. TextLabel.TextScaled = true
  157. TextLabel.TextSize = 14.000
  158. TextLabel.TextWrapped = true
  159.  
  160. TPS.Name = "TPS"
  161. TPS.Parent = Frame
  162. TPS.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  163. TPS.Position = UDim2.new(0.543071866, 0, 0.768363833, 0)
  164. TPS.Size = UDim2.new(0, 125, 0, 50)
  165. TPS.Font = Enum.Font.Cartoon
  166. TPS.Text = "TPS"
  167. TPS.TextColor3 = Color3.fromRGB(255, 255, 255)
  168. TPS.TextScaled = true
  169. TPS.TextSize = 14.000
  170. TPS.TextWrapped = true
  171.  
  172. TextLabel_2.Parent = Frame
  173. TextLabel_2.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  174. TextLabel_2.BackgroundTransparency = 5.000
  175. TextLabel_2.Position = UDim2.new(0.333260059, 0, -8.21277499e-05, 0)
  176. TextLabel_2.Size = UDim2.new(0, 200, 0, 27)
  177. TextLabel_2.Font = Enum.Font.Cartoon
  178. TextLabel_2.Text = "Stupid lt2"
  179. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  180. TextLabel_2.TextScaled = true
  181. TextLabel_2.TextSize = 14.000
  182. TextLabel_2.TextWrapped = true
  183.  
  184. GoldAxe.Name = "GoldAxe"
  185. GoldAxe.Parent = Frame
  186. GoldAxe.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  187. GoldAxe.Position = UDim2.new(0.781008601, 0, 0.768363833, 0)
  188. GoldAxe.Size = UDim2.new(0, 125, 0, 50)
  189. GoldAxe.Font = Enum.Font.Cartoon
  190. GoldAxe.Text = "GOLD AXE"
  191. GoldAxe.TextColor3 = Color3.fromRGB(255, 255, 255)
  192. GoldAxe.TextScaled = true
  193. GoldAxe.TextSize = 14.000
  194. GoldAxe.TextWrapped = true
  195.  
  196. MaxLand.Name = "MaxLand"
  197. MaxLand.Parent = Frame
  198. MaxLand.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  199. MaxLand.Position = UDim2.new(0.457570702, 0, 0.566707969, 0)
  200. MaxLand.Size = UDim2.new(0, 125, 0, 50)
  201. MaxLand.Font = Enum.Font.Cartoon
  202. MaxLand.Text = "Max Land"
  203. MaxLand.TextColor3 = Color3.fromRGB(255, 255, 255)
  204. MaxLand.TextScaled = true
  205. MaxLand.TextSize = 14.000
  206. MaxLand.TextWrapped = true
  207.  
  208. Login.Name = "Login"
  209. Login.Parent = CloseOpenGui
  210. Login.Active = true
  211. Login.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  212. Login.Position = UDim2.new(0.277777761, 0, 0.32520324, 0)
  213. Login.Selectable = true
  214. Login.Size = UDim2.new(0, 365, 0, 186)
  215.  
  216. token.Name = "token"
  217. token.Parent = Login
  218. token.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  219. token.Position = UDim2.new(0, 0, 0.209677413, 0)
  220. token.Size = UDim2.new(0, 365, 0, 50)
  221. token.Font = Enum.Font.Cartoon
  222. token.Text = ""
  223. token.TextColor3 = Color3.fromRGB(255, 255, 255)
  224. token.TextScaled = true
  225. token.TextSize = 14.000
  226. token.TextWrapped = true
  227.  
  228. submit.Name = "submit"
  229. submit.Parent = Login
  230. submit.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  231. submit.Position = UDim2.new(0.224657536, 0, 0.731182814, 0)
  232. submit.Size = UDim2.new(0, 200, 0, 50)
  233. submit.Font = Enum.Font.Cartoon
  234. submit.Text = "Submit"
  235. submit.TextColor3 = Color3.fromRGB(255, 255, 255)
  236. submit.TextScaled = true
  237. submit.TextSize = 14.000
  238. submit.TextWrapped = true
  239. submit.MouseButton1Click:connect(function()
  240. if token.Text == "j932Q5FqZQi8l90DoMCK5SSonrUbKl9G"
  241. then
  242. Login.Visible = false
  243. Frame.Visible = true
  244. end
  245. end)
  246.  
  247. TextLabel_3.Parent = Login
  248. TextLabel_3.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  249. TextLabel_3.BackgroundTransparency = 5.000
  250. TextLabel_3.Position = UDim2.new(0.243835613, 0, 0, 0)
  251. TextLabel_3.Size = UDim2.new(0, 200, 0, 27)
  252. TextLabel_3.Font = Enum.Font.Cartoon
  253. TextLabel_3.Text = "Stupid lt2"
  254. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  255. TextLabel_3.TextScaled = true
  256. TextLabel_3.TextSize = 14.000
  257. TextLabel_3.TextWrapped = true
  258.  
  259. -- Scripts:
  260.  
  261. local function NKUBT_fake_script() -- TextButton.LocalScript
  262. local script = Instance.new('LocalScript', TextButton)
  263.  
  264. local GUI = script.Parent -- The GUI
  265. local Frame = GUI:WaitForChild("Frame") -- Defines the Frame and it will WAIT for it to load
  266. local button = GUI:WaitForChild("TextButton") -- Defines the button and wait for it to load
  267.  
  268.  
  269. button.MouseButton1Down:connect(function() -- I like to do it this way.
  270. --Theres many different ways for scripting this to open the frame
  271. --Frame.Visible = not Frame.Visible -- This might be confusing, but ill explain after I show
  272. -- this is making if the frame is visible then make it false if its false make it visible
  273. -- Here is a different way
  274. if button.Text == "OPEN" and Frame.Visible == false then -- Checkign if the button text says OPEN SHOP and the frame is not visible then make it true
  275. button.Text = "CLOSE" -- Change the button text to CLOSE SHOP
  276. Frame.Visible = true -- Make the frame appear on screen
  277. button.BackgroundColor3 = Color3.new(255, 0, 0 ) -- Colors goes from 0 to 255
  278. elseif button.Text == "CLOSE" and Frame.Visible == true then
  279. --When they click it the first time the button text is changed to CLOSE SHOP, and makes sure the frame is visible
  280. button.Text = "OPEN "
  281. Frame.Visible = false
  282. button.BackgroundColor3 = Color3.new(85, 255, 0)
  283. end
  284. end)
  285. end
  286. coroutine.wrap(NKUBT_fake_script)()
  287. local function FFUM_fake_script() -- CloseOpenGui.LocalScript
  288. local script = Instance.new('LocalScript', CloseOpenGui)
  289.  
  290. local GUI = script.Parent -- The GUI
  291. local Frame = GUI:WaitForChild("Frame") -- Defines the Frame and it will WAIT for it to load
  292. local button = GUI:WaitForChild("TextButton") -- Defines the button and wait for it to load
  293.  
  294.  
  295. button.MouseButton1Down:connect(function() -- I like to do it this way.
  296. --Theres many different ways for scripting this to open the frame
  297. --Frame.Visible = not Frame.Visible -- This might be confusing, but ill explain after I show
  298. -- this is making if the frame is visible then make it false if its false make it visible
  299. -- Here is a different way
  300. if button.Text == "OPEN" and Frame.Visible == false then -- Checkign if the button text says OPEN SHOP and the frame is not visible then make it true
  301. button.Text = "CLOSE" -- Change the button text to CLOSE SHOP
  302. Frame.Visible = true -- Make the frame appear on screen
  303. button.BackgroundColor3 = Color3.new(255, 0, 0 ) -- Colors goes from 0 to 255
  304. elseif button.Text == "CLOSE" and Frame.Visible == true then
  305. --When they click it the first time the button text is changed to CLOSE SHOP, and makes sure the frame is visible
  306. button.Text = "OPEN "
  307. Frame.Visible = false
  308. button.BackgroundColor3 = Color3.new(85, 255, 0)
  309. end
  310. end)
  311. end
  312. coroutine.wrap(FFUM_fake_script)()
  313. local function XHRQ_fake_script() -- CloseOpenGui.Draggable (Read)
  314. local script = Instance.new('LocalScript', CloseOpenGui)
  315.  
  316. frame = script.Parent.Frame --Name of the frame you wanna move
  317. frame.Draggable = true
  318. frame.Active = true
  319. frame.Selectable = true
  320. --Place IN the gui NOT in the Frame , Other wise the script will break
  321. --Thanks to TheManInCity (On youtube) by comenting on the video
  322. --Thanks to me for uploading (lol)
  323.  
  324. --Ps we know that Draggable got removed but this script somehow works :D
  325. end
  326. coroutine.wrap(XHRQ_fake_script)()
  327. local function NOXQH_fake_script() -- CloseOpenGui.Draggable
  328. local script = Instance.new('LocalScript', CloseOpenGui)
  329.  
  330. frame = script.Parent.Login --Name of the frame you wanna move
  331. frame.Draggable = true
  332. frame.Active = true
  333. frame.Selectable = true
  334. --Place IN the gui NOT in the Frame , Other wise the script will break
  335. --Thanks to TheManInCity (On youtube) by comenting on the video
  336. --Thanks to me for uploading (lol)
  337.  
  338. --Ps we know that Draggable got removed but this script somehow works :D
  339. end
  340. coroutine.wrap(NOXQH_fake_script)()
  341. local function DWXXMEL_fake_script() -- PaintTool.Script
  342. local script = Instance.new('Script', PaintTool)
  343.  
  344. PaintTool.MouseButton1Down:connect(function()
  345. loadstring(game:HttpGet('https://pastebin.com/raw/KwtFxY8L',true))()
  346. end)
  347. end
  348. coroutine.wrap(DWXXMEL_fake_script)()
  349. local function ENARCAD_fake_script() -- BaseArt.Script
  350. local script = Instance.new('Script', BaseArt)
  351.  
  352. BaseArt.MouseButton1Down:connect(function()
  353. loadstring(game:HttpGet('https://pastebin.com/raw/t54ccJrN',true))()
  354. end)
  355. end
  356. coroutine.wrap(ENARCAD_fake_script)()
  357. local function UXYXQ_fake_script() -- OnWaterWalk.Script
  358. local script = Instance.new('Script', OnWaterWalk)
  359.  
  360. BaseArt.MouseButton1Down:connect(function()
  361. loadstring(game:HttpGet('https://pastebin.com/raw/t54ccJrN',true))()
  362. end)
  363. end
  364. coroutine.wrap(UXYXQ_fake_script)()
  365. local function RPZQTTG_fake_script() -- OnWaterWalk.Script
  366. local script = Instance.new('Script', OnWaterWalk)
  367.  
  368. OnWaterWalk.MouseButton1Click:connect(function()
  369. if Wtrwlk == false then
  370. for i,w in pairs(game.Workspace.Water:GetChildren()) do
  371. if w.Name == "Water" then
  372. w.CFrame = w.CFrame + Vector3.new(0, -25, 0)
  373. for i,s in pairs(game.Workspace.Water:GetChildren()) do
  374. if s.Name == "SeaSand" then
  375. s.CFrame = s.CFrame + Vector3.new(0, 1.8, 0)
  376. end
  377. end
  378. end
  379. end
  380. Wtrwlk = true
  381. elseif Wtrwlk == true then
  382. for i,w in pairs(game.Workspace.Water:GetChildren()) do
  383. if w.Name == "Water" then
  384. w.CFrame = w.CFrame + Vector3.new(0, 25, 0)
  385. for i,s in pairs(game.Workspace.Water:GetChildren()) do
  386. if s.Name == "SeaSand" then
  387. s.CFrame = s.CFrame + Vector3.new(0, -1.8, 0)
  388. end
  389. end
  390. end
  391. end
  392. Wtrwlk = false
  393. end
  394. end)
  395. end
  396. coroutine.wrap(RPZQTTG_fake_script)()
  397. local function YBFQ_fake_script() -- BringWood.Script
  398. local script = Instance.new('Script', BringWood)
  399.  
  400. BringWood.MouseButton1Down:connect(function()
  401. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  402. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  403. if Log.Owner.Value == game.Players.LocalPlayer then
  404. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0, 15, 0))
  405. end
  406. end
  407. end
  408. end)
  409.  
  410. SellWood.MouseButton1Down:connect(function()
  411. for _, Log in pairs(workspace.LogModels:GetChildren()) do
  412. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  413. if Log.Owner.Value == game.Players.LocalPlayer then
  414. for i,v in pairs(Log:GetChildren()) do
  415. if v.Name=="WoodSection" then
  416. spawn(function()
  417. for i=1,10 do
  418. wait()
  419. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  420. end
  421. end)
  422. end
  423. end
  424. spawn(function()
  425. for i=1,20 do
  426. wait()
  427. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  428. end
  429. end)
  430. end
  431. end
  432. end
  433. end)
  434. end
  435. coroutine.wrap(YBFQ_fake_script)()
  436. local function PCITLXF_fake_script() -- BringPlanks.Script
  437. local script = Instance.new('Script', BringPlanks)
  438.  
  439. BringPlanks.MouseButton1Click:connect(function()
  440. for i,models in pairs(game.Workspace.PlayerModels:GetChildren()) do
  441. if string.match(models.Name:lower(), "plank") then
  442. if models.Owner.Value == game.Players.LocalPlayer then
  443. spawn(function()
  444. for i=1, 5 do
  445. models.WoodSection.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  446. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(models.WoodSection)
  447. wait()
  448. end
  449. end)
  450. end
  451. end
  452. end
  453. end)
  454. end
  455. coroutine.wrap(PCITLXF_fake_script)()
  456. local function MLDX_fake_script() -- SellPlanks.Script
  457. local script = Instance.new('Script', SellPlanks)
  458.  
  459. SellPlanks.MouseButton1Down:connect(function()
  460. if Plank.Name == "Plank" and Plank:findFirstChild("Owner") then
  461. if Plank.Owner.Value == service.Players.LocalPlayer then
  462. for i,v in pairs(Plank:GetChildren()) do
  463. if v.Name=="WoodSection" then
  464. spawn(function()
  465. for i=1,10 do
  466. wait()
  467. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  468. end
  469. end)
  470. end
  471. end
  472. spawn(function()
  473. for i=1,20 do
  474. wait()
  475. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  476. end
  477. end)
  478. end
  479. end
  480. end)
  481. end
  482. coroutine.wrap(MLDX_fake_script)()
  483. local function LZLSR_fake_script() -- SellWood.Script
  484. local script = Instance.new('Script', SellWood)
  485.  
  486. SellWood.MouseButton1Down:connect(function()
  487. for _, Log in pairs(workspace.LogModels:GetChildren()) do
  488. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  489. if Log.Owner.Value == game.Players.LocalPlayer then
  490. for i,v in pairs(Log:GetChildren()) do
  491. if v.Name=="WoodSection" then
  492. spawn(function()
  493. for i=1,10 do
  494. wait()
  495. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  496. end
  497. end)
  498. end
  499. end
  500. spawn(function()
  501. for i=1,20 do
  502. wait()
  503. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  504. end
  505. end)
  506. end
  507. end
  508. end
  509. end)
  510. end
  511. coroutine.wrap(LZLSR_fake_script)()
  512. local function LCSQZHQ_fake_script() -- Dupe.Script
  513. local script = Instance.new('Script', Dupe)
  514.  
  515. Dupe.MouseButton1Down:connect(function()
  516. local Slot = game:GetService('Players').LocalPlayer.CurrentSaveSlot
  517. if pa == true then
  518. Slot.RobloxLocked = false
  519. pa = false
  520. Dupe.BackgroundColor3 = Color3.new(0.0941177, 1, 1)
  521. Dupe.Text = "DUPE"
  522. else
  523. pa = true
  524. if Slot.Value == -1 then
  525. Slot.RobloxLocked = true
  526. Dupe.BackgroundColor3 = Color3.new(0, 255, 0)
  527. Dupe.Text = "Disable DUPE"
  528. end
  529. end
  530. end)
  531. end
  532. coroutine.wrap(LCSQZHQ_fake_script)()
  533. local function EYHLWTR_fake_script() -- TPS.Script
  534. local script = Instance.new('Script', TPS)
  535.  
  536. TPS.MouseButton1Down:connect(function()
  537. loadstring(game:HttpGet('https://pastebin.com/raw/aifEBMGx',true))()
  538. end)
  539. end
  540. coroutine.wrap(EYHLWTR_fake_script)()
  541. local function YGBF_fake_script() -- GoldAxe.Script
  542. local script = Instance.new('Script', GoldAxe)
  543.  
  544. GoldAxe.MouseButton1Down:connect(function()
  545. GoldAxe.BackgroundColor3 = Color3.new(0, 255, 0)
  546. GoldAxe.Text = "Active, but can't off"
  547. Detect = coroutine.wrap(function()
  548. Player = game.Players.LocalPlayer
  549. mouse = Player:GetMouse()
  550. mouse.Button1Down:connect(function()
  551. MouseDown = true
  552. end)
  553. mouse.Button1Up:connect(function()
  554. MouseDown = false
  555. end)
  556. end)
  557. Detect()
  558. Player = game.Players.LocalPlayer
  559. mouse = Player:GetMouse()
  560. game:GetService('RunService').RenderStepped:connect(function()
  561. if Player.Character:FindFirstChild("Tool") then
  562. if MouseDown == true then
  563. if mouse.Target.Name == "WoodSection" then
  564. targetWood = mouse.Target
  565. Tool=Player.Character.Tool
  566. ---FaceVector
  567. Height = targetWood.CFrame:pointToObjectSpace(mouse.Hit.p).Y + targetWood.Size.Y/2
  568. local ray = Ray.new(Player.Character.Head.Position, ((targetWood.CFrame * CFrame.new(0, Height - targetWood.Size.Y/2, 0)).p - Player.Character.Head.Position).unit * 200)
  569. part,_,p = workspace:FindPartOnRay(ray, Player.Character)
  570. function fixVector(V)
  571. return Vector3.new(math.floor(V.X + 0.5), math.floor(V.Y + 0.5), math.floor(V.Z + 0.5))
  572. end
  573. local faceVector = fixVector(targetWood.CFrame:vectorToObjectSpace(p))
  574. if faceVector.Y ~= 0 then
  575. return
  576. end
  577. local lookAtCFrame = CFrame.new(Player.Character.Head.Position, mouse.Hit.p)
  578. local relativeCFrame = lookAtCFrame:toObjectSpace(targetWood.CFrame * CFrame.Angles(math.pi/2, 0, 0))
  579. local relativeLookVector = relativeCFrame.lookVector
  580. local m = relativeLookVector.Y >= 0 and 1 or -1
  581. if faceVector.X == 1 then
  582. faceVector = Vector3.new(0, 0, -1) * m
  583. elseif faceVector.X == -1 then
  584. faceVector = Vector3.new(0, 0, 1) * m
  585. elseif faceVector.Z == 1 then
  586. faceVector = Vector3.new(1, 0, 0) * m
  587. elseif faceVector.Z == -1 then
  588. faceVector = Vector3.new(-1, 0, 0) * m
  589. end
  590. local cutEvent = targetWood.Parent.CutEvent
  591. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(cutEvent, {sectionId = targetWood.ID.Value, faceVector = faceVector, height = Height, hitPoints = 0.2, cooldown = 0, cuttingClass = "Axe", tool = Player.Character.Tool})
  592. end
  593. end
  594. end
  595. end)
  596. end)
  597.  
  598. end
  599. coroutine.wrap(YGBF_fake_script)()
  600. local function QITW_fake_script() -- MaxLand.Script
  601. local script = Instance.new('Script', MaxLand)
  602.  
  603. MaxLand.MouseButton1Down:connect(function()
  604. for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do
  605. if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
  606. base = v
  607. square = v.OriginSquare
  608. end
  609. end
  610. function makebase(pos)
  611. local Event = game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty
  612. Event:FireServer(base, pos)
  613. end
  614. spos = square.Position
  615. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z))
  616. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z))
  617. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 40))
  618. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 40))
  619. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 40))
  620. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 40))
  621. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 40))
  622. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 40))
  623. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z))
  624. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z))
  625. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 80))
  626. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 80))
  627. --Corners--
  628. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 80))
  629. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 80))
  630. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 80))
  631. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 80))
  632. --Corners--
  633. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 80))
  634. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 80))
  635. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 40))
  636. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 40))
  637. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 40))
  638. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 40))
  639. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 80))
  640. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 80))
  641.  
  642. end)
  643. end
  644. coroutine.wrap(QITW_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement