Advertisement
KKOWN

Untitled

Jul 1st, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.82 KB | None | 0 0
  1. -- Objects
  2.  
  3. local KKLT2RW = Instance.new("ScreenGui")
  4. local MFRAME = Instance.new("Frame")
  5. local TitleMM = Instance.new("TextLabel")
  6. local OCMM = Instance.new("TextButton")
  7. local MMMMMMM = Instance.new("Frame")
  8. local Home = Instance.new("Frame")
  9. local rtyuillkjhgfd = Instance.new("TextLabel")
  10. local wertyuio = Instance.new("TextLabel")
  11. local qswdefrghjmk = Instance.new("TextLabel")
  12. local START = Instance.new("TextButton")
  13. local Teleports = Instance.new("Frame")
  14. local BobsShack = Instance.new("TextButton")
  15. local BoxedCars = Instance.new("TextButton")
  16. local Cave = Instance.new("TextButton")
  17. local Den = Instance.new("TextButton")
  18. local Dropoff = Instance.new("TextButton")
  19. local EndTimes = Instance.new("TextButton")
  20. local Fancy = Instance.new("TextButton")
  21. local GreenBox = Instance.new("TextButton")
  22. local LinksLogic = Instance.new("TextButton")
  23. local Lodge = Instance.new("TextButton")
  24. local Palm = Instance.new("TextButton")
  25. local Shrine = Instance.new("TextButton")
  26. local Spawn = Instance.new("TextButton")
  27. local StrangeMan = Instance.new("TextButton")
  28. local Swamp = Instance.new("TextButton")
  29. local Volcano = Instance.new("TextButton")
  30. local WoodRUs = Instance.new("TextButton")
  31. local YourPlot = Instance.new("TextButton")
  32. local FunctionsFrame = Instance.new("Frame")
  33. local Dupe = Instance.new("TextButton")
  34. local GoldAxe = Instance.new("TextButton")
  35. local GreyWood = Instance.new("TextButton")
  36. local LeakedItems = Instance.new("TextButton")
  37. local Move = Instance.new("TextButton")
  38. local TeleportTool = Instance.new("TextButton")
  39. local DupeLabel = Instance.new("TextLabel")
  40. local PlayersFrame = Instance.new("Frame")
  41. local P1 = Instance.new("TextButton")
  42. local P2 = Instance.new("TextButton")
  43. local P3 = Instance.new("TextButton")
  44. local P4 = Instance.new("TextButton")
  45. local P5 = Instance.new("TextButton")
  46. local P6 = Instance.new("TextButton")
  47. local TpToPlayer = Instance.new("TextButton")
  48. local TpToPlayerBase = Instance.new("TextButton")
  49. local PSelected = Instance.new("TextLabel")
  50. local LocalXD = Instance.new("Frame")
  51. local God = Instance.new("TextButton")
  52. local Jumppower = Instance.new("TextButton")
  53. local JumppowerValue = Instance.new("TextBox")
  54. local Noclip = Instance.new("TextButton")
  55. local Walkspeed = Instance.new("TextButton")
  56. local WalkspeedValue = Instance.new("TextBox")
  57. local NoclipLabel = Instance.new("TextLabel")
  58. local WoodFrame = Instance.new("Frame")
  59. local SellCutWood = Instance.new("TextButton")
  60. local TeleportCaveCrawlerWood = Instance.new("TextButton")
  61. local TeleportCutWood = Instance.new("TextButton")
  62. local TeleportEndTimesWood = Instance.new("TextButton")
  63. local TeleportGifts = Instance.new("TextButton")
  64. local dfghfdsa = Instance.new("Frame")
  65. local TitlePages = Instance.new("TextLabel")
  66. local OCP = Instance.new("TextButton")
  67. local PagesXD = Instance.new("Frame")
  68. local TeleportsBTN = Instance.new("TextButton")
  69. local Frame = Instance.new("Frame")
  70. local FunctionsBTN = Instance.new("TextButton")
  71. local Frame_2 = Instance.new("Frame")
  72. local PlayersBTN = Instance.new("TextButton")
  73. local Frame_3 = Instance.new("Frame")
  74. local LocalBTN = Instance.new("TextButton")
  75. local Frame_4 = Instance.new("Frame")
  76. local WoodBTN = Instance.new("TextButton")
  77. local Frame_5 = Instance.new("Frame")
  78.  
  79. -- Properties
  80.  
  81. KKLT2RW.Name = "KKLT2RW"
  82. KKLT2RW.Parent = game.CoreGui
  83.  
  84. MFRAME.Name = "MFRAME"
  85. MFRAME.Parent = KKLT2RW
  86. MFRAME.BackgroundColor3 = Color3.new(0.745098, 0.72549, 0.72549)
  87. MFRAME.BorderSizePixel = 0
  88. MFRAME.Position = UDim2.new(0.572765052, 0, 0.698564649, 0)
  89. MFRAME.Size = UDim2.new(0, 436, 0, 38)
  90.  
  91. TitleMM.Name = "TitleMM"
  92. TitleMM.Parent = MFRAME
  93. TitleMM.BackgroundColor3 = Color3.new(1, 1, 1)
  94. TitleMM.BackgroundTransparency = 1
  95. TitleMM.Size = UDim2.new(0, 366, 0, 38)
  96. TitleMM.Font = Enum.Font.Cartoon
  97. TitleMM.Text = "Main Menu"
  98. TitleMM.TextScaled = true
  99. TitleMM.TextSize = 14
  100. TitleMM.TextWrapped = true
  101. TitleMM.TextXAlignment = Enum.TextXAlignment.Left
  102.  
  103. OCMM.Name = "OCMM"
  104. OCMM.Parent = TitleMM
  105. OCMM.BackgroundColor3 = Color3.new(1, 1, 1)
  106. OCMM.Position = UDim2.new(1.08469951, 0, 0, 0)
  107. OCMM.Size = UDim2.new(0, 39, 0, 38)
  108. OCMM.Style = Enum.ButtonStyle.RobloxRoundButton
  109. OCMM.Font = Enum.Font.SourceSans
  110. OCMM.Text = ""
  111. OCMM.TextSize = 14
  112.  
  113. MMMMMMM.Name = "MMMMMMM"
  114. MMMMMMM.Parent = MFRAME
  115. MMMMMMM.BackgroundColor3 = Color3.new(1, 1, 1)
  116. MMMMMMM.BorderSizePixel = 0
  117. MMMMMMM.Position = UDim2.new(0, 0, 0.986842155, 0)
  118. MMMMMMM.Size = UDim2.new(0, 436, 0, 213)
  119. MFRAME.Draggable = true
  120. Home.Name = "Home"
  121. Home.Parent = MMMMMMM
  122. Home.BackgroundColor3 = Color3.new(1, 1, 1)
  123. Home.BackgroundTransparency = 1
  124. Home.Size = UDim2.new(0, 100, 0, 100)
  125.  
  126. rtyuillkjhgfd.Name = "rtyuillkjhgfd"
  127. rtyuillkjhgfd.Parent = Home
  128. rtyuillkjhgfd.BackgroundColor3 = Color3.new(1, 1, 1)
  129. rtyuillkjhgfd.BackgroundTransparency = 1
  130. rtyuillkjhgfd.Position = UDim2.new(0.200000003, 0, 0.189999998, 0)
  131. rtyuillkjhgfd.Size = UDim2.new(0, 396, 0, 45)
  132. rtyuillkjhgfd.Font = Enum.Font.Cartoon
  133. rtyuillkjhgfd.Text = "Lumber Tycoon 2 Gui -[ REWRITE ]-"
  134. rtyuillkjhgfd.TextScaled = true
  135. rtyuillkjhgfd.TextSize = 14
  136. rtyuillkjhgfd.TextWrapped = true
  137.  
  138. wertyuio.Name = "wertyuio"
  139. wertyuio.Parent = Home
  140. wertyuio.BackgroundColor3 = Color3.new(1, 1, 1)
  141. wertyuio.BackgroundTransparency = 1
  142. wertyuio.Position = UDim2.new(0.200000003, 0, 0.639999986, 0)
  143. wertyuio.Size = UDim2.new(0, 396, 0, 37)
  144. wertyuio.Font = Enum.Font.Cartoon
  145. wertyuio.Text = "[ Gui by KKOWN ] [ DISCORD : MhZtS49 ]"
  146. wertyuio.TextScaled = true
  147. wertyuio.TextSize = 14
  148. wertyuio.TextWrapped = true
  149. wertyuio.TextXAlignment = Enum.TextXAlignment.Left
  150.  
  151. qswdefrghjmk.Name = "qswdefrghjmk./"
  152. qswdefrghjmk.Parent = Home
  153. qswdefrghjmk.BackgroundColor3 = Color3.new(1, 1, 1)
  154. qswdefrghjmk.BackgroundTransparency = 1
  155. qswdefrghjmk.Position = UDim2.new(0.200000003, 0, 1.00999999, 0)
  156. qswdefrghjmk.Size = UDim2.new(0, 396, 0, 37)
  157. qswdefrghjmk.Font = Enum.Font.Cartoon
  158. qswdefrghjmk.Text = "CLICK \"START\" TO START GUI"
  159. qswdefrghjmk.TextScaled = true
  160. qswdefrghjmk.TextSize = 14
  161. qswdefrghjmk.TextWrapped = true
  162. qswdefrghjmk.TextXAlignment = Enum.TextXAlignment.Left
  163.  
  164. START.Name = "START"
  165. START.Parent = Home
  166. START.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  167. START.BorderSizePixel = 0
  168. START.Position = UDim2.new(1.17999995, 0, 1.55000007, 0)
  169. START.Size = UDim2.new(0, 200, 0, 40)
  170. START.Font = Enum.Font.Cartoon
  171. START.Text = "START"
  172. START.TextScaled = true
  173. START.TextSize = 14
  174. START.TextWrapped = true
  175.  
  176. Teleports.Name = "Teleports"
  177. Teleports.Parent = MMMMMMM
  178. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  179. Teleports.BackgroundTransparency = 1
  180. Teleports.Size = UDim2.new(0, 100, 0, 100)
  181. Teleports.Visible = false
  182.  
  183. BobsShack.Name = "Bobs Shack"
  184. BobsShack.Parent = Teleports
  185. BobsShack.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  186. BobsShack.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  187. BobsShack.BorderSizePixel = 0
  188. BobsShack.Position = UDim2.new(2.07477474, 0, 0.957826078, 0)
  189. BobsShack.Size = UDim2.new(0, 84, 0, 21)
  190. BobsShack.Font = Enum.Font.Cartoon
  191. BobsShack.Text = "Bob's Shack"
  192. BobsShack.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  193. BobsShack.TextScaled = true
  194. BobsShack.TextSize = 24
  195. BobsShack.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  196. BobsShack.TextWrapped = true
  197.  
  198. BoxedCars.Name = "Boxed Cars"
  199. BoxedCars.Parent = Teleports
  200. BoxedCars.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  201. BoxedCars.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  202. BoxedCars.BorderSizePixel = 0
  203. BoxedCars.Position = UDim2.new(0.129999995, 0, 0.959999979, 0)
  204. BoxedCars.Size = UDim2.new(0, 64, 0, 21)
  205. BoxedCars.Font = Enum.Font.Cartoon
  206. BoxedCars.Text = "Boxed Cars"
  207. BoxedCars.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  208. BoxedCars.TextScaled = true
  209. BoxedCars.TextSize = 24
  210. BoxedCars.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  211. BoxedCars.TextWrapped = true
  212.  
  213. Cave.Name = "Cave"
  214. Cave.Parent = Teleports
  215. Cave.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  216. Cave.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  217. Cave.BorderSizePixel = 0
  218. Cave.Position = UDim2.new(0.129999995, 0, 0.560000002, 0)
  219. Cave.Size = UDim2.new(0, 64, 0, 21)
  220. Cave.Font = Enum.Font.Cartoon
  221. Cave.Text = "Cave"
  222. Cave.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  223. Cave.TextScaled = true
  224. Cave.TextSize = 24
  225. Cave.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  226. Cave.TextWrapped = true
  227.  
  228. Den.Name = "Den"
  229. Den.Parent = Teleports
  230. Den.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  231. Den.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  232. Den.BorderSizePixel = 0
  233. Den.Position = UDim2.new(0.990540504, 0, 1.33217394, 0)
  234. Den.Size = UDim2.new(0, 84, 0, 21)
  235. Den.Font = Enum.Font.Cartoon
  236. Den.Text = "The Den"
  237. Den.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  238. Den.TextScaled = true
  239. Den.TextSize = 24
  240. Den.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  241. Den.TextWrapped = true
  242.  
  243. Dropoff.Name = "Dropoff"
  244. Dropoff.Parent = Teleports
  245. Dropoff.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  246. Dropoff.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  247. Dropoff.BorderSizePixel = 0
  248. Dropoff.Position = UDim2.new(0.988288283, 0, 0.186086953, 0)
  249. Dropoff.Size = UDim2.new(0, 84, 0, 21)
  250. Dropoff.Font = Enum.Font.Cartoon
  251. Dropoff.Text = "Dropoff"
  252. Dropoff.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  253. Dropoff.TextScaled = true
  254. Dropoff.TextSize = 24
  255. Dropoff.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  256. Dropoff.TextWrapped = true
  257.  
  258. EndTimes.Name = "End Times"
  259. EndTimes.Parent = Teleports
  260. EndTimes.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  261. EndTimes.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  262. EndTimes.BorderSizePixel = 0
  263. EndTimes.Position = UDim2.new(0.129999995, 0, 0.189999998, 0)
  264. EndTimes.Size = UDim2.new(0, 64, 0, 21)
  265. EndTimes.Font = Enum.Font.Cartoon
  266. EndTimes.Text = "End Times"
  267. EndTimes.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  268. EndTimes.TextScaled = true
  269. EndTimes.TextSize = 24
  270. EndTimes.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  271. EndTimes.TextWrapped = true
  272.  
  273. Fancy.Name = "Fancy"
  274. Fancy.Parent = Teleports
  275. Fancy.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  276. Fancy.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  277. Fancy.BorderSizePixel = 0
  278. Fancy.Position = UDim2.new(0.129999995, 0, 1.33000004, 0)
  279. Fancy.Size = UDim2.new(0, 64, 0, 21)
  280. Fancy.Font = Enum.Font.Cartoon
  281. Fancy.Text = "Fancy"
  282. Fancy.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  283. Fancy.TextScaled = true
  284. Fancy.TextSize = 24
  285. Fancy.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  286. Fancy.TextWrapped = true
  287.  
  288. GreenBox.Name = "Green Box"
  289. GreenBox.Parent = Teleports
  290. GreenBox.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  291. GreenBox.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  292. GreenBox.BorderSizePixel = 0
  293. GreenBox.Position = UDim2.new(0.988288283, 0, 0.962173939, 0)
  294. GreenBox.Size = UDim2.new(0, 84, 0, 21)
  295. GreenBox.Font = Enum.Font.Cartoon
  296. GreenBox.Text = "Green Box"
  297. GreenBox.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  298. GreenBox.TextScaled = true
  299. GreenBox.TextSize = 24
  300. GreenBox.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  301. GreenBox.TextWrapped = true
  302.  
  303. LinksLogic.Name = "Links Logic"
  304. LinksLogic.Parent = Teleports
  305. LinksLogic.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  306. LinksLogic.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  307. LinksLogic.BorderSizePixel = 0
  308. LinksLogic.Position = UDim2.new(0.988288283, 0, 1.673913, 0)
  309. LinksLogic.Size = UDim2.new(0, 84, 0, 21)
  310. LinksLogic.Font = Enum.Font.Cartoon
  311. LinksLogic.Text = "Link's Logic"
  312. LinksLogic.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  313. LinksLogic.TextScaled = true
  314. LinksLogic.TextSize = 24
  315. LinksLogic.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  316. LinksLogic.TextWrapped = true
  317.  
  318. Lodge.Name = "Lodge"
  319. Lodge.Parent = Teleports
  320. Lodge.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  321. Lodge.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  322. Lodge.BorderSizePixel = 0
  323. Lodge.Position = UDim2.new(3.27477479, 0, 0.562173903, 0)
  324. Lodge.Size = UDim2.new(0, 84, 0, 21)
  325. Lodge.Font = Enum.Font.Cartoon
  326. Lodge.Text = "Lodge"
  327. Lodge.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  328. Lodge.TextScaled = true
  329. Lodge.TextSize = 24
  330. Lodge.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  331. Lodge.TextWrapped = true
  332.  
  333. Palm.Name = "Palm"
  334. Palm.Parent = Teleports
  335. Palm.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  336. Palm.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  337. Palm.BorderSizePixel = 0
  338. Palm.Position = UDim2.new(0.988288283, 0, 0.557391286, 0)
  339. Palm.Size = UDim2.new(0, 84, 0, 21)
  340. Palm.Font = Enum.Font.Cartoon
  341. Palm.Text = "Palm"
  342. Palm.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  343. Palm.TextScaled = true
  344. Palm.TextSize = 24
  345. Palm.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  346. Palm.TextWrapped = true
  347.  
  348. Shrine.Name = "Shrine"
  349. Shrine.Parent = Teleports
  350. Shrine.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  351. Shrine.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  352. Shrine.BorderSizePixel = 0
  353. Shrine.Position = UDim2.new(2.07477474, 0, 0.186086953, 0)
  354. Shrine.Size = UDim2.new(0, 84, 0, 21)
  355. Shrine.Font = Enum.Font.Cartoon
  356. Shrine.Text = "Shrine"
  357. Shrine.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  358. Shrine.TextScaled = true
  359. Shrine.TextSize = 24
  360. Shrine.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  361. Shrine.TextWrapped = true
  362.  
  363. Spawn.Name = "Spawn"
  364. Spawn.Parent = Teleports
  365. Spawn.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  366. Spawn.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  367. Spawn.BorderSizePixel = 0
  368. Spawn.Position = UDim2.new(3.27054048, 0, 0.186086953, 0)
  369. Spawn.Size = UDim2.new(0, 84, 0, 21)
  370. Spawn.Font = Enum.Font.Cartoon
  371. Spawn.Text = "Spawn"
  372. Spawn.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  373. Spawn.TextScaled = true
  374. Spawn.TextSize = 24
  375. Spawn.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  376. Spawn.TextWrapped = true
  377.  
  378. StrangeMan.Name = "Strange Man"
  379. StrangeMan.Parent = Teleports
  380. StrangeMan.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  381. StrangeMan.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  382. StrangeMan.BorderSizePixel = 0
  383. StrangeMan.Position = UDim2.new(3.27054048, 0, 0.922608674, 0)
  384. StrangeMan.Size = UDim2.new(0, 84, 0, 21)
  385. StrangeMan.Font = Enum.Font.Cartoon
  386. StrangeMan.Text = "Strange Man"
  387. StrangeMan.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  388. StrangeMan.TextScaled = true
  389. StrangeMan.TextSize = 24
  390. StrangeMan.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  391. StrangeMan.TextWrapped = true
  392.  
  393. Swamp.Name = "Swamp"
  394. Swamp.Parent = Teleports
  395. Swamp.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  396. Swamp.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  397. Swamp.BorderSizePixel = 0
  398. Swamp.Position = UDim2.new(0.129999995, 0, 1.66999996, 0)
  399. Swamp.Size = UDim2.new(0, 64, 0, 21)
  400. Swamp.Font = Enum.Font.Cartoon
  401. Swamp.Text = "Swamp"
  402. Swamp.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  403. Swamp.TextScaled = true
  404. Swamp.TextSize = 24
  405. Swamp.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  406. Swamp.TextWrapped = true
  407.  
  408. Volcano.Name = "Volcano"
  409. Volcano.Parent = Teleports
  410. Volcano.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  411. Volcano.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  412. Volcano.BorderSizePixel = 0
  413. Volcano.Position = UDim2.new(2.07477474, 0, 0.542608678, 0)
  414. Volcano.Size = UDim2.new(0, 84, 0, 21)
  415. Volcano.Font = Enum.Font.Cartoon
  416. Volcano.Text = "Volcano"
  417. Volcano.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  418. Volcano.TextScaled = true
  419. Volcano.TextSize = 24
  420. Volcano.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  421. Volcano.TextWrapped = true
  422.  
  423. WoodRUs.Name = "Wood R Us"
  424. WoodRUs.Parent = Teleports
  425. WoodRUs.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  426. WoodRUs.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  427. WoodRUs.BorderSizePixel = 0
  428. WoodRUs.Position = UDim2.new(3.26828837, 0, 1.32782602, 0)
  429. WoodRUs.Size = UDim2.new(0, 84, 0, 21)
  430. WoodRUs.Font = Enum.Font.Cartoon
  431. WoodRUs.Text = "Wood R Us"
  432. WoodRUs.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  433. WoodRUs.TextScaled = true
  434. WoodRUs.TextSize = 24
  435. WoodRUs.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  436. WoodRUs.TextWrapped = true
  437.  
  438. YourPlot.Name = "Your Plot"
  439. YourPlot.Parent = Teleports
  440. YourPlot.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  441. YourPlot.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  442. YourPlot.BorderSizePixel = 0
  443. YourPlot.Position = UDim2.new(2.07477474, 0, 1.33391309, 0)
  444. YourPlot.Size = UDim2.new(0, 84, 0, 21)
  445. YourPlot.Font = Enum.Font.Cartoon
  446. YourPlot.Text = "Your Plot"
  447. YourPlot.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  448. YourPlot.TextScaled = true
  449. YourPlot.TextSize = 24
  450. YourPlot.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  451. YourPlot.TextWrapped = true
  452.  
  453. FunctionsFrame.Name = "FunctionsFrame"
  454. FunctionsFrame.Parent = MMMMMMM
  455. FunctionsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  456. FunctionsFrame.BackgroundTransparency = 1
  457. FunctionsFrame.Size = UDim2.new(0, 100, 0, 100)
  458. FunctionsFrame.Visible = false
  459.  
  460. Dupe.Name = "Dupe"
  461. Dupe.Parent = FunctionsFrame
  462. Dupe.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  463. Dupe.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  464. Dupe.BorderSizePixel = 0
  465. Dupe.Position = UDim2.new(1.46720719, 0, 0.809999943, 0)
  466. Dupe.Size = UDim2.new(0, 147, 0, 20)
  467. Dupe.Font = Enum.Font.Cartoon
  468. Dupe.Text = "Duplication"
  469. Dupe.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  470. Dupe.TextScaled = true
  471. Dupe.TextSize = 24
  472. Dupe.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  473. Dupe.TextWrapped = true
  474.  
  475. GoldAxe.Name = "Gold Axe"
  476. GoldAxe.Parent = FunctionsFrame
  477. GoldAxe.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  478. GoldAxe.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  479. GoldAxe.BorderSizePixel = 0
  480. GoldAxe.Position = UDim2.new(0.417207241, 0, 1.67826092, 0)
  481. GoldAxe.Size = UDim2.new(0, 147, 0, 20)
  482. GoldAxe.Font = Enum.Font.Cartoon
  483. GoldAxe.Text = "Golden Axe"
  484. GoldAxe.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  485. GoldAxe.TextScaled = true
  486. GoldAxe.TextSize = 24
  487. GoldAxe.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  488. GoldAxe.TextWrapped = true
  489.  
  490. GreyWood.Name = "Grey Wood"
  491. GreyWood.Parent = FunctionsFrame
  492. GreyWood.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  493. GreyWood.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  494. GreyWood.BorderSizePixel = 0
  495. GreyWood.Position = UDim2.new(2.49608111, 0, 1.20000005, 0)
  496. GreyWood.Size = UDim2.new(0, 147, 0, 20)
  497. GreyWood.Font = Enum.Font.Cartoon
  498. GreyWood.Text = "Grey Wood"
  499. GreyWood.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  500. GreyWood.TextScaled = true
  501. GreyWood.TextSize = 24
  502. GreyWood.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  503. GreyWood.TextWrapped = true
  504.  
  505. LeakedItems.Name = "Leaked Items"
  506. LeakedItems.Parent = FunctionsFrame
  507. LeakedItems.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  508. LeakedItems.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  509. LeakedItems.BorderSizePixel = 0
  510. LeakedItems.Position = UDim2.new(1.46608102, 0, 0.187391281, 0)
  511. LeakedItems.Size = UDim2.new(0, 147, 0, 20)
  512. LeakedItems.Font = Enum.Font.Cartoon
  513. LeakedItems.Text = "Leaked Items"
  514. LeakedItems.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  515. LeakedItems.TextScaled = true
  516. LeakedItems.TextSize = 24
  517. LeakedItems.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  518. LeakedItems.TextWrapped = true
  519.  
  520. Move.Name = "Move"
  521. Move.Parent = FunctionsFrame
  522. Move.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  523. Move.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  524. Move.BorderSizePixel = 0
  525. Move.Position = UDim2.new(0.417207122, 0, 1.19782615, 0)
  526. Move.Size = UDim2.new(0, 147, 0, 20)
  527. Move.Font = Enum.Font.Cartoon
  528. Move.Text = "Hard Dragger"
  529. Move.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  530. Move.TextScaled = true
  531. Move.TextSize = 24
  532. Move.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  533. Move.TextWrapped = true
  534.  
  535. TeleportTool.Name = "Teleport Tool"
  536. TeleportTool.Parent = FunctionsFrame
  537. TeleportTool.BackgroundColor3 = Color3.new(0.223529, 0.956863, 0)
  538. TeleportTool.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  539. TeleportTool.BorderSizePixel = 0
  540. TeleportTool.Position = UDim2.new(2.49608111, 0, 1.67652166, 0)
  541. TeleportTool.Size = UDim2.new(0, 147, 0, 20)
  542. TeleportTool.Font = Enum.Font.Cartoon
  543. TeleportTool.Text = "Ctrl + Click TP"
  544. TeleportTool.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  545. TeleportTool.TextScaled = true
  546. TeleportTool.TextSize = 24
  547. TeleportTool.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  548. TeleportTool.TextWrapped = true
  549.  
  550. DupeLabel.Name = "DupeLabel"
  551. DupeLabel.Parent = FunctionsFrame
  552. DupeLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  553. DupeLabel.BackgroundTransparency = 1
  554. DupeLabel.BorderColor3 = Color3.new(0.666667, 0, 0)
  555. DupeLabel.BorderSizePixel = 0
  556. DupeLabel.Position = UDim2.new(1.63324332, 0, 0.586956501, 0)
  557. DupeLabel.Size = UDim2.new(0, 115, 0, 14)
  558. DupeLabel.Font = Enum.Font.SciFi
  559. DupeLabel.Text = "Disabled"
  560. DupeLabel.TextColor3 = Color3.new(0.666667, 0, 0)
  561. DupeLabel.TextSize = 14
  562.  
  563. PlayersFrame.Name = "PlayersFrame"
  564. PlayersFrame.Parent = MMMMMMM
  565. PlayersFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  566. PlayersFrame.BackgroundTransparency = 1
  567. PlayersFrame.Size = UDim2.new(0, 100, 0, 100)
  568. PlayersFrame.Visible = false
  569.  
  570. P1.Name = "P1"
  571. P1.Parent = PlayersFrame
  572. P1.BackgroundColor3 = Color3.new(0.313726, 0.639216, 0.223529)
  573. P1.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  574. P1.BorderSizePixel = 0
  575. P1.Position = UDim2.new(0.232522503, 0, 0.416086972, 0)
  576. P1.Size = UDim2.new(0, 158, 0, 21)
  577. P1.Font = Enum.Font.Cartoon
  578. P1.Text = " "
  579. P1.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  580. P1.TextScaled = true
  581. P1.TextSize = 24
  582. P1.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  583. P1.TextWrapped = true
  584.  
  585. P2.Name = "P2"
  586. P2.Parent = PlayersFrame
  587. P2.BackgroundColor3 = Color3.new(0.313726, 0.639216, 0.223529)
  588. P2.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  589. P2.BorderSizePixel = 0
  590. P2.Position = UDim2.new(0.228, 0, 1, 0)
  591. P2.Size = UDim2.new(0, 158, 0, 21)
  592. P2.Font = Enum.Font.Cartoon
  593. P2.Text = " "
  594. P2.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  595. P2.TextScaled = true
  596. P2.TextSize = 24
  597. P2.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  598. P2.TextWrapped = true
  599.  
  600. P3.Name = "P3"
  601. P3.Parent = PlayersFrame
  602. P3.BackgroundColor3 = Color3.new(0.313726, 0.639216, 0.223529)
  603. P3.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  604. P3.BorderSizePixel = 0
  605. P3.Position = UDim2.new(0.232522503, 0, 0.712173879, 0)
  606. P3.Size = UDim2.new(0, 158, 0, 21)
  607. P3.Font = Enum.Font.Cartoon
  608. P3.Text = " "
  609. P3.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  610. P3.TextScaled = true
  611. P3.TextSize = 24
  612. P3.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  613. P3.TextWrapped = true
  614.  
  615. P4.Name = "P4"
  616. P4.Parent = PlayersFrame
  617. P4.BackgroundColor3 = Color3.new(0.313726, 0.639216, 0.223529)
  618. P4.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  619. P4.BorderSizePixel = 0
  620. P4.Position = UDim2.new(2.44837809, 0, 0.422173917, 0)
  621. P4.Size = UDim2.new(0, 158, 0, 21)
  622. P4.Font = Enum.Font.Cartoon
  623. P4.Text = " "
  624. P4.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  625. P4.TextScaled = true
  626. P4.TextSize = 24
  627. P4.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  628. P4.TextWrapped = true
  629.  
  630. P5.Name = "P5"
  631. P5.Parent = PlayersFrame
  632. P5.BackgroundColor3 = Color3.new(0.313726, 0.639216, 0.223529)
  633. P5.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  634. P5.BorderSizePixel = 0
  635. P5.Position = UDim2.new(2.45000005, 0, 0.709999979, 0)
  636. P5.Size = UDim2.new(0, 158, 0, 21)
  637. P5.Font = Enum.Font.Cartoon
  638. P5.Text = " "
  639. P5.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  640. P5.TextScaled = true
  641. P5.TextSize = 24
  642. P5.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  643. P5.TextWrapped = true
  644.  
  645. P6.Name = "P6"
  646. P6.Parent = PlayersFrame
  647. P6.BackgroundColor3 = Color3.new(0.313726, 0.639216, 0.223529)
  648. P6.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  649. P6.BorderSizePixel = 0
  650. P6.Position = UDim2.new(2.44837856, 0, 1.00260878, 0)
  651. P6.Size = UDim2.new(0, 158, 0, 21)
  652. P6.Font = Enum.Font.Cartoon
  653. P6.Text = ""
  654. P6.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  655. P6.TextScaled = true
  656. P6.TextSize = 24
  657. P6.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  658. P6.TextWrapped = true
  659.  
  660. TpToPlayer.Name = "TpToPlayer"
  661. TpToPlayer.Parent = PlayersFrame
  662. TpToPlayer.BackgroundColor3 = Color3.new(0.462745, 0.937255, 0.0196078)
  663. TpToPlayer.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  664. TpToPlayer.BorderSizePixel = 0
  665. TpToPlayer.Position = UDim2.new(0.120405406, 0, 1.61652172, 0)
  666. TpToPlayer.Size = UDim2.new(0, 179, 0, 21)
  667. TpToPlayer.Font = Enum.Font.Cartoon
  668. TpToPlayer.Text = "Teleport To Player"
  669. TpToPlayer.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  670. TpToPlayer.TextScaled = true
  671. TpToPlayer.TextSize = 24
  672. TpToPlayer.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  673. TpToPlayer.TextWrapped = true
  674.  
  675. TpToPlayerBase.Name = "TpToPlayerBase"
  676. TpToPlayerBase.Parent = PlayersFrame
  677. TpToPlayerBase.BackgroundColor3 = Color3.new(0.462745, 0.937255, 0.0196078)
  678. TpToPlayerBase.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  679. TpToPlayerBase.BorderSizePixel = 0
  680. TpToPlayerBase.Position = UDim2.new(2.34040546, 0, 1.62304354, 0)
  681. TpToPlayerBase.Size = UDim2.new(0, 179, 0, 21)
  682. TpToPlayerBase.Font = Enum.Font.Cartoon
  683. TpToPlayerBase.Text = "Teleport To Base"
  684. TpToPlayerBase.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  685. TpToPlayerBase.TextScaled = true
  686. TpToPlayerBase.TextSize = 24
  687. TpToPlayerBase.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  688. TpToPlayerBase.TextWrapped = true
  689.  
  690. PSelected.Name = "PSelected"
  691. PSelected.Parent = PlayersFrame
  692. PSelected.BackgroundColor3 = Color3.new(1, 1, 1)
  693. PSelected.BackgroundTransparency = 1
  694. PSelected.BorderSizePixel = 0
  695. PSelected.Position = UDim2.new(1.2804054, 0, 0.104347825, 0)
  696. PSelected.Size = UDim2.new(0, 179, 0, 22)
  697. PSelected.Font = Enum.Font.Cartoon
  698. PSelected.Text = ""
  699. PSelected.TextColor3 = Color3.new(0.639216, 0.596078, 0)
  700. PSelected.TextSize = 20
  701. PSelected.TextWrapped = true
  702.  
  703. LocalXD.Name = "LocalXD"
  704. LocalXD.Parent = MMMMMMM
  705. LocalXD.BackgroundColor3 = Color3.new(1, 1, 1)
  706. LocalXD.BackgroundTransparency = 1
  707. LocalXD.Size = UDim2.new(0, 100, 0, 100)
  708. LocalXD.Visible = false
  709.  
  710. God.Name = "God"
  711. God.Parent = LocalXD
  712. God.BackgroundColor3 = Color3.new(0.360784, 0.835294, 0)
  713. God.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  714. God.BorderSizePixel = 0
  715. God.Position = UDim2.new(0.457207203, 0, 0.226086944, 0)
  716. God.Size = UDim2.new(0, 158, 0, 21)
  717. God.Font = Enum.Font.Cartoon
  718. God.Text = "God"
  719. God.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  720. God.TextSize = 24
  721. God.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  722.  
  723. Jumppower.Name = "Jumppower"
  724. Jumppower.Parent = LocalXD
  725. Jumppower.BackgroundColor3 = Color3.new(0.360784, 0.835294, 0)
  726. Jumppower.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  727. Jumppower.BorderSizePixel = 0
  728. Jumppower.Position = UDim2.new(0.457207203, 0, 0.95869571, 0)
  729. Jumppower.Size = UDim2.new(0, 158, 0, 21)
  730. Jumppower.Font = Enum.Font.Cartoon
  731. Jumppower.Text = "Jumppower"
  732. Jumppower.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  733. Jumppower.TextSize = 24
  734. Jumppower.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  735.  
  736. JumppowerValue.Name = "JumppowerValue"
  737. JumppowerValue.Parent = LocalXD
  738. JumppowerValue.BackgroundColor3 = Color3.new(1, 1, 1)
  739. JumppowerValue.BorderSizePixel = 2
  740. JumppowerValue.Position = UDim2.new(0.457207203, 0, 1.25999999, 0)
  741. JumppowerValue.Size = UDim2.new(0, 158, 0, 21)
  742. JumppowerValue.Font = Enum.Font.Cartoon
  743. JumppowerValue.Text = "100"
  744. JumppowerValue.TextColor3 = Color3.new(0.443137, 0.780392, 0)
  745. JumppowerValue.TextScaled = true
  746. JumppowerValue.TextSize = 14
  747. JumppowerValue.TextWrapped = true
  748.  
  749. Noclip.Name = "Noclip"
  750. Noclip.Parent = LocalXD
  751. Noclip.BackgroundColor3 = Color3.new(0.360784, 0.835294, 0)
  752. Noclip.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  753. Noclip.BorderSizePixel = 0
  754. Noclip.Position = UDim2.new(2.31720734, 0, 0.237173915, 0)
  755. Noclip.Size = UDim2.new(0, 158, 0, 21)
  756. Noclip.Font = Enum.Font.Cartoon
  757. Noclip.Text = "Noclip"
  758. Noclip.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  759. Noclip.TextSize = 24
  760. Noclip.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  761.  
  762. Walkspeed.Name = "Walkspeed"
  763. Walkspeed.Parent = LocalXD
  764. Walkspeed.BackgroundColor3 = Color3.new(0.360784, 0.835294, 0)
  765. Walkspeed.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  766. Walkspeed.BorderSizePixel = 0
  767. Walkspeed.Position = UDim2.new(2.29220724, 0, 0.963913023, 0)
  768. Walkspeed.Size = UDim2.new(0, 158, 0, 21)
  769. Walkspeed.Font = Enum.Font.Cartoon
  770. Walkspeed.Text = "Walkspeed"
  771. Walkspeed.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  772. Walkspeed.TextSize = 24
  773. Walkspeed.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  774.  
  775. WalkspeedValue.Name = "WalkspeedValue"
  776. WalkspeedValue.Parent = LocalXD
  777. WalkspeedValue.BackgroundColor3 = Color3.new(1, 1, 1)
  778. WalkspeedValue.BorderSizePixel = 2
  779. WalkspeedValue.Position = UDim2.new(2.3172071, 0, 1.23739123, 0)
  780. WalkspeedValue.Size = UDim2.new(0, 158, 0, 21)
  781. WalkspeedValue.Font = Enum.Font.Cartoon
  782. WalkspeedValue.Text = "100"
  783. WalkspeedValue.TextColor3 = Color3.new(0.443137, 0.780392, 0)
  784. WalkspeedValue.TextScaled = true
  785. WalkspeedValue.TextSize = 14
  786. WalkspeedValue.TextWrapped = true
  787.  
  788. NoclipLabel.Name = "NoclipLabel"
  789. NoclipLabel.Parent = LocalXD
  790. NoclipLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  791. NoclipLabel.BackgroundTransparency = 1
  792. NoclipLabel.BorderColor3 = Color3.new(0.666667, 0, 0)
  793. NoclipLabel.BorderSizePixel = 0
  794. NoclipLabel.Position = UDim2.new(2.5445044, 0, 0.508478224, 0)
  795. NoclipLabel.Size = UDim2.new(0, 115, 0, 19)
  796. NoclipLabel.Font = Enum.Font.SciFi
  797. NoclipLabel.Text = "Disabled"
  798. NoclipLabel.TextColor3 = Color3.new(0.666667, 0, 0)
  799. NoclipLabel.TextSize = 14
  800.  
  801. WoodFrame.Name = "WoodFrame"
  802. WoodFrame.Parent = MMMMMMM
  803. WoodFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  804. WoodFrame.BackgroundTransparency = 1
  805. WoodFrame.Size = UDim2.new(0, 100, 0, 100)
  806. WoodFrame.Visible = false
  807.  
  808. SellCutWood.Name = "Sell Cut Wood"
  809. SellCutWood.Parent = WoodFrame
  810. SellCutWood.BackgroundColor3 = Color3.new(0.47451, 1, 0.0431373)
  811. SellCutWood.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  812. SellCutWood.BorderSizePixel = 0
  813. SellCutWood.Position = UDim2.new(0.457207203, 0, 0.231304348, 0)
  814. SellCutWood.Size = UDim2.new(0, 147, 0, 21)
  815. SellCutWood.Font = Enum.Font.Cartoon
  816. SellCutWood.Text = "Sell Cut Wood"
  817. SellCutWood.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  818. SellCutWood.TextScaled = true
  819. SellCutWood.TextSize = 24
  820. SellCutWood.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  821. SellCutWood.TextWrapped = true
  822.  
  823. TeleportCaveCrawlerWood.Name = "Teleport Cave Crawler Wood"
  824. TeleportCaveCrawlerWood.Parent = WoodFrame
  825. TeleportCaveCrawlerWood.BackgroundColor3 = Color3.new(0.47451, 1, 0.0431373)
  826. TeleportCaveCrawlerWood.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  827. TeleportCaveCrawlerWood.BorderSizePixel = 0
  828. TeleportCaveCrawlerWood.Position = UDim2.new(2.49720716, 0, 0.938695669, 0)
  829. TeleportCaveCrawlerWood.Size = UDim2.new(0, 147, 0, 21)
  830. TeleportCaveCrawlerWood.Font = Enum.Font.Cartoon
  831. TeleportCaveCrawlerWood.Text = "Teleport Cave Crawler"
  832. TeleportCaveCrawlerWood.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  833. TeleportCaveCrawlerWood.TextScaled = true
  834. TeleportCaveCrawlerWood.TextSize = 24
  835. TeleportCaveCrawlerWood.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  836. TeleportCaveCrawlerWood.TextWrapped = true
  837.  
  838. TeleportCutWood.Name = "Teleport Cut Wood"
  839. TeleportCutWood.Parent = WoodFrame
  840. TeleportCutWood.BackgroundColor3 = Color3.new(0.47451, 1, 0.0431373)
  841. TeleportCutWood.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  842. TeleportCutWood.BorderSizePixel = 0
  843. TeleportCutWood.Position = UDim2.new(2.49720716, 0, 0.23608695, 0)
  844. TeleportCutWood.Size = UDim2.new(0, 147, 0, 21)
  845. TeleportCutWood.Font = Enum.Font.Cartoon
  846. TeleportCutWood.Text = "Teleport Cut Wood"
  847. TeleportCutWood.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  848. TeleportCutWood.TextScaled = true
  849. TeleportCutWood.TextSize = 24
  850. TeleportCutWood.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  851. TeleportCutWood.TextWrapped = true
  852.  
  853. TeleportEndTimesWood.Name = "Teleport End Times Wood"
  854. TeleportEndTimesWood.Parent = WoodFrame
  855. TeleportEndTimesWood.BackgroundColor3 = Color3.new(0.47451, 1, 0.0431373)
  856. TeleportEndTimesWood.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  857. TeleportEndTimesWood.BorderSizePixel = 0
  858. TeleportEndTimesWood.Position = UDim2.new(0.457207203, 0, 0.936521769, 0)
  859. TeleportEndTimesWood.Size = UDim2.new(0, 147, 0, 21)
  860. TeleportEndTimesWood.Font = Enum.Font.Cartoon
  861. TeleportEndTimesWood.Text = "Teleport End Times"
  862. TeleportEndTimesWood.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  863. TeleportEndTimesWood.TextScaled = true
  864. TeleportEndTimesWood.TextSize = 24
  865. TeleportEndTimesWood.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  866. TeleportEndTimesWood.TextWrapped = true
  867.  
  868. TeleportGifts.Name = "Teleport Gifts"
  869. TeleportGifts.Parent = WoodFrame
  870. TeleportGifts.BackgroundColor3 = Color3.new(0.47451, 1, 0.0431373)
  871. TeleportGifts.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  872. TeleportGifts.BorderSizePixel = 0
  873. TeleportGifts.Position = UDim2.new(1.53108108, 0, 1.56456518, 0)
  874. TeleportGifts.Size = UDim2.new(0, 147, 0, 21)
  875. TeleportGifts.Font = Enum.Font.Cartoon
  876. TeleportGifts.Text = "Teleport Gifts"
  877. TeleportGifts.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  878. TeleportGifts.TextScaled = true
  879. TeleportGifts.TextSize = 24
  880. TeleportGifts.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  881. TeleportGifts.TextWrapped = true
  882.  
  883. dfghfdsa.Name = "dfghfdsa"
  884. dfghfdsa.Parent = KKLT2RW
  885. dfghfdsa.BackgroundColor3 = Color3.new(0.745098, 0.72549, 0.72549)
  886. dfghfdsa.BorderSizePixel = 0
  887. dfghfdsa.Position = UDim2.new(0.395010382, 0, 0.698564589, 0)
  888. dfghfdsa.Size = UDim2.new(0, 159, 0, 38)
  889. dfghfdsa.Visible = false
  890. dfghfdsa.Draggable = true
  891.  
  892. TitlePages.Name = "TitlePages"
  893. TitlePages.Parent = dfghfdsa
  894. TitlePages.BackgroundColor3 = Color3.new(1, 1, 1)
  895. TitlePages.BackgroundTransparency = 1
  896. TitlePages.Size = UDim2.new(0, 88, 0, 38)
  897. TitlePages.Font = Enum.Font.Cartoon
  898. TitlePages.Text = "Pages"
  899. TitlePages.TextScaled = true
  900. TitlePages.TextSize = 14
  901. TitlePages.TextWrapped = true
  902. TitlePages.TextXAlignment = Enum.TextXAlignment.Left
  903.  
  904. OCP.Name = "OCP"
  905. OCP.Parent = TitlePages
  906. OCP.BackgroundColor3 = Color3.new(1, 1, 1)
  907. OCP.Position = UDim2.new(1.36903751, 0, 0, 0)
  908. OCP.Size = UDim2.new(0, 39, 0, 38)
  909. OCP.Style = Enum.ButtonStyle.RobloxRoundButton
  910. OCP.Font = Enum.Font.SourceSans
  911. OCP.Text = ""
  912. OCP.TextSize = 14
  913.  
  914. PagesXD.Name = "PagesXD"
  915. PagesXD.Parent = dfghfdsa
  916. PagesXD.BackgroundColor3 = Color3.new(1, 1, 1)
  917. PagesXD.BorderSizePixel = 0
  918. PagesXD.Position = UDim2.new(0, 0, 1, 0)
  919. PagesXD.Size = UDim2.new(0, 159, 0, 213)
  920.  
  921. TeleportsBTN.Name = "TeleportsBTN"
  922. TeleportsBTN.Parent = PagesXD
  923. TeleportsBTN.BackgroundColor3 = Color3.new(0.678431, 0.678431, 0.678431)
  924. TeleportsBTN.BorderSizePixel = 0
  925. TeleportsBTN.Position = UDim2.new(0.0377358496, 0, 0.089201875, 0)
  926. TeleportsBTN.Size = UDim2.new(0, 145, 0, 30)
  927. TeleportsBTN.Font = Enum.Font.Cartoon
  928. TeleportsBTN.Text = "Teleports"
  929. TeleportsBTN.TextScaled = true
  930. TeleportsBTN.TextSize = 14
  931. TeleportsBTN.TextWrapped = true
  932.  
  933. Frame.Parent = TeleportsBTN
  934. Frame.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  935. Frame.BorderSizePixel = 0
  936. Frame.Size = UDim2.new(0, 13, 0, 30)
  937.  
  938. FunctionsBTN.Name = "FunctionsBTN"
  939. FunctionsBTN.Parent = PagesXD
  940. FunctionsBTN.BackgroundColor3 = Color3.new(0.678431, 0.678431, 0.678431)
  941. FunctionsBTN.BorderSizePixel = 0
  942. FunctionsBTN.Position = UDim2.new(0.0379999988, 0, 0.239999995, 0)
  943. FunctionsBTN.Size = UDim2.new(0, 145, 0, 30)
  944. FunctionsBTN.Font = Enum.Font.Cartoon
  945. FunctionsBTN.Text = "Functions"
  946. FunctionsBTN.TextScaled = true
  947. FunctionsBTN.TextSize = 14
  948. FunctionsBTN.TextWrapped = true
  949.  
  950. Frame_2.Parent = FunctionsBTN
  951. Frame_2.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  952. Frame_2.BorderSizePixel = 0
  953. Frame_2.Size = UDim2.new(0, 13, 0, 30)
  954.  
  955. PlayersBTN.Name = "PlayersBTN"
  956. PlayersBTN.Parent = PagesXD
  957. PlayersBTN.BackgroundColor3 = Color3.new(0.678431, 0.678431, 0.678431)
  958. PlayersBTN.BorderSizePixel = 0
  959. PlayersBTN.Position = UDim2.new(0.0379999988, 0, 0.389999986, 0)
  960. PlayersBTN.Size = UDim2.new(0, 145, 0, 30)
  961. PlayersBTN.Font = Enum.Font.Cartoon
  962. PlayersBTN.Text = "Players"
  963. PlayersBTN.TextScaled = true
  964. PlayersBTN.TextSize = 14
  965. PlayersBTN.TextWrapped = true
  966.  
  967. Frame_3.Parent = PlayersBTN
  968. Frame_3.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  969. Frame_3.BorderSizePixel = 0
  970. Frame_3.Size = UDim2.new(0, 13, 0, 30)
  971.  
  972. LocalBTN.Name = "LocalBTN"
  973. LocalBTN.Parent = PagesXD
  974. LocalBTN.BackgroundColor3 = Color3.new(0.678431, 0.678431, 0.678431)
  975. LocalBTN.BorderSizePixel = 0
  976. LocalBTN.Position = UDim2.new(0.0379999988, 0, 0.540000021, 0)
  977. LocalBTN.Size = UDim2.new(0, 145, 0, 30)
  978. LocalBTN.Font = Enum.Font.Cartoon
  979. LocalBTN.Text = "Local"
  980. LocalBTN.TextScaled = true
  981. LocalBTN.TextSize = 14
  982. LocalBTN.TextWrapped = true
  983.  
  984. Frame_4.Parent = LocalBTN
  985. Frame_4.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  986. Frame_4.BorderSizePixel = 0
  987. Frame_4.Size = UDim2.new(0, 13, 0, 30)
  988.  
  989. WoodBTN.Name = "WoodBTN"
  990. WoodBTN.Parent = PagesXD
  991. WoodBTN.BackgroundColor3 = Color3.new(0.678431, 0.678431, 0.678431)
  992. WoodBTN.BorderSizePixel = 0
  993. WoodBTN.Position = UDim2.new(0.0379999988, 0, 0.689999998, 0)
  994. WoodBTN.Size = UDim2.new(0, 145, 0, 30)
  995. WoodBTN.Font = Enum.Font.Cartoon
  996. WoodBTN.Text = "Wood"
  997. WoodBTN.TextScaled = true
  998. WoodBTN.TextSize = 14
  999. WoodBTN.TextWrapped = true
  1000.  
  1001. Frame_5.Parent = WoodBTN
  1002. Frame_5.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  1003. Frame_5.BorderSizePixel = 0
  1004. Frame_5.Size = UDim2.new(0, 13, 0, 30)
  1005. --script
  1006. --Opening Tabs
  1007. P1.MouseButton1Down:connect(function()
  1008. PSelected.Text = P1.Text
  1009. end)
  1010. P2.MouseButton1Down:connect(function()
  1011. PSelected.Text = P2.Text
  1012. end)
  1013. P3.MouseButton1Down:connect(function()
  1014. PSelected.Text = P3.Text
  1015. end)
  1016. P4.MouseButton1Down:connect(function()
  1017. PSelected.Text = P4.Text
  1018. end)
  1019. P5.MouseButton1Down:connect(function()
  1020. PSelected.Text = P5.Text
  1021. end)
  1022. P6.MouseButton1Down:connect(function()
  1023. PSelected.Text = P6.Text
  1024. end)
  1025. local buttons = {
  1026. P1,
  1027. P2,
  1028. P3,
  1029. P4,
  1030. P5,
  1031. P6
  1032. }
  1033.  
  1034. for i, v in pairs(game.Players:GetChildren()) do
  1035. buttons[i].Text = v.Name
  1036. buttons[i].Visible = true
  1037. end
  1038. game.Players.PlayerRemoving:connect(function()
  1039. for i, v in pairs(game.Players:GetChildren()) do
  1040. buttons[i].Text = v.Name
  1041. buttons[i].Visible = true
  1042. end
  1043. end)
  1044. game.Players.PlayerAdded:connect(function()
  1045. for i, v in pairs(game.Players:GetChildren()) do
  1046. buttons[i].Text = v.Name
  1047. buttons[i].Visible = true
  1048. end
  1049. end)
  1050.  
  1051. if P1.text == " " then
  1052. P1.Visible = false
  1053. end
  1054.  
  1055. if P2.text == " " then
  1056. P2.Visible = false
  1057. end
  1058.  
  1059. if P3.text == " " then
  1060. P3.Visible = false
  1061. end
  1062.  
  1063. if P4.text == " " then
  1064. P4.Visible = false
  1065. end
  1066.  
  1067. if P5.text == " " then
  1068. P5.Visible = false
  1069. end
  1070.  
  1071. if P6.text == "" then
  1072. P6.Visible = false
  1073. end
  1074. TpToPlayer.MouseButton1Down:connect(function()
  1075. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PSelected.Text].HumanoidRootPart.CFrame
  1076. end)
  1077.  
  1078. TpToPlayerBase.MouseButton1Down:connect(function()
  1079. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  1080. if v.Owner.Value == game.Players[PSelected.Text] then
  1081. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  1082. end
  1083. end
  1084. end)
  1085.  
  1086. OCMM.MouseButton1Down:connect(function()
  1087. if MMMMMMM.Visible == true then
  1088. MMMMMMM.Visible = false
  1089. else
  1090. MMMMMMM.Visible = true
  1091. end
  1092. end)
  1093.  
  1094. OCP.MouseButton1Down:connect(function()
  1095. if PagesXD.Visible == true then
  1096. PagesXD.Visible = false
  1097. else
  1098. PagesXD.Visible = true
  1099. end
  1100. end)
  1101. START.MouseButton1Down:connect(function()
  1102. dfghfdsa.Visible = true
  1103. Home.Visible = false
  1104. end)
  1105. --tabs function
  1106. TeleportsBTN.MouseButton1Down:connect(function()
  1107. Teleports.Visible = true
  1108. WoodFrame.Visible = false
  1109. LocalXD.Visible = false
  1110. PlayersFrame.Visible = false
  1111. FunctionsFrame.Visible = false
  1112. end)
  1113. PlayersBTN.MouseButton1Down:connect(function()
  1114. Teleports.Visible = false
  1115. WoodFrame.Visible = false
  1116. LocalXD.Visible = false
  1117. PlayersFrame.Visible = true
  1118. FunctionsFrame.Visible = false
  1119. end)
  1120. FunctionsBTN.MouseButton1Down:connect(function()
  1121. Teleports.Visible = false
  1122. WoodFrame.Visible = false
  1123. LocalXD.Visible = false
  1124. PlayersFrame.Visible = false
  1125. FunctionsFrame.Visible = true
  1126. end)
  1127. LocalBTN.MouseButton1Down:connect(function()
  1128. Teleports.Visible = false
  1129. WoodFrame.Visible = false
  1130. LocalXD.Visible = true
  1131. PlayersFrame.Visible = false
  1132. FunctionsFrame.Visible = false
  1133. end)
  1134. WoodBTN.MouseButton1Down:connect(function()
  1135. Teleports.Visible = false
  1136. WoodFrame.Visible = true
  1137. LocalXD.Visible = false
  1138. PlayersFrame.Visible = false
  1139. FunctionsFrame.Visible = false
  1140. end)
  1141. --Teleports
  1142. Palm.MouseButton1Down:connect(function()
  1143. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2570, -5, -32))
  1144. end)
  1145.  
  1146. BobsShack.MouseButton1Down:connect(function()
  1147. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(259, 8, -2542))
  1148. end)
  1149.  
  1150. WoodRUs.MouseButton1Down:connect(function()
  1151. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(251, 2, 57))
  1152. end)
  1153.  
  1154. Volcano.MouseButton1Down:connect(function()
  1155. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1585, 622, 1140))
  1156. end)
  1157.  
  1158. Swamp.MouseButton1Down:connect(function()
  1159. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1209, 132, -801))
  1160. end)
  1161.  
  1162. StrangeMan.MouseButton1Down:connect(function()
  1163. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1061, 16, 1130))
  1164. end)
  1165.  
  1166. Spawn.MouseButton1Down:connect(function()
  1167. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(155, 3, 74))
  1168. end)
  1169.  
  1170. Shrine.MouseButton1Down:connect(function()
  1171. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1606, 195, 929))
  1172. end)
  1173.  
  1174. Lodge.MouseButton1Down:connect(function()
  1175. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1243, 63, 2305))
  1176. end)
  1177.  
  1178. LinksLogic.MouseButton1Down:connect(function()
  1179. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(4606, 7, -779))
  1180. end)
  1181.  
  1182. GreenBox.MouseButton1Down:connect(function()
  1183. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1675, 348, 1476))
  1184. end)
  1185.  
  1186. Fancy.MouseButton1Down:connect(function()
  1187. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(491, 3, -1719))
  1188. end)
  1189.  
  1190. EndTimes.MouseButton1Down:connect(function()
  1191. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(113, -213, -950))
  1192. end)
  1193.  
  1194. Dropoff.MouseButton1Down:connect(function()
  1195. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(314, -2, 123))
  1196. end)
  1197.  
  1198. Den.MouseButton1Down:connect(function()
  1199. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(331, 45, 1941))
  1200. end)
  1201.  
  1202. Cave.MouseButton1Down:connect(function()
  1203. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(3581, -179, 430))
  1204. end)
  1205.  
  1206. BoxedCars.MouseButton1Down:connect(function()
  1207. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(508, 3, -1463))
  1208. end)
  1209.  
  1210. YourPlot.MouseButton1Down:connect(function()
  1211. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  1212. if v.Owner.Value == game.Players.LocalPlayer then
  1213. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  1214. end
  1215. end
  1216. end)
  1217. --LocalPlayer Commands
  1218. -- God
  1219. God.MouseButton1Down:connect(function()
  1220. game.Players.LocalPlayer.Character.Humanoid.Name = "1"
  1221. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1222. l.Parent = game.Players.LocalPlayer.Character
  1223. l.Name = "Humanoid"
  1224. wait(0.1)
  1225. game.Players.LocalPlayer.Character["1"]:Destroy()
  1226. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1227. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1228. l.Changed:Connect(function()
  1229. if l then
  1230. l.WalkSpeed=game.Players.LocalPlayer.Character.Humanoid.WalkSpeed
  1231. l.JumpPower=game.Players.LocalPlayer.Character.Humanoid.JumpPower
  1232. end
  1233. end)
  1234. end)
  1235. -- Noclip
  1236. noclip = false
  1237. game:GetService('RunService').Stepped:connect(function()
  1238. if noclip then
  1239. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1240. NoclipLabel.TextColor3 = Color3.new(0, 1, 0)
  1241. NoclipLabel.Text = "Enabled"
  1242. end
  1243. end)
  1244. Noclip.MouseButton1Down:connect(function()
  1245. noclip = not noclip
  1246. NoclipLabel.TextColor3 = Color3.new(0.7, 0, 0)
  1247. NoclipLabel.Text = "Disabled"
  1248. end)
  1249. -- Walkspeed
  1250. Walkspeed.MouseButton1Down:connect(function()
  1251. while true do
  1252. wait()
  1253. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = WalkspeedValue.Text
  1254. end
  1255. end)
  1256. -- Jumppower
  1257. Jumppower.MouseButton1Down:connect(function()
  1258. while true do
  1259. wait()
  1260. game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumppowerValue.Text
  1261. end
  1262. end)
  1263. --Players Commands
  1264. -- Teleport To Player
  1265. -- teleport To Player Base
  1266.  
  1267. --Wood Commands
  1268. -- Teleport Cut Wood
  1269. TeleportCutWood.MouseButton1Down:connect(function()
  1270. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  1271. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  1272. if Log.Owner.Value == game.Players.LocalPlayer then
  1273. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0, 15, 0))
  1274. end
  1275. end
  1276. end
  1277. end)
  1278.  
  1279. -- Sell Cut Wood
  1280. SellCutWood.MouseButton1Down:connect(function()
  1281. for _, Log in pairs(workspace.LogModels:GetChildren()) do
  1282. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  1283. if Log.Owner.Value == game.Players.LocalPlayer then
  1284. for i,v in pairs(Log:GetChildren()) do
  1285. if v.Name=="WoodSection" then
  1286. spawn(function()
  1287. for i=1,10 do
  1288. wait()
  1289. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  1290. end
  1291. end)
  1292. end
  1293. end
  1294. spawn(function()
  1295. for i=1,20 do
  1296. wait()
  1297. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  1298. end
  1299. end)
  1300. end
  1301. end
  1302. end
  1303. end)
  1304. -- Teleport End Times Wood
  1305. TeleportEndTimesWood.MouseButton1Down:connect(function()
  1306. for i, v in pairs(game.Workspace:GetChildren()) do
  1307. if v.Name == "TreeRegion" then
  1308. for a, b in pairs(v:GetChildren()) do
  1309. tree(b, "LoneCave")
  1310. end
  1311. end
  1312. end
  1313. end)
  1314. -- Teleport Cave Crawler Wood
  1315. TeleportCaveCrawlerWood.MouseButton1Down:connect(function()
  1316. for i, v in pairs(game.Workspace:GetChildren()) do
  1317. if v.Name == "TreeRegion" then
  1318. for a, b in pairs(v:GetChildren()) do
  1319. tree(b, "CaveCrawler")
  1320. end
  1321. end
  1322. end
  1323. end)
  1324. --Functions
  1325. -- Dupe
  1326. Dupe.MouseButton1Down:connect(function()
  1327. plr = game:GetService("Players").LocalPlayer
  1328. slot = plr.CurrentSaveSlot
  1329. if Option == false then
  1330. if slot.Value == -1 then
  1331. Option = true
  1332. slot.RobloxLocked = true
  1333. DupeLabel.TextColor3 = Color3.new(0, 1, 0)
  1334. DupeLabel.Text = "Enabled"
  1335. end
  1336. else
  1337. Option = false
  1338. slot.RobloxLocked = false
  1339. DupeLabel.TextColor3 = Color3.new(0.7, 0, 0)
  1340. DupeLabel.Text = "Disabled"
  1341. end
  1342. end)
  1343. -- Move Tools
  1344. Move.MouseButton1Down:connect(function()
  1345. local player = game.Players.LocalPlayer
  1346. local Character = player.Character or player.CharacterAdded:wait()
  1347. local Humanoid = Character:WaitForChild("Humanoid")
  1348. local walkSpeed = Humanoid.WalkSpeed
  1349. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Dragger.Disabled = true
  1350. _G.dragRangeMin = 5
  1351. fivefour = coroutine.wrap(function()
  1352. EKey = false
  1353. QKey = false
  1354. player:GetMouse().KeyDown:connect(function(key)
  1355. if string.lower(key) == "e" then
  1356. EKey = true
  1357. elseif string.lower(key) == "q" then
  1358. QKey = true
  1359. end
  1360. end)
  1361. player:GetMouse().KeyUp:connect(function(key)
  1362. if string.lower(key) == "e" then
  1363. EKey = false
  1364. elseif string.lower(key) == "q" then
  1365. QKey = false
  1366. end
  1367. end)
  1368. while wait(0.1) do
  1369. if EKey then
  1370. F = FVal
  1371. FVal = FVal + 1000
  1372. ChangeForce(F+1000)
  1373. print(F)
  1374. end
  1375. if QKey then
  1376. F = FVal
  1377. FVal = FVal - 1000
  1378. ChangeForce(F-1000)
  1379. print(F)
  1380. end
  1381. end
  1382.  
  1383. end)
  1384. fivefour()
  1385. local dragPart = Instance.new("Part",game.Players.LocalPlayer.PlayerGui)--game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Dragger.Dragger
  1386. dragPart.Size = Vector3.new(0.2,0.2,0.2)
  1387. dragPart.BrickColor = BrickColor.new("Really red")
  1388. player.CharacterAdded:connect(function()
  1389. Character = player.Character
  1390. Humanoid = Character:WaitForChild("Humanoid")
  1391. Humanoid.Died:connect(function()
  1392. dragPart.Parent = nil
  1393. end)
  1394. end)
  1395.  
  1396. wait(1)
  1397. local dragRangeMax = 10000
  1398. local dragRangeMin = _G.dragRangeMin
  1399.  
  1400. local camera = workspace.CurrentCamera
  1401. local mouse = player:GetMouse()
  1402.  
  1403. local button1Down = false
  1404. local dragRange = dragRangeMax
  1405. FVal = 80000
  1406. local bodyPosition = Instance.new("BodyPosition", dragPart)
  1407. bodyPosition.maxForce = Vector3.new(1, 1, 1) * FVal
  1408. bodyPosition.D = 1000
  1409. bodyPosition.P = 4000
  1410. function ChangeForce(F)
  1411. if F > 0 then
  1412. F = bodyPosition.maxForce.X+F
  1413. bodyPosition.maxForce = Vector3.new(1, 1, 1) * F
  1414. else
  1415. F = bodyPosition.maxForce.X-F
  1416. bodyPosition.maxForce = Vector3.new(1, 1, 1) * F
  1417. end
  1418. end
  1419.  
  1420. local bodyGyro = Instance.new("BodyGyro", dragPart)
  1421. bodyGyro.maxTorque = Vector3.new(1, 1, 1) * 200 --4000 -- * 0.000012
  1422. bodyGyro.P = 1200
  1423. bodyGyro.D = 140 --15
  1424.  
  1425. --bodyPosition.P = bodyPosition.P * 1/19
  1426. --bodyPosition.D = bodyPosition.D * 1/19
  1427. --bodyGyro.P = bodyGyro.P * 1/19
  1428. --bodyGyro.D = bodyGyro.D * 1/19
  1429.  
  1430. local rotateCFrame = CFrame.new()
  1431.  
  1432. local weld = Instance.new("Weld", dragPart)
  1433.  
  1434. --local interactPermission = require(game.ReplicatedStorage.Interaction.InteractionPermission)
  1435. local clientIsDragging = game.ReplicatedStorage.Interaction.ClientIsDragging
  1436.  
  1437. local carryAnimationTrack
  1438.  
  1439.  
  1440. --------------------------------[[ Drag Main ]]------------------------------------
  1441.  
  1442. local draggingPart = false
  1443.  
  1444. function click()
  1445. button1Down = true
  1446.  
  1447. local targetObject = game.Players.LocalPlayer:GetMouse().Target
  1448. if not canDrag(targetObject) then
  1449. return
  1450. end
  1451.  
  1452. local mouseHit = game.Players.LocalPlayer:GetMouse().Hit.p
  1453. if (mouseHit - Character.Head.Position).magnitude > dragRangeMax then
  1454. return
  1455. end
  1456.  
  1457. initializeDrag(targetObject, mouseHit)
  1458. rotateCFrame = CFrame.new()
  1459.  
  1460. carryAnimationTrack:Play(0.1, 1, 1)
  1461.  
  1462. local dragIsFailing = 0
  1463. local dragTime = 0
  1464.  
  1465.  
  1466. while button1Down and canDrag(targetObject) do
  1467. local desiredPos = Character.Head.Position + (game.Players.LocalPlayer:GetMouse().Hit.p - Character.Head.Position).unit * dragRange
  1468.  
  1469. local dragRay = Ray.new(Character.Head.Position, desiredPos - Character.Head.Position)
  1470. local part, pos = workspace:FindPartOnRayWithIgnoreList(dragRay, {Character, dragPart, targetObject.Parent})
  1471.  
  1472. if part then
  1473. desiredPos = pos
  1474. end
  1475.  
  1476. if (camera.CoordinateFrame.p - Character.Head.Position).magnitude > 2 then
  1477. desiredPos = desiredPos + Vector3.new(0, 1.8, 0)
  1478. end
  1479.  
  1480. moveDrag(desiredPos)
  1481. bodyGyro.cframe = CFrame.new(dragPart.Position, camera.CoordinateFrame.p) * rotateCFrame
  1482.  
  1483. local targParent = findHighestParent(targetObject) or targetObject
  1484.  
  1485. local attemptingToSurf = false
  1486. for _, check in pairs({{Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.7, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  1487. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  1488. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  1489. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  1490. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(-0.7, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  1491.  
  1492. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, 0.6)).p, Vector3.new(0, -2, 0))},
  1493. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0, -2.8, 0.6)).p, Vector3.new(0, -2, 0))},
  1494. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, 0.6)).p, Vector3.new(0, -2, 0))},
  1495.  
  1496. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, -0.6)).p, Vector3.new(0, -2, 0))},
  1497. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0, -2.8, -0.6)).p, Vector3.new(0, -2, 0))},
  1498. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, -0.6)).p, Vector3.new(0, -2, 0))},
  1499.  
  1500. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.5, -0.8, 0)).p, Character.HumanoidRootPart.CFrame.lookVector), State = Enum.HumanoidStateType.Climbing},
  1501. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(-0.5, -0.8, 0)).p, Character.HumanoidRootPart.CFrame.lookVector), State = Enum.HumanoidStateType.Climbing},
  1502. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.5, -1.3, 0)).p, Character.HumanoidRootPart.CFrame.lookVector), State = Enum.HumanoidStateType.Climbing},
  1503. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(-0.5, -1.3, 0)).p, Character.HumanoidRootPart.CFrame.lookVector), State = Enum.HumanoidStateType.Climbing}
  1504.  
  1505. }) do
  1506.  
  1507. local ray = check.Ray
  1508. local part, _ = workspace:FindPartOnRayWithIgnoreList(ray, {Character})
  1509. local op = part
  1510. part = part and findHighestParent(part)
  1511.  
  1512. if part and (not check.State or Humanoid:GetState() == check.State) then
  1513. if part == targParent then
  1514. attemptingToSurf = true
  1515. else
  1516. for _, connectedPart in pairs(op:GetConnectedParts(true)) do
  1517.  
  1518. if connectedPart == targetObject--[[targParent]] then
  1519. attemptingToSurf = true
  1520. break
  1521. end
  1522. end
  1523. end
  1524.  
  1525. if attemptingToSurf then
  1526. break
  1527. end
  1528. end
  1529. end
  1530.  
  1531.  
  1532.  
  1533.  
  1534.  
  1535. local falling = Humanoid:GetState() == Enum.HumanoidStateType.Freefall or Humanoid:GetState() == Enum.HumanoidStateType.FallingDown--not part1 and not part2
  1536.  
  1537.  
  1538. if attemptingToSurf then
  1539. dragIsFailing = 0
  1540. elseif falling then
  1541. dragIsFailing = 0
  1542. elseif (dragPart.Position - desiredPos).magnitude > 5 then
  1543. dragIsFailing = 0
  1544. else
  1545. dragIsFailing = 0
  1546. end
  1547. if dragIsFailing > 16 then
  1548. break
  1549. end
  1550.  
  1551.  
  1552. if dragTime % 10 == 0 and targParent.Parent:FindFirstChild("BedInfo") and targParent.Parent:FindFirstChild("Main") then
  1553. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Parent.Scripts.VehicleControl.SetVehicleOwnership:Fire(targParent.Parent.Main)
  1554. end
  1555.  
  1556. clientIsDragging:FireServer(targParent.Parent)
  1557.  
  1558. wait()
  1559. dragTime = 0
  1560. end
  1561.  
  1562. carryAnimationTrack:Stop()
  1563.  
  1564. endDrag()
  1565. end
  1566.  
  1567.  
  1568. function findHighestParent(child)
  1569. if not child or not child.Parent or child.Parent == workspace then
  1570. return nil
  1571. end
  1572.  
  1573. local ret = child.Parent:FindFirstChild("Owner") and child
  1574. return findHighestParent(child.Parent) or ret
  1575. end
  1576.  
  1577.  
  1578.  
  1579. function clickEnded()
  1580. button1Down = false
  1581. end
  1582.  
  1583. function holdDistanceChanged()
  1584. dragRange = dragRangeMax--[[_G.dragRangeMin + (1 - dist) * (dragRangeMax - _G.dragRangeMin)]]
  1585. end
  1586.  
  1587.  
  1588. function canDrag(targetObject)
  1589.  
  1590.  
  1591. if not (targetObject and not targetObject.Anchored and targetObject.Parent and Humanoid.Health > 0) then -- General conditions
  1592. return false
  1593. end
  1594.  
  1595. if targetObject.Name == "LeafPart" then
  1596. return false
  1597. end
  1598.  
  1599. local originTargetObject = targetObject
  1600. targetObject = findHighestParent(targetObject) or targetObject
  1601.  
  1602. bodyGyro.Parent = dragPart
  1603.  
  1604.  
  1605. --[[if not (targetObject.Parent:FindFirstChild("Owner") or targetObject.Parent.Parent:FindFirstChild("Owner")) then
  1606. return otherDraggable(targetObject, originTargetObject)
  1607. end]]
  1608.  
  1609. if targetObject.Parent:FindFirstChild("Owner") or targetObject.Parent.Parent:FindFirstChild("Owner") then
  1610. return true
  1611. end
  1612.  
  1613. if targetObject.Parent:FindFirstChild("TreeClass") then -- Wood class
  1614. return true
  1615. end
  1616. if targetObject.Parent:FindFirstChild("BoxItemName") then -- Shop items
  1617. return true
  1618. end
  1619. if targetObject.Parent:FindFirstChild("PurchasedBoxItemName") then -- Purchased box items
  1620. return true
  1621. end
  1622. if targetObject.Parent:FindFirstChild("Handle") then -- Tool items
  1623. return true
  1624. end
  1625.  
  1626. return otherDraggable(targetObject, originTargetObject)
  1627. end
  1628.  
  1629. function otherDraggable(targetObject, originTargetObject)
  1630. local draggable = targetObject and targetObject.Parent and targetObject.Parent:FindFirstChild("DraggableItem") or originTargetObject and originTargetObject.Parent and originTargetObject.Parent:FindFirstChild("DraggableItem")
  1631. if draggable then -- Other stuff
  1632. if draggable:FindFirstChild("NoRotate") then
  1633. bodyGyro.Parent = nil
  1634. end
  1635. return true
  1636. end
  1637. end
  1638.  
  1639. function initializeDrag(targetObject,mouseHit)
  1640. draggingPart = true
  1641. mouse.TargetFilter = targetObject and findHighestParent(targetObject) and findHighestParent(targetObject).Parent or targetObject
  1642.  
  1643. dragPart.CFrame = CFrame.new(mouseHit, camera.CoordinateFrame.p)
  1644.  
  1645. weld.Part0 = dragPart
  1646. weld.Part1 = targetObject
  1647. weld.C0 = CFrame.new(mouseHit,camera.CoordinateFrame.p):inverse() * targetObject.CFrame
  1648. weld.Parent = dragPart
  1649.  
  1650. dragPart.Parent = workspace
  1651. end
  1652.  
  1653. function endDrag()
  1654. mouse.TargetFilter = nil
  1655. dragPart.Parent = nil
  1656. draggingPart = false
  1657. end
  1658.  
  1659. --------------------------------[[ Do Prompt ]]------------------------------------
  1660.  
  1661.  
  1662. local dragGuiState = ""
  1663. function interactLoop()
  1664. while true do
  1665. wait()
  1666.  
  1667. local newState = ""
  1668.  
  1669. local mouseHit = game.Players.LocalPlayer:GetMouse().Hit.p
  1670. local targetObject = game.Players.LocalPlayer:GetMouse().Target
  1671.  
  1672.  
  1673. if draggingPart then
  1674. newState = "Dragging"
  1675. elseif canDrag(targetObject) and not button1Down and (mouseHit - Character.Head.Position).magnitude < dragRangeMax then
  1676. newState = "Mouseover"
  1677. end
  1678.  
  1679. if true then-- not (newState == dragGuiState) then
  1680. dragGuiState = newState
  1681. setPlatformControls()
  1682.  
  1683. if dragGuiState == "" then
  1684. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.Visible = false
  1685. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.Visible = false
  1686. elseif dragGuiState == "Mouseover" then
  1687. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.Visible = true
  1688. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.Visible = false
  1689. elseif dragGuiState == "Dragging" then
  1690. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.Visible = false
  1691. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.Visible = not (bodyGyro.Parent == nil) and (not player:FindFirstChild("IsChatting") or player.IsChatting.Value < 1)
  1692. end
  1693. end
  1694.  
  1695. end
  1696. end
  1697.  
  1698.  
  1699. --------------------------------[[ Drag Moving ]]------------------------------------
  1700.  
  1701.  
  1702. function moveDrag(pos)
  1703. bodyPosition.position = pos
  1704. end
  1705. local rotateSpeedReduce = 0.036
  1706.  
  1707. local lastRotateTick
  1708. function crotate(amount, speed)
  1709.  
  1710. if not draggingPart then
  1711. if not player:FindFirstChild("IsChatting") or player.IsChatting.Value < 2 then
  1712. Humanoid.WalkSpeed = walkSpeed
  1713. end
  1714. return
  1715. end
  1716.  
  1717. if Humanoid.WalkSpeed > 1 then
  1718. walkSpeed = Humanoid.WalkSpeed
  1719. Humanoid.WalkSpeed = 0
  1720. end
  1721.  
  1722. lastRotateTick = tick()
  1723. local thisRotateTick = lastRotateTick
  1724.  
  1725. while draggingPart and amount.magnitude > 0 and lastRotateTick == thisRotateTick do
  1726. rotateCFrame = CFrame.Angles(0, -amount.X * rotateSpeedReduce, 0) * CFrame.Angles(amount.Y * rotateSpeedReduce, 0, 0) * rotateCFrame
  1727. wait()
  1728. end
  1729.  
  1730. if amount.magnitude == 0 then
  1731. if not player:FindFirstChild("IsChatting") or player.IsChatting.Value < 2 then
  1732. Humanoid.WalkSpeed = walkSpeed
  1733. end
  1734. end
  1735. end
  1736.  
  1737. --------------------------------[[ User Input ]]------------------------------------
  1738.  
  1739. wait(1)
  1740.  
  1741. carryAnimationTrack = Humanoid:LoadAnimation(game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Dragger:WaitForChild("CarryItem"))
  1742.  
  1743. --input = require(game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Parent:WaitForChild("Scripts"):WaitForChild("UserInput"))
  1744.  
  1745. game.Players.LocalPlayer:GetMouse().Button1Down:connect(function()
  1746. click()
  1747. holdDistanceChanged()
  1748. end)
  1749. game.Players.LocalPlayer:GetMouse().Button1Up:connect(function()
  1750. clickEnded()
  1751. end)
  1752. --input.ClickBegan(click, holdDistanceChanged)
  1753. --input.ClickEnded(clickEnded)
  1754.  
  1755. --input.Rotate(crotate)
  1756.  
  1757.  
  1758. function setPlatformControls()
  1759. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.PlatformButton.Image = game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.PlatformButton.PC.Value
  1760. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.PlatformButton.KeyLabel.Text = "CLICK"
  1761. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.PlatformButton.Image = game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.PlatformButton.PC.Value
  1762. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.PlatformButton.KeyLabel.Text = "SHIFT + WASD"
  1763. end
  1764.  
  1765.  
  1766. interactLoop()
  1767. end)
  1768. -- Golden Axe
  1769. GoldAxe.MouseButton1Down:connect(function()
  1770.  
  1771. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  1772. mouse1.Button1Down:connect(function(key)
  1773. Pressing=false
  1774. end)
  1775.  
  1776. function GetAxe()
  1777. if game.Players.LocalPlayer.Character:FindFirstChild("Tool") then
  1778. return game.Players.LocalPlayer.Character:FindFirstChild("Tool")
  1779. end
  1780. end
  1781.  
  1782. local HitPoints={
  1783. ['GoldAxe']= 50;
  1784. ['BasicHatchet']= 0.2;
  1785. ['Axe1']= 0.55;
  1786. ['Axe2']= 0.93;
  1787. ['AxeAlphaTesters']= 1.5;
  1788. ['Rukiryaxe']= 1.68;
  1789. ['Axe3']= 1.45;
  1790. ['AxeBetaTesters']= 1.45;
  1791. ['FireAxe']= 0.6;
  1792. ['SilverAxe']= 1.6;
  1793. ['EndTimesAxe']= 10000000;
  1794. ['AxeChicken']= 0.1;
  1795. ['CandyCaneAxe']= 0;
  1796. }
  1797.  
  1798. local Pressing = false
  1799.  
  1800. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  1801. mouse1.Button1Down:connect(function(key)
  1802. Pressing=true
  1803. poop(GetAxe())
  1804. end)
  1805.  
  1806. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  1807. mouse1.Button1Down:connect(function(key)
  1808. Pressing=false
  1809. end)
  1810.  
  1811. function cut(Height,Tool)
  1812. local Tree=game.Players.LocalPlayer:GetMouse().Target
  1813. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.Parent.CutEvent,{
  1814. ["cuttingClass"] = "Axe",
  1815. ["cooldown"] = 0,
  1816. ["hitPoints"] = HitPoints[Tool.ToolName.Value],
  1817. ["sectionId"] = 1,
  1818. ["tool"] = Tool,
  1819. ["faceVector"] = Vector3.new(-1,0,0),
  1820. ["height"] = Height})
  1821. end
  1822.  
  1823. function poop(Tool)
  1824. while Pressing do
  1825. for i=1,100 do
  1826. wait()
  1827. cut(_G.SIZE,Tool)
  1828. cut(1,Tool)
  1829. end
  1830. end
  1831. end
  1832. end)
  1833. -- Leaked Items
  1834. LeakedItems.MouseButton1Down:connect(function()
  1835. game.ReplicatedStorage.Purchasables:Clone().Parent = game.Workspace.PlayerModels
  1836. end)
  1837.  
  1838. -- Ctrl + Click TP
  1839. TeleportTool.MouseButton1Down:connect(function()
  1840. local Plr = game:GetService("Players").LocalPlayer
  1841. local Mouse = Plr:GetMouse()
  1842.  
  1843. Mouse.Button1Down:connect(function()
  1844. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  1845. if not Mouse.Target then return end
  1846. Plr.Character:MoveTo(Mouse.Hit.p)
  1847. end)
  1848. end)
  1849. -- Grey Wood
  1850. GreyWood.MouseButton1Down:connect(function()
  1851. for i,v in next,workspace.PlayerModels:GetChildren() do
  1852. if v:FindFirstChild("Type") then
  1853. if v.Type.Value == "Blueprint" then
  1854. v.Type.Value = "Structure"
  1855. end
  1856. end
  1857. end
  1858. end)
  1859. -- Teleport Gifts
  1860. TeleportGifts.MouseButton1Down:connect(function()
  1861. for i,v in next,workspace.PlayerModels:GetChildren() do
  1862. if v:FindFirstChild("Main") and v.Owner.Value == game.Players.LocalPlayer then
  1863. for q,p in pairs(v:GetChildren()) do
  1864. if p.Name:lower():match("box") or p.Name == "DraggableItem" then
  1865. wait()
  1866. v.PrimaryPart = v.Main
  1867. game.ReplicatedStorage.Interaction.Verify:FireServer('Item owned by player',v)
  1868. v:SetPrimaryPartCFrame(game.Players.LocalPlayer.Character.Head.CFrame)
  1869. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1870. end
  1871. end
  1872. end
  1873. end
  1874. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement