Advertisement
Andreas12

Teleport

Jan 27th, 2020
1,749
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.15 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. wait(.25)
  5. local Audio = Instance.new("Sound")
  6. Audio.Volume = 0
  7. Audio.SoundId = "rbxassetid://269866701"
  8. Audio.Name = "music"
  9. Audio.Parent = game.Workspace
  10. Audio.Playing = true
  11. Audio.Looped = true
  12. local FEG = Instance.new("ScreenGui")
  13. local Fr1 = Instance.new("Frame")
  14. local SW = Instance.new("TextButton")
  15. local R15F = Instance.new("TextButton")
  16. local R6F = Instance.new("TextButton")
  17. local SWJ = Instance.new("TextButton")
  18. local C5 = Instance.new("Frame")
  19. local WP = Instance.new("TextBox")
  20. local JP = Instance.new("TextBox")
  21. local God = Instance.new("TextButton")
  22. local Noclip = Instance.new("TextButton")
  23. local Plr1 = Instance.new("TextBox")
  24. local TP = Instance.new("TextButton")
  25. local TPA = Instance.new("TextButton")
  26. local SP = Instance.new("TextButton")
  27. local SPR = Instance.new("TextBox")
  28. local Die = Instance.new("TextButton")
  29. local RL = Instance.new("TextButton")
  30. local BH = Instance.new("TextButton")
  31. local TMP = Instance.new("TextBox")
  32. local TM = Instance.new("TextButton")
  33. local CT = Instance.new("TextButton")
  34. local C6 = Instance.new("Frame")
  35. local InfJ = Instance.new("TextButton")
  36. local DIS = Instance.new("TextBox")
  37. local T = Instance.new("TextButton")
  38. local X = Instance.new("TextBox")
  39. local Y = Instance.new("TextBox")
  40. local Z = Instance.new("TextBox")
  41. local TPS = Instance.new("TextButton")
  42. local C6_2 = Instance.new("Frame")
  43. local FR2 = Instance.new("Frame")
  44. local C5_2 = Instance.new("Frame")
  45. local TPY = Instance.new("TextButton")
  46. local Plr2 = Instance.new("TextBox")
  47. local DIS2 = Instance.new("TextBox")
  48. local TPAY = Instance.new("TextButton")
  49. local GR = Instance.new("TextButton")
  50. local GRS = Instance.new("TextBox")
  51. local Inv = Instance.new("TextButton")
  52. local Val1 = Instance.new("TextBox")
  53. local InvN = Instance.new("TextBox")
  54. local Si = Instance.new("TextButton")
  55. local Bar = Instance.new("Frame")
  56. local FR = Instance.new("Frame")
  57. local CRE = Instance.new("TextLabel")
  58. local T5 = Instance.new("TextButton")
  59. local T1 = Instance.new("TextButton")
  60. local T4 = Instance.new("TextButton")
  61. local T3 = Instance.new("TextButton")
  62. local T2 = Instance.new("TextButton")
  63. local T6 = Instance.new("TextButton")
  64. local TXT = Instance.new("TextLabel")
  65. local VER = Instance.new("TextLabel")
  66. local T7 = Instance.new("TextButton")
  67. local T8 = Instance.new("TextButton")
  68. local T9 = Instance.new("TextButton")
  69. local Open = Instance.new("TextButton")
  70. local Open2 = Instance.new("TextButton")
  71. local FR3 = Instance.new("Frame")
  72. local C5_3 = Instance.new("Frame")
  73. local Save1 = Instance.new("TextButton")
  74. local TextLabel = Instance.new("TextLabel")
  75. local TextLabel_2 = Instance.new("TextLabel")
  76. local TextLabel_3 = Instance.new("TextLabel")
  77. local Save2 = Instance.new("TextButton")
  78. local Save3 = Instance.new("TextButton")
  79. local Load1 = Instance.new("TextButton")
  80. local Load2 = Instance.new("TextButton")
  81. local Load3 = Instance.new("TextButton")
  82. local UpY1 = Instance.new("TextButton")
  83. local UpY2 = Instance.new("TextButton")
  84. local UpY3 = Instance.new("TextButton")
  85. local TeleP = Instance.new("TextButton")
  86. local PartN = Instance.new("TextBox")
  87. local PosY = Instance.new("TextBox")
  88. local Open3 = Instance.new("TextButton")
  89. local Txt = Instance.new("TextButton")
  90. local Coll = Instance.new("TextButton")
  91. local Anch = Instance.new("TextButton")
  92. local Cl = Instance.new("TextButton")
  93. local MT = Instance.new("TextButton")
  94. --Turned Off Scripts
  95. local player = game.Players.LocalPlayer
  96. local mouse = player:GetMouse()
  97. local X1 = 0
  98. local X2 = 0
  99. local X3 = 0
  100. local Y1 = 0
  101. local Y2 = 0
  102. local Y3 = 0
  103. local Z1 = 0
  104. local Z2 = 0
  105. local Z3 = 0
  106. local C = false
  107. local Del = false
  108. local InfiniteJumpEnabled = false
  109. game:GetService("UserInputService").JumpRequest:connect(function()
  110. if InfiniteJumpEnabled then
  111. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  112. end
  113. end)
  114. local Selection = Instance.new("SelectionBox")
  115. Selection.Parent = FEG
  116. Selection.Name = "INFOS"
  117. Selection.Color3 = Color3.new(255/255,255/255,255/255)
  118.  
  119. mouse.KeyDown:connect(function(key)
  120. if key == "c" then
  121. if C == true then
  122. if mouse.Target.CanCollide == false then
  123. mouse.Target.CanCollide = true
  124. else
  125. mouse.Target.CanCollide = false
  126. end
  127. end
  128.  
  129. end
  130. end)
  131. mouse.KeyDown:connect(function(key)
  132. if key == "r" then
  133. if Del == true then
  134. mouse.Target:Remove()
  135. end
  136.  
  137. end
  138. end)
  139. mouse.KeyDown:connect(function(key)
  140. if key == "p" then
  141. if Audio.Volume == 0 then
  142. Audio.Volume = 10
  143. else
  144. Audio.Volume = 0
  145. end
  146.  
  147. end
  148. end)
  149. Open4 = false
  150. Open5 = false
  151. Open6 = false
  152. --Properties:
  153. FEG.Name = "FEG"
  154. FEG.Parent = game.CoreGui
  155. FEG.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  156.  
  157. Fr1.Name = "Fr1"
  158. Fr1.Parent = FEG
  159. Fr1.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  160. Fr1.BorderSizePixel = 0
  161. Fr1.Position = UDim2.new(-0.300000012, 0, 0.331, 0)
  162. Fr1.Size = UDim2.new(0.22690928, 0, 0.315717667, 0)
  163.  
  164. SW.Name = "SW"
  165. SW.Parent = Fr1
  166. SW.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  167. SW.BorderColor3 = Color3.new(0, 0.0666667, 1)
  168. SW.Position = UDim2.new(0.0470405333, 0, 0.00179049745, 0)
  169. SW.Size = UDim2.new(0.306169868, 0, 0.112596005, 0)
  170. SW.Font = Enum.Font.SourceSans
  171. SW.Text = "Set Speed"
  172. SW.TextColor3 = Color3.new(1, 1, 1)
  173. SW.TextScaled = true
  174. SW.TextSize = 14
  175. SW.TextWrapped = true
  176.  
  177. R15F.Name = "R15F"
  178. R15F.Parent = Fr1
  179. R15F.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  180. R15F.BorderColor3 = Color3.new(0, 0.0666667, 1)
  181. R15F.Position = UDim2.new(0.707493424, 0, 0.726543903, 0)
  182. R15F.Size = UDim2.new(0.258233875, 0, 0.112596005, 0)
  183. R15F.Font = Enum.Font.SourceSans
  184. R15F.Text = "R15 Fly"
  185. R15F.TextColor3 = Color3.new(1, 1, 1)
  186. R15F.TextScaled = true
  187. R15F.TextSize = 14
  188. R15F.TextWrapped = true
  189.  
  190. R6F.Name = "R6F"
  191. R6F.Parent = Fr1
  192. R6F.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  193. R6F.BorderColor3 = Color3.new(0, 0.0666667, 1)
  194. R6F.Position = UDim2.new(0.377266943, 0, 0.72688961, 0)
  195. R6F.Size = UDim2.new(0.303506732, 0, 0.112596005, 0)
  196. R6F.Font = Enum.Font.SourceSans
  197. R6F.Text = "R6 Fly"
  198. R6F.TextColor3 = Color3.new(1, 1, 1)
  199. R6F.TextScaled = true
  200. R6F.TextSize = 14
  201. R6F.TextWrapped = true
  202.  
  203. SWJ.Name = "SWJ"
  204. SWJ.Parent = Fr1
  205. SWJ.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  206. SWJ.BorderColor3 = Color3.new(0, 0.0666667, 1)
  207. SWJ.Position = UDim2.new(0.0470405333, 0, 0.145797074, 0)
  208. SWJ.Size = UDim2.new(0.306169868, 0, 0.112596005, 0)
  209. SWJ.Font = Enum.Font.SourceSans
  210. SWJ.Text = "Set Jump"
  211. SWJ.TextColor3 = Color3.new(1, 1, 1)
  212. SWJ.TextScaled = true
  213. SWJ.TextSize = 14
  214. SWJ.TextWrapped = true
  215.  
  216. C5.Name = "C5"
  217. C5.Parent = Fr1
  218. C5.BackgroundColor3 = Color3.new(0.129412, 0, 0.780392)
  219. C5.BorderSizePixel = 0
  220. C5.Size = UDim2.new(0.0181898829, 0, 1, 0)
  221.  
  222. WP.Name = "WP"
  223. WP.Parent = Fr1
  224. WP.BackgroundColor3 = Color3.new(0, 0, 0)
  225. WP.BorderColor3 = Color3.new(0, 0.615686, 1)
  226. WP.Position = UDim2.new(0.375499398, 0, 0, 0)
  227. WP.Size = UDim2.new(0.177961364, 0, 0.112999998, 0)
  228. WP.Font = Enum.Font.SourceSans
  229. WP.PlaceholderText = "16"
  230. WP.Text = ""
  231. WP.TextColor3 = Color3.new(1, 1, 1)
  232. WP.TextScaled = true
  233. WP.TextSize = 14
  234. WP.TextWrapped = true
  235.  
  236. JP.Name = "JP"
  237. JP.Parent = Fr1
  238. JP.BackgroundColor3 = Color3.new(0, 0, 0)
  239. JP.BorderColor3 = Color3.new(0, 0.615686, 1)
  240. JP.Position = UDim2.new(0.375499338, 0, 0.145695359, 0)
  241. JP.Size = UDim2.new(0.177961484, 0, 0.112999998, 0)
  242. JP.Font = Enum.Font.SourceSans
  243. JP.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  244. JP.PlaceholderText = "50"
  245. JP.Text = ""
  246. JP.TextColor3 = Color3.new(1, 1, 1)
  247. JP.TextScaled = true
  248. JP.TextSize = 14
  249. JP.TextWrapped = true
  250.  
  251. God.Name = "God"
  252. God.Parent = Fr1
  253. God.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  254. God.BorderColor3 = Color3.new(0, 0.0666667, 1)
  255. God.Position = UDim2.new(0.595642447, 0, 0.00179050118, 0)
  256. God.Size = UDim2.new(0.306169868, 0, 0.112596005, 0)
  257. God.Font = Enum.Font.SourceSans
  258. God.Text = "God"
  259. God.TextColor3 = Color3.new(1, 1, 1)
  260. God.TextScaled = true
  261. God.TextSize = 14
  262. God.TextWrapped = true
  263.  
  264. Noclip.Name = "Noclip"
  265. Noclip.Parent = Fr1
  266. Noclip.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  267. Noclip.BorderColor3 = Color3.new(0, 0.0666667, 1)
  268. Noclip.Position = UDim2.new(0.595642447, 0, 0.143070847, 0)
  269. Noclip.Size = UDim2.new(0.306169868, 0, 0.112596005, 0)
  270. Noclip.Font = Enum.Font.SourceSans
  271. Noclip.Text = "Noclip"
  272. Noclip.TextColor3 = Color3.new(1, 1, 1)
  273. Noclip.TextScaled = true
  274. Noclip.TextSize = 14
  275. Noclip.TextWrapped = true
  276.  
  277. Plr1.Name = "Plr1"
  278. Plr1.Parent = Fr1
  279. Plr1.BackgroundColor3 = Color3.new(0, 0, 0)
  280. Plr1.BorderColor3 = Color3.new(0, 0.615686, 1)
  281. Plr1.Position = UDim2.new(0.375499368, 0, 0.291390717, 0)
  282. Plr1.Size = UDim2.new(0.53163904, 0, 0.112999998, 0)
  283. Plr1.Font = Enum.Font.SourceSans
  284. Plr1.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  285. Plr1.PlaceholderText = "Player name"
  286. Plr1.Text = ""
  287. Plr1.TextColor3 = Color3.new(1, 1, 1)
  288. Plr1.TextScaled = true
  289. Plr1.TextSize = 14
  290. Plr1.TextWrapped = true
  291. Plr1.TextXAlignment = Enum.TextXAlignment.Left
  292.  
  293. TP.Name = "TP"
  294. TP.Parent = Fr1
  295. TP.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  296. TP.BorderColor3 = Color3.new(0, 0.0666667, 1)
  297. TP.Position = UDim2.new(0.0443774164, 0, 0.291492432, 0)
  298. TP.Size = UDim2.new(0.306169868, 0, 0.112596005, 0)
  299. TP.Font = Enum.Font.SourceSans
  300. TP.Text = "Teleport"
  301. TP.TextColor3 = Color3.new(1, 1, 1)
  302. TP.TextScaled = true
  303. TP.TextSize = 14
  304. TP.TextWrapped = true
  305.  
  306. TPA.Name = "TPA"
  307. TPA.Parent = Fr1
  308. TPA.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  309. TPA.BorderColor3 = Color3.new(0, 0.0666667, 1)
  310. TPA.Position = UDim2.new(0.0470405221, 0, 0.587298155, 0)
  311. TPA.Size = UDim2.new(0.306169868, 0, 0.112596005, 0)
  312. TPA.Font = Enum.Font.SourceSans
  313. TPA.Text = "TP All"
  314. TPA.TextColor3 = Color3.new(1, 1, 1)
  315. TPA.TextScaled = true
  316. TPA.TextSize = 14
  317. TPA.TextWrapped = true
  318.  
  319. SP.Name = "SP"
  320. SP.Parent = Fr1
  321. SP.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  322. SP.BorderColor3 = Color3.new(0, 0.0666667, 1)
  323. SP.Position = UDim2.new(0.374603808, 0, 0.441602826, 0)
  324. SP.Size = UDim2.new(0.306169868, 0, 0.112596005, 0)
  325. SP.Font = Enum.Font.SourceSans
  326. SP.Text = "Spin"
  327. SP.TextColor3 = Color3.new(1, 1, 1)
  328. SP.TextScaled = true
  329. SP.TextSize = 14
  330. SP.TextWrapped = true
  331.  
  332. SPR.Name = "SPR"
  333. SPR.Parent = Fr1
  334. SPR.BackgroundColor3 = Color3.new(0, 0, 0)
  335. SPR.BorderColor3 = Color3.new(0, 0.615686, 1)
  336. SPR.Position = UDim2.new(0.700399518, 0, 0.437086105, 0)
  337. SPR.Size = UDim2.new(0.26275292, 0, 0.113000005, 0)
  338. SPR.Font = Enum.Font.SourceSans
  339. SPR.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  340. SPR.PlaceholderText = "V/S"
  341. SPR.Text = ""
  342. SPR.TextColor3 = Color3.new(1, 1, 1)
  343. SPR.TextScaled = true
  344. SPR.TextSize = 14
  345. SPR.TextWrapped = true
  346.  
  347. Die.Name = "Die"
  348. Die.Parent = Fr1
  349. Die.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  350. Die.BorderColor3 = Color3.new(0, 0.0666667, 1)
  351. Die.Position = UDim2.new(0.377266884, 0, 0.59171325, 0)
  352. Die.Size = UDim2.new(0.306169868, 0, 0.112596005, 0)
  353. Die.Font = Enum.Font.SourceSans
  354. Die.Text = "Die"
  355. Die.TextColor3 = Color3.new(1, 1, 1)
  356. Die.TextScaled = true
  357. Die.TextSize = 14
  358. Die.TextWrapped = true
  359.  
  360. RL.Name = "RL"
  361. RL.Parent = Fr1
  362. RL.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  363. RL.BorderColor3 = Color3.new(0, 0.0666667, 1)
  364. RL.Position = UDim2.new(0.963152409, 0, 0.141382158, 0)
  365. RL.Size = UDim2.new(0.306169868, 0, 0.112596005, 0)
  366. RL.Font = Enum.Font.SourceSans
  367. RL.Text = "R[Delete]"
  368. RL.TextColor3 = Color3.new(1, 1, 1)
  369. RL.TextScaled = true
  370. RL.TextSize = 14
  371. RL.TextWrapped = true
  372.  
  373. BH.Name = "BH"
  374. BH.Parent = Fr1
  375. BH.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  376. BH.BorderColor3 = Color3.new(0, 0.0666667, 1)
  377. BH.Position = UDim2.new(0.963152409, 0, 0.000101859994, 0)
  378. BH.Size = UDim2.new(0.306169838, 0, 0.112596005, 0)
  379. BH.Font = Enum.Font.SourceSans
  380. BH.Text = "C[Colide]"
  381. BH.TextColor3 = Color3.new(1, 1, 1)
  382. BH.TextScaled = true
  383. BH.TextSize = 14
  384. BH.TextWrapped = true
  385.  
  386. TMP.Name = "TMP"
  387. TMP.Parent = Fr1
  388. TMP.BackgroundColor3 = Color3.new(0, 0, 0)
  389. TMP.BorderColor3 = Color3.new(0, 0.0666667, 1)
  390. TMP.Position = UDim2.new(0.479360908, 0, 0.883002222, 0)
  391. TMP.Size = UDim2.new(0.379841506, 0, 0.113000005, 0)
  392. TMP.Font = Enum.Font.SourceSans
  393. TMP.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  394. TMP.PlaceholderText = "Pos*N"
  395. TMP.Text = ""
  396. TMP.TextColor3 = Color3.new(1, 1, 1)
  397. TMP.TextScaled = true
  398. TMP.TextSize = 14
  399. TMP.TextWrapped = true
  400.  
  401. TM.Name = "TM"
  402. TM.Parent = Fr1
  403. TM.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  404. TM.BorderColor3 = Color3.new(0, 0.0666667, 1)
  405. TM.Position = UDim2.new(0.0470405072, 0, 0.881415129, 0)
  406. TM.Size = UDim2.new(0.399378926, 0, 0.112595998, 0)
  407. TM.Font = Enum.Font.SourceSans
  408. TM.Text = "TP Move"
  409. TM.TextColor3 = Color3.new(1, 1, 1)
  410. TM.TextScaled = true
  411. TM.TextSize = 14
  412. TM.TextWrapped = true
  413.  
  414. CT.Name = "CT"
  415. CT.Parent = Fr1
  416. CT.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  417. CT.BorderColor3 = Color3.new(0, 0.0666667, 1)
  418. CT.Position = UDim2.new(0.0443774574, 0, 0.72688961, 0)
  419. CT.Size = UDim2.new(0.303506732, 0, 0.112596005, 0)
  420. CT.Font = Enum.Font.SourceSans
  421. CT.Text = "Ctrl+Q Tele"
  422. CT.TextColor3 = Color3.new(1, 1, 1)
  423. CT.TextScaled = true
  424. CT.TextSize = 14
  425. CT.TextWrapped = true
  426.  
  427. C6.Name = "C6"
  428. C6.Parent = Fr1
  429. C6.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  430. C6.BorderSizePixel = 0
  431. C6.Position = UDim2.new(1.00000012, 0, 0.00179052597, 0)
  432. C6.Size = UDim2.new(0.287963897, 0, 0.998209417, 0)
  433. C6.ZIndex = 0
  434.  
  435. InfJ.Name = "InfJ"
  436. InfJ.Parent = Fr1
  437. InfJ.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  438. InfJ.BorderColor3 = Color3.new(0, 0.0666667, 1)
  439. InfJ.Position = UDim2.new(0.699504077, 0, 0.588986814, 0)
  440. InfJ.Size = UDim2.new(0.276527852, 0, 0.112596005, 0)
  441. InfJ.Font = Enum.Font.SourceSans
  442. InfJ.Text = "Inf Jump"
  443. InfJ.TextColor3 = Color3.new(1, 1, 1)
  444. InfJ.TextScaled = true
  445. InfJ.TextSize = 14
  446. InfJ.TextWrapped = true
  447.  
  448. DIS.Name = "DIS"
  449. DIS.Parent = Fr1
  450. DIS.BackgroundColor3 = Color3.new(0, 0, 0)
  451. DIS.BorderColor3 = Color3.new(0, 0.615686, 1)
  452. DIS.Position = UDim2.new(0.924101293, 0, 0.291390717, 0)
  453. DIS.Size = UDim2.new(0.347884029, 0, 0.112999998, 0)
  454. DIS.Font = Enum.Font.SourceSans
  455. DIS.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  456. DIS.PlaceholderText = "Distance"
  457. DIS.Text = ""
  458. DIS.TextColor3 = Color3.new(1, 1, 1)
  459. DIS.TextScaled = true
  460. DIS.TextSize = 14
  461. DIS.TextWrapped = true
  462. DIS.TextXAlignment = Enum.TextXAlignment.Left
  463.  
  464. T.Name = "T"
  465. T.Parent = Fr1
  466. T.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  467. T.BorderColor3 = Color3.new(0, 0.0666667, 1)
  468. T.Position = UDim2.new(1.00798929, 0, 0.443291605, 0)
  469. T.Size = UDim2.new(0.263996452, 0, 0.112596005, 0)
  470. T.Font = Enum.Font.SourceSans
  471. T.Text = "Tele"
  472. T.TextColor3 = Color3.new(1, 1, 1)
  473. T.TextScaled = true
  474. T.TextSize = 14
  475. T.TextWrapped = true
  476.  
  477. X.Name = "X"
  478. X.Parent = Fr1
  479. X.BackgroundColor3 = Color3.new(0, 0, 0)
  480. X.BorderColor3 = Color3.new(0, 0.615686, 1)
  481. X.Position = UDim2.new(1.03062606, 0, 0.613686562, 0)
  482. X.Size = UDim2.new(0.220054448, 0, 0.113000005, 0)
  483. X.Font = Enum.Font.SourceSans
  484. X.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  485. X.PlaceholderText = "X"
  486. X.Text = ""
  487. X.TextColor3 = Color3.new(1, 1, 1)
  488. X.TextScaled = true
  489. X.TextSize = 14
  490. X.TextWrapped = true
  491.  
  492. Y.Name = "Y"
  493. Y.Parent = Fr1
  494. Y.BackgroundColor3 = Color3.new(0, 0, 0)
  495. Y.BorderColor3 = Color3.new(0, 0.615686, 1)
  496. Y.Position = UDim2.new(1.03062606, 0, 0.724061847, 0)
  497. Y.Size = UDim2.new(0.220054448, 0, 0.113000005, 0)
  498. Y.Font = Enum.Font.SourceSans
  499. Y.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  500. Y.PlaceholderText = "Y"
  501. Y.Text = ""
  502. Y.TextColor3 = Color3.new(1, 1, 1)
  503. Y.TextScaled = true
  504. Y.TextSize = 14
  505. Y.TextWrapped = true
  506.  
  507. Z.Name = "Z"
  508. Z.Parent = Fr1
  509. Z.BackgroundColor3 = Color3.new(0, 0, 0)
  510. Z.BorderColor3 = Color3.new(0, 0.615686, 1)
  511. Z.Position = UDim2.new(1.03062606, 0, 0.843267143, 0)
  512. Z.Size = UDim2.new(0.220054448, 0, 0.113000005, 0)
  513. Z.Font = Enum.Font.SourceSans
  514. Z.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  515. Z.PlaceholderText = "Z"
  516. Z.Text = ""
  517. Z.TextColor3 = Color3.new(1, 1, 1)
  518. Z.TextScaled = true
  519. Z.TextSize = 14
  520. Z.TextWrapped = true
  521.  
  522. TPS.Name = "TPS"
  523. TPS.Parent = Fr1
  524. TPS.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  525. TPS.BorderColor3 = Color3.new(0, 0.0666667, 1)
  526. TPS.Position = UDim2.new(0.0470405817, 0, 0.443291634, 0)
  527. TPS.Size = UDim2.new(0.306169868, 0, 0.112596005, 0)
  528. TPS.Font = Enum.Font.SourceSans
  529. TPS.Text = "Spam TP"
  530. TPS.TextColor3 = Color3.new(1, 1, 1)
  531. TPS.TextScaled = true
  532. TPS.TextSize = 14
  533. TPS.TextWrapped = true
  534.  
  535. C6_2.Name = "C6"
  536. C6_2.Parent = Fr1
  537. C6_2.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  538. C6_2.BorderSizePixel = 0
  539. C6_2.Position = UDim2.new(1.00000012, 0, -0.042359747, 0)
  540. C6_2.Size = UDim2.new(0.613055825, 0, 0.296337903, 0)
  541. C6_2.Visible = false
  542. C6_2.ZIndex = 0
  543.  
  544. FR2.Name = "FR2"
  545. FR2.Parent = FEG
  546. FR2.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  547. FR2.BorderSizePixel = 0
  548. FR2.Position = UDim2.new(-0.300000012, 0, 0.68900001, 0)
  549. FR2.Size = UDim2.new(0.27861169, 0, 0.276306808, 0)
  550. FR2.ZIndex = 0
  551.  
  552. C5_2.Name = "C5"
  553. C5_2.Parent = FR2
  554. C5_2.BackgroundColor3 = Color3.new(0.129412, 0, 0.780392)
  555. C5_2.BorderSizePixel = 0
  556. C5_2.Position = UDim2.new(-1.48164816e-07, 0, 1.34826422e-07, 0)
  557. C5_2.Size = UDim2.new(0.0164967831, 0, 1.00000119, 0)
  558.  
  559. TPY.Name = "TPY"
  560. TPY.Parent = FR2
  561. TPY.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  562. TPY.BorderColor3 = Color3.new(0, 0.0666667, 1)
  563. TPY.Position = UDim2.new(0.0310617909, 0, 0.0675467402, 0)
  564. TPY.Size = UDim2.new(0.235683411, 0, 0.112595998, 0)
  565. TPY.Font = Enum.Font.SourceSans
  566. TPY.Text = "TP to you"
  567. TPY.TextColor3 = Color3.new(1, 1, 1)
  568. TPY.TextScaled = true
  569. TPY.TextSize = 14
  570. TPY.TextWrapped = true
  571.  
  572. Plr2.Name = "Plr2"
  573. Plr2.Parent = FR2
  574. Plr2.BackgroundColor3 = Color3.new(0, 0, 0)
  575. Plr2.BorderColor3 = Color3.new(0, 0.615686, 1)
  576. Plr2.Position = UDim2.new(0.284599453, 0, 0.0701518133, 0)
  577. Plr2.Size = UDim2.new(0.402394831, 0, 0.112999998, 0)
  578. Plr2.Font = Enum.Font.SourceSans
  579. Plr2.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  580. Plr2.PlaceholderText = "Player name"
  581. Plr2.Text = ""
  582. Plr2.TextColor3 = Color3.new(1, 1, 1)
  583. Plr2.TextScaled = true
  584. Plr2.TextSize = 14
  585. Plr2.TextWrapped = true
  586. Plr2.TextXAlignment = Enum.TextXAlignment.Left
  587.  
  588. DIS2.Name = "DIS2"
  589. DIS2.Parent = FR2
  590. DIS2.BackgroundColor3 = Color3.new(0, 0, 0)
  591. DIS2.BorderColor3 = Color3.new(0, 0.615686, 1)
  592. DIS2.Position = UDim2.new(0.707948625, 0, 0.0701518133, 0)
  593. DIS2.Size = UDim2.new(0.26683256, 0, 0.112999998, 0)
  594. DIS2.Font = Enum.Font.SourceSans
  595. DIS2.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  596. DIS2.PlaceholderText = "Distance"
  597. DIS2.Text = ""
  598. DIS2.TextColor3 = Color3.new(1, 1, 1)
  599. DIS2.TextScaled = true
  600. DIS2.TextSize = 14
  601. DIS2.TextWrapped = true
  602. DIS2.TextXAlignment = Enum.TextXAlignment.Left
  603.  
  604. TPAY.Name = "TPAY"
  605. TPAY.Parent = FR2
  606. TPAY.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  607. TPAY.BorderColor3 = Color3.new(0, 0.0666667, 1)
  608. TPAY.Position = UDim2.new(0.0310617909, 0, 0.217989221, 0)
  609. TPAY.Size = UDim2.new(0.292826176, 0, 0.112595998, 0)
  610. TPAY.Font = Enum.Font.SourceSans
  611. TPAY.Text = "TP All to you"
  612. TPAY.TextColor3 = Color3.new(1, 1, 1)
  613. TPAY.TextScaled = true
  614. TPAY.TextSize = 14
  615. TPAY.TextWrapped = true
  616.  
  617. GR.Name = "GR"
  618. GR.Parent = FR2
  619. GR.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  620. GR.BorderColor3 = Color3.new(0, 0.0666667, 1)
  621. GR.Position = UDim2.new(0.0310618691, 0, 0.806484818, 0)
  622. GR.Size = UDim2.new(0.208056122, 0, 0.112595998, 0)
  623. GR.Font = Enum.Font.SourceSans
  624. GR.Text = "Set G"
  625. GR.TextColor3 = Color3.new(1, 1, 1)
  626. GR.TextScaled = true
  627. GR.TextSize = 14
  628. GR.TextWrapped = true
  629.  
  630. GRS.Name = "GRS"
  631. GRS.Parent = FR2
  632. GRS.BackgroundColor3 = Color3.new(0, 0, 0)
  633. GRS.BorderColor3 = Color3.new(0, 0.615686, 1)
  634. GRS.Position = UDim2.new(0.266581476, 0, 0.804665089, 0)
  635. GRS.Size = UDim2.new(0.163012579, 0, 0.112999998, 0)
  636. GRS.Font = Enum.Font.SourceSans
  637. GRS.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  638. GRS.PlaceholderText = "192"
  639. GRS.Text = ""
  640. GRS.TextColor3 = Color3.new(1, 1, 1)
  641. GRS.TextScaled = true
  642. GRS.TextSize = 14
  643. GRS.TextWrapped = true
  644.  
  645. Inv.Name = "Inv"
  646. Inv.Parent = FR2
  647. Inv.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  648. Inv.BorderColor3 = Color3.new(0, 0.0666667, 1)
  649. Inv.Position = UDim2.new(0.0310617909, 0, 0.514449418, 0)
  650. Inv.Size = UDim2.new(0.292826176, 0, 0.112595998, 0)
  651. Inv.Font = Enum.Font.SourceSans
  652. Inv.Text = "Tele[Up]"
  653. Inv.TextColor3 = Color3.new(1, 1, 1)
  654. Inv.TextScaled = true
  655. Inv.TextSize = 14
  656. Inv.TextWrapped = true
  657.  
  658. Val1.Name = "Val1"
  659. Val1.Parent = FR2
  660. Val1.BackgroundColor3 = Color3.new(0, 0, 0)
  661. Val1.BorderColor3 = Color3.new(0, 0.615686, 1)
  662. Val1.Position = UDim2.new(0.350162268, 0, 0.512629688, 0)
  663. Val1.Size = UDim2.new(0.248629317, 0, 0.112999998, 0)
  664. Val1.Font = Enum.Font.SourceSans
  665. Val1.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  666. Val1.PlaceholderText = "Distance"
  667. Val1.Text = ""
  668. Val1.TextColor3 = Color3.new(1, 1, 1)
  669. Val1.TextScaled = true
  670. Val1.TextSize = 14
  671. Val1.TextWrapped = true
  672. Val1.TextXAlignment = Enum.TextXAlignment.Left
  673.  
  674. InvN.Name = "InvN"
  675. InvN.Parent = FR2
  676. InvN.BackgroundColor3 = Color3.new(0, 0, 0)
  677. InvN.BorderColor3 = Color3.new(0, 0.615686, 1)
  678. InvN.Position = UDim2.new(0.350162089, 0, 0.362187266, 0)
  679. InvN.Size = UDim2.new(0.251203269, 0, 0.112999998, 0)
  680. InvN.Font = Enum.Font.SourceSans
  681. InvN.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  682. InvN.PlaceholderText = "Up"
  683. InvN.Text = ""
  684. InvN.TextColor3 = Color3.new(1, 1, 1)
  685. InvN.TextScaled = true
  686. InvN.TextSize = 14
  687. InvN.TextWrapped = true
  688. InvN.TextXAlignment = Enum.TextXAlignment.Left
  689.  
  690. Si.Name = "Si"
  691. Si.Parent = FR2
  692. Si.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  693. Si.BorderColor3 = Color3.new(0, 0.0666667, 1)
  694. Si.Position = UDim2.new(0.0310617909, 0, 0.359582156, 0)
  695. Si.Size = UDim2.new(0.292826176, 0, 0.112595998, 0)
  696. Si.Font = Enum.Font.SourceSans
  697. Si.Text = "Tele[Front]"
  698. Si.TextColor3 = Color3.new(1, 1, 1)
  699. Si.TextScaled = true
  700. Si.TextSize = 14
  701. Si.TextWrapped = true
  702.  
  703. Bar.Name = "Bar"
  704. Bar.Parent = FEG
  705. Bar.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  706. Bar.BorderSizePixel = 0
  707. Bar.Position = UDim2.new(0, 0, 0.967791438, 0)
  708. Bar.Size = UDim2.new(0.999999881, 0, 0.0315418467, 0)
  709.  
  710. FR.Name = "FR"
  711. FR.Parent = Bar
  712. FR.BackgroundColor3 = Color3.new(0.780392, 0.780392, 0.780392)
  713. FR.BorderSizePixel = 0
  714. FR.Size = UDim2.new(0.0064744004, 0, 1, 0)
  715.  
  716. CRE.Name = "CRE"
  717. CRE.Parent = Bar
  718. CRE.BackgroundColor3 = Color3.new(0.129412, 0, 0.780392)
  719. CRE.BackgroundTransparency = 1
  720. CRE.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  721. CRE.Position = UDim2.new(0.010214828, 0, -0.0240486749, 0)
  722. CRE.Size = UDim2.new(0.101919241, 0, 0.932660162, 1)
  723. CRE.Font = Enum.Font.Cartoon
  724. CRE.Text = "By Andreas21"
  725. CRE.TextColor3 = Color3.new(0.819608, 0.819608, 0.819608)
  726. CRE.TextScaled = true
  727. CRE.TextSize = 14
  728. CRE.TextWrapped = true
  729.  
  730. T5.Name = "T5"
  731. T5.Parent = Bar
  732. T5.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  733. T5.BorderColor3 = Color3.new(1, 1, 1)
  734. T5.Position = UDim2.new(0.343917876, 0, 0.0268829949, 0)
  735. T5.Size = UDim2.new(0.0273716655, 0, 0.953885674, 0)
  736. T5.Font = Enum.Font.SourceSans
  737. T5.Text = "B"
  738. T5.TextColor3 = Color3.new(0.231373, 0, 1)
  739. T5.TextScaled = true
  740. T5.TextSize = 14
  741. T5.TextWrapped = true
  742.  
  743. T1.Name = "T1"
  744. T1.Parent = Bar
  745. T1.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  746. T1.BorderColor3 = Color3.new(1, 1, 1)
  747. T1.Position = UDim2.new(0.23509343, 0, 0.0268829949, 0)
  748. T1.Size = UDim2.new(0.0273716655, 0, 0.953885674, 0)
  749. T1.Font = Enum.Font.SourceSans
  750. T1.Text = "R"
  751. T1.TextColor3 = Color3.new(1, 0, 0)
  752. T1.TextScaled = true
  753. T1.TextSize = 14
  754. T1.TextWrapped = true
  755.  
  756. T4.Name = "T4"
  757. T4.Parent = Bar
  758. T4.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  759. T4.BorderColor3 = Color3.new(1, 1, 1)
  760. T4.Position = UDim2.new(0.316961944, 0, 0.0268829949, 0)
  761. T4.Size = UDim2.new(0.0273716655, 0, 0.953885674, 0)
  762. T4.Font = Enum.Font.SourceSans
  763. T4.Text = "G"
  764. T4.TextColor3 = Color3.new(0.0627451, 0.772549, 0.0117647)
  765. T4.TextScaled = true
  766. T4.TextSize = 14
  767. T4.TextWrapped = true
  768.  
  769. T3.Name = "T3"
  770. T3.Parent = Bar
  771. T3.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  772. T3.BorderColor3 = Color3.new(1, 1, 1)
  773. T3.Position = UDim2.new(0.289602011, 0, 0.0268829949, 0)
  774. T3.Size = UDim2.new(0.0273716655, 0, 0.953885674, 0)
  775. T3.Font = Enum.Font.SourceSans
  776. T3.Text = "Y"
  777. T3.TextColor3 = Color3.new(0.772549, 0.643137, 0)
  778. T3.TextScaled = true
  779. T3.TextSize = 14
  780. T3.TextWrapped = true
  781.  
  782. T2.Name = "T2"
  783. T2.Parent = Bar
  784. T2.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  785. T2.BorderColor3 = Color3.new(1, 1, 1)
  786. T2.Position = UDim2.new(0.262646109, 0, 0.0268829949, 0)
  787. T2.Size = UDim2.new(0.0273716655, 0, 0.953885674, 0)
  788. T2.Font = Enum.Font.SourceSans
  789. T2.Text = "O"
  790. T2.TextColor3 = Color3.new(0.937255, 0.470588, 0)
  791. T2.TextScaled = true
  792. T2.TextSize = 14
  793. T2.TextWrapped = true
  794.  
  795. T6.Name = "T6"
  796. T6.Parent = Bar
  797. T6.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  798. T6.BorderColor3 = Color3.new(1, 1, 1)
  799. T6.Position = UDim2.new(0.370938033, 0, 0.0268829949, 0)
  800. T6.Size = UDim2.new(0.0273716655, 0, 0.953885674, 0)
  801. T6.Font = Enum.Font.SourceSans
  802. T6.Text = "P"
  803. T6.TextColor3 = Color3.new(0.623529, 0, 0.937255)
  804. T6.TextScaled = true
  805. T6.TextSize = 14
  806. T6.TextWrapped = true
  807.  
  808. TXT.Name = "TXT"
  809. TXT.Parent = Bar
  810. TXT.BackgroundColor3 = Color3.new(0.129412, 0, 0.780392)
  811. TXT.BackgroundTransparency = 1
  812. TXT.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  813. TXT.Position = UDim2.new(0.165832937, 0, 0.0261439942, 0)
  814. TXT.Size = UDim2.new(0.0679313913, 0, 0.932660162, 1)
  815. TXT.Font = Enum.Font.Cartoon
  816. TXT.Text = "Theme"
  817. TXT.TextColor3 = Color3.new(0.819608, 0.819608, 0.819608)
  818. TXT.TextScaled = true
  819. TXT.TextSize = 14
  820. TXT.TextWrapped = true
  821.  
  822. VER.Name = "VER"
  823. VER.Parent = Bar
  824. VER.BackgroundColor3 = Color3.new(0.129412, 0, 0.780392)
  825. VER.BackgroundTransparency = 1
  826. VER.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  827. VER.Position = UDim2.new(0.881987631, 0, 0.0245776009, 0)
  828. VER.Size = UDim2.new(0.10559009, 0, 0.932660162, 1)
  829. VER.Font = Enum.Font.Cartoon
  830. VER.Text = "V0.1"
  831. VER.TextColor3 = Color3.new(0.819608, 0.819608, 0.819608)
  832. VER.TextScaled = true
  833. VER.TextSize = 14
  834. VER.TextWrapped = true
  835.  
  836. T7.Name = "T7"
  837. T7.Parent = Bar
  838. T7.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  839. T7.BorderColor3 = Color3.new(1, 1, 1)
  840. T7.Position = UDim2.new(0.397716284, 0, 0.0268829949, 0)
  841. T7.Size = UDim2.new(0.0273716655, 0, 0.953885674, 0)
  842. T7.Font = Enum.Font.SourceSans
  843. T7.Text = "P"
  844. T7.TextColor3 = Color3.new(0.937255, 0.00784314, 0.862745)
  845. T7.TextScaled = true
  846. T7.TextSize = 14
  847. T7.TextWrapped = true
  848.  
  849. T8.Name = "T8"
  850. T8.Parent = Bar
  851. T8.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  852. T8.BorderColor3 = Color3.new(1, 1, 1)
  853. T8.Position = UDim2.new(0.424494535, 0, 0.0268830061, 0)
  854. T8.Size = UDim2.new(0.0273716655, 0, 0.953885674, 0)
  855. T8.Font = Enum.Font.SourceSans
  856. T8.Text = "W"
  857. T8.TextColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  858. T8.TextScaled = true
  859. T8.TextSize = 14
  860. T8.TextWrapped = true
  861.  
  862. T9.Name = "T9"
  863. T9.Parent = Bar
  864. T9.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  865. T9.BorderColor3 = Color3.new(1, 1, 1)
  866. T9.Position = UDim2.new(0.451272786, 0, 0.0268830061, 0)
  867. T9.Size = UDim2.new(0.0273716655, 0, 0.953885674, 0)
  868. T9.Font = Enum.Font.SourceSans
  869. T9.Text = "B"
  870. T9.TextColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  871. T9.TextScaled = true
  872. T9.TextSize = 14
  873. T9.TextWrapped = true
  874.  
  875. Open.Name = "Open"
  876. Open.Parent = FEG
  877. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  878. Open.BorderColor3 = Color3.new(0.635294, 0.635294, 0.635294)
  879. Open.BorderSizePixel = 2
  880. Open.Position = UDim2.new(0.325707912, 0, 0.928013086, 0)
  881. Open.Size = UDim2.new(0.0625599101, 0, 0.0388915539, 0)
  882. Open.Font = Enum.Font.SourceSans
  883. Open.Text = "You"
  884. Open.TextColor3 = Color3.new(0.941177, 0.941177, 0.941177)
  885. Open.TextScaled = true
  886. Open.TextSize = 14
  887. Open.TextWrapped = true
  888.  
  889. Open2.Name = "Open2"
  890. Open2.Parent = FEG
  891. Open2.BackgroundColor3 = Color3.new(0, 0, 0)
  892. Open2.BorderColor3 = Color3.new(0.635294, 0.635294, 0.635294)
  893. Open2.BorderSizePixel = 2
  894. Open2.Position = UDim2.new(0.451230884, 0, 0.924945593, 0)
  895. Open2.Size = UDim2.new(0.0633967221, 0, 0.0388915539, 0)
  896. Open2.Font = Enum.Font.SourceSans
  897. Open2.Text = "More"
  898. Open2.TextColor3 = Color3.new(0.941177, 0.941177, 0.941177)
  899. Open2.TextScaled = true
  900. Open2.TextSize = 14
  901. Open2.TextWrapped = true
  902.  
  903. FR3.Name = "FR3"
  904. FR3.Parent = FEG
  905. FR3.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  906. FR3.BorderSizePixel = 0
  907. FR3.Position = UDim2.new(1, 0, 0.68900001, 0)
  908. FR3.Size = UDim2.new(0.27861169, 0, 0.276306808, 0)
  909. FR3.ZIndex = 0
  910.  
  911. C5_3.Name = "C5"
  912. C5_3.Parent = FR3
  913. C5_3.BackgroundColor3 = Color3.new(0.129412, 0, 0.780392)
  914. C5_3.BorderSizePixel = 0
  915. C5_3.Position = UDim2.new(0.982155919, 0, 1.34826422e-07, 0)
  916. C5_3.Size = UDim2.new(0.0164967831, 0, 1.00000119, 0)
  917.  
  918. Save1.Name = "Save1"
  919. Save1.Parent = FR3
  920. Save1.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  921. Save1.BorderColor3 = Color3.new(0, 0.0666667, 1)
  922. Save1.Position = UDim2.new(0.0310617909, 0, 0.753136694, 0)
  923. Save1.Size = UDim2.new(0.292826176, 0, 0.112595998, 0)
  924. Save1.Font = Enum.Font.SourceSans
  925. Save1.Text = "Save"
  926. Save1.TextColor3 = Color3.new(1, 1, 1)
  927. Save1.TextScaled = true
  928. Save1.TextSize = 14
  929. Save1.TextWrapped = true
  930.  
  931. TextLabel.Parent = FR3
  932. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  933. TextLabel.BackgroundTransparency = 1
  934. TextLabel.Position = UDim2.new(0.0120141413, 0, 0.869277656, 0)
  935. TextLabel.Size = UDim2.new(0.330000013, 0, 0.12476854, 0)
  936. TextLabel.Font = Enum.Font.SourceSans
  937. TextLabel.Text = "X0,Z0,Y0"
  938. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  939. TextLabel.TextScaled = true
  940. TextLabel.TextSize = 14
  941. TextLabel.TextWrapped = true
  942.  
  943. TextLabel_2.Parent = FR3
  944. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  945. TextLabel_2.BackgroundTransparency = 1
  946. TextLabel_2.Position = UDim2.new(0.339399517, 0, 0.874828517, 0)
  947. TextLabel_2.Size = UDim2.new(0.330000013, 0, 0.12476854, 0)
  948. TextLabel_2.Font = Enum.Font.SourceSans
  949. TextLabel_2.Text = "X0,Z0,Y0"
  950. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  951. TextLabel_2.TextScaled = true
  952. TextLabel_2.TextSize = 14
  953. TextLabel_2.TextWrapped = true
  954.  
  955. TextLabel_3.Parent = FR3
  956. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  957. TextLabel_3.BackgroundTransparency = 1
  958. TextLabel_3.Position = UDim2.new(0.666784883, 0, 0.88593024, 0)
  959. TextLabel_3.Size = UDim2.new(0.330000013, 0, 0.12476854, 0)
  960. TextLabel_3.Font = Enum.Font.SourceSans
  961. TextLabel_3.Text = "X0,Z0,Y0"
  962. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  963. TextLabel_3.TextScaled = true
  964. TextLabel_3.TextSize = 14
  965. TextLabel_3.TextWrapped = true
  966.  
  967. Save2.Name = "Save2"
  968. Save2.Parent = FR3
  969. Save2.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  970. Save2.BorderColor3 = Color3.new(0, 0.0666667, 1)
  971. Save2.Position = UDim2.new(0.352440059, 0, 0.753136694, 0)
  972. Save2.Size = UDim2.new(0.292826176, 0, 0.112595998, 0)
  973. Save2.Font = Enum.Font.SourceSans
  974. Save2.Text = "Save"
  975. Save2.TextColor3 = Color3.new(1, 1, 1)
  976. Save2.TextScaled = true
  977. Save2.TextSize = 14
  978. Save2.TextWrapped = true
  979.  
  980. Save3.Name = "Save3"
  981. Save3.Parent = FR3
  982. Save3.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  983. Save3.BorderColor3 = Color3.new(0, 0.0666667, 1)
  984. Save3.Position = UDim2.new(0.682828903, 0, 0.753136694, 0)
  985. Save3.Size = UDim2.new(0.292826176, 0, 0.112595998, 0)
  986. Save3.Font = Enum.Font.SourceSans
  987. Save3.Text = "Save"
  988. Save3.TextColor3 = Color3.new(1, 1, 1)
  989. Save3.TextScaled = true
  990. Save3.TextSize = 14
  991. Save3.TextWrapped = true
  992.  
  993. Load1.Name = "Load1"
  994. Load1.Parent = FR3
  995. Load1.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  996. Load1.BorderColor3 = Color3.new(0, 0.0666667, 1)
  997. Load1.Position = UDim2.new(0.0280582551, 0, 0.625466764, 0)
  998. Load1.Size = UDim2.new(0.292826176, 0, 0.112595998, 0)
  999. Load1.Font = Enum.Font.SourceSans
  1000. Load1.Text = "Load"
  1001. Load1.TextColor3 = Color3.new(1, 1, 1)
  1002. Load1.TextScaled = true
  1003. Load1.TextSize = 14
  1004. Load1.TextWrapped = true
  1005.  
  1006. Load2.Name = "Load2"
  1007. Load2.Parent = FR3
  1008. Load2.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  1009. Load2.BorderColor3 = Color3.new(0, 0.0666667, 1)
  1010. Load2.Position = UDim2.new(0.352440089, 0, 0.625466764, 0)
  1011. Load2.Size = UDim2.new(0.292826176, 0, 0.112595998, 0)
  1012. Load2.Font = Enum.Font.SourceSans
  1013. Load2.Text = "Load"
  1014. Load2.TextColor3 = Color3.new(1, 1, 1)
  1015. Load2.TextScaled = true
  1016. Load2.TextSize = 14
  1017. Load2.TextWrapped = true
  1018.  
  1019. Load3.Name = "Load3"
  1020. Load3.Parent = FR3
  1021. Load3.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  1022. Load3.BorderColor3 = Color3.new(0, 0.0666667, 1)
  1023. Load3.Position = UDim2.new(0.682828963, 0, 0.625466764, 0)
  1024. Load3.Size = UDim2.new(0.292826176, 0, 0.112595998, 0)
  1025. Load3.Font = Enum.Font.SourceSans
  1026. Load3.Text = "Load"
  1027. Load3.TextColor3 = Color3.new(1, 1, 1)
  1028. Load3.TextScaled = true
  1029. Load3.TextSize = 14
  1030. Load3.TextWrapped = true
  1031.  
  1032. UpY1.Name = "UpY1"
  1033. UpY1.Parent = FR3
  1034. UpY1.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  1035. UpY1.BorderColor3 = Color3.new(0, 0.0666667, 1)
  1036. UpY1.Position = UDim2.new(0.0280582532, 0, 0.0648292303, 0)
  1037. UpY1.Size = UDim2.new(0.292826176, 0, 0.112595998, 0)
  1038. UpY1.Font = Enum.Font.SourceSans
  1039. UpY1.Text = "+Y150"
  1040. UpY1.TextColor3 = Color3.new(1, 1, 1)
  1041. UpY1.TextScaled = true
  1042. UpY1.TextSize = 14
  1043. UpY1.TextWrapped = true
  1044.  
  1045. UpY2.Name = "UpY2"
  1046. UpY2.Parent = FR3
  1047. UpY2.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  1048. UpY2.BorderColor3 = Color3.new(0, 0.0666667, 1)
  1049. UpY2.Position = UDim2.new(0.352440089, 0, 0.0648292303, 0)
  1050. UpY2.Size = UDim2.new(0.292826176, 0, 0.112595998, 0)
  1051. UpY2.Font = Enum.Font.SourceSans
  1052. UpY2.Text = "+Y1000"
  1053. UpY2.TextColor3 = Color3.new(1, 1, 1)
  1054. UpY2.TextScaled = true
  1055. UpY2.TextSize = 14
  1056. UpY2.TextWrapped = true
  1057.  
  1058. UpY3.Name = "UpY3"
  1059. UpY3.Parent = FR3
  1060. UpY3.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  1061. UpY3.BorderColor3 = Color3.new(0, 0.0666667, 1)
  1062. UpY3.Position = UDim2.new(0.682828963, 0, 0.0648292303, 0)
  1063. UpY3.Size = UDim2.new(0.292826176, 0, 0.112595998, 0)
  1064. UpY3.Font = Enum.Font.SourceSans
  1065. UpY3.Text = "+Y5000"
  1066. UpY3.TextColor3 = Color3.new(1, 1, 1)
  1067. UpY3.TextScaled = true
  1068. UpY3.TextSize = 14
  1069. UpY3.TextWrapped = true
  1070.  
  1071. TeleP.Name = "TeleP"
  1072. TeleP.Parent = FR3
  1073. TeleP.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  1074. TeleP.BorderColor3 = Color3.new(0, 0.0666667, 1)
  1075. TeleP.Position = UDim2.new(0.0280582309, 0, 0.286863923, 0)
  1076. TeleP.Size = UDim2.new(0.292826176, 0, 0.112595998, 0)
  1077. TeleP.Font = Enum.Font.SourceSans
  1078. TeleP.Text = "Tele to a part"
  1079. TeleP.TextColor3 = Color3.new(1, 1, 1)
  1080. TeleP.TextScaled = true
  1081. TeleP.TextSize = 14
  1082. TeleP.TextWrapped = true
  1083.  
  1084. PartN.Name = "PartN"
  1085. PartN.Parent = FR3
  1086. PartN.BackgroundColor3 = Color3.new(0, 0, 0)
  1087. PartN.BorderColor3 = Color3.new(0, 0.615686, 1)
  1088. PartN.Position = UDim2.new(0.35016191, 0, 0.284475148, 0)
  1089. PartN.Size = UDim2.new(0.316622883, 0, 0.112999998, 0)
  1090. PartN.Font = Enum.Font.SourceSans
  1091. PartN.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  1092. PartN.PlaceholderText = "Part Name"
  1093. PartN.Text = ""
  1094. PartN.TextColor3 = Color3.new(1, 1, 1)
  1095. PartN.TextScaled = true
  1096. PartN.TextSize = 14
  1097. PartN.TextWrapped = true
  1098. PartN.TextXAlignment = Enum.TextXAlignment.Left
  1099.  
  1100. PosY.Name = "PosY"
  1101. PosY.Parent = FR3
  1102. PosY.BackgroundColor3 = Color3.new(0, 0, 0)
  1103. PosY.BorderColor3 = Color3.new(0, 0.615686, 1)
  1104. PosY.Position = UDim2.new(0.69857204, 0, 0.284475148, 0)
  1105. PosY.Size = UDim2.new(0.25655219, 0, 0.112999998, 0)
  1106. PosY.Font = Enum.Font.SourceSans
  1107. PosY.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  1108. PosY.PlaceholderText = "+Pos Y"
  1109. PosY.Text = ""
  1110. PosY.TextColor3 = Color3.new(1, 1, 1)
  1111. PosY.TextScaled = true
  1112. PosY.TextSize = 14
  1113. PosY.TextWrapped = true
  1114. PosY.TextXAlignment = Enum.TextXAlignment.Left
  1115.  
  1116. Open3.Name = "Open3"
  1117. Open3.Parent = FEG
  1118. Open3.BackgroundColor3 = Color3.new(0, 0, 0)
  1119. Open3.BorderColor3 = Color3.new(0.635294, 0.635294, 0.635294)
  1120. Open3.BorderSizePixel = 2
  1121. Open3.Position = UDim2.new(0.587632596, 0, 0.924945593, 0)
  1122. Open3.Size = UDim2.new(0.0633967221, 0, 0.0388915539, 0)
  1123. Open3.Font = Enum.Font.SourceSans
  1124. Open3.Text = "Tele"
  1125. Open3.TextColor3 = Color3.new(0.941177, 0.941177, 0.941177)
  1126. Open3.TextScaled = true
  1127. Open3.TextSize = 14
  1128. Open3.TextWrapped = true
  1129.  
  1130. Txt.Name = "Txt"
  1131. Txt.Parent = FEG
  1132. Txt.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  1133. Txt.BackgroundTransparency = 0.69999998807907
  1134. Txt.BorderColor3 = Color3.new(0, 0, 0)
  1135. Txt.Position = UDim2.new(0.864435136, 0, 0.314417183, 0)
  1136. Txt.Size = UDim2.new(0.135137036, 0, 0.0282401722, 0)
  1137. Txt.AutoButtonColor = false
  1138. Txt.Font = Enum.Font.SourceSans
  1139. Txt.Text = "Block data"
  1140. Txt.TextColor3 = Color3.new(1, 1, 1)
  1141. Txt.TextScaled = true
  1142. Txt.TextSize = 14
  1143. Txt.TextWrapped = true
  1144.  
  1145. Coll.Name = "Coll"
  1146. Coll.Parent = FEG
  1147. Coll.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  1148. Coll.BackgroundTransparency = 1
  1149. Coll.BorderColor3 = Color3.new(0, 0, 0)
  1150. Coll.Position = UDim2.new(0.863598347, 0, 0.343558311, 0)
  1151. Coll.Size = UDim2.new(0.135137036, 0, 0.0317755789, 0)
  1152. Coll.AutoButtonColor = false
  1153. Coll.Font = Enum.Font.SourceSans
  1154. Coll.Text = "Collide = false"
  1155. Coll.TextColor3 = Color3.new(0.941177, 0, 0)
  1156. Coll.TextScaled = true
  1157. Coll.TextSize = 14
  1158. Coll.TextStrokeTransparency = 0.69999998807907
  1159. Coll.TextWrapped = true
  1160.  
  1161. Anch.Name = "Anch"
  1162. Anch.Parent = FEG
  1163. Anch.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  1164. Anch.BackgroundTransparency = 1
  1165. Anch.BorderColor3 = Color3.new(0, 0, 0)
  1166. Anch.Position = UDim2.new(0.863598347, 0, 0.374233127, 0)
  1167. Anch.Size = UDim2.new(0.135137036, 0, 0.0351155698, 0)
  1168. Anch.AutoButtonColor = false
  1169. Anch.Font = Enum.Font.SourceSans
  1170. Anch.Text = "Anchored = true"
  1171. Anch.TextColor3 = Color3.new(0.941177, 0, 0)
  1172. Anch.TextScaled = true
  1173. Anch.TextSize = 14
  1174. Anch.TextStrokeTransparency = 0.69999998807907
  1175. Anch.TextWrapped = true
  1176.  
  1177. Cl.Name = "Cl"
  1178. Cl.Parent = FEG
  1179. Cl.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  1180. Cl.BackgroundTransparency = 1
  1181. Cl.BorderColor3 = Color3.new(0, 0, 0)
  1182. Cl.Position = UDim2.new(0.863598347, 0, 0.407975465, 0)
  1183. Cl.Size = UDim2.new(0.135137036, 0, 0.0351155698, 0)
  1184. Cl.AutoButtonColor = false
  1185. Cl.Font = Enum.Font.SourceSans
  1186. Cl.Text = "Color"
  1187. Cl.TextColor3 = Color3.new(0.941177, 0.941177, 0.941177)
  1188. Cl.TextScaled = true
  1189. Cl.TextSize = 14
  1190. Cl.TextStrokeTransparency = 0.69999998807907
  1191. Cl.TextWrapped = true
  1192.  
  1193. MT.Name = "MT"
  1194. MT.Parent = FEG
  1195. MT.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  1196. MT.BackgroundTransparency = 1
  1197. MT.BorderColor3 = Color3.new(0, 0, 0)
  1198. MT.Position = UDim2.new(0.863598347, 0, 0.441717803, 0)
  1199. MT.Size = UDim2.new(0.135137036, 0, 0.0351155698, 0)
  1200. MT.AutoButtonColor = false
  1201. MT.Font = Enum.Font.SourceSans
  1202. MT.Text = "Name"
  1203. MT.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  1204. MT.TextScaled = true
  1205. MT.TextSize = 14
  1206. MT.TextStrokeTransparency = 0.69999998807907
  1207. MT.TextWrapped = true
  1208. -- Scripts:
  1209. -- Open
  1210. Open.MouseButton1Click:Connect(function()
  1211. if Open4 == false then
  1212. Fr1:TweenPosition(UDim2.new(0,0,0.331,0),"In","Linear",0.3,true)
  1213. Open4 = true
  1214. else
  1215. Open4 = false
  1216. Fr1:TweenPosition(UDim2.new(-0.3,0,0.331,0),"In","Linear",0.3,true)
  1217. end
  1218. end)
  1219. Open2.MouseButton1Click:Connect(function()
  1220. if Open5 == false then
  1221. FR2:TweenPosition(UDim2.new(0,0,0.689,0),"In","Linear",0.3,true)
  1222. Open5 = true
  1223. else
  1224. Open5 = false
  1225. FR2:TweenPosition(UDim2.new(-0.3,0,0.689,0),"In","Linear",0.3,true)
  1226. end
  1227. end)
  1228. Open3.MouseButton1Click:Connect(function()
  1229. if Open6 == false then
  1230. FR3:TweenPosition(UDim2.new(0.729,0,0.689,0),"In","Linear",0.3,true)
  1231. Open6 = true
  1232. else
  1233. Open6 = false
  1234. FR3:TweenPosition(UDim2.new(1,0,0.689,0),"In","Linear",0.3,true)
  1235. end
  1236. end)
  1237.  
  1238.  
  1239. -- Buttons
  1240. SW.MouseButton1Click:Connect(function()
  1241. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = WP.Text
  1242. end)
  1243. SWJ.MouseButton1Click:Connect(function()
  1244. game.Players.LocalPlayer.Character.Humanoid.JumpPower = JP.Text
  1245. end)
  1246. T.MouseButton1Click:Connect(function()
  1247. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(X.Text,Y.Text,Z.Text)
  1248. end)
  1249. Save1.MouseButton1Click:Connect(function()
  1250. local X = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X
  1251. local Y = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y
  1252. local Z = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z
  1253. TextLabel.Text = "X:"..(math.floor(X/1)/1).." Z:"..(math.floor(Z/1)/1).." Y:"..(math.floor(Y/1)/1)
  1254. X1 = X
  1255. Y1 = Y
  1256. Z1 = Z
  1257. end)
  1258. Save2.MouseButton1Click:Connect(function()
  1259. local X = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X
  1260. local Y = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y
  1261. local Z = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z
  1262. TextLabel_2.Text = "X:"..(math.floor(X/1)/1).." Z:"..(math.floor(Z/1)/1).." Y:"..(math.floor(Y/1)/1)
  1263. X2 = X
  1264. Y2 = Y
  1265. Z2 = Z
  1266. end)
  1267. Save3.MouseButton1Click:Connect(function()
  1268. local X = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X
  1269. local Y = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y
  1270. local Z = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z
  1271. TextLabel_3.Text = "X:"..(math.floor(X/1)/1).." Z:"..(math.floor(Z/1)/1).." Y:"..(math.floor(Y/1)/1)
  1272. X3 = X
  1273. Y3 = Y
  1274. Z3 = Z
  1275. end)
  1276. Load1.MouseButton1Click:Connect(function()
  1277. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(X1,Y1,Z1)
  1278. end)
  1279. Load2.MouseButton1Click:Connect(function()
  1280. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(X2,Y2,Z2)
  1281. end)
  1282. Load3.MouseButton1Click:Connect(function()
  1283. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(X3,Y3,Z3)
  1284. end)
  1285. TeleP.MouseButton1Click:Connect(function()
  1286. local N = PartN.Text
  1287. local Y = PosY.Text
  1288. print(PartN.Text)
  1289. if PosY.Text == "" then
  1290. Y = 3
  1291. end
  1292. for i,v in pairs(game.Workspace:GetChildren()) do
  1293. if v.Name == PartN.Text then
  1294. if v.ClassName == "Part" then
  1295. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(0,Y,0)
  1296. end
  1297. end
  1298. for i,v2 in pairs(v:GetChildren()) do
  1299. if v2.Name == PartN.Text then
  1300. if v.ClassName == "Part" then
  1301. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v2.CFrame + Vector3.new(0,Y,0)
  1302. end
  1303. end
  1304. end
  1305. end
  1306. end)
  1307. UpY1.MouseButton1Click:Connect(function()
  1308. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,150,0)
  1309. end)
  1310. UpY2.MouseButton1Click:Connect(function()
  1311. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,1000,0)
  1312. end)
  1313. UpY3.MouseButton1Click:Connect(function()
  1314. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,5000,0)
  1315. end)
  1316. InfJ.MouseButton1Click:Connect(function()
  1317. if InfiniteJumpEnabled == false then
  1318. InfiniteJumpEnabled = true
  1319. else
  1320. InfiniteJumpEnabled = false
  1321. end
  1322. end)
  1323. RL.MouseButton1Click:Connect(function()
  1324. if Del == false then
  1325. Del = true
  1326. else
  1327. Del = false
  1328. end
  1329. end)
  1330. Die.MouseButton1Click:Connect(function()
  1331. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  1332. end)
  1333. Inv.MouseButton1Click:Connect(function()
  1334. local V = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector*Val1.Text
  1335. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + V
  1336. end)
  1337. Si.MouseButton1Click:Connect(function()
  1338. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,InvN.Text,0)
  1339. end)
  1340. TP.MouseButton1Click:Connect(function()
  1341. local Plr = Plr1.Text
  1342. local V = game.Workspace[Plr].HumanoidRootPart.CFrame.lookVector*Val1.Text
  1343. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace[Plr].HumanoidRootPart.CFrame + V
  1344. end)
  1345. TPS.MouseButton1Click:Connect(function()
  1346. for i = 1,10,1 do
  1347. local Plr = Plr1.Text
  1348. local V = game.Workspace[Plr].HumanoidRootPart.CFrame.lookVector*Val1.Text
  1349. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace[Plr].HumanoidRootPart.CFrame + V
  1350. wait(0.25)
  1351. end
  1352. end)
  1353. TPA.MouseButton1Click:Connect(function()
  1354. for i,v in pairs(game.Players:GetChildren()) do
  1355. if v.Name ~= game.Players.LocalPlayer.Name then
  1356. local Plr = v.Name
  1357. local V = game.Workspace[Plr].HumanoidRootPart.CFrame.lookVector*Val1.Text
  1358. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace[Plr].HumanoidRootPart.CFrame + V
  1359. wait(0.7)
  1360. end
  1361. wait()
  1362. end
  1363. end)
  1364. TPY.MouseButton1Click:Connect(function()
  1365. local S = DIS2.Text
  1366. local V = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector*S
  1367. game.Workspace[Plr2.Text].HumanoidRootPart.Anchored = true
  1368. game.Workspace[Plr2.Text].HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + V
  1369.  
  1370. end)
  1371. TPAY.MouseButton1Click:Connect(function()
  1372. for i,v in pairs(game.Players:GetChildren()) do
  1373. if v.Name ~= game.Players.LocalPlayer.Name then
  1374. local S = DIS2.Text
  1375. local V = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector*S
  1376. game.Workspace[v.Name].HumanoidRootPart.Anchored = true
  1377. game.Workspace[v.Name].HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + V
  1378. end
  1379. end
  1380. end)
  1381. BH.MouseButton1Click:Connect(function()
  1382. if C == false then
  1383. C = true
  1384. else
  1385. C = false
  1386. end
  1387. end)
  1388. -- Keys
  1389. mouse.KeyDown:connect(function(key)
  1390. if key == "t" then
  1391. if Val1.Text =="" then
  1392. local V = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector*15
  1393. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + V
  1394. else
  1395. local V = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector*Val1.Text
  1396. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + V
  1397. end
  1398. end
  1399. end)
  1400. mouse.KeyDown:connect(function(key)
  1401. if key == "y" then
  1402. if InvN.Text == "" then
  1403. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,15,0)
  1404. else
  1405. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,InvN.Text,0)
  1406. end
  1407. end
  1408. end)
  1409. mouse.KeyDown:connect(function(key)
  1410. if key == "j" then
  1411. if InfiniteJumpEnabled == false then
  1412. InfiniteJumpEnabled = true
  1413. else
  1414. InfiniteJumpEnabled = false
  1415. end
  1416. end
  1417. end)
  1418.  
  1419. GR.MouseButton1Click:Connect(function()
  1420. game.Workspace.Gravity = GRS.Text
  1421. end)
  1422. -- Themes
  1423. local Red1 = Color3.new(199/255,0/255,0/255)
  1424. local Red2 = Color3.new(255/255,15/255,15/155)
  1425. local Org1 = Color3.new(230/255,107/255,0/255)
  1426. local Org2 = Color3.new(255/255,170/255,0/155)
  1427. local Ye1 = Color3.new(255/255,213/255,0/255)
  1428. local Ye2 = Color3.new(245/255,255/255,124/255)
  1429. local Gr1 = Color3.new(21/255,129/255,0/255)
  1430. local Gr2 = Color3.new(31/255,206/255,0/255)
  1431. local Bl1 = Color3.new(0/255,17/255,255/255)
  1432. local Bl2 = Color3.new(0/255,157/255,255/255)
  1433. local Pl1 = Color3.new(162/255,2/255,255/255)
  1434. local Pl2 = Color3.new(238/255,0/255,255/255)
  1435. local Pi1 = Color3.new(226/255,0/255,255/255)
  1436. local Pi2 = Color3.new(250/255,88/255,255/255)
  1437. local W1 = Color3.new(185/255,185/255,185/255)
  1438. local W2 = Color3.new(255/255,255/255,255/255)
  1439. local Black1 = Color3.new(45/255,45/255,45/255)
  1440. local Black2 = Color3.new(85/255,85/255,85/255)
  1441. T1.MouseButton1Click:Connect(function()
  1442. for i,v in pairs(FR2:GetChildren()) do
  1443. if v.ClassName == "Frame" then
  1444. v.BackgroundColor3 = Red1
  1445. elseif v.ClassName == "TextButton" then
  1446. v.BorderColor3 = Red1
  1447. else
  1448. v.BorderColor3 = Red2
  1449. end
  1450. end
  1451. for i,v in pairs(FR3:GetChildren()) do
  1452. if v.ClassName == "Frame" then
  1453. v.BackgroundColor3 = Red1
  1454. elseif v.ClassName == "TextButton" then
  1455. v.BorderColor3 = Red1
  1456. else
  1457. v.BorderColor3 = Red2
  1458. end
  1459. end
  1460. for i,v in pairs(Fr1:GetChildren()) do
  1461. if v.ClassName == "Frame" then
  1462. v.BackgroundColor3 = Red1
  1463. elseif v.ClassName == "TextButton" then
  1464. v.BorderColor3 = Red1
  1465. else
  1466. v.BorderColor3 = Red2
  1467. end
  1468. end
  1469. C6.BackgroundColor3 = Color3.new(29/255,29/255,29/255)
  1470. end)
  1471.  
  1472.  
  1473. T2.MouseButton1Click:Connect(function()
  1474. for i,v in pairs(FR2:GetChildren()) do
  1475. if v.ClassName == "Frame" then
  1476. v.BackgroundColor3 = Org1
  1477. elseif v.ClassName == "TextButton" then
  1478. v.BorderColor3 = Org1
  1479. else
  1480. v.BorderColor3 = Org2
  1481. end
  1482. end
  1483. for i,v in pairs(FR3:GetChildren()) do
  1484. if v.ClassName == "Frame" then
  1485. v.BackgroundColor3 = Org1
  1486. elseif v.ClassName == "TextButton" then
  1487. v.BorderColor3 = Org1
  1488. else
  1489. v.BorderColor3 = Org2
  1490. end
  1491. end
  1492. for i,v in pairs(Fr1:GetChildren()) do
  1493. if v.ClassName == "Frame" then
  1494. v.BackgroundColor3 = Org1
  1495. elseif v.ClassName == "TextButton" then
  1496. v.BorderColor3 = Org1
  1497. else
  1498. v.BorderColor3 = Org2
  1499. end
  1500. end
  1501. C6.BackgroundColor3 = Color3.new(29/255,29/255,29/255)
  1502. end)
  1503.  
  1504. T3.MouseButton1Click:Connect(function()
  1505. for i,v in pairs(FR2:GetChildren()) do
  1506. if v.ClassName == "Frame" then
  1507. v.BackgroundColor3 = Ye1
  1508. elseif v.ClassName == "TextButton" then
  1509. v.BorderColor3 = Ye1
  1510. else
  1511. v.BorderColor3 = Ye2
  1512. end
  1513. end
  1514. for i,v in pairs(FR3:GetChildren()) do
  1515. if v.ClassName == "Frame" then
  1516. v.BackgroundColor3 = Ye1
  1517. elseif v.ClassName == "TextButton" then
  1518. v.BorderColor3 = Ye1
  1519. else
  1520. v.BorderColor3 = Ye2
  1521. end
  1522. end
  1523. for i,v in pairs(Fr1:GetChildren()) do
  1524. if v.ClassName == "Frame" then
  1525. v.BackgroundColor3 = Ye1
  1526. elseif v.ClassName == "TextButton" then
  1527. v.BorderColor3 = Ye1
  1528. else
  1529. v.BorderColor3 = Ye2
  1530. end
  1531. end
  1532. C6.BackgroundColor3 = Color3.new(29/255,29/255,29/255)
  1533. end)
  1534.  
  1535. T4.MouseButton1Click:Connect(function()
  1536. for i,v in pairs(FR2:GetChildren()) do
  1537. if v.ClassName == "Frame" then
  1538. v.BackgroundColor3 = Gr1
  1539. elseif v.ClassName == "TextButton" then
  1540. v.BorderColor3 = Gr1
  1541. else
  1542. v.BorderColor3 = Gr2
  1543. end
  1544. end
  1545. for i,v in pairs(FR3:GetChildren()) do
  1546. if v.ClassName == "Frame" then
  1547. v.BackgroundColor3 = Gr1
  1548. elseif v.ClassName == "TextButton" then
  1549. v.BorderColor3 = Gr1
  1550. else
  1551. v.BorderColor3 = Gr2
  1552. end
  1553. end
  1554. for i,v in pairs(Fr1:GetChildren()) do
  1555. if v.ClassName == "Frame" then
  1556. v.BackgroundColor3 = Gr1
  1557. elseif v.ClassName == "TextButton" then
  1558. v.BorderColor3 = Gr1
  1559. else
  1560. v.BorderColor3 = Gr2
  1561. end
  1562. end
  1563. C6.BackgroundColor3 = Color3.new(29/255,29/255,29/255)
  1564. end)
  1565.  
  1566. T5.MouseButton1Click:Connect(function()
  1567. for i,v in pairs(FR2:GetChildren()) do
  1568. if v.ClassName == "Frame" then
  1569. v.BackgroundColor3 = Bl1
  1570. elseif v.ClassName == "TextButton" then
  1571. v.BorderColor3 = Bl1
  1572. else
  1573. v.BorderColor3 = Bl2
  1574. end
  1575. end
  1576. for i,v in pairs(FR3:GetChildren()) do
  1577. if v.ClassName == "Frame" then
  1578. v.BackgroundColor3 = Bl1
  1579. elseif v.ClassName == "TextButton" then
  1580. v.BorderColor3 = Bl1
  1581. else
  1582. v.BorderColor3 = Bl2
  1583. end
  1584. end
  1585. for i,v in pairs(Fr1:GetChildren()) do
  1586. if v.ClassName == "Frame" then
  1587. v.BackgroundColor3 = Bl1
  1588. elseif v.ClassName == "TextButton" then
  1589. v.BorderColor3 = Bl1
  1590. else
  1591. v.BorderColor3 = Bl2
  1592. end
  1593. end
  1594. C6.BackgroundColor3 = Color3.new(29/255,29/255,29/255)
  1595. end)
  1596.  
  1597. T6.MouseButton1Click:Connect(function()
  1598. for i,v in pairs(FR2:GetChildren()) do
  1599. if v.ClassName == "Frame" then
  1600. v.BackgroundColor3 = Pl1
  1601. elseif v.ClassName == "TextButton" then
  1602. v.BorderColor3 = Pl1
  1603. else
  1604. v.BorderColor3 = Pl2
  1605. end
  1606. end
  1607. for i,v in pairs(FR3:GetChildren()) do
  1608. if v.ClassName == "Frame" then
  1609. v.BackgroundColor3 = Pl1
  1610. elseif v.ClassName == "TextButton" then
  1611. v.BorderColor3 = Pl1
  1612. else
  1613. v.BorderColor3 = Pl2
  1614. end
  1615. end
  1616. for i,v in pairs(Fr1:GetChildren()) do
  1617. if v.ClassName == "Frame" then
  1618. v.BackgroundColor3 = Pl1
  1619. elseif v.ClassName == "TextButton" then
  1620. v.BorderColor3 = Pl1
  1621. else
  1622. v.BorderColor3 = Pl2
  1623. end
  1624. end
  1625. C6.BackgroundColor3 = Color3.new(29/255,29/255,29/255)
  1626. end)
  1627.  
  1628.  
  1629. T7.MouseButton1Click:Connect(function()
  1630. for i,v in pairs(FR2:GetChildren()) do
  1631. if v.ClassName == "Frame" then
  1632. v.BackgroundColor3 = Pi1
  1633. elseif v.ClassName == "TextButton" then
  1634. v.BorderColor3 = Pi1
  1635. else
  1636. v.BorderColor3 = Pi2
  1637. end
  1638. end
  1639. for i,v in pairs(FR3:GetChildren()) do
  1640. if v.ClassName == "Frame" then
  1641. v.BackgroundColor3 = Pi1
  1642. elseif v.ClassName == "TextButton" then
  1643. v.BorderColor3 = Pi1
  1644. else
  1645. v.BorderColor3 = Pl2
  1646. end
  1647. end
  1648. for i,v in pairs(Fr1:GetChildren()) do
  1649. if v.ClassName == "Frame" then
  1650. v.BackgroundColor3 = Pi1
  1651. elseif v.ClassName == "TextButton" then
  1652. v.BorderColor3 = Pi1
  1653. else
  1654. v.BorderColor3 = Pi2
  1655. end
  1656. end
  1657. C6.BackgroundColor3 = Color3.new(29/255,29/255,29/255)
  1658. end)
  1659.  
  1660. T8.MouseButton1Click:Connect(function()
  1661. for i,v in pairs(FR2:GetChildren()) do
  1662. if v.ClassName == "Frame" then
  1663. v.BackgroundColor3 = W1
  1664. elseif v.ClassName == "TextButton" then
  1665. v.BorderColor3 = W1
  1666. else
  1667. v.BorderColor3 = W2
  1668. end
  1669. end
  1670. for i,v in pairs(FR3:GetChildren()) do
  1671. if v.ClassName == "Frame" then
  1672. v.BackgroundColor3 = Pi1
  1673. elseif v.ClassName == "TextButton" then
  1674. v.BorderColor3 = W1
  1675. else
  1676. v.BorderColor3 = W2
  1677. end
  1678. end
  1679. for i,v in pairs(Fr1:GetChildren()) do
  1680. if v.ClassName == "Frame" then
  1681. v.BackgroundColor3 = W1
  1682. elseif v.ClassName == "TextButton" then
  1683. v.BorderColor3 = W1
  1684. else
  1685. v.BorderColor3 = W2
  1686. end
  1687. end
  1688. C6.BackgroundColor3 = Color3.new(29/255,29/255,29/255)
  1689. end)
  1690.  
  1691. T9.MouseButton1Click:Connect(function()
  1692. for i,v in pairs(FR2:GetChildren()) do
  1693. if v.ClassName == "Frame" then
  1694. v.BackgroundColor3 = Black1
  1695. elseif v.ClassName == "TextButton" then
  1696. v.BorderColor3 = Black1
  1697. else
  1698. v.BorderColor3 = Black2
  1699. end
  1700. end
  1701. for i,v in pairs(FR3:GetChildren()) do
  1702. if v.ClassName == "Frame" then
  1703. v.BackgroundColor3 = Black1
  1704. elseif v.ClassName == "TextButton" then
  1705. v.BorderColor3 = Black1
  1706. else
  1707. v.BorderColor3 = Black2
  1708. end
  1709. end
  1710. for i,v in pairs(Fr1:GetChildren()) do
  1711. if v.ClassName == "Frame" then
  1712. v.BackgroundColor3 = Black1
  1713. elseif v.ClassName == "TextButton" then
  1714. v.BorderColor3 = Black1
  1715. else
  1716. v.BorderColor3 = Black2
  1717. end
  1718. end
  1719. C6.BackgroundColor3 = Color3.new(29/255,29/255,29/255)
  1720. end)
  1721. while true do
  1722. if mouse.Target ~= nil then
  1723. if mouse.Target.ClassName == "Part" then
  1724. Selection.Adornee = mouse.Target
  1725. if Selection.Adornee.CanCollide == false then
  1726. Coll.TextColor3 = Color3.new(255/255,0/255,0/255)
  1727. Coll.Text = "Collide=False"
  1728. else
  1729. Coll.TextColor3 = Color3.new(0/255,255/255,0/255)
  1730. Coll.Text = "Collide=True"
  1731. end
  1732. if Selection.Adornee.Anchored == false then
  1733. Anch.TextColor3 = Color3.new(255/255,0/255,0/255)
  1734. Anch.Text = "Anchored=False"
  1735. else
  1736. Anch.TextColor3 = Color3.new(0/255,255/255,0/255)
  1737. Anch.Text = "Anchored=True"
  1738. end
  1739. Cl.TextColor3 = Selection.Adornee.Color
  1740. MT.Text = Selection.Adornee.Name
  1741. end
  1742. else
  1743. Coll.TextColor3 = Color3.new(0/255,0/255,255/255)
  1744. Coll.Text = "SkyBox"
  1745. Anch.TextColor3 = Color3.new(0/255,0/255,255/255)
  1746. Anch.Text = "SkyBox"
  1747. Cl.TextColor3 = Color3.new(255/255,255/255,255/255)
  1748. MT.Text = "NoSelection!"
  1749. end
  1750. wait(.1)
  1751. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement