SKIDNOOB

LOLLLLRBTBYBYTE

Apr 23rd, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 19.40 KB | None | 0 0
  1. -- -=RBT=- --
  2. -- Data --
  3.  
  4. local RBT = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local TopBar = Instance.new("Frame")
  7. local TextLabel = Instance.new("TextLabel")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9. local TextLabel_3 = Instance.new("TextLabel")
  10. local ESP = Instance.new("TextButton")
  11. local TextLabel_4 = Instance.new("TextLabel")
  12. local TextLabel_5 = Instance.new("TextLabel")
  13. local Crosshair = Instance.new("TextButton")
  14. local TextLabel_6 = Instance.new("TextLabel")
  15. local Distance = Instance.new("TextButton")
  16. local TextLabel_7 = Instance.new("TextLabel")
  17. local Tracker = Instance.new("TextButton")
  18. local TextLabel_8 = Instance.new("TextLabel")
  19. local CirCle = Instance.new("TextButton")
  20. local TextLabel_9 = Instance.new("TextLabel")
  21. local Drawdistance = Instance.new("TextButton")
  22. local TextLabel_10 = Instance.new("TextLabel")
  23. local Line = Instance.new("TextButton")
  24. local TextLabel_11 = Instance.new("TextLabel")
  25. local Aliilies = Instance.new("TextButton")
  26. local TextLabel_12 = Instance.new("TextLabel")
  27. local TeamMarker = Instance.new("TextButton")
  28. local TextLabel_13 = Instance.new("TextLabel")
  29. local Names = Instance.new("TextButton")
  30. local TextLabel_14 = Instance.new("TextLabel")
  31. local Laser = Instance.new("TextButton")
  32. local TextLabel_15 = Instance.new("TextLabel")
  33. local Health = Instance.new("TextButton")
  34. local TextLabel_16 = Instance.new("TextLabel")
  35. local Alert = Instance.new("TextButton")
  36. local TextLabel_17 = Instance.new("TextLabel")
  37. local Direction = Instance.new("TextButton")
  38. local TextLabel_18 = Instance.new("TextLabel")
  39. local Radar = Instance.new("TextButton")
  40.  
  41. -- Prop --
  42.  
  43. RBT.Name = "RBT"
  44. RBT.Parent = game.CoreGui
  45.  
  46. Main.Name = "Main"
  47. Main.Parent = RBT
  48. Main.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  49. Main.BackgroundTransparency = 0.200
  50. Main.BorderSizePixel = 0
  51. Main.Position = UDim2.new(0.876856327, 0, 0.0212014131, 0)
  52. Main.Size = UDim2.new(0, 185, 0, 588)
  53.  
  54. TopBar.Name = "TopBar"
  55. TopBar.Parent = Main
  56. TopBar.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  57. TopBar.BackgroundTransparency = 0.500
  58. TopBar.BorderSizePixel = 0
  59. TopBar.Size = UDim2.new(0, 185, 0, 23)
  60.  
  61. TextLabel.Parent = TopBar
  62. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  63. TextLabel.BackgroundTransparency = 1.000
  64. TextLabel.BorderSizePixel = 0
  65. TextLabel.Size = UDim2.new(0, 185, 0, 23)
  66. TextLabel.Font = Enum.Font.Code
  67. TextLabel.Text = "-= RBT =-"
  68. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  69. TextLabel.TextSize = 14.000
  70. TextLabel.TextWrapped = true
  71.  
  72. TextLabel_2.Parent = Main
  73. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  74. TextLabel_2.BackgroundTransparency = 1.000
  75. TextLabel_2.BorderSizePixel = 0
  76. TextLabel_2.Position = UDim2.new(0.0324324332, 0, 0.0374149866, 0)
  77. TextLabel_2.Size = UDim2.new(0, 85, 0, 18)
  78. TextLabel_2.Font = Enum.Font.Code
  79. TextLabel_2.Text = "[Direct 3D]"
  80. TextLabel_2.TextColor3 = Color3.fromRGB(255, 0, 0)
  81. TextLabel_2.TextSize = 14.000
  82. TextLabel_2.TextWrapped = true
  83.  
  84. TextLabel_3.Parent = Main
  85. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  86. TextLabel_3.BackgroundTransparency = 1.000
  87. TextLabel_3.BorderSizePixel = 0
  88. TextLabel_3.Position = UDim2.new(0.881081104, 0, 0.0374149866, 0)
  89. TextLabel_3.Size = UDim2.new(0, 16, 0, 18)
  90. TextLabel_3.Font = Enum.Font.Code
  91. TextLabel_3.Text = "+"
  92. TextLabel_3.TextColor3 = Color3.fromRGB(255, 0, 0)
  93. TextLabel_3.TextSize = 14.000
  94. TextLabel_3.TextWrapped = true
  95.  
  96. ESP.Name = "ESP"
  97. ESP.Parent = Main
  98. ESP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  99. ESP.BackgroundTransparency = 1.000
  100. ESP.Position = UDim2.new(0.670270264, 0, 0.0680272281, 0)
  101. ESP.Size = UDim2.new(0, 55, 0, 17)
  102. ESP.Font = Enum.Font.Code
  103. ESP.Text = "3D Box"
  104. ESP.TextColor3 = Color3.fromRGB(255, 255, 255)
  105. ESP.TextSize = 14.000
  106. ESP.MouseButton1Down:connect(function()
  107. if ESP.Text == "3D Box" then
  108.     ESP.Text = "2D Box"
  109.     spawn(loadstring(game:HttpGet("https://pastebin.com/raw/zKjj0TQD", true)))()
  110.     else
  111.     ESP.Text = "3D Box"
  112.     loadstring(game:GetObjects('rbxassetid://1097673235')[1].Source)()
  113.   end
  114. end)
  115.  
  116.    
  117.  
  118. TextLabel_4.Parent = Main
  119. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  120. TextLabel_4.BackgroundTransparency = 1.000
  121. TextLabel_4.BorderSizePixel = 0
  122. TextLabel_4.Position = UDim2.new(0.0216216221, 0, 0.06972792, 0)
  123. TextLabel_4.Size = UDim2.new(0, 45, 0, 16)
  124. TextLabel_4.Font = Enum.Font.Code
  125. TextLabel_4.Text = "ESP"
  126. TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  127. TextLabel_4.TextSize = 14.000
  128. TextLabel_4.TextWrapped = true
  129.  
  130. TextLabel_5.Parent = Main
  131. TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  132. TextLabel_5.BackgroundTransparency = 1.000
  133. TextLabel_5.BorderSizePixel = 0
  134. TextLabel_5.Position = UDim2.new(0.0648648664, 0, 0.0969388038, 0)
  135. TextLabel_5.Size = UDim2.new(0, 70, 0, 16)
  136. TextLabel_5.Font = Enum.Font.Code
  137. TextLabel_5.Text = "Crosshair"
  138. TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  139. TextLabel_5.TextSize = 14.000
  140. TextLabel_5.TextWrapped = true
  141.  
  142. Crosshair.Name = "Crosshair"
  143. Crosshair.Parent = Main
  144. Crosshair.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  145. Crosshair.BackgroundTransparency = 1.000
  146. Crosshair.Position = UDim2.new(0.772973001, 0, 0.0952381194, 0)
  147. Crosshair.Size = UDim2.new(0, 36, 0, 17)
  148. Crosshair.Font = Enum.Font.Code
  149. Crosshair.Text = "Off"
  150. Crosshair.TextColor3 = Color3.fromRGB(255, 255, 255)
  151. Crosshair.TextSize = 14.000
  152. Crosshair.MouseButton1Down:connect(function()
  153. if Crosshair.Text == "On" then
  154.     Crosshair.Text = "Off"
  155.     game.CoreGui["CrossHair2"]:Destroy()
  156.     else
  157.     Crosshair.Text = "On"
  158.     local CrossHair2 = Instance.new("ScreenGui")
  159.     local FrameCrosshair = Instance.new("Frame")
  160.     local CrosshairText = Instance.new("TextLabel")
  161.     CrossHair2.Name = "CrossHair2"
  162.     CrossHair2.Parent = game.CoreGui
  163.  
  164.     FrameCrosshair.Name = "FrameCrosshair"
  165.     FrameCrosshair.Parent = CrossHair2
  166.     FrameCrosshair.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  167.     FrameCrosshair.BackgroundTransparency = 1.000
  168.     FrameCrosshair.Position = UDim2.new(0.5,-50 , 0.5,-50)
  169.     FrameCrosshair.Size = UDim2.new(0, 100, 0, 100)
  170.  
  171.     CrosshairText.Name = "CrosshairText"
  172.     CrosshairText.Parent = FrameCrosshair
  173.     CrosshairText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  174.     CrosshairText.BackgroundTransparency = 1.000
  175.     CrosshairText.Size = UDim2.new(0, 100, 0, 100)
  176.     CrosshairText.Font = Enum.Font.SourceSans
  177.     CrosshairText.Text = "+"
  178.     CrosshairText.TextColor3 = Color3.fromRGB(255, 0, 0)
  179.     CrosshairText.TextSize = 100.000
  180.     CrosshairText.TextWrapped = true
  181. end
  182. end)
  183.  
  184.  
  185. TextLabel_6.Parent = Main
  186. TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  187. TextLabel_6.BackgroundTransparency = 1.000
  188. TextLabel_6.BorderSizePixel = 0
  189. TextLabel_6.Position = UDim2.new(0.0648648664, 0, 0.124149688, 0)
  190. TextLabel_6.Size = UDim2.new(0, 64, 0, 16)
  191. TextLabel_6.Font = Enum.Font.Code
  192. TextLabel_6.Text = "Distance"
  193. TextLabel_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  194. TextLabel_6.TextSize = 14.000
  195. TextLabel_6.TextWrapped = true
  196.  
  197. Distance.Name = "Distance"
  198. Distance.Parent = Main
  199. Distance.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  200. Distance.BackgroundTransparency = 1.000
  201. Distance.Position = UDim2.new(0.772973001, 0, 0.12414968, 0)
  202. Distance.Size = UDim2.new(0, 36, 0, 17)
  203. Distance.Font = Enum.Font.Code
  204. Distance.Text = "Off"
  205. Distance.TextColor3 = Color3.fromRGB(255, 255, 255)
  206. Distance.TextSize = 14.000
  207.  
  208. TextLabel_7.Parent = Main
  209. TextLabel_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  210. TextLabel_7.BackgroundTransparency = 1.000
  211. TextLabel_7.BorderSizePixel = 0
  212. TextLabel_7.Position = UDim2.new(0.0648648664, 0, 0.153061256, 0)
  213. TextLabel_7.Size = UDim2.new(0, 57, 0, 16)
  214. TextLabel_7.Font = Enum.Font.Code
  215. TextLabel_7.Text = "Tracker"
  216. TextLabel_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  217. TextLabel_7.TextSize = 14.000
  218. TextLabel_7.TextWrapped = true
  219.  
  220. Tracker.Name = "Tracker"
  221. Tracker.Parent = Main
  222. Tracker.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  223. Tracker.BackgroundTransparency = 1.000
  224. Tracker.Position = UDim2.new(0.772973001, 0, 0.153061241, 0)
  225. Tracker.Size = UDim2.new(0, 36, 0, 17)
  226. Tracker.Font = Enum.Font.Code
  227. Tracker.Text = "Off"
  228. Tracker.TextColor3 = Color3.fromRGB(255, 255, 255)
  229. Tracker.TextSize = 14.000
  230.  
  231. TextLabel_8.Parent = Main
  232. TextLabel_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  233. TextLabel_8.BackgroundTransparency = 1.000
  234. TextLabel_8.BorderSizePixel = 0
  235. TextLabel_8.Position = UDim2.new(0.0648648664, 0, 0.180272132, 0)
  236. TextLabel_8.Size = UDim2.new(0, 51, 0, 16)
  237. TextLabel_8.Font = Enum.Font.Code
  238. TextLabel_8.Text = "Circle"
  239. TextLabel_8.TextColor3 = Color3.fromRGB(255, 255, 255)
  240. TextLabel_8.TextSize = 14.000
  241. TextLabel_8.TextWrapped = true
  242.  
  243. CirCle.Name = "CirCle"
  244. CirCle.Parent = Main
  245. CirCle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  246. CirCle.BackgroundTransparency = 1.000
  247. CirCle.Position = UDim2.new(0.772973001, 0, 0.181972802, 0)
  248. CirCle.Size = UDim2.new(0, 36, 0, 17)
  249. CirCle.Font = Enum.Font.Code
  250. CirCle.Text = "Off"
  251. CirCle.TextColor3 = Color3.fromRGB(255, 255, 255)
  252. CirCle.TextSize = 14.000
  253. CirCle.MouseButton1Down:connect(function()
  254. if CirCle.Text == "Off" then
  255.     CirCle.Text = "On"
  256.     game.CoreGui["ScreenGui"]:Destroy()
  257.    
  258.     else
  259.     CirCle.Text = "Off"
  260.     local Player = game.Players.LocalPlayer
  261. repeat wait() until Player.Character
  262. local Character = Player.Character
  263. local Camera = game.Workspace.CurrentCamera
  264. local Head = Character:WaitForChild("Head")
  265. local UIP = game:GetService("UserInputService")
  266.  
  267. --Some variables for you to change
  268. local maxDistance = 1337
  269. local enemyTeamOnly = true
  270. local hotkey = Enum.KeyCode.LeftAlt
  271. --end of variables ya bitch
  272.  
  273. local function handleESP(Player)
  274. if Player and Player.Character and Player.Character:FindFirstChild("Head") then
  275. if Player.Character:FindFirstChild("Humanoid") and Player.Character.Humanoid.Health > 0 then
  276. if not Player.Character.Head:FindFirstChild("FuckMyAss") then
  277. local esp = Instance.new("SphereHandleAdornment")
  278. esp.AlwaysOnTop = true
  279. esp.Name = "FuckMyAss"
  280. esp.Adornee = Player.Character.Head
  281. esp.ZIndex = 1
  282. esp.Color3 = Color3.new(1, 0, 0)
  283. esp.Parent = Player.Character.Head
  284. end
  285. else
  286. if Player.Character.Head:FindFirstChild("FuckMyAss") then
  287. Player.Character.head.FuckMyAss:Destroy()
  288. end
  289. end
  290. end
  291. end
  292.  
  293. game:GetService("RunService").RenderStepped:connect(function()
  294. local closestP = nil
  295. local closestC = nil
  296. for i, c in pairs(game.Players:GetChildren()) do
  297. if c ~= Player and (not enemyTeamOnly or c.TeamColor ~= Player.TeamColor) and c.Character then
  298. spawn(function() handleESP(c) end)
  299. if UIP:IsKeyDown(hotkey) then
  300. local part = game.Workspace:FindPartOnRay(Ray.new(Head.CFrame.p, (c.Character.Head.CFrame.p - Head.CFrame.p).unit * maxDistance), Character, true, true)
  301. local dist = (c.Character.Head.CFrame.p - Head.CFrame.p).magnitude
  302. if part and c.Character:FindFirstChild(part.Name) and (not closestC or dist < closestC) then
  303. closestC = dist
  304. closestP = c
  305. end
  306. end
  307. end
  308. end
  309. if UIP:IsKeyDown(hotkey) then
  310. if closestP ~= nil and closestP.Character and closestP.Character:FindFirstChild("Humanoid") and closestP.Character.Humanoid.Health > 0 then
  311. Camera.CFrame = CFrame.new(Camera.CFrame.p, closestP.Character.Head.CFrame.p)
  312. end
  313. end
  314. end)
  315.   end
  316. end)
  317.  
  318. TextLabel_9.Parent = Main
  319. TextLabel_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  320. TextLabel_9.BackgroundTransparency = 1.000
  321. TextLabel_9.BorderSizePixel = 0
  322. TextLabel_9.Position = UDim2.new(0.0648648664, 0, 0.209183693, 0)
  323. TextLabel_9.Size = UDim2.new(0, 100, 0, 16)
  324. TextLabel_9.Font = Enum.Font.Code
  325. TextLabel_9.Text = "Draw distance"
  326. TextLabel_9.TextColor3 = Color3.fromRGB(255, 255, 255)
  327. TextLabel_9.TextSize = 14.000
  328. TextLabel_9.TextWrapped = true
  329.  
  330. Drawdistance.Name = "Draw distance"
  331. Drawdistance.Parent = Main
  332. Drawdistance.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  333. Drawdistance.BackgroundTransparency = 1.000
  334. Drawdistance.Position = UDim2.new(0.772973001, 0, 0.210884362, 0)
  335. Drawdistance.Size = UDim2.new(0, 36, 0, 17)
  336. Drawdistance.Font = Enum.Font.Code
  337. Drawdistance.Text = "Auto"
  338. Drawdistance.TextColor3 = Color3.fromRGB(255, 255, 255)
  339. Drawdistance.TextSize = 14.000
  340.  
  341. TextLabel_10.Parent = Main
  342. TextLabel_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  343. TextLabel_10.BackgroundTransparency = 1.000
  344. TextLabel_10.BorderSizePixel = 0
  345. TextLabel_10.Position = UDim2.new(0.0648648664, 0, 0.238095269, 0)
  346. TextLabel_10.Size = UDim2.new(0, 45, 0, 16)
  347. TextLabel_10.Font = Enum.Font.Code
  348. TextLabel_10.Text = "Lines"
  349. TextLabel_10.TextColor3 = Color3.fromRGB(255, 255, 255)
  350. TextLabel_10.TextSize = 14.000
  351. TextLabel_10.TextWrapped = true
  352.  
  353. Line.Name = "Line"
  354. Line.Parent = Main
  355. Line.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  356. Line.BackgroundTransparency = 1.000
  357. Line.Position = UDim2.new(0.772973001, 0, 0.239795923, 0)
  358. Line.Size = UDim2.new(0, 36, 0, 17)
  359. Line.Font = Enum.Font.Code
  360. Line.Text = "End"
  361. Line.TextColor3 = Color3.fromRGB(255, 255, 255)
  362. Line.TextSize = 14.000
  363.  
  364. TextLabel_11.Parent = Main
  365. TextLabel_11.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  366. TextLabel_11.BackgroundTransparency = 1.000
  367. TextLabel_11.BorderSizePixel = 0
  368. TextLabel_11.Position = UDim2.new(0.0648648664, 0, 0.268707514, 0)
  369. TextLabel_11.Size = UDim2.new(0, 51, 0, 16)
  370. TextLabel_11.Font = Enum.Font.Code
  371. TextLabel_11.Text = "Allies"
  372. TextLabel_11.TextColor3 = Color3.fromRGB(0, 115, 168)
  373. TextLabel_11.TextSize = 14.000
  374. TextLabel_11.TextWrapped = true
  375.  
  376. Aliilies.Name = "Aliilies"
  377. Aliilies.Parent = Main
  378. Aliilies.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  379. Aliilies.BackgroundTransparency = 1.000
  380. Aliilies.Position = UDim2.new(0.772973001, 0, 0.268707484, 0)
  381. Aliilies.Size = UDim2.new(0, 36, 0, 17)
  382. Aliilies.Font = Enum.Font.Code
  383. Aliilies.Text = "Off"
  384. Aliilies.TextColor3 = Color3.fromRGB(0, 115, 168)
  385. Aliilies.TextSize = 14.000
  386.  
  387. TextLabel_12.Parent = Main
  388. TextLabel_12.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  389. TextLabel_12.BackgroundTransparency = 1.000
  390. TextLabel_12.BorderSizePixel = 0
  391. TextLabel_12.Position = UDim2.new(0.0648648664, 0, 0.295918405, 0)
  392. TextLabel_12.Size = UDim2.new(0, 86, 0, 16)
  393. TextLabel_12.Font = Enum.Font.Code
  394. TextLabel_12.Text = "Team Marker"
  395. TextLabel_12.TextColor3 = Color3.fromRGB(255, 255, 255)
  396. TextLabel_12.TextSize = 14.000
  397. TextLabel_12.TextWrapped = true
  398.  
  399. TeamMarker.Name = "Team Marker"
  400. TeamMarker.Parent = Main
  401. TeamMarker.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  402. TeamMarker.BackgroundTransparency = 1.000
  403. TeamMarker.Position = UDim2.new(0.772973001, 0, 0.294217706, 0)
  404. TeamMarker.Size = UDim2.new(0, 36, 0, 17)
  405. TeamMarker.Font = Enum.Font.Code
  406. TeamMarker.Text = "F2"
  407. TeamMarker.TextColor3 = Color3.fromRGB(255, 255, 255)
  408. TeamMarker.TextSize = 14.000
  409.  
  410. TextLabel_13.Parent = Main
  411. TextLabel_13.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  412. TextLabel_13.BackgroundTransparency = 1.000
  413. TextLabel_13.BorderSizePixel = 0
  414. TextLabel_13.Position = UDim2.new(0.0648648664, 0, 0.323129296, 0)
  415. TextLabel_13.Size = UDim2.new(0, 45, 0, 16)
  416. TextLabel_13.Font = Enum.Font.Code
  417. TextLabel_13.Text = "Names"
  418. TextLabel_13.TextColor3 = Color3.fromRGB(255, 255, 255)
  419. TextLabel_13.TextSize = 14.000
  420. TextLabel_13.TextWrapped = true
  421.  
  422. Names.Name = "Names"
  423. Names.Parent = Main
  424. Names.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  425. Names.BackgroundTransparency = 1.000
  426. Names.Position = UDim2.new(0.772973001, 0, 0.323129267, 0)
  427. Names.Size = UDim2.new(0, 36, 0, 17)
  428. Names.Font = Enum.Font.Code
  429. Names.Text = "Off"
  430. Names.TextColor3 = Color3.fromRGB(255, 255, 255)
  431. Names.TextSize = 14.000
  432.  
  433. TextLabel_14.Parent = Main
  434. TextLabel_14.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  435. TextLabel_14.BackgroundTransparency = 1.000
  436. TextLabel_14.BorderSizePixel = 0
  437. TextLabel_14.Position = UDim2.new(0.0648648664, 0, 0.350340188, 0)
  438. TextLabel_14.Size = UDim2.new(0, 45, 0, 16)
  439. TextLabel_14.Font = Enum.Font.Code
  440. TextLabel_14.Text = "Laser"
  441. TextLabel_14.TextColor3 = Color3.fromRGB(255, 255, 255)
  442. TextLabel_14.TextSize = 14.000
  443. TextLabel_14.TextWrapped = true
  444.  
  445. Laser.Name = "Laser"
  446. Laser.Parent = Main
  447. Laser.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  448. Laser.BackgroundTransparency = 1.000
  449. Laser.Position = UDim2.new(0.772973001, 0, 0.350340158, 0)
  450. Laser.Size = UDim2.new(0, 36, 0, 17)
  451. Laser.Font = Enum.Font.Code
  452. Laser.Text = "Off"
  453. Laser.TextColor3 = Color3.fromRGB(255, 255, 255)
  454. Laser.TextSize = 14.000
  455.  
  456. TextLabel_15.Parent = Main
  457. TextLabel_15.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  458. TextLabel_15.BackgroundTransparency = 1.000
  459. TextLabel_15.BorderSizePixel = 0
  460. TextLabel_15.Position = UDim2.new(0.0648648664, 0, 0.377551079, 0)
  461. TextLabel_15.Size = UDim2.new(0, 51, 0, 16)
  462. TextLabel_15.Font = Enum.Font.Code
  463. TextLabel_15.Text = "Health"
  464. TextLabel_15.TextColor3 = Color3.fromRGB(255, 255, 255)
  465. TextLabel_15.TextSize = 14.000
  466. TextLabel_15.TextWrapped = true
  467.  
  468. Health.Name = "Health"
  469. Health.Parent = Main
  470. Health.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  471. Health.BackgroundTransparency = 1.000
  472. Health.Position = UDim2.new(0.772973001, 0, 0.37585035, 0)
  473. Health.Size = UDim2.new(0, 36, 0, 17)
  474. Health.Font = Enum.Font.Code
  475. Health.Text = "Off"
  476. Health.TextColor3 = Color3.fromRGB(255, 255, 255)
  477. Health.TextSize = 14.000
  478.  
  479. TextLabel_16.Parent = Main
  480. TextLabel_16.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  481. TextLabel_16.BackgroundTransparency = 1.000
  482. TextLabel_16.BorderSizePixel = 0
  483. TextLabel_16.Position = UDim2.new(0.0648648664, 0, 0.404762, 0)
  484. TextLabel_16.Size = UDim2.new(0, 45, 0, 16)
  485. TextLabel_16.Font = Enum.Font.Code
  486. TextLabel_16.Text = "Alert"
  487. TextLabel_16.TextColor3 = Color3.fromRGB(255, 255, 255)
  488. TextLabel_16.TextSize = 14.000
  489. TextLabel_16.TextWrapped = true
  490.  
  491. Alert.Name = "Alert"
  492. Alert.Parent = Main
  493. Alert.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  494. Alert.BackgroundTransparency = 1.000
  495. Alert.Position = UDim2.new(0.772973001, 0, 0.403061241, 0)
  496. Alert.Size = UDim2.new(0, 36, 0, 17)
  497. Alert.Font = Enum.Font.Code
  498. Alert.Text = "Off"
  499. Alert.TextColor3 = Color3.fromRGB(255, 255, 255)
  500. Alert.TextSize = 14.000
  501.  
  502. TextLabel_17.Parent = Main
  503. TextLabel_17.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  504. TextLabel_17.BackgroundTransparency = 1.000
  505. TextLabel_17.BorderSizePixel = 0
  506. TextLabel_17.Position = UDim2.new(0.0702702701, 0, 0.430272222, 0)
  507. TextLabel_17.Size = UDim2.new(0, 70, 0, 16)
  508. TextLabel_17.Font = Enum.Font.Code
  509. TextLabel_17.Text = "Direction"
  510. TextLabel_17.TextColor3 = Color3.fromRGB(255, 255, 255)
  511. TextLabel_17.TextSize = 14.000
  512. TextLabel_17.TextWrapped = true
  513.  
  514. Direction.Name = "Direction"
  515. Direction.Parent = Main
  516. Direction.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  517. Direction.BackgroundTransparency = 1.000
  518. Direction.Position = UDim2.new(0.772973001, 0, 0.428571433, 0)
  519. Direction.Size = UDim2.new(0, 36, 0, 17)
  520. Direction.Font = Enum.Font.Code
  521. Direction.Text = "Off"
  522. Direction.TextColor3 = Color3.fromRGB(255, 255, 255)
  523. Direction.TextSize = 14.000
  524.  
  525. TextLabel_18.Parent = Main
  526. TextLabel_18.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  527. TextLabel_18.BackgroundTransparency = 1.000
  528. TextLabel_18.BorderSizePixel = 0
  529. TextLabel_18.Position = UDim2.new(0.0648648664, 0, 0.457483083, 0)
  530. TextLabel_18.Size = UDim2.new(0, 45, 0, 16)
  531. TextLabel_18.Font = Enum.Font.Code
  532. TextLabel_18.Text = "Radar"
  533. TextLabel_18.TextColor3 = Color3.fromRGB(255, 255, 255)
  534. TextLabel_18.TextSize = 14.000
  535. TextLabel_18.TextWrapped = true
  536.  
  537. Radar.Name = "Radar"
  538. Radar.Parent = Main
  539. Radar.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  540. Radar.BackgroundTransparency = 1.000
  541. Radar.Position = UDim2.new(0.772973001, 0, 0.457482994, 0)
  542. Radar.Size = UDim2.new(0, 36, 0, 17)
  543. Radar.Font = Enum.Font.Code
  544. Radar.Text = "Off"
  545. Radar.TextColor3 = Color3.fromRGB(255, 255, 255)
  546. Radar.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment