cortesjoren

lt 2

Dec 21st, 2018
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.60 KB | None | 0 0
  1. --Thanks for using DuperGUI, I hope you enjoy!
  2. local DupersGUI = Instance.new("ScreenGui")
  3. local Open = Instance.new("TextButton")
  4. local TextLabel = Instance.new("TextLabel")
  5. local Menu = Instance.new("Frame")
  6. local Main = Instance.new("Frame")
  7. local Heading = Instance.new("TextLabel")
  8. local DropShadow = Instance.new("TextLabel")
  9. local DropShadow_2 = Instance.new("Frame")
  10. local ToSlot = Instance.new("TextButton")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local FastChop = Instance.new("TextButton")
  13. local TextLabel_3 = Instance.new("TextLabel")
  14. local SellOwnedWood = Instance.new("TextButton")
  15. local TextLabel_4 = Instance.new("TextLabel")
  16. local SellOwnedPlanks = Instance.new("TextButton")
  17. local TextLabel_5 = Instance.new("TextLabel")
  18. local RejoinServer = Instance.new("TextButton")
  19. local TextLabel_6 = Instance.new("TextLabel")
  20. local Fly = Instance.new("TextButton")
  21. local TextLabel_7 = Instance.new("TextLabel")
  22. local ShowLeakedItems = Instance.new("TextButton")
  23. local TextLabel_8 = Instance.new("TextLabel")
  24. local TpOwnedWood = Instance.new("TextButton")
  25. local TextLabel_9 = Instance.new("TextLabel")
  26. local UISizeConstraint = Instance.new("UISizeConstraint")
  27. local Quit = Instance.new("TextButton")
  28. local DropShadow_3 = Instance.new("Frame")
  29. local TextLabel_10 = Instance.new("TextLabel")
  30. local UISizeConstraint_2 = Instance.new("UISizeConstraint")
  31. --Properties:
  32. DupersGUI.Name = "DupersGUI"
  33. DupersGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  34.  
  35. Open.Name = "Open"
  36. Open.Parent = DupersGUI
  37. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  38. Open.BorderSizePixel = 0
  39. Open.Position = UDim2.new(0.480866283, -45, 0.0608640388, 10)
  40. Open.Selectable = false
  41. Open.Size = UDim2.new(0, 170, 0, 30)
  42. Open.ZIndex = 5
  43. Open.Font = Enum.Font.SourceSans
  44. Open.Text = ""
  45. Open.TextSize = 18
  46. Open.MouseButton1Down:connect(function()
  47. Menu.Visible = true
  48. end)
  49.  
  50. TextLabel.Parent = Open
  51. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  52. TextLabel.BackgroundTransparency = 1
  53. TextLabel.BorderSizePixel = 0
  54. TextLabel.Position = UDim2.new(0, -114, 0, -2)
  55. TextLabel.Size = UDim2.new(2.51111102, -30, 1, 0)
  56. TextLabel.ZIndex = 5
  57. TextLabel.Font = Enum.Font.ArialBold
  58. TextLabel.Text = "Open DuperGUI"
  59. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  60. TextLabel.TextSize = 24
  61. TextLabel.TextWrapped = true
  62.  
  63. Menu.Name = "Menu"
  64. Menu.Parent = DupersGUI
  65. Menu.Active = true
  66. Menu.BackgroundColor3 = Color3.new(1, 1, 1)
  67. Menu.BackgroundTransparency = 1
  68. Menu.BorderSizePixel = 0
  69. Menu.Size = UDim2.new(1, 0, 1, 0)
  70. Menu.Visible = false
  71.  
  72. Main.Name = "Main"
  73. Main.Parent = Menu
  74. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  75. Main.BorderSizePixel = 0
  76. Main.Position = UDim2.new(0.466052562, -160, 0.429926813, -165)
  77. Main.Size = UDim2.new(0, 438, 0, 312)
  78. Main.ZIndex = 5
  79.  
  80. Heading.Name = "Heading"
  81. Heading.Parent = Main
  82. Heading.BackgroundColor3 = Color3.new(1, 1, 1)
  83. Heading.BackgroundTransparency = 1
  84. Heading.BorderSizePixel = 0
  85. Heading.Position = UDim2.new(0, -45, 0, 10)
  86. Heading.Size = UDim2.new(1.17499995, 0, 0, 36)
  87. Heading.ZIndex = 6
  88. Heading.Font = Enum.Font.ArialBold
  89. Heading.Text = "DuperGUI"
  90. Heading.TextColor3 = Color3.new(0, 0, 0)
  91. Heading.TextSize = 36
  92. Heading.TextWrapped = true
  93.  
  94. DropShadow.Name = "DropShadow"
  95. DropShadow.Parent = Heading
  96. DropShadow.BackgroundColor3 = Color3.new(1, 1, 1)
  97. DropShadow.BackgroundTransparency = 1
  98. DropShadow.BorderSizePixel = 0
  99. DropShadow.Position = UDim2.new(0, 2, 0, 1)
  100. DropShadow.Size = UDim2.new(1, 0, 1, 0)
  101. DropShadow.ZIndex = 5
  102. DropShadow.Font = Enum.Font.ArialBold
  103. DropShadow.Text = "DuperGUI"
  104. DropShadow.TextColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  105. DropShadow.TextSize = 36
  106. DropShadow.TextStrokeColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  107. DropShadow.TextWrapped = true
  108.  
  109. DropShadow_2.Name = "DropShadow"
  110. DropShadow_2.Parent = Main
  111. DropShadow_2.BackgroundColor3 = Color3.new(0, 0, 0)
  112. DropShadow_2.BorderSizePixel = 0
  113. DropShadow_2.Position = UDim2.new(0, 5, 0, 4)
  114. DropShadow_2.Size = UDim2.new(1.00121474, 0, 1, 0)
  115. DropShadow_2.ZIndex = 4
  116.  
  117. ToSlot.Name = "ToSlot"
  118. ToSlot.Parent = Main
  119. ToSlot.BackgroundColor3 = Color3.new(1, 1, 1)
  120. ToSlot.BorderColor3 = Color3.new(1, 1, 1)
  121. ToSlot.Position = UDim2.new(0.0114155421, 0, 0.173076928, 0)
  122. ToSlot.Size = UDim2.new(0, 189, 0, 42)
  123. ToSlot.ZIndex = 6
  124. ToSlot.Font = Enum.Font.ArialBold
  125. ToSlot.Text = ""
  126. ToSlot.TextColor3 = Color3.new(0, 0, 0)
  127. ToSlot.TextScaled = true
  128. ToSlot.TextSize = 23
  129. ToSlot.TextWrapped = true
  130.  
  131. TextLabel_2.Parent = ToSlot
  132. TextLabel_2.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745)
  133. TextLabel_2.BorderSizePixel = 0
  134. TextLabel_2.Position = UDim2.new(0, 8, 0, 7)
  135. TextLabel_2.Size = UDim2.new(1.00187087, -16, 1.07142854, -16)
  136. TextLabel_2.ZIndex = 6
  137. TextLabel_2.Font = Enum.Font.ArialBold
  138. TextLabel_2.Text = "Teleport To Slot"
  139. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  140. TextLabel_2.TextSize = 24
  141. TextLabel_2.TextWrapped = true
  142.  
  143. FastChop.Name = "FastChop"
  144. FastChop.Parent = Main
  145. FastChop.BackgroundColor3 = Color3.new(1, 1, 1)
  146. FastChop.BorderColor3 = Color3.new(1, 1, 1)
  147. FastChop.Position = UDim2.new(0.561643839, 0, 0.173076928, 0)
  148. FastChop.Size = UDim2.new(0, 181, 0, 42)
  149. FastChop.ZIndex = 6
  150. FastChop.Font = Enum.Font.ArialBold
  151. FastChop.Text = ""
  152. FastChop.TextColor3 = Color3.new(0, 0, 0)
  153. FastChop.TextScaled = true
  154. FastChop.TextSize = 23
  155. FastChop.TextWrapped = true
  156.  
  157. TextLabel_3.Parent = FastChop
  158. TextLabel_3.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745)
  159. TextLabel_3.BorderSizePixel = 0
  160. TextLabel_3.Position = UDim2.new(0, 8, 0, 7)
  161. TextLabel_3.Size = UDim2.new(0.983425438, -16, 1.07142854, -16)
  162. TextLabel_3.ZIndex = 6
  163. TextLabel_3.Font = Enum.Font.ArialBold
  164. TextLabel_3.Text = "Fast Chop"
  165. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  166. TextLabel_3.TextSize = 24
  167. TextLabel_3.TextWrapped = true
  168.  
  169. SellOwnedWood.Name = "SellOwnedWood"
  170. SellOwnedWood.Parent = Main
  171. SellOwnedWood.BackgroundColor3 = Color3.new(1, 1, 1)
  172. SellOwnedWood.BorderColor3 = Color3.new(1, 1, 1)
  173. SellOwnedWood.Position = UDim2.new(0.232876673, 0, 0.708333373, 0)
  174. SellOwnedWood.Size = UDim2.new(0, 234, 0, 42)
  175. SellOwnedWood.ZIndex = 6
  176. SellOwnedWood.Font = Enum.Font.ArialBold
  177. SellOwnedWood.Text = ""
  178. SellOwnedWood.TextColor3 = Color3.new(0, 0, 0)
  179. SellOwnedWood.TextScaled = true
  180. SellOwnedWood.TextSize = 23
  181. SellOwnedWood.TextWrapped = true
  182.  
  183. TextLabel_4.Parent = SellOwnedWood
  184. TextLabel_4.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745)
  185. TextLabel_4.BorderSizePixel = 0
  186. TextLabel_4.Position = UDim2.new(0, 8, 0, 7)
  187. TextLabel_4.Size = UDim2.new(0.994593322, -16, 1.07142854, -16)
  188. TextLabel_4.ZIndex = 6
  189. TextLabel_4.Font = Enum.Font.ArialBold
  190. TextLabel_4.Text = "Sell Owned Wood"
  191. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  192. TextLabel_4.TextSize = 24
  193. TextLabel_4.TextWrapped = true
  194.  
  195. SellOwnedPlanks.Name = "SellOwnedPlanks"
  196. SellOwnedPlanks.Parent = Main
  197. SellOwnedPlanks.BackgroundColor3 = Color3.new(1, 1, 1)
  198. SellOwnedPlanks.BorderColor3 = Color3.new(1, 1, 1)
  199. SellOwnedPlanks.Position = UDim2.new(0.232876673, 0, 0.842948675, 0)
  200. SellOwnedPlanks.Size = UDim2.new(0, 234, 0, 42)
  201. SellOwnedPlanks.ZIndex = 6
  202. SellOwnedPlanks.Font = Enum.Font.ArialBold
  203. SellOwnedPlanks.Text = ""
  204. SellOwnedPlanks.TextColor3 = Color3.new(0, 0, 0)
  205. SellOwnedPlanks.TextScaled = true
  206. SellOwnedPlanks.TextSize = 23
  207. SellOwnedPlanks.TextWrapped = true
  208.  
  209. TextLabel_5.Parent = SellOwnedPlanks
  210. TextLabel_5.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745)
  211. TextLabel_5.BorderSizePixel = 0
  212. TextLabel_5.Position = UDim2.new(0, 8, 0, 7)
  213. TextLabel_5.Size = UDim2.new(0.994593322, -16, 1.07142854, -16)
  214. TextLabel_5.ZIndex = 6
  215. TextLabel_5.Font = Enum.Font.ArialBold
  216. TextLabel_5.Text = "Sell Owned Planks"
  217. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  218. TextLabel_5.TextSize = 24
  219. TextLabel_5.TextWrapped = true
  220.  
  221. RejoinServer.Name = "RejoinServer"
  222. RejoinServer.Parent = Main
  223. RejoinServer.BackgroundColor3 = Color3.new(1, 1, 1)
  224. RejoinServer.BorderColor3 = Color3.new(1, 1, 1)
  225. RejoinServer.Position = UDim2.new(0.683169961, 0, 0.0288462024, 0)
  226. RejoinServer.Size = UDim2.new(0, 128, 0, 37)
  227. RejoinServer.ZIndex = 6
  228. RejoinServer.Font = Enum.Font.ArialBold
  229. RejoinServer.Text = ""
  230. RejoinServer.TextColor3 = Color3.new(0, 0, 0)
  231. RejoinServer.TextScaled = true
  232. RejoinServer.TextSize = 23
  233. RejoinServer.TextWrapped = true
  234.  
  235. TextLabel_6.Parent = RejoinServer
  236. TextLabel_6.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745)
  237. TextLabel_6.BorderSizePixel = 0
  238. TextLabel_6.Position = UDim2.new(0, 0, 0, 6)
  239. TextLabel_6.Size = UDim2.new(1.15891993, -16, 1.12290835, -16)
  240. TextLabel_6.ZIndex = 6
  241. TextLabel_6.Font = Enum.Font.ArialBold
  242. TextLabel_6.Text = "Rejoin Server"
  243. TextLabel_6.TextColor3 = Color3.new(0, 0, 0)
  244. TextLabel_6.TextScaled = true
  245. TextLabel_6.TextSize = 24
  246. TextLabel_6.TextWrapped = true
  247.  
  248. Fly.Name = "Fly"
  249. Fly.Parent = Main
  250. Fly.BackgroundColor3 = Color3.new(1, 1, 1)
  251. Fly.BorderColor3 = Color3.new(1, 1, 1)
  252. Fly.Position = UDim2.new(0.0114155421, 0, 0.307692319, 0)
  253. Fly.Size = UDim2.new(0, 189, 0, 42)
  254. Fly.ZIndex = 6
  255. Fly.Font = Enum.Font.ArialBold
  256. Fly.Text = ""
  257. Fly.TextColor3 = Color3.new(0, 0, 0)
  258. Fly.TextScaled = true
  259. Fly.TextSize = 23
  260. Fly.TextWrapped = true
  261.  
  262. TextLabel_7.Parent = Fly
  263. TextLabel_7.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745)
  264. TextLabel_7.BorderSizePixel = 0
  265. TextLabel_7.Position = UDim2.new(0, 8, 0, 7)
  266. TextLabel_7.Size = UDim2.new(1.00187087, -16, 1.07142854, -16)
  267. TextLabel_7.ZIndex = 6
  268. TextLabel_7.Font = Enum.Font.ArialBold
  269. TextLabel_7.Text = "Toggle Fly (Q)"
  270. TextLabel_7.TextColor3 = Color3.new(0, 0, 0)
  271. TextLabel_7.TextSize = 24
  272. TextLabel_7.TextWrapped = true
  273.  
  274. ShowLeakedItems.Name = "ShowLeakedItems"
  275. ShowLeakedItems.Parent = Main
  276. ShowLeakedItems.BackgroundColor3 = Color3.new(1, 1, 1)
  277. ShowLeakedItems.BorderColor3 = Color3.new(1, 1, 1)
  278. ShowLeakedItems.Position = UDim2.new(0.0114155253, 0, 0.708333433, 0)
  279. ShowLeakedItems.Size = UDim2.new(0, 97, 0, 84)
  280. ShowLeakedItems.ZIndex = 6
  281. ShowLeakedItems.Font = Enum.Font.ArialBold
  282. ShowLeakedItems.Text = ""
  283. ShowLeakedItems.TextColor3 = Color3.new(0, 0, 0)
  284. ShowLeakedItems.TextScaled = true
  285. ShowLeakedItems.TextSize = 23
  286. ShowLeakedItems.TextWrapped = true
  287.  
  288. TextLabel_8.Parent = ShowLeakedItems
  289. TextLabel_8.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745)
  290. TextLabel_8.BorderSizePixel = 0
  291. TextLabel_8.Position = UDim2.new(0, 8, 0, 7)
  292. TextLabel_8.Size = UDim2.new(1.00025535, -16, 1.03571415, -16)
  293. TextLabel_8.ZIndex = 6
  294. TextLabel_8.Font = Enum.Font.ArialBold
  295. TextLabel_8.Text = "Show Game Files"
  296. TextLabel_8.TextColor3 = Color3.new(0, 0, 0)
  297. TextLabel_8.TextScaled = true
  298. TextLabel_8.TextSize = 24
  299. TextLabel_8.TextWrapped = true
  300.  
  301. TpOwnedWood.Name = "TpOwnedWood"
  302. TpOwnedWood.Parent = Main
  303. TpOwnedWood.BackgroundColor3 = Color3.new(1, 1, 1)
  304. TpOwnedWood.BorderColor3 = Color3.new(1, 1, 1)
  305. TpOwnedWood.Position = UDim2.new(0.767123282, 0, 0.708333373, 0)
  306. TpOwnedWood.Size = UDim2.new(0, 96, 0, 84)
  307. TpOwnedWood.ZIndex = 6
  308. TpOwnedWood.Font = Enum.Font.ArialBold
  309. TpOwnedWood.Text = ""
  310. TpOwnedWood.TextColor3 = Color3.new(0, 0, 0)
  311. TpOwnedWood.TextScaled = true
  312. TpOwnedWood.TextSize = 23
  313. TpOwnedWood.TextWrapped = true
  314.  
  315. TextLabel_9.Parent = TpOwnedWood
  316. TextLabel_9.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745)
  317. TextLabel_9.BorderSizePixel = 0
  318. TextLabel_9.Position = UDim2.new(0, 9, 0, 7)
  319. TextLabel_9.Size = UDim2.new(1.0295229, -16, 1.03571439, -16)
  320. TextLabel_9.ZIndex = 6
  321. TextLabel_9.Font = Enum.Font.ArialBold
  322. TextLabel_9.Text = "TP Owned Wood To You"
  323. TextLabel_9.TextColor3 = Color3.new(0, 0, 0)
  324. TextLabel_9.TextScaled = true
  325. TextLabel_9.TextSize = 24
  326. TextLabel_9.TextWrapped = true
  327.  
  328. UISizeConstraint.Parent = Main
  329.  
  330. Quit.Name = "Quit"
  331. Quit.Parent = Menu
  332. Quit.BackgroundColor3 = Color3.new(1, 1, 1)
  333. Quit.BorderSizePixel = 0
  334. Quit.Position = UDim2.new(0.649129391, -65, 0.49585247, 125)
  335. Quit.Selectable = false
  336. Quit.Size = UDim2.new(0, 99, 0, 40)
  337. Quit.ZIndex = 5
  338. Quit.Font = Enum.Font.SourceSans
  339. Quit.Text = ""
  340. Quit.TextSize = 14
  341. Quit.MouseButton1Down:connect(function()
  342. Menu.Visible = false
  343. end)
  344.  
  345. DropShadow_3.Name = "DropShadow"
  346. DropShadow_3.Parent = Quit
  347. DropShadow_3.BackgroundColor3 = Color3.new(0, 0, 0)
  348. DropShadow_3.BorderSizePixel = 0
  349. DropShadow_3.Position = UDim2.new(0, 4, 0, 4)
  350. DropShadow_3.Size = UDim2.new(1, 0, 1, 0)
  351. DropShadow_3.ZIndex = 4
  352.  
  353. TextLabel_10.Parent = Quit
  354. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  355. TextLabel_10.BackgroundTransparency = 1
  356. TextLabel_10.BorderSizePixel = 0
  357. TextLabel_10.Position = UDim2.new(0, 5, 0, 0)
  358. TextLabel_10.Size = UDim2.new(1.40404046, -50, 1, 0)
  359. TextLabel_10.ZIndex = 5
  360. TextLabel_10.Font = Enum.Font.ArialBold
  361. TextLabel_10.Text = "Close"
  362. TextLabel_10.TextColor3 = Color3.new(0, 0, 0)
  363. TextLabel_10.TextSize = 24
  364. TextLabel_10.TextWrapped = true
  365.  
  366. UISizeConstraint_2.Parent = Menu
  367. -- Scripts:
  368. function SCRIPT_XEUW78_FAKESCRIPT() -- ToSlot.LocalScript
  369. getfenv().script = Instance.new('LocalScript', ToSlot)
  370.  
  371.  
  372. script.Parent.MouseButton1Down:connect(function()
  373. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  374. if v.Owner.Value == game.Players.LocalPlayer then
  375. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame + Vector3.new(0,10,0)
  376. end
  377. end
  378. end)
  379.  
  380.  
  381. end
  382. coroutine.resume(coroutine.create(SCRIPT_XEUW78_FAKESCRIPT))
  383. function SCRIPT_QCLI67_FAKESCRIPT() -- FastChop.LocalScript
  384. getfenv().script = Instance.new('LocalScript', FastChop)
  385.  
  386.  
  387. script.Parent.MouseButton1Down:connect(function()
  388. Detect = coroutine.wrap(function()
  389. Player = game.Players.LocalPlayer
  390. mouse = Player:GetMouse()
  391. mouse.Button1Down:connect(function()
  392. MouseDown = true
  393. end)
  394. mouse.Button1Up:connect(function()
  395. MouseDown = false
  396. end)
  397. end)
  398. Detect()
  399. Player = game.Players.LocalPlayer
  400. mouse = Player:GetMouse()
  401. game:GetService('RunService').RenderStepped:connect(function()
  402. if Player.Character:FindFirstChild("Tool") then
  403. if MouseDown == true then
  404. if mouse.Target.Name == "WoodSection" then
  405. targetWood = mouse.Target
  406. Tool=Player.Character.Tool
  407. ---FaceVector
  408. Height = targetWood.CFrame:pointToObjectSpace(mouse.Hit.p).Y + targetWood.Size.Y/2
  409. 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)
  410. part,_,p = workspace:FindPartOnRay(ray, Player.Character)
  411. function fixVector(V)
  412. return Vector3.new(math.floor(V.X + 0.5), math.floor(V.Y + 0.5), math.floor(V.Z + 0.5))
  413. end
  414. local faceVector = fixVector(targetWood.CFrame:vectorToObjectSpace(p))
  415. if faceVector.Y ~= 0 then
  416. return
  417. end
  418. local lookAtCFrame = CFrame.new(Player.Character.Head.Position, mouse.Hit.p)
  419. local relativeCFrame = lookAtCFrame:toObjectSpace(targetWood.CFrame * CFrame.Angles(math.pi/2, 0, 0))
  420. local relativeLookVector = relativeCFrame.lookVector
  421. local m = relativeLookVector.Y >= 0 and 1 or -1
  422. if faceVector.X == 1 then
  423. faceVector = Vector3.new(0, 0, -1) * m
  424. elseif faceVector.X == -1 then
  425. faceVector = Vector3.new(0, 0, 1) * m
  426. elseif faceVector.Z == 1 then
  427. faceVector = Vector3.new(1, 0, 0) * m
  428. elseif faceVector.Z == -1 then
  429. faceVector = Vector3.new(-1, 0, 0) * m
  430. end
  431. local cutEvent = targetWood.Parent.CutEvent
  432. 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})
  433. end
  434. end
  435. end
  436. end)
  437. end)
  438.  
  439.  
  440.  
  441. end
  442. coroutine.resume(coroutine.create(SCRIPT_QCLI67_FAKESCRIPT))
  443. function SCRIPT_XGZJ67_FAKESCRIPT() -- SellOwnedWood.LocalScript
  444. getfenv().script = Instance.new('LocalScript', SellOwnedWood)
  445.  
  446. script.Parent.MouseButton1Down:connect(function()
  447. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  448. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  449. if Log.Owner.Value == game.Players.LocalPlayer then
  450. for i,v in pairs(Log:GetChildren()) do
  451. if v.Name=="WoodSection" then
  452. spawn(function()
  453. for i=1,10 do
  454. wait()
  455. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  456. end
  457. end)
  458. end
  459. end
  460. spawn(function()
  461. for i=1,20 do
  462. wait()
  463. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  464. end
  465. end)
  466. end
  467. end
  468. end
  469. end)
  470.  
  471.  
  472. end
  473. coroutine.resume(coroutine.create(SCRIPT_XGZJ67_FAKESCRIPT))
  474. function SCRIPT_WBRA77_FAKESCRIPT() -- SellOwnedPlanks.LocalScript
  475. getfenv().script = Instance.new('LocalScript', SellOwnedPlanks)
  476.  
  477.  
  478. script.Parent.MouseButton1Down:connect(function()
  479. for _, Plank in pairs(game.Workspace.PlayerModels:GetChildren()) do
  480. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  481. if Plank.Owner.Value == game.Players.LocalPlayer then
  482. for i,v in pairs(Plank:GetChildren()) do
  483. if v.Name=="WoodSection" then
  484. spawn(function()
  485. for i=1,10 do
  486. wait()
  487. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  488. end
  489. end)
  490. end
  491. end
  492. spawn(function()
  493. for i=1,20 do
  494. wait()
  495. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  496. end
  497. end)
  498. end
  499. end
  500. end
  501. end)
  502.  
  503.  
  504.  
  505. end
  506. coroutine.resume(coroutine.create(SCRIPT_WBRA77_FAKESCRIPT))
  507. function SCRIPT_EUHM85_FAKESCRIPT() -- RejoinServer.LocalScript
  508. getfenv().script = Instance.new('LocalScript', RejoinServer)
  509.  
  510. script.Parent.MouseButton1Down:connect(function()
  511. local placeId = "13822889"
  512. game:GetService("TeleportService"):Teleport(placeId)
  513. end)
  514.  
  515. end
  516. coroutine.resume(coroutine.create(SCRIPT_EUHM85_FAKESCRIPT))
  517. function SCRIPT_OFEO70_FAKESCRIPT() -- Fly.LocalScript
  518. getfenv().script = Instance.new('LocalScript', Fly)
  519.  
  520.  
  521. script.Parent.MouseButton1Down:connect(function()
  522. repeat wait()
  523. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  524. local mouse = game.Players.LocalPlayer:GetMouse()
  525. repeat wait() until mouse
  526. local plr = game.Players.LocalPlayer
  527. local torso = plr.Character.Torso
  528. local flying = true
  529. local deb = true
  530. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  531. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  532. local maxspeed = 50
  533. local speed = 0
  534.  
  535. function Fly()
  536. local bg = Instance.new("BodyGyro", torso)
  537. bg.P = 9e4
  538. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  539. bg.cframe = torso.CFrame
  540. local bv = Instance.new("BodyVelocity", torso)
  541. bv.velocity = Vector3.new(0,0.1,0)
  542. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  543. repeat wait()
  544. plr.Character.Humanoid.PlatformStand = true
  545. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  546. speed = speed+.5+(speed/maxspeed)
  547. if speed > maxspeed then
  548. speed = maxspeed
  549. end
  550. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  551. speed = speed-1
  552. if speed < 0 then
  553. speed = 0
  554. end
  555. end
  556. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  557. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  558. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  559. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  560. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  561. else
  562. bv.velocity = Vector3.new(0,0.1,0)
  563. end
  564. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  565. until not flying
  566. ctrl = {f = 0, b = 0, l = 0, r = 0}
  567. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  568. speed = 0
  569. bg:Destroy()
  570. bv:Destroy()
  571. plr.Character.Humanoid.PlatformStand = false
  572. end
  573. mouse.KeyDown:connect(function(key)
  574. if key:lower() == "q" then
  575. if flying then flying = false
  576. else
  577. flying = true
  578. Fly()
  579. end
  580. elseif key:lower() == "w" then
  581. ctrl.f = 1
  582. elseif key:lower() == "s" then
  583. ctrl.b = -1
  584. elseif key:lower() == "a" then
  585. ctrl.l = -1
  586. elseif key:lower() == "d" then
  587. ctrl.r = 1
  588. end
  589. end)
  590. mouse.KeyUp:connect(function(key)
  591. if key:lower() == "w" then
  592. ctrl.f = 0
  593. elseif key:lower() == "s" then
  594. ctrl.b = 0
  595. elseif key:lower() == "a" then
  596. ctrl.l = 0
  597. elseif key:lower() == "d" then
  598. ctrl.r = 0
  599. end
  600. end)
  601. Fly()
  602. end)
  603.  
  604.  
  605. end
  606. coroutine.resume(coroutine.create(SCRIPT_OFEO70_FAKESCRIPT))
  607. function SCRIPT_GADJ82_FAKESCRIPT() -- ShowLeakedItems.LocalScript
  608. getfenv().script = Instance.new('LocalScript', ShowLeakedItems)
  609.  
  610. script.Parent.MouseButton1Down:connect(function()
  611. game.ReplicatedStorage.Purchasables:Clone().Parent = game.Workspace.PlayerModels
  612. end)
  613.  
  614. end
  615. coroutine.resume(coroutine.create(SCRIPT_GADJ82_FAKESCRIPT))
  616. function SCRIPT_JCRP76_FAKESCRIPT() -- TpOwnedWood.LocalScript
  617. getfenv().script = Instance.new('LocalScript', TpOwnedWood)
  618.  
  619. script.Parent.MouseButton1Down:connect(function()
  620. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  621. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  622. if Log.Owner.Value == game.Players.LocalPlayer then
  623. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0, 20, 0))
  624. end
  625. end
  626. end
  627. end)
  628.  
  629. end
  630. coroutine.resume(coroutine.create(SCRIPT_JCRP76_FAKESCRIPT))
Add Comment
Please, Sign In to add comment