Advertisement
NotCopyright

OP Trolling Gui For Roblox !

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