Advertisement
Guest User

Lumber tyccon By Cyruss2134

a guest
Aug 22nd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 77.75 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Hailstone = Instance.new("ScreenGui")
  4. local OpenBtn = Instance.new("TextButton")
  5. local Drag = Instance.new("Frame")
  6. local AAPressQ = Instance.new("TextLabel")
  7. local AnimWelcomeScreen = Instance.new("Frame")
  8. local ImageLabel = Instance.new("ImageLabel")
  9. local Main = Instance.new("Frame")
  10. local HomeLocal = Instance.new("TextButton")
  11. local HomeTopBar = Instance.new("TextButton")
  12. local HomePlayers = Instance.new("TextButton")
  13. local HomeTeleports = Instance.new("TextButton")
  14. local HomeWood = Instance.new("TextButton")
  15. local HomeTools = Instance.new("TextButton")
  16. local HomeChangelog = Instance.new("TextButton")
  17. local HomeLogo = Instance.new("ImageLabel")
  18. local HiName = Instance.new("TextLabel")
  19. local HomeSepBar = Instance.new("TextButton")
  20. local X = Instance.new("TextButton")
  21. local WoodScreen = Instance.new("Frame")
  22. local TeleportCutWood = Instance.new("TextButton")
  23. local SellCutWood = Instance.new("TextButton")
  24. local TeleportEndTimesWood = Instance.new("TextButton")
  25. local TeleportCaveCrawlerWood = Instance.new("TextButton")
  26. local TeleportGifts = Instance.new("TextButton")
  27. local ToolsScreen = Instance.new("Frame")
  28. local Dupe = Instance.new("TextButton")
  29. local Move = Instance.new("TextButton")
  30. local GoldAxe = Instance.new("TextButton")
  31. local LeakedItems = Instance.new("TextButton")
  32. local TeleportTool = Instance.new("TextButton")
  33. local GreyWood = Instance.new("TextButton")
  34. local DupeLabel = Instance.new("TextLabel")
  35. local TeleportsScreen = Instance.new("Frame")
  36. local Spawn = Instance.new("TextButton")
  37. local Den = Instance.new("TextButton")
  38. local StrangeMan = Instance.new("TextButton")
  39. local Swamp = Instance.new("TextButton")
  40. local Fancy = Instance.new("TextButton")
  41. local BoxedCars = Instance.new("TextButton")
  42. local Dropoff = Instance.new("TextButton")
  43. local GreenBox = Instance.new("TextButton")
  44. local Cave = Instance.new("TextButton")
  45. local Palm = Instance.new("TextButton")
  46. local WoodRUs = Instance.new("TextButton")
  47. local LinksLogic = Instance.new("TextButton")
  48. local YourPlot = Instance.new("TextButton")
  49. local BobsShack = Instance.new("TextButton")
  50. local EndTimes = Instance.new("TextButton")
  51. local Volcano = Instance.new("TextButton")
  52. local Lodge = Instance.new("TextButton")
  53. local Shrine = Instance.new("TextButton")
  54. local PlayersScreen = Instance.new("Frame")
  55. local P1 = Instance.new("TextButton")
  56. local P2 = Instance.new("TextButton")
  57. local P4 = Instance.new("TextButton")
  58. local P3 = Instance.new("TextButton")
  59. local P6 = Instance.new("TextButton")
  60. local P5 = Instance.new("TextButton")
  61. local TpToPlayer = Instance.new("TextButton")
  62. local TpToPlayerBase = Instance.new("TextButton")
  63. local PSelected = Instance.new("TextLabel")
  64. local LocalScreen = Instance.new("Frame")
  65. local God = Instance.new("TextButton")
  66. local Noclip = Instance.new("TextButton")
  67. local Walkspeed = Instance.new("TextButton")
  68. local Jumppower = Instance.new("TextButton")
  69. local NoclipLabel = Instance.new("TextLabel")
  70. local WalkspeedValue = Instance.new("TextBox")
  71. local JumppowerValue = Instance.new("TextBox")
  72. local EtoFly = Instance.new("TextLabel")
  73. local HomeScreen = Instance.new("Frame")
  74. local WelcomeName = Instance.new("TextLabel")
  75. local WelcomeMOTD = Instance.new("TextLabel")
  76. local WelcomeAuthor = Instance.new("TextLabel")
  77. local ChangelogScreen = Instance.new("Frame")
  78. local Logs = Instance.new("TextLabel")
  79. local Logs2 = Instance.new("TextLabel")
  80. local Logs3 = Instance.new("TextLabel")
  81. local Log1and2Div = Instance.new("TextButton")
  82. local Log2and3Div = Instance.new("TextButton")
  83.  
  84. -- Properties
  85.  
  86. Hailstone.Name = "Hailstone"
  87. Hailstone.Parent = game.CoreGui
  88. Hailstone.ResetOnSpawn = false
  89.  
  90. OpenBtn.Name = "OpenBtn"
  91. OpenBtn.Parent = Hailstone
  92. OpenBtn.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  93. OpenBtn.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  94. OpenBtn.BorderSizePixel = 3
  95. OpenBtn.Position = UDim2.new(0, 0, 0.826086938, 0)
  96. OpenBtn.Size = UDim2.new(0, 79, 0, 23)
  97. OpenBtn.Visible = false
  98. OpenBtn.Font = Enum.Font.SourceSans
  99. OpenBtn.Text = "Open"
  100. OpenBtn.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  101. OpenBtn.TextSize = 14
  102. OpenBtn.TextWrapped = true
  103.  
  104. Drag.Name = "Drag"
  105. Drag.Parent = Hailstone
  106. Drag.Active = true
  107. Drag.BackgroundColor3 = Color3.new(1, 1, 1)
  108. Drag.BackgroundTransparency = 1
  109. Drag.BorderSizePixel = 0
  110. Drag.Draggable = true
  111. Drag.Position = UDim2.new(0.373752683, 0, 0.267786592, 0)
  112. Drag.Selectable = true
  113. Drag.Size = UDim2.new(0, 451, 0, 234)
  114.  
  115. AAPressQ.Name = "AAPressQ"
  116. AAPressQ.Parent = Hailstone
  117. AAPressQ.BackgroundColor3 = Color3.new(1, 1, 1)
  118. AAPressQ.BackgroundTransparency = 1
  119. AAPressQ.BorderSizePixel = 0
  120. AAPressQ.Position = UDim2.new(0.283759117, 0, 0.252964437, 0)
  121. AAPressQ.Size = UDim2.new(0, 573, 0, 257)
  122. AAPressQ.Font = Enum.Font.SourceSans
  123. AAPressQ.Text = "Press \"Q\""
  124. AAPressQ.TextSize = 100
  125.  
  126. AnimWelcomeScreen.Name = "AnimWelcomeScreen"
  127. AnimWelcomeScreen.Parent = Drag
  128. AnimWelcomeScreen.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  129. AnimWelcomeScreen.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  130. AnimWelcomeScreen.BorderSizePixel = 3
  131. AnimWelcomeScreen.Position = UDim2.new(0.328511298, 0, -0.20692715, 0)
  132. AnimWelcomeScreen.Size = UDim2.new(0, 209, 0, 199)
  133. AnimWelcomeScreen.Visible = false
  134.  
  135. ImageLabel.Parent = AnimWelcomeScreen
  136. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  137. ImageLabel.BackgroundTransparency = 1
  138. ImageLabel.BorderSizePixel = 0
  139. ImageLabel.Size = UDim2.new(0, 209, 0, 199)
  140. ImageLabel.Image = "rbxassetid://1393851029"
  141.  
  142. Main.Name = "Main"
  143. Main.Parent = Drag
  144. Main.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  145. Main.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  146. Main.BorderSizePixel = 3
  147. Main.Position = UDim2.new(-0.00221729279, 0, 0.0128205121, 0)
  148. Main.Size = UDim2.new(0, 450, 0, 232)
  149. Main.Visible = false
  150.  
  151. HomeLocal.Name = "HomeLocal"
  152. HomeLocal.Parent = Main
  153. HomeLocal.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  154. HomeLocal.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  155. HomeLocal.BorderSizePixel = 2
  156. HomeLocal.Position = UDim2.new(0.0244444441, 0, 0.206896558, 0)
  157. HomeLocal.Size = UDim2.new(0, 84, 0, 21)
  158. HomeLocal.Font = Enum.Font.SourceSans
  159. HomeLocal.Text = "Local"
  160. HomeLocal.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  161. HomeLocal.TextSize = 24
  162. HomeLocal.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  163.  
  164. HomeTopBar.Name = "HomeTopBar"
  165. HomeTopBar.Parent = Main
  166. HomeTopBar.BackgroundColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  167. HomeTopBar.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  168. HomeTopBar.Position = UDim2.new(0, 0, 0.159482777, 0)
  169. HomeTopBar.Size = UDim2.new(0, 450, 0, 1)
  170. HomeTopBar.Font = Enum.Font.SourceSans
  171. HomeTopBar.Text = ""
  172. HomeTopBar.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  173. HomeTopBar.TextSize = 24
  174. HomeTopBar.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  175.  
  176. HomePlayers.Name = "HomePlayers"
  177. HomePlayers.Parent = Main
  178. HomePlayers.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  179. HomePlayers.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  180. HomePlayers.BorderSizePixel = 2
  181. HomePlayers.Position = UDim2.new(0.0244444441, 0, 0.331896544, 0)
  182. HomePlayers.Size = UDim2.new(0, 84, 0, 21)
  183. HomePlayers.Font = Enum.Font.SourceSans
  184. HomePlayers.Text = "Players"
  185. HomePlayers.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  186. HomePlayers.TextSize = 24
  187. HomePlayers.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  188.  
  189. HomeTeleports.Name = "HomeTeleports"
  190. HomeTeleports.Parent = Main
  191. HomeTeleports.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  192. HomeTeleports.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  193. HomeTeleports.BorderSizePixel = 2
  194. HomeTeleports.Position = UDim2.new(0.0244444441, 0, 0.459051698, 0)
  195. HomeTeleports.Size = UDim2.new(0, 84, 0, 21)
  196. HomeTeleports.Font = Enum.Font.SourceSans
  197. HomeTeleports.Text = "Teleports"
  198. HomeTeleports.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  199. HomeTeleports.TextSize = 24
  200. HomeTeleports.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  201.  
  202. HomeWood.Name = "HomeWood"
  203. HomeWood.Parent = Main
  204. HomeWood.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  205. HomeWood.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  206. HomeWood.BorderSizePixel = 2
  207. HomeWood.Position = UDim2.new(0.0244444441, 0, 0.594827592, 0)
  208. HomeWood.Size = UDim2.new(0, 84, 0, 21)
  209. HomeWood.Font = Enum.Font.SourceSans
  210. HomeWood.Text = "Wood"
  211. HomeWood.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  212. HomeWood.TextSize = 24
  213. HomeWood.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  214.  
  215. HomeTools.Name = "HomeTools"
  216. HomeTools.Parent = Main
  217. HomeTools.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  218. HomeTools.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  219. HomeTools.BorderSizePixel = 2
  220. HomeTools.Position = UDim2.new(0.0244444441, 0, 0.732758641, 0)
  221. HomeTools.Size = UDim2.new(0, 84, 0, 21)
  222. HomeTools.Font = Enum.Font.SourceSans
  223. HomeTools.Text = "Tools"
  224. HomeTools.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  225. HomeTools.TextSize = 24
  226. HomeTools.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  227.  
  228. HomeChangelog.Name = "HomeChangelog"
  229. HomeChangelog.Parent = Main
  230. HomeChangelog.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  231. HomeChangelog.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  232. HomeChangelog.BorderSizePixel = 2
  233. HomeChangelog.Position = UDim2.new(0.0244444441, 0, 0.875, 0)
  234. HomeChangelog.Size = UDim2.new(0, 84, 0, 21)
  235. HomeChangelog.Font = Enum.Font.SourceSans
  236. HomeChangelog.Text = "Changelog"
  237. HomeChangelog.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  238. HomeChangelog.TextSize = 22
  239. HomeChangelog.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  240.  
  241. HomeLogo.Name = "HomeLogo"
  242. HomeLogo.Parent = Main
  243. HomeLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  244. HomeLogo.BackgroundTransparency = 1
  245. HomeLogo.BorderSizePixel = 0
  246. HomeLogo.Position = UDim2.new(0.456999987, 0, -0.11896389, 0)
  247. HomeLogo.Size = UDim2.new(0, 156, 0, 99)
  248. HomeLogo.Image = "rbxassetid://1393851029"
  249.  
  250. HiName.Name = "HiName"
  251. HiName.Parent = Main
  252. HiName.BackgroundColor3 = Color3.new(1, 1, 1)
  253. HiName.BackgroundTransparency = 1
  254. HiName.BorderSizePixel = 0
  255. HiName.Position = UDim2.new(0.0244444441, 0, 0.0258620698, 0)
  256. HiName.Size = UDim2.new(0, 189, 0, 25)
  257. HiName.Font = Enum.Font.SourceSans
  258. HiName.Text = "Hi"
  259. HiName.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  260. HiName.TextScaled = true
  261. HiName.TextSize = 14
  262. HiName.TextStrokeColor3 = Color3.new(0.000153787, 0.000246059, 0.000322953)
  263. HiName.TextStrokeTransparency = 0.64899998903275
  264. HiName.TextWrapped = true
  265. HiName.TextXAlignment = Enum.TextXAlignment.Left
  266.  
  267. HomeSepBar.Name = "HomeSepBar"
  268. HomeSepBar.Parent = Main
  269. HomeSepBar.BackgroundColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  270. HomeSepBar.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  271. HomeSepBar.Position = UDim2.new(0.24888888, 0, 0.206896558, 0)
  272. HomeSepBar.Size = UDim2.new(0, 1, 0, 176)
  273. HomeSepBar.Font = Enum.Font.SourceSans
  274. HomeSepBar.Text = ""
  275. HomeSepBar.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  276. HomeSepBar.TextSize = 24
  277. HomeSepBar.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  278.  
  279. X.Name = "X"
  280. X.Parent = Main
  281. X.BackgroundColor3 = Color3.new(1, 1, 1)
  282. X.BackgroundTransparency = 1
  283. X.BorderSizePixel = 0
  284. X.Position = UDim2.new(0.937777758, 0, 0, 0)
  285. X.Size = UDim2.new(0, 28, 0, 25)
  286. X.Font = Enum.Font.SourceSans
  287. X.Text = "X"
  288. X.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  289. X.TextScaled = true
  290. X.TextSize = 14
  291. X.TextWrapped = true
  292.  
  293. WoodScreen.Name = "WoodScreen"
  294. WoodScreen.Parent = Drag
  295. WoodScreen.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  296. WoodScreen.BackgroundTransparency = 1
  297. WoodScreen.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  298. WoodScreen.BorderSizePixel = 0
  299. WoodScreen.Draggable = true
  300. WoodScreen.Position = UDim2.new(0.0164813697, 0, -0.000777035952, 0)
  301. WoodScreen.Size = UDim2.new(0, 444, 0, 230)
  302. WoodScreen.Visible = false
  303.  
  304. TeleportCutWood.Name = "Teleport Cut Wood"
  305. TeleportCutWood.Parent = WoodScreen
  306. TeleportCutWood.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  307. TeleportCutWood.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  308. TeleportCutWood.BorderSizePixel = 2
  309. TeleportCutWood.Position = UDim2.new(0.457207203, 0, 0.226086959, 0)
  310. TeleportCutWood.Size = UDim2.new(0, 147, 0, 21)
  311. TeleportCutWood.Font = Enum.Font.SourceSans
  312. TeleportCutWood.Text = "Teleport Cut Wood"
  313. TeleportCutWood.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  314. TeleportCutWood.TextScaled = true
  315. TeleportCutWood.TextSize = 24
  316. TeleportCutWood.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  317. TeleportCutWood.TextWrapped = true
  318.  
  319. SellCutWood.Name = "Sell Cut Wood"
  320. SellCutWood.Parent = WoodScreen
  321. SellCutWood.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  322. SellCutWood.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  323. SellCutWood.BorderSizePixel = 2
  324. SellCutWood.Position = UDim2.new(0.457207203, 0, 0.391304344, 0)
  325. SellCutWood.Size = UDim2.new(0, 147, 0, 21)
  326. SellCutWood.Font = Enum.Font.SourceSans
  327. SellCutWood.Text = "Sell Cut Wood"
  328. SellCutWood.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  329. SellCutWood.TextSize = 24
  330. SellCutWood.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  331.  
  332. TeleportEndTimesWood.Name = "Teleport End Times Wood"
  333. TeleportEndTimesWood.Parent = WoodScreen
  334. TeleportEndTimesWood.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  335. TeleportEndTimesWood.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  336. TeleportEndTimesWood.BorderSizePixel = 2
  337. TeleportEndTimesWood.Position = UDim2.new(0.457207203, 0, 0.556521714, 0)
  338. TeleportEndTimesWood.Size = UDim2.new(0, 147, 0, 21)
  339. TeleportEndTimesWood.Font = Enum.Font.SourceSans
  340. TeleportEndTimesWood.Text = "Teleport End Times"
  341. TeleportEndTimesWood.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  342. TeleportEndTimesWood.TextScaled = true
  343. TeleportEndTimesWood.TextSize = 24
  344. TeleportEndTimesWood.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  345. TeleportEndTimesWood.TextWrapped = true
  346.  
  347. TeleportCaveCrawlerWood.Name = "Teleport Cave Crawler Wood"
  348. TeleportCaveCrawlerWood.Parent = WoodScreen
  349. TeleportCaveCrawlerWood.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  350. TeleportCaveCrawlerWood.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  351. TeleportCaveCrawlerWood.BorderSizePixel = 2
  352. TeleportCaveCrawlerWood.Position = UDim2.new(0.457207203, 0, 0.70869565, 0)
  353. TeleportCaveCrawlerWood.Size = UDim2.new(0, 147, 0, 21)
  354. TeleportCaveCrawlerWood.Font = Enum.Font.SourceSans
  355. TeleportCaveCrawlerWood.Text = "Teleport Cave Crawler"
  356. TeleportCaveCrawlerWood.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  357. TeleportCaveCrawlerWood.TextScaled = true
  358. TeleportCaveCrawlerWood.TextSize = 24
  359. TeleportCaveCrawlerWood.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  360. TeleportCaveCrawlerWood.TextWrapped = true
  361.  
  362. TeleportGifts.Name = "Teleport Gifts"
  363. TeleportGifts.Parent = WoodScreen
  364. TeleportGifts.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  365. TeleportGifts.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  366. TeleportGifts.BorderSizePixel = 2
  367. TeleportGifts.Position = UDim2.new(0.456081063, 0, 0.869565248, 0)
  368. TeleportGifts.Size = UDim2.new(0, 147, 0, 21)
  369. TeleportGifts.Font = Enum.Font.SourceSans
  370. TeleportGifts.Text = "Teleport Gifts"
  371. TeleportGifts.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  372. TeleportGifts.TextScaled = true
  373. TeleportGifts.TextSize = 24
  374. TeleportGifts.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  375. TeleportGifts.TextWrapped = true
  376.  
  377. ToolsScreen.Name = "ToolsScreen"
  378. ToolsScreen.Parent = Drag
  379. ToolsScreen.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  380. ToolsScreen.BackgroundTransparency = 1
  381. ToolsScreen.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  382. ToolsScreen.BorderSizePixel = 0
  383. ToolsScreen.Draggable = true
  384. ToolsScreen.Position = UDim2.new(0.0164813697, 0, -0.000777035952, 0)
  385. ToolsScreen.Size = UDim2.new(0, 444, 0, 230)
  386. ToolsScreen.Visible = false
  387.  
  388. Dupe.Name = "Dupe"
  389. Dupe.Parent = ToolsScreen
  390. Dupe.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  391. Dupe.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  392. Dupe.BorderSizePixel = 2
  393. Dupe.Position = UDim2.new(0.457207203, 0, 0.199999988, 0)
  394. Dupe.Size = UDim2.new(0, 147, 0, 20)
  395. Dupe.Font = Enum.Font.SourceSans
  396. Dupe.Text = "Duplication"
  397. Dupe.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  398. Dupe.TextScaled = true
  399. Dupe.TextSize = 24
  400. Dupe.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  401. Dupe.TextWrapped = true
  402.  
  403. Move.Name = "Move"
  404. Move.Parent = ToolsScreen
  405. Move.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  406. Move.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  407. Move.BorderSizePixel = 2
  408. Move.Position = UDim2.new(0.457207203, 0, 0.347826093, 0)
  409. Move.Size = UDim2.new(0, 147, 0, 20)
  410. Move.Font = Enum.Font.SourceSans
  411. Move.Text = "Hard Dragger"
  412. Move.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  413. Move.TextScaled = true
  414. Move.TextSize = 24
  415. Move.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  416. Move.TextWrapped = true
  417.  
  418. GoldAxe.Name = "Gold Axe"
  419. GoldAxe.Parent = ToolsScreen
  420. GoldAxe.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  421. GoldAxe.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  422. GoldAxe.BorderSizePixel = 2
  423. GoldAxe.Position = UDim2.new(0.457207233, 0, 0.478260875, 0)
  424. GoldAxe.Size = UDim2.new(0, 147, 0, 20)
  425. GoldAxe.Font = Enum.Font.SourceSans
  426. GoldAxe.Text = "Golden Axe"
  427. GoldAxe.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  428. GoldAxe.TextScaled = true
  429. GoldAxe.TextSize = 24
  430. GoldAxe.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  431. GoldAxe.TextWrapped = true
  432.  
  433. LeakedItems.Name = "Leaked Items"
  434. LeakedItems.Parent = ToolsScreen
  435. LeakedItems.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  436. LeakedItems.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  437. LeakedItems.BorderSizePixel = 2
  438. LeakedItems.Position = UDim2.new(0.456081092, 0, 0.617391288, 0)
  439. LeakedItems.Size = UDim2.new(0, 147, 0, 20)
  440. LeakedItems.Font = Enum.Font.SourceSans
  441. LeakedItems.Text = "Leaked Items"
  442. LeakedItems.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  443. LeakedItems.TextScaled = true
  444. LeakedItems.TextSize = 24
  445. LeakedItems.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  446. LeakedItems.TextWrapped = true
  447.  
  448. TeleportTool.Name = "Teleport Tool"
  449. TeleportTool.Parent = ToolsScreen
  450. TeleportTool.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  451. TeleportTool.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  452. TeleportTool.BorderSizePixel = 2
  453. TeleportTool.Position = UDim2.new(0.456081092, 0, 0.756521761, 0)
  454. TeleportTool.Size = UDim2.new(0, 147, 0, 20)
  455. TeleportTool.Font = Enum.Font.SourceSans
  456. TeleportTool.Text = "Ctrl + Click TP"
  457. TeleportTool.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  458. TeleportTool.TextScaled = true
  459. TeleportTool.TextSize = 24
  460. TeleportTool.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  461. TeleportTool.TextWrapped = true
  462.  
  463. GreyWood.Name = "Grey Wood"
  464. GreyWood.Parent = ToolsScreen
  465. GreyWood.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  466. GreyWood.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  467. GreyWood.BorderSizePixel = 2
  468. GreyWood.Position = UDim2.new(0.456081092, 0, 0.900000036, 0)
  469. GreyWood.Size = UDim2.new(0, 147, 0, 20)
  470. GreyWood.Font = Enum.Font.SourceSans
  471. GreyWood.Text = "Grey Wood"
  472. GreyWood.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  473. GreyWood.TextScaled = true
  474. GreyWood.TextSize = 24
  475. GreyWood.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  476. GreyWood.TextWrapped = true
  477.  
  478. DupeLabel.Name = "DupeLabel"
  479. DupeLabel.Parent = ToolsScreen
  480. DupeLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  481. DupeLabel.BackgroundTransparency = 1
  482. DupeLabel.BorderColor3 = Color3.new(0.666667, 0, 0)
  483. DupeLabel.BorderSizePixel = 0
  484. DupeLabel.Position = UDim2.new(0.493243247, 0, 0.286956519, 0)
  485. DupeLabel.Size = UDim2.new(0, 115, 0, 14)
  486. DupeLabel.Font = Enum.Font.SciFi
  487. DupeLabel.Text = "Disabled"
  488. DupeLabel.TextColor3 = Color3.new(0.666667, 0, 0)
  489. DupeLabel.TextSize = 14
  490.  
  491. TeleportsScreen.Name = "TeleportsScreen"
  492. TeleportsScreen.Parent = Drag
  493. TeleportsScreen.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  494. TeleportsScreen.BackgroundTransparency = 1
  495. TeleportsScreen.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  496. TeleportsScreen.BorderSizePixel = 0
  497. TeleportsScreen.Draggable = true
  498. TeleportsScreen.Position = UDim2.new(0.0164813697, 0, -0.000777035952, 0)
  499. TeleportsScreen.Size = UDim2.new(0, 444, 0, 230)
  500. TeleportsScreen.Visible = false
  501.  
  502. Spawn.Name = "Spawn"
  503. Spawn.Parent = TeleportsScreen
  504. Spawn.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  505. Spawn.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  506. Spawn.BorderSizePixel = 2
  507. Spawn.Position = UDim2.new(0.290540546, 0, 0.226086959, 0)
  508. Spawn.Size = UDim2.new(0, 84, 0, 21)
  509. Spawn.Font = Enum.Font.SourceSans
  510. Spawn.Text = "Spawn"
  511. Spawn.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  512. Spawn.TextSize = 24
  513. Spawn.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  514. Spawn.TextWrapped = true
  515.  
  516. Den.Name = "Den"
  517. Den.Parent = TeleportsScreen
  518. Den.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  519. Den.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  520. Den.BorderSizePixel = 2
  521. Den.Position = UDim2.new(0.290540546, 0, 0.352173924, 0)
  522. Den.Size = UDim2.new(0, 84, 0, 21)
  523. Den.Font = Enum.Font.SourceSans
  524. Den.Text = "The Den"
  525. Den.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  526. Den.TextSize = 24
  527. Den.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  528. Den.TextWrapped = true
  529.  
  530. StrangeMan.Name = "Strange Man"
  531. StrangeMan.Parent = TeleportsScreen
  532. StrangeMan.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  533. StrangeMan.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  534. StrangeMan.BorderSizePixel = 2
  535. StrangeMan.Position = UDim2.new(0.290540546, 0, 0.482608676, 0)
  536. StrangeMan.Size = UDim2.new(0, 84, 0, 21)
  537. StrangeMan.Font = Enum.Font.SourceSans
  538. StrangeMan.Text = "Strange Man"
  539. StrangeMan.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  540. StrangeMan.TextScaled = true
  541. StrangeMan.TextSize = 24
  542. StrangeMan.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  543. StrangeMan.TextWrapped = true
  544.  
  545. Swamp.Name = "Swamp"
  546. Swamp.Parent = TeleportsScreen
  547. Swamp.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  548. Swamp.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  549. Swamp.BorderSizePixel = 2
  550. Swamp.Position = UDim2.new(0.290540546, 0, 0.617391288, 0)
  551. Swamp.Size = UDim2.new(0, 84, 0, 21)
  552. Swamp.Font = Enum.Font.SourceSans
  553. Swamp.Text = "Swamp"
  554. Swamp.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  555. Swamp.TextSize = 24
  556. Swamp.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  557. Swamp.TextWrapped = true
  558.  
  559. Fancy.Name = "Fancy"
  560. Fancy.Parent = TeleportsScreen
  561. Fancy.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  562. Fancy.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  563. Fancy.BorderSizePixel = 2
  564. Fancy.Position = UDim2.new(0.290540546, 0, 0.747826099, 0)
  565. Fancy.Size = UDim2.new(0, 84, 0, 21)
  566. Fancy.Font = Enum.Font.SourceSans
  567. Fancy.Text = "Fancy"
  568. Fancy.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  569. Fancy.TextSize = 24
  570. Fancy.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  571. Fancy.TextWrapped = true
  572.  
  573. BoxedCars.Name = "Boxed Cars"
  574. BoxedCars.Parent = TeleportsScreen
  575. BoxedCars.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  576. BoxedCars.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  577. BoxedCars.BorderSizePixel = 2
  578. BoxedCars.Position = UDim2.new(0.290540546, 0, 0.87391305, 0)
  579. BoxedCars.Size = UDim2.new(0, 84, 0, 21)
  580. BoxedCars.Font = Enum.Font.SourceSans
  581. BoxedCars.Text = "Boxed Cars"
  582. BoxedCars.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  583. BoxedCars.TextScaled = true
  584. BoxedCars.TextSize = 24
  585. BoxedCars.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  586. BoxedCars.TextWrapped = true
  587.  
  588. Dropoff.Name = "Dropoff"
  589. Dropoff.Parent = TeleportsScreen
  590. Dropoff.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  591. Dropoff.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  592. Dropoff.BorderSizePixel = 2
  593. Dropoff.Position = UDim2.new(0.538288295, 0, 0.226086959, 0)
  594. Dropoff.Size = UDim2.new(0, 84, 0, 21)
  595. Dropoff.Font = Enum.Font.SourceSans
  596. Dropoff.Text = "Dropoff"
  597. Dropoff.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  598. Dropoff.TextSize = 24
  599. Dropoff.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  600. Dropoff.TextWrapped = true
  601.  
  602. GreenBox.Name = "Green Box"
  603. GreenBox.Parent = TeleportsScreen
  604. GreenBox.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  605. GreenBox.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  606. GreenBox.BorderSizePixel = 2
  607. GreenBox.Position = UDim2.new(0.538288295, 0, 0.352173924, 0)
  608. GreenBox.Size = UDim2.new(0, 84, 0, 21)
  609. GreenBox.Font = Enum.Font.SourceSans
  610. GreenBox.Text = "Green Box"
  611. GreenBox.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  612. GreenBox.TextScaled = true
  613. GreenBox.TextSize = 24
  614. GreenBox.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  615. GreenBox.TextWrapped = true
  616.  
  617. Cave.Name = "Cave"
  618. Cave.Parent = TeleportsScreen
  619. Cave.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  620. Cave.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  621. Cave.BorderSizePixel = 2
  622. Cave.Position = UDim2.new(0.538288295, 0, 0.482608676, 0)
  623. Cave.Size = UDim2.new(0, 84, 0, 21)
  624. Cave.Font = Enum.Font.SourceSans
  625. Cave.Text = "Cave"
  626. Cave.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  627. Cave.TextSize = 24
  628. Cave.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  629. Cave.TextWrapped = true
  630.  
  631. Palm.Name = "Palm"
  632. Palm.Parent = TeleportsScreen
  633. Palm.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  634. Palm.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  635. Palm.BorderSizePixel = 2
  636. Palm.Position = UDim2.new(0.538288295, 0, 0.617391288, 0)
  637. Palm.Size = UDim2.new(0, 84, 0, 21)
  638. Palm.Font = Enum.Font.SourceSans
  639. Palm.Text = "Palm"
  640. Palm.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  641. Palm.TextSize = 24
  642. Palm.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  643. Palm.TextWrapped = true
  644.  
  645. WoodRUs.Name = "Wood R Us"
  646. WoodRUs.Parent = TeleportsScreen
  647. WoodRUs.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  648. WoodRUs.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  649. WoodRUs.BorderSizePixel = 2
  650. WoodRUs.Position = UDim2.new(0.538288295, 0, 0.747826099, 0)
  651. WoodRUs.Size = UDim2.new(0, 84, 0, 21)
  652. WoodRUs.Font = Enum.Font.SourceSans
  653. WoodRUs.Text = "Wood R Us"
  654. WoodRUs.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  655. WoodRUs.TextScaled = true
  656. WoodRUs.TextSize = 24
  657. WoodRUs.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  658. WoodRUs.TextWrapped = true
  659.  
  660. LinksLogic.Name = "Links Logic"
  661. LinksLogic.Parent = TeleportsScreen
  662. LinksLogic.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  663. LinksLogic.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  664. LinksLogic.BorderSizePixel = 2
  665. LinksLogic.Position = UDim2.new(0.538288295, 0, 0.87391305, 0)
  666. LinksLogic.Size = UDim2.new(0, 84, 0, 21)
  667. LinksLogic.Font = Enum.Font.SourceSans
  668. LinksLogic.Text = "Link's Logic"
  669. LinksLogic.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  670. LinksLogic.TextScaled = true
  671. LinksLogic.TextSize = 24
  672. LinksLogic.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  673. LinksLogic.TextWrapped = true
  674.  
  675. YourPlot.Name = "Your Plot"
  676. YourPlot.Parent = TeleportsScreen
  677. YourPlot.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  678. YourPlot.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  679. YourPlot.BorderSizePixel = 2
  680. YourPlot.Position = UDim2.new(0.77477479, 0, 0.87391305, 0)
  681. YourPlot.Size = UDim2.new(0, 84, 0, 21)
  682. YourPlot.Font = Enum.Font.SourceSans
  683. YourPlot.Text = "Your Plot"
  684. YourPlot.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  685. YourPlot.TextSize = 24
  686. YourPlot.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  687. YourPlot.TextWrapped = true
  688.  
  689. BobsShack.Name = "Bobs Shack"
  690. BobsShack.Parent = TeleportsScreen
  691. BobsShack.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  692. BobsShack.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  693. BobsShack.BorderSizePixel = 2
  694. BobsShack.Position = UDim2.new(0.77477479, 0, 0.747826099, 0)
  695. BobsShack.Size = UDim2.new(0, 84, 0, 21)
  696. BobsShack.Font = Enum.Font.SourceSans
  697. BobsShack.Text = "Bob's Shack"
  698. BobsShack.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  699. BobsShack.TextScaled = true
  700. BobsShack.TextSize = 24
  701. BobsShack.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  702. BobsShack.TextWrapped = true
  703.  
  704. EndTimes.Name = "End Times"
  705. EndTimes.Parent = TeleportsScreen
  706. EndTimes.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  707. EndTimes.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  708. EndTimes.BorderSizePixel = 2
  709. EndTimes.Position = UDim2.new(0.77477479, 0, 0.617391288, 0)
  710. EndTimes.Size = UDim2.new(0, 84, 0, 21)
  711. EndTimes.Font = Enum.Font.SourceSans
  712. EndTimes.Text = "End Times"
  713. EndTimes.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  714. EndTimes.TextScaled = true
  715. EndTimes.TextSize = 24
  716. EndTimes.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  717. EndTimes.TextWrapped = true
  718.  
  719. Volcano.Name = "Volcano"
  720. Volcano.Parent = TeleportsScreen
  721. Volcano.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  722. Volcano.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  723. Volcano.BorderSizePixel = 2
  724. Volcano.Position = UDim2.new(0.77477479, 0, 0.482608676, 0)
  725. Volcano.Size = UDim2.new(0, 84, 0, 21)
  726. Volcano.Font = Enum.Font.SourceSans
  727. Volcano.Text = "Volcano"
  728. Volcano.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  729. Volcano.TextSize = 24
  730. Volcano.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  731. Volcano.TextWrapped = true
  732.  
  733. Lodge.Name = "Lodge"
  734. Lodge.Parent = TeleportsScreen
  735. Lodge.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  736. Lodge.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  737. Lodge.BorderSizePixel = 2
  738. Lodge.Position = UDim2.new(0.77477479, 0, 0.352173924, 0)
  739. Lodge.Size = UDim2.new(0, 84, 0, 21)
  740. Lodge.Font = Enum.Font.SourceSans
  741. Lodge.Text = "Lodge"
  742. Lodge.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  743. Lodge.TextSize = 24
  744. Lodge.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  745. Lodge.TextWrapped = true
  746.  
  747. Shrine.Name = "Shrine"
  748. Shrine.Parent = TeleportsScreen
  749. Shrine.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  750. Shrine.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  751. Shrine.BorderSizePixel = 2
  752. Shrine.Position = UDim2.new(0.77477479, 0, 0.226086959, 0)
  753. Shrine.Size = UDim2.new(0, 84, 0, 21)
  754. Shrine.Font = Enum.Font.SourceSans
  755. Shrine.Text = "Shrine"
  756. Shrine.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  757. Shrine.TextSize = 24
  758. Shrine.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  759. Shrine.TextWrapped = true
  760.  
  761. PlayersScreen.Name = "PlayersScreen"
  762. PlayersScreen.Parent = Drag
  763. PlayersScreen.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  764. PlayersScreen.BackgroundTransparency = 1
  765. PlayersScreen.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  766. PlayersScreen.BorderSizePixel = 0
  767. PlayersScreen.Draggable = true
  768. PlayersScreen.Position = UDim2.new(0.0164813697, 0, -0.000777035952, 0)
  769. PlayersScreen.Size = UDim2.new(0, 444, 0, 230)
  770. PlayersScreen.Visible = false
  771.  
  772. P1.Name = "P1"
  773. P1.Parent = PlayersScreen
  774. P1.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  775. P1.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  776. P1.BorderSizePixel = 2
  777. P1.Position = UDim2.new(0.272522509, 0, 0.226086959, 0)
  778. P1.Size = UDim2.new(0, 147, 0, 21)
  779. P1.Font = Enum.Font.SourceSans
  780. P1.Text = " "
  781. P1.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  782. P1.TextSize = 24
  783. P1.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  784.  
  785. P2.Name = "P2"
  786. P2.Parent = PlayersScreen
  787. P2.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  788. P2.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  789. P2.BorderSizePixel = 2
  790. P2.Position = UDim2.new(0.628378332, 0, 0.226086974, 0)
  791. P2.Size = UDim2.new(0, 158, 0, 21)
  792. P2.Font = Enum.Font.SourceSans
  793. P2.Text = " "
  794. P2.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  795. P2.TextSize = 24
  796. P2.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  797.  
  798. P4.Name = "P4"
  799. P4.Parent = PlayersScreen
  800. P4.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  801. P4.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  802. P4.BorderSizePixel = 2
  803. P4.Position = UDim2.new(0.628378332, 0, 0.352173924, 0)
  804. P4.Size = UDim2.new(0, 158, 0, 21)
  805. P4.Font = Enum.Font.SourceSans
  806. P4.Text = " "
  807. P4.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  808. P4.TextSize = 24
  809. P4.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  810.  
  811. P3.Name = "P3"
  812. P3.Parent = PlayersScreen
  813. P3.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  814. P3.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  815. P3.BorderSizePixel = 2
  816. P3.Position = UDim2.new(0.272522509, 0, 0.352173924, 0)
  817. P3.Size = UDim2.new(0, 147, 0, 21)
  818. P3.Font = Enum.Font.SourceSans
  819. P3.Text = " "
  820. P3.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  821. P3.TextSize = 24
  822. P3.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  823.  
  824. P6.Name = "P6"
  825. P6.Parent = PlayersScreen
  826. P6.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  827. P6.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  828. P6.BorderSizePixel = 2
  829. P6.Position = UDim2.new(0.628378332, 0, 0.482608706, 0)
  830. P6.Size = UDim2.new(0, 158, 0, 21)
  831. P6.Font = Enum.Font.SourceSans
  832. P6.Text = ""
  833. P6.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  834. P6.TextSize = 24
  835. P6.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  836.  
  837. P5.Name = "P5"
  838. P5.Parent = PlayersScreen
  839. P5.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  840. P5.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  841. P5.BorderSizePixel = 2
  842. P5.Position = UDim2.new(0.272522509, 0, 0.482608706, 0)
  843. P5.Size = UDim2.new(0, 147, 0, 21)
  844. P5.Font = Enum.Font.SourceSans
  845. P5.Text = " "
  846. P5.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  847. P5.TextSize = 24
  848. P5.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  849.  
  850. TpToPlayer.Name = "TpToPlayer"
  851. TpToPlayer.Parent = PlayersScreen
  852. TpToPlayer.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  853. TpToPlayer.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  854. TpToPlayer.BorderSizePixel = 2
  855. TpToPlayer.Position = UDim2.new(0.405405402, 0, 0.656521738, 0)
  856. TpToPlayer.Size = UDim2.new(0, 179, 0, 21)
  857. TpToPlayer.Font = Enum.Font.SourceSans
  858. TpToPlayer.Text = "Teleport To Player"
  859. TpToPlayer.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  860. TpToPlayer.TextSize = 24
  861. TpToPlayer.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  862.  
  863. TpToPlayerBase.Name = "TpToPlayerBase"
  864. TpToPlayerBase.Parent = PlayersScreen
  865. TpToPlayerBase.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  866. TpToPlayerBase.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  867. TpToPlayerBase.BorderSizePixel = 2
  868. TpToPlayerBase.Position = UDim2.new(0.405405402, 0, 0.813043475, 0)
  869. TpToPlayerBase.Size = UDim2.new(0, 179, 0, 21)
  870. TpToPlayerBase.Font = Enum.Font.SourceSans
  871. TpToPlayerBase.Text = "Teleport To Base"
  872. TpToPlayerBase.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  873. TpToPlayerBase.TextSize = 24
  874. TpToPlayerBase.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  875.  
  876. PSelected.Name = "PSelected"
  877. PSelected.Parent = PlayersScreen
  878. PSelected.BackgroundColor3 = Color3.new(1, 1, 1)
  879. PSelected.BackgroundTransparency = 1
  880. PSelected.BorderSizePixel = 0
  881. PSelected.Position = UDim2.new(0.405405402, 0, 0.904347837, 0)
  882. PSelected.Size = UDim2.new(0, 179, 0, 22)
  883. PSelected.Font = Enum.Font.SourceSans
  884. PSelected.Text = ""
  885. PSelected.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  886. PSelected.TextSize = 20
  887.  
  888. LocalScreen.Name = "LocalScreen"
  889. LocalScreen.Parent = Drag
  890. LocalScreen.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  891. LocalScreen.BackgroundTransparency = 1
  892. LocalScreen.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  893. LocalScreen.BorderSizePixel = 0
  894. LocalScreen.Draggable = true
  895. LocalScreen.Position = UDim2.new(0.0164813697, 0, -0.000777035952, 0)
  896. LocalScreen.Size = UDim2.new(0, 444, 0, 230)
  897. LocalScreen.Visible = false
  898.  
  899. God.Name = "God"
  900. God.Parent = LocalScreen
  901. God.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  902. God.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  903. God.BorderSizePixel = 2
  904. God.Position = UDim2.new(0.457207203, 0, 0.226086944, 0)
  905. God.Size = UDim2.new(0, 158, 0, 21)
  906. God.Font = Enum.Font.SourceSans
  907. God.Text = "God"
  908. God.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  909. God.TextSize = 24
  910. God.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  911.  
  912. Noclip.Name = "Noclip"
  913. Noclip.Parent = LocalScreen
  914. Noclip.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  915. Noclip.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  916. Noclip.BorderSizePixel = 2
  917. Noclip.Position = UDim2.new(0.457207203, 0, 0.352173924, 0)
  918. Noclip.Size = UDim2.new(0, 158, 0, 21)
  919. Noclip.Font = Enum.Font.SourceSans
  920. Noclip.Text = "Noclip"
  921. Noclip.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  922. Noclip.TextSize = 24
  923. Noclip.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  924.  
  925. Walkspeed.Name = "Walkspeed"
  926. Walkspeed.Parent = LocalScreen
  927. Walkspeed.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  928. Walkspeed.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  929. Walkspeed.BorderSizePixel = 2
  930. Walkspeed.Position = UDim2.new(0.457207203, 0, 0.523913026, 0)
  931. Walkspeed.Size = UDim2.new(0, 158, 0, 21)
  932. Walkspeed.Font = Enum.Font.SourceSans
  933. Walkspeed.Text = "Walkspeed"
  934. Walkspeed.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  935. Walkspeed.TextSize = 24
  936. Walkspeed.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  937.  
  938. Jumppower.Name = "Jumppower"
  939. Jumppower.Parent = LocalScreen
  940. Jumppower.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  941. Jumppower.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  942. Jumppower.BorderSizePixel = 2
  943. Jumppower.Position = UDim2.new(0.457207203, 0, 0.70869565, 0)
  944. Jumppower.Size = UDim2.new(0, 158, 0, 21)
  945. Jumppower.Font = Enum.Font.SourceSans
  946. Jumppower.Text = "Jumppower"
  947. Jumppower.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  948. Jumppower.TextSize = 24
  949. Jumppower.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  950.  
  951. NoclipLabel.Name = "NoclipLabel"
  952. NoclipLabel.Parent = LocalScreen
  953. NoclipLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  954. NoclipLabel.BackgroundTransparency = 1
  955. NoclipLabel.BorderColor3 = Color3.new(0.666667, 0, 0)
  956. NoclipLabel.BorderSizePixel = 0
  957. NoclipLabel.Position = UDim2.new(0.504504502, 0, 0.443478256, 0)
  958. NoclipLabel.Size = UDim2.new(0, 115, 0, 19)
  959. NoclipLabel.Font = Enum.Font.SciFi
  960. NoclipLabel.Text = "Disabled"
  961. NoclipLabel.TextColor3 = Color3.new(0.666667, 0, 0)
  962. NoclipLabel.TextSize = 14
  963.  
  964. WalkspeedValue.Name = "WalkspeedValue"
  965. WalkspeedValue.Parent = LocalScreen
  966. WalkspeedValue.BackgroundColor3 = Color3.new(1, 1, 1)
  967. WalkspeedValue.BackgroundTransparency = 1
  968. WalkspeedValue.BorderSizePixel = 0
  969. WalkspeedValue.Position = UDim2.new(0.457207203, 0, 0.617391288, 0)
  970. WalkspeedValue.Size = UDim2.new(0, 158, 0, 21)
  971. WalkspeedValue.Font = Enum.Font.SourceSans
  972. WalkspeedValue.Text = "Walkspeed Value"
  973. WalkspeedValue.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  974. WalkspeedValue.TextSize = 14
  975.  
  976. JumppowerValue.Name = "JumppowerValue"
  977. JumppowerValue.Parent = LocalScreen
  978. JumppowerValue.BackgroundColor3 = Color3.new(1, 1, 1)
  979. JumppowerValue.BackgroundTransparency = 1
  980. JumppowerValue.BorderSizePixel = 0
  981. JumppowerValue.Position = UDim2.new(0.457207203, 0, 0.799999952, 0)
  982. JumppowerValue.Size = UDim2.new(0, 158, 0, 21)
  983. JumppowerValue.Font = Enum.Font.SourceSans
  984. JumppowerValue.Text = "Jumppower Value"
  985. JumppowerValue.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  986. JumppowerValue.TextSize = 14
  987.  
  988. EtoFly.Name = "EtoFly"
  989. EtoFly.Parent = LocalScreen
  990. EtoFly.BackgroundColor3 = Color3.new(1, 1, 1)
  991. EtoFly.BackgroundTransparency = 1
  992. EtoFly.BorderSizePixel = 0
  993. EtoFly.Position = UDim2.new(0.409909904, 0, 0.895652175, 0)
  994. EtoFly.Size = UDim2.new(0, 200, 0, 29)
  995. EtoFly.Font = Enum.Font.SourceSans
  996. EtoFly.Text = "Press \"Q\" to Fly"
  997. EtoFly.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  998. EtoFly.TextSize = 14
  999.  
  1000. HomeScreen.Name = "HomeScreen"
  1001. HomeScreen.Parent = Drag
  1002. HomeScreen.BackgroundColor3 = Color3.new(1, 1, 1)
  1003. HomeScreen.BackgroundTransparency = 1
  1004. HomeScreen.BorderSizePixel = 0
  1005. HomeScreen.Position = UDim2.new(-0.208425716, 0, -0.273504287, 0)
  1006. HomeScreen.Size = UDim2.new(0, 450, 0, 232)
  1007. HomeScreen.Visible = false
  1008.  
  1009. WelcomeName.Name = "WelcomeName"
  1010. WelcomeName.Parent = HomeScreen
  1011. WelcomeName.BackgroundColor3 = Color3.new(1, 1, 1)
  1012. WelcomeName.BackgroundTransparency = 1
  1013. WelcomeName.BorderSizePixel = 0
  1014. WelcomeName.Position = UDim2.new(0.512882888, 0, 0.402361304, 0)
  1015. WelcomeName.Size = UDim2.new(0, 295, 0, 50)
  1016. WelcomeName.Font = Enum.Font.SourceSans
  1017. WelcomeName.Text = "Welcome"
  1018. WelcomeName.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1019. WelcomeName.TextSize = 26
  1020. WelcomeName.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1021. WelcomeName.TextStrokeTransparency = 0.64999997615814
  1022. WelcomeName.TextWrapped = true
  1023.  
  1024. WelcomeMOTD.Name = "WelcomeMOTD"
  1025. WelcomeMOTD.Parent = HomeScreen
  1026. WelcomeMOTD.BackgroundColor3 = Color3.new(1, 1, 1)
  1027. WelcomeMOTD.BackgroundTransparency = 1
  1028. WelcomeMOTD.Position = UDim2.new(0.524598598, 0, 0.615812302, 0)
  1029. WelcomeMOTD.Size = UDim2.new(0, 295, 0, 122)
  1030. WelcomeMOTD.Font = Enum.Font.SourceSans
  1031. WelcomeMOTD.Text = "I heard there are a lot of wild haxors on the lose. Be careful out there."
  1032. WelcomeMOTD.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1033. WelcomeMOTD.TextSize = 30
  1034. WelcomeMOTD.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1035. WelcomeMOTD.TextStrokeTransparency = 0.64999997615814
  1036. WelcomeMOTD.TextWrapped = true
  1037.  
  1038. WelcomeAuthor.Name = "WelcomeAuthor"
  1039. WelcomeAuthor.Parent = HomeScreen
  1040. WelcomeAuthor.BackgroundColor3 = Color3.new(1, 1, 1)
  1041. WelcomeAuthor.BackgroundTransparency = 1
  1042. WelcomeAuthor.BorderSizePixel = 0
  1043. WelcomeAuthor.Position = UDim2.new(0.621117353, 0, 1.14139926, 0)
  1044. WelcomeAuthor.Size = UDim2.new(0, 200, 0, 22)
  1045. WelcomeAuthor.Font = Enum.Font.SourceSans
  1046. WelcomeAuthor.Text = "By Casual#2435"
  1047. WelcomeAuthor.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1048. WelcomeAuthor.TextSize = 12
  1049. WelcomeAuthor.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1050. WelcomeAuthor.TextStrokeTransparency = 0.64999997615814
  1051. WelcomeAuthor.TextWrapped = true
  1052.  
  1053. ChangelogScreen.Name = "ChangelogScreen"
  1054. ChangelogScreen.Parent = Drag
  1055. ChangelogScreen.BackgroundColor3 = Color3.new(1, 1, 1)
  1056. ChangelogScreen.BackgroundTransparency = 1
  1057. ChangelogScreen.BorderSizePixel = 0
  1058. ChangelogScreen.Position = UDim2.new(0.24833703, 0, 0.17521368, 0)
  1059. ChangelogScreen.Size = UDim2.new(0, 337, 0, 193)
  1060. ChangelogScreen.Visible = false
  1061.  
  1062. Logs.Name = "Logs"
  1063. Logs.Parent = ChangelogScreen
  1064. Logs.BackgroundColor3 = Color3.new(1, 1, 1)
  1065. Logs.BackgroundTransparency = 1
  1066. Logs.BorderSizePixel = 0
  1067. Logs.Position = UDim2.new(0.0207715146, 0, 0, 0)
  1068. Logs.Size = UDim2.new(0, 322, 0, 39)
  1069. Logs.Font = Enum.Font.SourceSans
  1070. Logs.Text = "-1.0 Huge Improvement on Look of Gui"
  1071. Logs.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1072. Logs.TextSize = 20
  1073.  
  1074. Logs2.Name = "Logs2"
  1075. Logs2.Parent = ChangelogScreen
  1076. Logs2.BackgroundColor3 = Color3.new(1, 1, 1)
  1077. Logs2.BackgroundTransparency = 1
  1078. Logs2.BorderSizePixel = 0
  1079. Logs2.Position = UDim2.new(0.0296735913, 0, 0.160621762, 0)
  1080. Logs2.Size = UDim2.new(0, 322, 0, 85)
  1081. Logs2.Font = Enum.Font.SourceSans
  1082. Logs2.Text = "-1.1 Fixed bug that caused you not to be able to changewalkspeed and made you walk slow when you turned on god mode."
  1083. Logs2.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1084. Logs2.TextSize = 20
  1085. Logs2.TextWrapped = true
  1086.  
  1087. Logs3.Name = "Logs3"
  1088. Logs3.Parent = ChangelogScreen
  1089. Logs3.BackgroundColor3 = Color3.new(1, 1, 1)
  1090. Logs3.BackgroundTransparency = 1
  1091. Logs3.BorderSizePixel = 0
  1092. Logs3.Position = UDim2.new(0.0296735913, 0, 0.46632123, 0)
  1093. Logs3.Size = UDim2.new(0, 322, 0, 85)
  1094. Logs3.Font = Enum.Font.SourceSans
  1095. Logs3.Text = "-1.2 Added 3 new features - Hard Dragger, Teleport Gifts and Flight"
  1096. Logs3.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1097. Logs3.TextSize = 20
  1098. Logs3.TextWrapped = true
  1099.  
  1100. Log1and2Div.Name = "Log1and2Div"
  1101. Log1and2Div.Parent = ChangelogScreen
  1102. Log1and2Div.BackgroundColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1103. Log1and2Div.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1104. Log1and2Div.Position = UDim2.new(0.0534124635, 0, 0.196891189, 0)
  1105. Log1and2Div.Size = UDim2.new(0, 306, 0, 1)
  1106. Log1and2Div.Font = Enum.Font.SourceSans
  1107. Log1and2Div.Text = ""
  1108. Log1and2Div.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1109. Log1and2Div.TextSize = 24
  1110. Log1and2Div.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1111.  
  1112. Log2and3Div.Name = "Log2and3Div"
  1113. Log2and3Div.Parent = ChangelogScreen
  1114. Log2and3Div.BackgroundColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1115. Log2and3Div.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1116. Log2and3Div.Position = UDim2.new(0.0534124635, 0, 0.569948196, 0)
  1117. Log2and3Div.Size = UDim2.new(0, 306, 0, 1)
  1118. Log2and3Div.Font = Enum.Font.SourceSans
  1119. Log2and3Div.Text = ""
  1120. Log2and3Div.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1121. Log2and3Div.TextSize = 24
  1122. Log2and3Div.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1123.  
  1124. --------
  1125. -- Fly
  1126. repeat wait()
  1127. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1128. local mouse = game.Players.LocalPlayer:GetMouse()
  1129. repeat wait() until mouse
  1130. local plr = game.Players.LocalPlayer
  1131. local torso = plr.Character.Torso
  1132. local flying = true
  1133. local deb = true
  1134. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1135. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1136. local maxspeed = 50
  1137. local speed = 0
  1138.  
  1139. function Fly()
  1140. local bg = Instance.new("BodyGyro", torso)
  1141. bg.P = 9e4
  1142. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1143. bg.cframe = torso.CFrame
  1144. local bv = Instance.new("BodyVelocity", torso)
  1145. bv.velocity = Vector3.new(0,0.1,0)
  1146. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1147. repeat wait()
  1148. plr.Character.Humanoid.PlatformStand = true
  1149. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1150. speed = speed+.5+(speed/maxspeed)
  1151. if speed > maxspeed then
  1152. speed = maxspeed
  1153. end
  1154. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1155. speed = speed-1
  1156. if speed < 0 then
  1157. speed = 0
  1158. end
  1159. end
  1160. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1161. 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
  1162. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1163. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1164. 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
  1165. else
  1166. bv.velocity = Vector3.new(0,0.1,0)
  1167. end
  1168. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1169. until not flying
  1170. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1171. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1172. speed = 0
  1173. bg:Destroy()
  1174. bv:Destroy()
  1175. plr.Character.Humanoid.PlatformStand = false
  1176. end
  1177. mouse.KeyDown:connect(function(key)
  1178. if key:lower() == "q" then
  1179. if flying then flying = false
  1180. AAPressQ.Visible = false
  1181. else
  1182. flying = true
  1183. Fly()
  1184. end
  1185. elseif key:lower() == "w" then
  1186. ctrl.f = 1
  1187. elseif key:lower() == "s" then
  1188. ctrl.b = -1
  1189. elseif key:lower() == "a" then
  1190. ctrl.l = -1
  1191. elseif key:lower() == "d" then
  1192. ctrl.r = 1
  1193. end
  1194. end)
  1195. mouse.KeyUp:connect(function(key)
  1196. if key:lower() == "w" then
  1197. ctrl.f = 0
  1198. elseif key:lower() == "s" then
  1199. ctrl.b = 0
  1200. elseif key:lower() == "a" then
  1201. ctrl.l = 0
  1202. elseif key:lower() == "d" then
  1203. ctrl.r = 0
  1204. end
  1205. end)
  1206. Fly()
  1207.  
  1208. AnimWelcomeScreen.Visible = true
  1209. AnimWelcomeScreen:TweenSizeAndPosition(UDim2.new(0, 200, 0, 200), UDim2.new(0.5, -100, 0.5, -100), "Out", "Quad", .25)
  1210. wait(2)
  1211. ImageLabel:Destroy()
  1212. AnimWelcomeScreen:TweenSizeAndPosition(UDim2.new(0, 0, 0, 0),UDim2.new(0.5, 0, 0.5, 0), "Out", "Bounce", 0.5);wait(0.5);AnimWelcomeScreen:Destroy();
  1213. wait(2)
  1214. HomeScreen.Visible = true
  1215. Main.Visible = true
  1216.  
  1217.  
  1218. HiName.Text = "Hi "..game.Players.LocalPlayer.Name
  1219. WelcomeName.Text = "Welcome "..game.Players.LocalPlayer.Name
  1220.  
  1221. --Opening Tabs
  1222. P1.MouseButton1Down:connect(function()
  1223. PSelected.Text = P1.Text
  1224. end)
  1225. P2.MouseButton1Down:connect(function()
  1226. PSelected.Text = P2.Text
  1227. end)
  1228. P3.MouseButton1Down:connect(function()
  1229. PSelected.Text = P3.Text
  1230. end)
  1231. P4.MouseButton1Down:connect(function()
  1232. PSelected.Text = P4.Text
  1233. end)
  1234. P5.MouseButton1Down:connect(function()
  1235. PSelected.Text = P5.Text
  1236. end)
  1237. P6.MouseButton1Down:connect(function()
  1238. PSelected.Text = P6.Text
  1239. end)
  1240. local buttons = {
  1241. PlayersScreen.P1,
  1242. PlayersScreen.P2,
  1243. PlayersScreen.P3,
  1244. PlayersScreen.P4,
  1245. PlayersScreen.P5,
  1246. PlayersScreen.P6
  1247. }
  1248.  
  1249. for i, v in pairs(game.Players:GetChildren()) do
  1250. buttons[i].Text = v.Name
  1251. buttons[i].Visible = true
  1252. end
  1253. game.Players.PlayerRemoving:connect(function()
  1254. for i, v in pairs(game.Players:GetChildren()) do
  1255. buttons[i].Text = v.Name
  1256. buttons[i].Visible = true
  1257. end
  1258. end)
  1259. game.Players.PlayerAdded:connect(function()
  1260. for i, v in pairs(game.Players:GetChildren()) do
  1261. buttons[i].Text = v.Name
  1262. buttons[i].Visible = true
  1263. end
  1264. end)
  1265.  
  1266. if PlayersScreen.P1.text == " " then
  1267. P1.Visible = false
  1268. end
  1269.  
  1270. if PlayersScreen.P2.text == " " then
  1271. P2.Visible = false
  1272. end
  1273.  
  1274. if PlayersScreen.P3.text == " " then
  1275. P3.Visible = false
  1276. end
  1277.  
  1278. if PlayersScreen.P4.text == " " then
  1279. P4.Visible = false
  1280. end
  1281.  
  1282. if PlayersScreen.P5.text == " " then
  1283. P5.Visible = false
  1284. end
  1285.  
  1286. if PlayersScreen.P6.text == "" then
  1287. P6.Visible = false
  1288. end
  1289.  
  1290. TpToPlayer.MouseButton1Down:connect(function()
  1291. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PSelected.Text].HumanoidRootPart.CFrame
  1292. end)
  1293.  
  1294. TpToPlayerBase.MouseButton1Down:connect(function()
  1295. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  1296. if v.Owner.Value == game.Players[PSelected.Text] then
  1297. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  1298. end
  1299. end
  1300. end)
  1301.  
  1302. X.MouseButton1Down:connect(function()
  1303. Drag.Visible = false
  1304. OpenBtn.Visible = true
  1305. end)
  1306.  
  1307. OpenBtn.MouseButton1Down:connect(function()
  1308. Drag.Visible = true
  1309. OpenBtn.Visible = false
  1310. end)
  1311.  
  1312. HomeLocal.MouseButton1Down:connect(function()
  1313. Main.Visible = true
  1314. AnimWelcomeScreen.Visible = false
  1315. HomeScreen.Visible = false
  1316. LocalScreen.Visible = true
  1317. PlayersScreen.Visible = false
  1318. WoodScreen.Visible = false
  1319. TeleportsScreen.Visible = false
  1320. ToolsScreen.Visible = false
  1321. OpenBtn.Visible = false
  1322. ChangelogScreen.Visible = false
  1323. end)
  1324.  
  1325. HomePlayers.MouseButton1Down:connect(function()
  1326. Main.Visible = true
  1327. AnimWelcomeScreen.Visible = false
  1328. HomeScreen.Visible = false
  1329. LocalScreen.Visible = false
  1330. PlayersScreen.Visible = true
  1331. WoodScreen.Visible = false
  1332. TeleportsScreen.Visible = false
  1333. ToolsScreen.Visible = false
  1334. OpenBtn.Visible = false
  1335. ChangelogScreen.Visible = false
  1336. end)
  1337.  
  1338. HomeWood.MouseButton1Down:connect(function()
  1339. Main.Visible = true
  1340. AnimWelcomeScreen.Visible = false
  1341. HomeScreen.Visible = false
  1342. LocalScreen.Visible = false
  1343. PlayersScreen.Visible = false
  1344. WoodScreen.Visible = true
  1345. TeleportsScreen.Visible = false
  1346. ToolsScreen.Visible = false
  1347. OpenBtn.Visible = false
  1348. ChangelogScreen.Visible = false
  1349. end)
  1350.  
  1351. HomeTeleports.MouseButton1Down:connect(function()
  1352. Main.Visible = true
  1353. AnimWelcomeScreen.Visible = false
  1354. HomeScreen.Visible = false
  1355. LocalScreen.Visible = false
  1356. PlayersScreen.Visible = false
  1357. WoodScreen.Visible = false
  1358. TeleportsScreen.Visible = true
  1359. ToolsScreen.Visible = false
  1360. OpenBtn.Visible = false
  1361. ChangelogScreen.Visible = false
  1362. end)
  1363.  
  1364. HomeTools.MouseButton1Down:connect(function()
  1365. Main.Visible = true
  1366. AnimWelcomeScreen.Visible = false
  1367. HomeScreen.Visible = false
  1368. LocalScreen.Visible = false
  1369. PlayersScreen.Visible = false
  1370. WoodScreen.Visible = false
  1371. TeleportsScreen.Visible = false
  1372. ToolsScreen.Visible = true
  1373. OpenBtn.Visible = false
  1374. ChangelogScreen.Visible = false
  1375. end)
  1376.  
  1377. HomeChangelog.MouseButton1Down:connect(function()
  1378. Main.Visible = true
  1379. AnimWelcomeScreen.Visible = false
  1380. HomeScreen.Visible = false
  1381. LocalScreen.Visible = false
  1382. PlayersScreen.Visible = false
  1383. WoodScreen.Visible = false
  1384. TeleportsScreen.Visible = false
  1385. ToolsScreen.Visible = false
  1386. OpenBtn.Visible = false
  1387. ChangelogScreen.Visible = true
  1388. end)
  1389.  
  1390. --Teleports
  1391. Palm.MouseButton1Down:connect(function()
  1392. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2570, -5, -32))
  1393. end)
  1394.  
  1395. BobsShack.MouseButton1Down:connect(function()
  1396. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(259, 8, -2542))
  1397. end)
  1398.  
  1399. WoodRUs.MouseButton1Down:connect(function()
  1400. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(251, 2, 57))
  1401. end)
  1402.  
  1403. Volcano.MouseButton1Down:connect(function()
  1404. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1585, 622, 1140))
  1405. end)
  1406.  
  1407. Swamp.MouseButton1Down:connect(function()
  1408. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1209, 132, -801))
  1409. end)
  1410.  
  1411. StrangeMan.MouseButton1Down:connect(function()
  1412. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1061, 16, 1130))
  1413. end)
  1414.  
  1415. Spawn.MouseButton1Down:connect(function()
  1416. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(155, 3, 74))
  1417. end)
  1418.  
  1419. Shrine.MouseButton1Down:connect(function()
  1420. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1606, 195, 929))
  1421. end)
  1422.  
  1423. Lodge.MouseButton1Down:connect(function()
  1424. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1243, 63, 2305))
  1425. end)
  1426.  
  1427. LinksLogic.MouseButton1Down:connect(function()
  1428. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(4606, 7, -779))
  1429. end)
  1430.  
  1431. GreenBox.MouseButton1Down:connect(function()
  1432. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1675, 348, 1476))
  1433. end)
  1434.  
  1435. Fancy.MouseButton1Down:connect(function()
  1436. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(491, 3, -1719))
  1437. end)
  1438.  
  1439. EndTimes.MouseButton1Down:connect(function()
  1440. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(113, -213, -950))
  1441. end)
  1442.  
  1443. Dropoff.MouseButton1Down:connect(function()
  1444. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(314, -2, 123))
  1445. end)
  1446.  
  1447. Den.MouseButton1Down:connect(function()
  1448. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(331, 45, 1941))
  1449. end)
  1450.  
  1451. Cave.MouseButton1Down:connect(function()
  1452. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(3581, -179, 430))
  1453. end)
  1454.  
  1455. BoxedCars.MouseButton1Down:connect(function()
  1456. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(508, 3, -1463))
  1457. end)
  1458.  
  1459. YourPlot.MouseButton1Down:connect(function()
  1460. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  1461. if v.Owner.Value == game.Players.LocalPlayer then
  1462. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  1463. end
  1464. end
  1465. end)
  1466. --------------
  1467. --LocalPlayer Commands
  1468. -- God
  1469. God.MouseButton1Down:connect(function()
  1470. game.Players.LocalPlayer.Character.Humanoid.Name = "1"
  1471. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1472. l.Parent = game.Players.LocalPlayer.Character
  1473. l.Name = "Humanoid"
  1474. wait(0.1)
  1475. game.Players.LocalPlayer.Character["1"]:Destroy()
  1476. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1477. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1478. l.Changed:Connect(function()
  1479. if l then
  1480. l.WalkSpeed=game.Players.LocalPlayer.Character.Humanoid.WalkSpeed
  1481. l.JumpPower=game.Players.LocalPlayer.Character.Humanoid.JumpPower
  1482. end
  1483. end)
  1484. end)
  1485. -- Noclip
  1486. noclip = false
  1487. game:GetService('RunService').Stepped:connect(function()
  1488. if noclip then
  1489. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1490. NoclipLabel.TextColor3 = Color3.new(0, 1, 0)
  1491. NoclipLabel.Text = "Enabled"
  1492. end
  1493. end)
  1494. Noclip.MouseButton1Down:connect(function()
  1495. noclip = not noclip
  1496. NoclipLabel.TextColor3 = Color3.new(0.7, 0, 0)
  1497. NoclipLabel.Text = "Disabled"
  1498. end)
  1499. -- Walkspeed
  1500. Walkspeed.MouseButton1Down:connect(function()
  1501. while true do
  1502. wait()
  1503. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = WalkspeedValue.Text
  1504. end
  1505. end)
  1506. -- Jumppower
  1507. Jumppower.MouseButton1Down:connect(function()
  1508. while true do
  1509. wait()
  1510. game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumppowerValue.Text
  1511. end
  1512. end)
  1513. --Players Commands
  1514. -- Teleport To Player
  1515. -- teleport To Player Base
  1516.  
  1517. --Wood Commands
  1518. -- Teleport Cut Wood
  1519. TeleportCutWood.MouseButton1Down:connect(function()
  1520. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  1521. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  1522. if Log.Owner.Value == game.Players.LocalPlayer then
  1523. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0, 15, 0))
  1524. end
  1525. end
  1526. end
  1527. end)
  1528.  
  1529. -- Sell Cut Wood
  1530. SellCutWood.MouseButton1Down:connect(function()
  1531. for _, Log in pairs(workspace.LogModels:GetChildren()) do
  1532. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  1533. if Log.Owner.Value == game.Players.LocalPlayer then
  1534. for i,v in pairs(Log:GetChildren()) do
  1535. if v.Name=="WoodSection" then
  1536. spawn(function()
  1537. for i=1,10 do
  1538. wait()
  1539. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  1540. end
  1541. end)
  1542. end
  1543. end
  1544. spawn(function()
  1545. for i=1,20 do
  1546. wait()
  1547. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  1548. end
  1549. end)
  1550. end
  1551. end
  1552. end
  1553. end)
  1554. -- Teleport End Times Wood
  1555. TeleportEndTimesWood.MouseButton1Down:connect(function()
  1556. for i, v in pairs(game.Workspace:GetChildren()) do
  1557. if v.Name == "TreeRegion" then
  1558. for a, b in pairs(v:GetChildren()) do
  1559. tree(b, "LoneCave")
  1560. end
  1561. end
  1562. end
  1563. end)
  1564. -- Teleport Cave Crawler Wood
  1565. TeleportCaveCrawlerWood.MouseButton1Down:connect(function()
  1566. for i, v in pairs(game.Workspace:GetChildren()) do
  1567. if v.Name == "TreeRegion" then
  1568. for a, b in pairs(v:GetChildren()) do
  1569. tree(b, "CaveCrawler")
  1570. end
  1571. end
  1572. end
  1573. end)
  1574.  
  1575. --Tools Commands
  1576. -- Dupe
  1577. Dupe.MouseButton1Down:connect(function()
  1578. plr = game:GetService("Players").LocalPlayer
  1579. slot = plr.CurrentSaveSlot
  1580. if Option == false then
  1581. if slot.Value == -1 then
  1582. Option = true
  1583. slot.RobloxLocked = true
  1584. DupeLabel.TextColor3 = Color3.new(0, 1, 0)
  1585. DupeLabel.Text = "Enabled"
  1586. end
  1587. else
  1588. Option = false
  1589. slot.RobloxLocked = false
  1590. DupeLabel.TextColor3 = Color3.new(0.7, 0, 0)
  1591. DupeLabel.Text = "Disabled"
  1592. end
  1593. end)
  1594. -- Move Tools
  1595. Move.MouseButton1Down:connect(function()
  1596. local player = game.Players.LocalPlayer
  1597. local Character = player.Character or player.CharacterAdded:wait()
  1598. local Humanoid = Character:WaitForChild("Humanoid")
  1599. local walkSpeed = Humanoid.WalkSpeed
  1600. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Dragger.Disabled = true
  1601. _G.dragRangeMin = 5
  1602. fivefour = coroutine.wrap(function()
  1603. EKey = false
  1604. QKey = false
  1605. player:GetMouse().KeyDown:connect(function(key)
  1606. if string.lower(key) == "e" then
  1607. EKey = true
  1608. elseif string.lower(key) == "q" then
  1609. QKey = true
  1610. end
  1611. end)
  1612. player:GetMouse().KeyUp:connect(function(key)
  1613. if string.lower(key) == "e" then
  1614. EKey = false
  1615. elseif string.lower(key) == "q" then
  1616. QKey = false
  1617. end
  1618. end)
  1619. while wait(0.1) do
  1620. if EKey then
  1621. F = FVal
  1622. FVal = FVal + 1000
  1623. ChangeForce(F+1000)
  1624. print(F)
  1625. end
  1626. if QKey then
  1627. F = FVal
  1628. FVal = FVal - 1000
  1629. ChangeForce(F-1000)
  1630. print(F)
  1631. end
  1632. end
  1633.  
  1634. end)
  1635. fivefour()
  1636. local dragPart = Instance.new("Part",game.Players.LocalPlayer.PlayerGui)--game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Dragger.Dragger
  1637. dragPart.Size = Vector3.new(0.2,0.2,0.2)
  1638. dragPart.BrickColor = BrickColor.new("Really red")
  1639. player.CharacterAdded:connect(function()
  1640. Character = player.Character
  1641. Humanoid = Character:WaitForChild("Humanoid")
  1642. Humanoid.Died:connect(function()
  1643. dragPart.Parent = nil
  1644. end)
  1645. end)
  1646.  
  1647. wait(1)
  1648. local dragRangeMax = 10000
  1649. local dragRangeMin = _G.dragRangeMin
  1650.  
  1651. local camera = workspace.CurrentCamera
  1652. local mouse = player:GetMouse()
  1653.  
  1654. local button1Down = false
  1655. local dragRange = dragRangeMax
  1656. FVal = 80000
  1657. local bodyPosition = Instance.new("BodyPosition", dragPart)
  1658. bodyPosition.maxForce = Vector3.new(1, 1, 1) * FVal
  1659. bodyPosition.D = 1000
  1660. bodyPosition.P = 4000
  1661. function ChangeForce(F)
  1662. if F > 0 then
  1663. F = bodyPosition.maxForce.X+F
  1664. bodyPosition.maxForce = Vector3.new(1, 1, 1) * F
  1665. else
  1666. F = bodyPosition.maxForce.X-F
  1667. bodyPosition.maxForce = Vector3.new(1, 1, 1) * F
  1668. end
  1669. end
  1670.  
  1671. local bodyGyro = Instance.new("BodyGyro", dragPart)
  1672. bodyGyro.maxTorque = Vector3.new(1, 1, 1) * 200 --4000 -- * 0.000012
  1673. bodyGyro.P = 1200
  1674. bodyGyro.D = 140 --15
  1675.  
  1676. --bodyPosition.P = bodyPosition.P * 1/19
  1677. --bodyPosition.D = bodyPosition.D * 1/19
  1678. --bodyGyro.P = bodyGyro.P * 1/19
  1679. --bodyGyro.D = bodyGyro.D * 1/19
  1680.  
  1681. local rotateCFrame = CFrame.new()
  1682.  
  1683. local weld = Instance.new("Weld", dragPart)
  1684.  
  1685. --local interactPermission = require(game.ReplicatedStorage.Interaction.InteractionPermission)
  1686. local clientIsDragging = game.ReplicatedStorage.Interaction.ClientIsDragging
  1687.  
  1688. local carryAnimationTrack
  1689.  
  1690.  
  1691. --------------------------------[[ Drag Main ]]------------------------------------
  1692.  
  1693. local draggingPart = false
  1694.  
  1695. function click()
  1696. button1Down = true
  1697.  
  1698. local targetObject = game.Players.LocalPlayer:GetMouse().Target
  1699. if not canDrag(targetObject) then
  1700. return
  1701. end
  1702.  
  1703. local mouseHit = game.Players.LocalPlayer:GetMouse().Hit.p
  1704. if (mouseHit - Character.Head.Position).magnitude > dragRangeMax then
  1705. return
  1706. end
  1707.  
  1708. initializeDrag(targetObject, mouseHit)
  1709. rotateCFrame = CFrame.new()
  1710.  
  1711. carryAnimationTrack:Play(0.1, 1, 1)
  1712.  
  1713. local dragIsFailing = 0
  1714. local dragTime = 0
  1715.  
  1716.  
  1717. while button1Down and canDrag(targetObject) do
  1718. local desiredPos = Character.Head.Position + (game.Players.LocalPlayer:GetMouse().Hit.p - Character.Head.Position).unit * dragRange
  1719.  
  1720. local dragRay = Ray.new(Character.Head.Position, desiredPos - Character.Head.Position)
  1721. local part, pos = workspace:FindPartOnRayWithIgnoreList(dragRay, {Character, dragPart, targetObject.Parent})
  1722.  
  1723. if part then
  1724. desiredPos = pos
  1725. end
  1726.  
  1727. if (camera.CoordinateFrame.p - Character.Head.Position).magnitude > 2 then
  1728. desiredPos = desiredPos + Vector3.new(0, 1.8, 0)
  1729. end
  1730.  
  1731. moveDrag(desiredPos)
  1732. bodyGyro.cframe = CFrame.new(dragPart.Position, camera.CoordinateFrame.p) * rotateCFrame
  1733.  
  1734. local targParent = findHighestParent(targetObject) or targetObject
  1735.  
  1736. local attemptingToSurf = false
  1737. for _, check in pairs({{Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.7, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  1738. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  1739. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  1740. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  1741. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(-0.7, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  1742.  
  1743. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, 0.6)).p, Vector3.new(0, -2, 0))},
  1744. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0, -2.8, 0.6)).p, Vector3.new(0, -2, 0))},
  1745. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, 0.6)).p, Vector3.new(0, -2, 0))},
  1746.  
  1747. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, -0.6)).p, Vector3.new(0, -2, 0))},
  1748. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0, -2.8, -0.6)).p, Vector3.new(0, -2, 0))},
  1749. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, -0.6)).p, Vector3.new(0, -2, 0))},
  1750.  
  1751. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.5, -0.8, 0)).p, Character.HumanoidRootPart.CFrame.lookVector), State = Enum.HumanoidStateType.Climbing},
  1752. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(-0.5, -0.8, 0)).p, Character.HumanoidRootPart.CFrame.lookVector), State = Enum.HumanoidStateType.Climbing},
  1753. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.5, -1.3, 0)).p, Character.HumanoidRootPart.CFrame.lookVector), State = Enum.HumanoidStateType.Climbing},
  1754. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(-0.5, -1.3, 0)).p, Character.HumanoidRootPart.CFrame.lookVector), State = Enum.HumanoidStateType.Climbing}
  1755.  
  1756. }) do
  1757.  
  1758. local ray = check.Ray
  1759. local part, _ = workspace:FindPartOnRayWithIgnoreList(ray, {Character})
  1760. local op = part
  1761. part = part and findHighestParent(part)
  1762.  
  1763. if part and (not check.State or Humanoid:GetState() == check.State) then
  1764. if part == targParent then
  1765. attemptingToSurf = true
  1766. else
  1767. for _, connectedPart in pairs(op:GetConnectedParts(true)) do
  1768.  
  1769. if connectedPart == targetObject--[[targParent]] then
  1770. attemptingToSurf = true
  1771. break
  1772. end
  1773. end
  1774. end
  1775.  
  1776. if attemptingToSurf then
  1777. break
  1778. end
  1779. end
  1780. end
  1781.  
  1782.  
  1783.  
  1784.  
  1785.  
  1786. local falling = Humanoid:GetState() == Enum.HumanoidStateType.Freefall or Humanoid:GetState() == Enum.HumanoidStateType.FallingDown--not part1 and not part2
  1787.  
  1788.  
  1789. if attemptingToSurf then
  1790. dragIsFailing = 0
  1791. elseif falling then
  1792. dragIsFailing = 0
  1793. elseif (dragPart.Position - desiredPos).magnitude > 5 then
  1794. dragIsFailing = 0
  1795. else
  1796. dragIsFailing = 0
  1797. end
  1798. if dragIsFailing > 16 then
  1799. break
  1800. end
  1801.  
  1802.  
  1803. if dragTime % 10 == 0 and targParent.Parent:FindFirstChild("BedInfo") and targParent.Parent:FindFirstChild("Main") then
  1804. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Parent.Scripts.VehicleControl.SetVehicleOwnership:Fire(targParent.Parent.Main)
  1805. end
  1806.  
  1807. clientIsDragging:FireServer(targParent.Parent)
  1808.  
  1809. wait()
  1810. dragTime = 0
  1811. end
  1812.  
  1813. carryAnimationTrack:Stop()
  1814.  
  1815. endDrag()
  1816. end
  1817.  
  1818.  
  1819. function findHighestParent(child)
  1820. if not child or not child.Parent or child.Parent == workspace then
  1821. return nil
  1822. end
  1823.  
  1824. local ret = child.Parent:FindFirstChild("Owner") and child
  1825. return findHighestParent(child.Parent) or ret
  1826. end
  1827.  
  1828.  
  1829.  
  1830. function clickEnded()
  1831. button1Down = false
  1832. end
  1833.  
  1834. function holdDistanceChanged()
  1835. dragRange = dragRangeMax--[[_G.dragRangeMin + (1 - dist) * (dragRangeMax - _G.dragRangeMin)]]
  1836. end
  1837.  
  1838.  
  1839. function canDrag(targetObject)
  1840.  
  1841.  
  1842. if not (targetObject and not targetObject.Anchored and targetObject.Parent and Humanoid.Health > 0) then -- General conditions
  1843. return false
  1844. end
  1845.  
  1846. if targetObject.Name == "LeafPart" then
  1847. return false
  1848. end
  1849.  
  1850. local originTargetObject = targetObject
  1851. targetObject = findHighestParent(targetObject) or targetObject
  1852.  
  1853. bodyGyro.Parent = dragPart
  1854.  
  1855.  
  1856. --[[if not (targetObject.Parent:FindFirstChild("Owner") or targetObject.Parent.Parent:FindFirstChild("Owner")) then
  1857. return otherDraggable(targetObject, originTargetObject)
  1858. end]]
  1859.  
  1860. if targetObject.Parent:FindFirstChild("Owner") or targetObject.Parent.Parent:FindFirstChild("Owner") then
  1861. return true
  1862. end
  1863.  
  1864. if targetObject.Parent:FindFirstChild("TreeClass") then -- Wood class
  1865. return true
  1866. end
  1867. if targetObject.Parent:FindFirstChild("BoxItemName") then -- Shop items
  1868. return true
  1869. end
  1870. if targetObject.Parent:FindFirstChild("PurchasedBoxItemName") then -- Purchased box items
  1871. return true
  1872. end
  1873. if targetObject.Parent:FindFirstChild("Handle") then -- Tool items
  1874. return true
  1875. end
  1876.  
  1877. return otherDraggable(targetObject, originTargetObject)
  1878. end
  1879.  
  1880. function otherDraggable(targetObject, originTargetObject)
  1881. local draggable = targetObject and targetObject.Parent and targetObject.Parent:FindFirstChild("DraggableItem") or originTargetObject and originTargetObject.Parent and originTargetObject.Parent:FindFirstChild("DraggableItem")
  1882. if draggable then -- Other stuff
  1883. if draggable:FindFirstChild("NoRotate") then
  1884. bodyGyro.Parent = nil
  1885. end
  1886. return true
  1887. end
  1888. end
  1889.  
  1890. function initializeDrag(targetObject,mouseHit)
  1891. draggingPart = true
  1892. mouse.TargetFilter = targetObject and findHighestParent(targetObject) and findHighestParent(targetObject).Parent or targetObject
  1893.  
  1894. dragPart.CFrame = CFrame.new(mouseHit, camera.CoordinateFrame.p)
  1895.  
  1896. weld.Part0 = dragPart
  1897. weld.Part1 = targetObject
  1898. weld.C0 = CFrame.new(mouseHit,camera.CoordinateFrame.p):inverse() * targetObject.CFrame
  1899. weld.Parent = dragPart
  1900.  
  1901. dragPart.Parent = workspace
  1902. end
  1903.  
  1904. function endDrag()
  1905. mouse.TargetFilter = nil
  1906. dragPart.Parent = nil
  1907. draggingPart = false
  1908. end
  1909.  
  1910. --------------------------------[[ Do Prompt ]]------------------------------------
  1911.  
  1912.  
  1913. local dragGuiState = ""
  1914. function interactLoop()
  1915. while true do
  1916. wait()
  1917.  
  1918. local newState = ""
  1919.  
  1920. local mouseHit = game.Players.LocalPlayer:GetMouse().Hit.p
  1921. local targetObject = game.Players.LocalPlayer:GetMouse().Target
  1922.  
  1923.  
  1924. if draggingPart then
  1925. newState = "Dragging"
  1926. elseif canDrag(targetObject) and not button1Down and (mouseHit - Character.Head.Position).magnitude < dragRangeMax then
  1927. newState = "Mouseover"
  1928. end
  1929.  
  1930. if true then-- not (newState == dragGuiState) then
  1931. dragGuiState = newState
  1932. setPlatformControls()
  1933.  
  1934. if dragGuiState == "" then
  1935. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.Visible = false
  1936. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.Visible = false
  1937. elseif dragGuiState == "Mouseover" then
  1938. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.Visible = true
  1939. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.Visible = false
  1940. elseif dragGuiState == "Dragging" then
  1941. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.Visible = false
  1942. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.Visible = not (bodyGyro.Parent == nil) and (not player:FindFirstChild("IsChatting") or player.IsChatting.Value < 1)
  1943. end
  1944. end
  1945.  
  1946. end
  1947. end
  1948.  
  1949.  
  1950. --------------------------------[[ Drag Moving ]]------------------------------------
  1951.  
  1952.  
  1953. function moveDrag(pos)
  1954. bodyPosition.position = pos
  1955. end
  1956. local rotateSpeedReduce = 0.036
  1957.  
  1958. local lastRotateTick
  1959. function crotate(amount, speed)
  1960.  
  1961. if not draggingPart then
  1962. if not player:FindFirstChild("IsChatting") or player.IsChatting.Value < 2 then
  1963. Humanoid.WalkSpeed = walkSpeed
  1964. end
  1965. return
  1966. end
  1967.  
  1968. if Humanoid.WalkSpeed > 1 then
  1969. walkSpeed = Humanoid.WalkSpeed
  1970. Humanoid.WalkSpeed = 0
  1971. end
  1972.  
  1973. lastRotateTick = tick()
  1974. local thisRotateTick = lastRotateTick
  1975.  
  1976. while draggingPart and amount.magnitude > 0 and lastRotateTick == thisRotateTick do
  1977. rotateCFrame = CFrame.Angles(0, -amount.X * rotateSpeedReduce, 0) * CFrame.Angles(amount.Y * rotateSpeedReduce, 0, 0) * rotateCFrame
  1978. wait()
  1979. end
  1980.  
  1981. if amount.magnitude == 0 then
  1982. if not player:FindFirstChild("IsChatting") or player.IsChatting.Value < 2 then
  1983. Humanoid.WalkSpeed = walkSpeed
  1984. end
  1985. end
  1986. end
  1987.  
  1988. --------------------------------[[ User Input ]]------------------------------------
  1989.  
  1990. wait(1)
  1991.  
  1992. carryAnimationTrack = Humanoid:LoadAnimation(game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Dragger:WaitForChild("CarryItem"))
  1993.  
  1994. --input = require(game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Parent:WaitForChild("Scripts"):WaitForChild("UserInput"))
  1995.  
  1996. game.Players.LocalPlayer:GetMouse().Button1Down:connect(function()
  1997. click()
  1998. holdDistanceChanged()
  1999. end)
  2000. game.Players.LocalPlayer:GetMouse().Button1Up:connect(function()
  2001. clickEnded()
  2002. end)
  2003. --input.ClickBegan(click, holdDistanceChanged)
  2004. --input.ClickEnded(clickEnded)
  2005.  
  2006. --input.Rotate(crotate)
  2007.  
  2008.  
  2009. function setPlatformControls()
  2010. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.PlatformButton.Image = game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.PlatformButton.PC.Value
  2011. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.PlatformButton.KeyLabel.Text = "CLICK"
  2012. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.PlatformButton.Image = game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.PlatformButton.PC.Value
  2013. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.PlatformButton.KeyLabel.Text = "SHIFT + WASD"
  2014. end
  2015.  
  2016.  
  2017. interactLoop()
  2018. end)
  2019. -- Golden Axe
  2020. GoldAxe.MouseButton1Down:connect(function()
  2021.  
  2022. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  2023. mouse1.Button1Down:connect(function(key)
  2024. Pressing=false
  2025. end)
  2026.  
  2027. function GetAxe()
  2028. if game.Players.LocalPlayer.Character:FindFirstChild("Tool") then
  2029. return game.Players.LocalPlayer.Character:FindFirstChild("Tool")
  2030. end
  2031. end
  2032.  
  2033. local HitPoints={
  2034. ['GoldAxe']= 50;
  2035. ['BasicHatchet']= 0.2;
  2036. ['Axe1']= 0.55;
  2037. ['Axe2']= 0.93;
  2038. ['AxeAlphaTesters']= 1.5;
  2039. ['Rukiryaxe']= 1.68;
  2040. ['Axe3']= 1.45;
  2041. ['AxeBetaTesters']= 1.45;
  2042. ['FireAxe']= 0.6;
  2043. ['SilverAxe']= 1.6;
  2044. ['EndTimesAxe']= 10000000;
  2045. ['AxeChicken']= 0.1;
  2046. ['CandyCaneAxe']= 0;
  2047. }
  2048.  
  2049. local Pressing = false
  2050.  
  2051. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  2052. mouse1.Button1Down:connect(function(key)
  2053. Pressing=true
  2054. poop(GetAxe())
  2055. end)
  2056.  
  2057. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  2058. mouse1.Button1Down:connect(function(key)
  2059. Pressing=false
  2060. end)
  2061.  
  2062. function cut(Height,Tool)
  2063. local Tree=game.Players.LocalPlayer:GetMouse().Target
  2064. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.Parent.CutEvent,{
  2065. ["cuttingClass"] = "Axe",
  2066. ["cooldown"] = 0,
  2067. ["hitPoints"] = HitPoints[Tool.ToolName.Value],
  2068. ["sectionId"] = 1,
  2069. ["tool"] = Tool,
  2070. ["faceVector"] = Vector3.new(-1,0,0),
  2071. ["height"] = Height})
  2072. end
  2073.  
  2074. function poop(Tool)
  2075. while Pressing do
  2076. for i=1,100 do
  2077. wait()
  2078. cut(_G.SIZE,Tool)
  2079. cut(1,Tool)
  2080. end
  2081. end
  2082. end
  2083. end)
  2084. -- Leaked Items
  2085. LeakedItems.MouseButton1Down:connect(function()
  2086. game.ReplicatedStorage.Purchasables:Clone().Parent = game.Workspace.PlayerModels
  2087. end)
  2088.  
  2089. -- Ctrl + Click TP
  2090. TeleportTool.MouseButton1Down:connect(function()
  2091. local Plr = game:GetService("Players").LocalPlayer
  2092. local Mouse = Plr:GetMouse()
  2093.  
  2094. Mouse.Button1Down:connect(function()
  2095. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  2096. if not Mouse.Target then return end
  2097. Plr.Character:MoveTo(Mouse.Hit.p)
  2098. end)
  2099. end)
  2100. -- Grey Wood
  2101. GreyWood.MouseButton1Down:connect(function()
  2102. for i,v in next,workspace.PlayerModels:GetChildren() do
  2103. if v:FindFirstChild("Type") then
  2104. if v.Type.Value == "Blueprint" then
  2105. v.Type.Value = "Structure"
  2106. end
  2107. end
  2108. end
  2109. end)
  2110. -- Teleport Gifts
  2111. TeleportGifts.MouseButton1Down:connect(function()
  2112. for i,v in next,workspace.PlayerModels:GetChildren() do
  2113. if v:FindFirstChild("Main") and v.Owner.Value == game.Players.LocalPlayer then
  2114. for q,p in pairs(v:GetChildren()) do
  2115. if p.Name:lower():match("box") or p.Name == "DraggableItem" then
  2116. wait()
  2117. v.PrimaryPart = v.Main
  2118. game.ReplicatedStorage.Interaction.Verify:FireServer('Item owned by player',v)
  2119. v:SetPrimaryPartCFrame(game.Players.LocalPlayer.Character.Head.CFrame)
  2120. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  2121. end
  2122. end
  2123. end
  2124. end
  2125. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement