AaronSo0908

full sight hub

Feb 18th, 2021
539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.77 KB | None | 0 0
  1. local SightHubV1 = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local Top = Instance.new("TextLabel")
  4. local TitleOne = Instance.new("TextLabel")
  5. local TitleTwo = Instance.new("TextLabel")
  6. local Line = Instance.new("TextLabel")
  7. local Exit = Instance.new("TextButton")
  8. local Bar = Instance.new("TextLabel")
  9. local TPTitle = Instance.new("TextLabel")
  10. local Line_2 = Instance.new("TextLabel")
  11. local Line_3 = Instance.new("TextLabel")
  12. local PlayerTitle = Instance.new("TextLabel")
  13. local Bar_2 = Instance.new("TextLabel")
  14. local Line_4 = Instance.new("TextLabel")
  15. local Line_5 = Instance.new("TextLabel")
  16. local MiddleIsland = Instance.new("TextButton")
  17. local Spawn = Instance.new("TextButton")
  18. local VIP = Instance.new("TextButton")
  19. local MegaVIP = Instance.new("TextButton")
  20. local Shop = Instance.new("TextButton")
  21. local GameStore = Instance.new("TextButton")
  22. local ClickTP = Instance.new("TextButton")
  23. local Derp = Instance.new("TextButton")
  24. local Fly = Instance.new("TextButton")
  25. local JP = Instance.new("TextButton")
  26. local Speed = Instance.new("TextButton")
  27. local Noclip = Instance.new("TextButton")
  28. local Version = Instance.new("TextLabel")
  29. local Bar_3 = Instance.new("TextLabel")
  30. local Reach = Instance.new("TextButton")
  31. local CombatTitle = Instance.new("TextLabel")
  32. local ESP = Instance.new("TextButton")
  33. local Shield = Instance.new("TextButton")
  34. local Heal = Instance.new("TextButton")
  35. local FeaturesTab = Instance.new("TextLabel")
  36. local HeresAKeybind = Instance.new("TextLabel")
  37. local HeresAKeybind_2 = Instance.new("TextLabel")
  38. local HeresAKeybind_3 = Instance.new("TextLabel")
  39. local HeresAKeybind_4 = Instance.new("TextLabel")
  40. local HeresAKeybind_5 = Instance.new("TextLabel")
  41. local Update = Instance.new("TextLabel")
  42.  
  43. --Properties:
  44.  
  45. SightHubV1.Name = "SightHubV1"
  46. SightHubV1.Parent = game.CoreGui
  47. SightHubV1.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  48.  
  49. Main.Name = "Main"
  50. Main.Parent = SightHubV1
  51. Main.BackgroundColor3 = Color3.fromRGB(42, 42, 42)
  52. Main.BorderSizePixel = 0
  53. Main.Position = UDim2.new(0.345701933, 0, 0.318181813, 0)
  54. Main.Size = UDim2.new(0, 499, 0, 295)
  55.  
  56. Top.Name = "Top"
  57. Top.Parent = Main
  58. Top.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
  59. Top.BorderSizePixel = 0
  60. Top.Size = UDim2.new(0, 499, 0, 38)
  61. Top.Font = Enum.Font.SourceSans
  62. Top.Text = " "
  63. Top.TextColor3 = Color3.fromRGB(0, 0, 0)
  64. Top.TextSize = 14.000
  65.  
  66. TitleOne.Name = "TitleOne"
  67. TitleOne.Parent = Main
  68. TitleOne.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
  69. TitleOne.BackgroundTransparency = 1.000
  70. TitleOne.BorderSizePixel = 0
  71. TitleOne.Position = UDim2.new(0, 0, 0.0203389823, 0)
  72. TitleOne.Size = UDim2.new(0, 71, 0, 26)
  73. TitleOne.Font = Enum.Font.GothamBlack
  74. TitleOne.Text = "Sight"
  75. TitleOne.TextColor3 = Color3.fromRGB(0, 170, 255)
  76. TitleOne.TextScaled = true
  77. TitleOne.TextSize = 14.000
  78. TitleOne.TextWrapped = true
  79.  
  80. TitleTwo.Name = "TitleTwo"
  81. TitleTwo.Parent = Main
  82. TitleTwo.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
  83. TitleTwo.BackgroundTransparency = 1.000
  84. TitleTwo.BorderSizePixel = 0
  85. TitleTwo.Position = UDim2.new(0.142284572, 0, 0.0203389823, 0)
  86. TitleTwo.Size = UDim2.new(0, 53, 0, 26)
  87. TitleTwo.Font = Enum.Font.GothamBlack
  88. TitleTwo.Text = "HUB"
  89. TitleTwo.TextColor3 = Color3.fromRGB(255, 255, 255)
  90. TitleTwo.TextScaled = true
  91. TitleTwo.TextSize = 14.000
  92. TitleTwo.TextWrapped = true
  93.  
  94. Line.Name = "Line"
  95. Line.Parent = Main
  96. Line.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  97. Line.BorderSizePixel = 0
  98. Line.Position = UDim2.new(0, 0, 0.128813565, 0)
  99. Line.Size = UDim2.new(0, 499, 0, 7)
  100. Line.Font = Enum.Font.SourceSans
  101. Line.Text = " "
  102. Line.TextColor3 = Color3.fromRGB(0, 0, 0)
  103. Line.TextSize = 14.000
  104.  
  105. Exit.Name = "Exit"
  106. Exit.Parent = Main
  107. Exit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  108. Exit.BackgroundTransparency = 1.000
  109. Exit.Position = UDim2.new(0.939879775, 0, 0, 0)
  110. Exit.Size = UDim2.new(0, 30, 0, 26)
  111. Exit.Font = Enum.Font.GothamBold
  112. Exit.Text = "X"
  113. Exit.TextColor3 = Color3.fromRGB(255, 255, 255)
  114. Exit.TextScaled = true
  115. Exit.TextSize = 14.000
  116. Exit.TextWrapped = true
  117. Exit.MouseButton1Down:Connect(function()
  118. SightHubV1:Destroy()
  119. end)
  120.  
  121. Bar.Name = "Bar"
  122. Bar.Parent = Main
  123. Bar.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  124. Bar.BorderSizePixel = 0
  125. Bar.Position = UDim2.new(0.248497009, 0, 0.152542368, 0)
  126. Bar.Size = UDim2.new(0, 6, 0, 250)
  127. Bar.Font = Enum.Font.SourceSans
  128. Bar.Text = " "
  129. Bar.TextColor3 = Color3.fromRGB(0, 0, 0)
  130. Bar.TextSize = 14.000
  131.  
  132. TPTitle.Name = "TPTitle"
  133. TPTitle.Parent = Main
  134. TPTitle.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
  135. TPTitle.BackgroundTransparency = 1.000
  136. TPTitle.BorderSizePixel = 0
  137. TPTitle.Position = UDim2.new(0.0220440887, 0, 0.17288135, 0)
  138. TPTitle.Size = UDim2.new(0, 101, 0, 26)
  139. TPTitle.Font = Enum.Font.GothamBlack
  140. TPTitle.Text = "Teleports"
  141. TPTitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  142. TPTitle.TextScaled = true
  143. TPTitle.TextSize = 14.000
  144. TPTitle.TextWrapped = true
  145.  
  146. Line_2.Name = "Line"
  147. Line_2.Parent = Main
  148. Line_2.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  149. Line_2.BorderSizePixel = 0
  150. Line_2.Position = UDim2.new(0, 0, 0.281355917, 0)
  151. Line_2.Size = UDim2.new(0, 124, 0, 5)
  152. Line_2.Font = Enum.Font.SourceSans
  153. Line_2.Text = " "
  154. Line_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  155. Line_2.TextSize = 14.000
  156.  
  157. Line_3.Name = "Line"
  158. Line_3.Parent = Main
  159. Line_3.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  160. Line_3.BorderSizePixel = 0
  161. Line_3.Position = UDim2.new(0.260521054, 0, 0.281355917, 0)
  162. Line_3.Size = UDim2.new(0, 124, 0, 5)
  163. Line_3.Font = Enum.Font.SourceSans
  164. Line_3.Text = " "
  165. Line_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  166. Line_3.TextSize = 14.000
  167.  
  168. PlayerTitle.Name = "PlayerTitle"
  169. PlayerTitle.Parent = Main
  170. PlayerTitle.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
  171. PlayerTitle.BackgroundTransparency = 1.000
  172. PlayerTitle.BorderSizePixel = 0
  173. PlayerTitle.Position = UDim2.new(0.282565147, 0, 0.17288135, 0)
  174. PlayerTitle.Size = UDim2.new(0, 101, 0, 26)
  175. PlayerTitle.Font = Enum.Font.GothamBlack
  176. PlayerTitle.Text = "Player"
  177. PlayerTitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  178. PlayerTitle.TextScaled = true
  179. PlayerTitle.TextSize = 14.000
  180. PlayerTitle.TextWrapped = true
  181.  
  182. Bar_2.Name = "Bar"
  183. Bar_2.Parent = Main
  184. Bar_2.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  185. Bar_2.BorderSizePixel = 0
  186. Bar_2.Position = UDim2.new(0.509018064, 0, 0.152542368, 0)
  187. Bar_2.Size = UDim2.new(0, 6, 0, 250)
  188. Bar_2.Font = Enum.Font.SourceSans
  189. Bar_2.Text = " "
  190. Bar_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  191. Bar_2.TextSize = 14.000
  192.  
  193. Line_4.Name = "Line"
  194. Line_4.Parent = Main
  195. Line_4.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  196. Line_4.BorderSizePixel = 0
  197. Line_4.Position = UDim2.new(0.521042109, 0, 0.281355917, 0)
  198. Line_4.Size = UDim2.new(0, 239, 0, 5)
  199. Line_4.Font = Enum.Font.SourceSans
  200. Line_4.Text = " "
  201. Line_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  202. Line_4.TextSize = 14.000
  203.  
  204. Line_5.Name = "Line"
  205. Line_5.Parent = Main
  206. Line_5.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  207. Line_5.BorderSizePixel = 0
  208. Line_5.Position = UDim2.new(0.521042109, 0, 0.281355917, 0)
  209. Line_5.Size = UDim2.new(0, 124, 0, 5)
  210. Line_5.Font = Enum.Font.SourceSans
  211. Line_5.Text = " "
  212. Line_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  213. Line_5.TextSize = 14.000
  214.  
  215. MiddleIsland.Name = "MiddleIsland"
  216. MiddleIsland.Parent = Main
  217. MiddleIsland.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  218. MiddleIsland.BorderColor3 = Color3.fromRGB(0, 170, 255)
  219. MiddleIsland.Position = UDim2.new(0.0159800053, 0, 0.321796507, 0)
  220. MiddleIsland.Size = UDim2.new(0, 107, 0, 23)
  221. MiddleIsland.Font = Enum.Font.Nunito
  222. MiddleIsland.Text = "Middle Island"
  223. MiddleIsland.TextColor3 = Color3.fromRGB(0, 170, 255)
  224. MiddleIsland.TextScaled = true
  225. MiddleIsland.TextSize = 14.000
  226. MiddleIsland.TextWrapped = true
  227. MiddleIsland.MouseButton1Down:Connect(function()
  228. local New_CFrame = CFrame.new(9.45706654, 168.999924, 0.300861239, -0.00628334982, 0, -0.999980271, 0, 1, 0, 0.999980271, 0, -0.00628334982)
  229.  
  230.  
  231. local ts = game:GetService("TweenService")
  232. local uis = game:GetService("UserInputService")
  233. local char = game.Players.LocalPlayer.Character
  234.  
  235. local part = char.HumanoidRootPart
  236. local ti = TweenInfo.new(1, Enum.EasingStyle.Linear)
  237. local tp = {CFrame = New_CFrame}
  238.  
  239. ts:Create(part, ti, tp):Play()
  240. end)
  241.  
  242. Spawn.Name = "Spawn"
  243. Spawn.Parent = Main
  244. Spawn.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  245. Spawn.BorderColor3 = Color3.fromRGB(0, 170, 255)
  246. Spawn.Position = UDim2.new(0.0159800053, 0, 0.430271089, 0)
  247. Spawn.Size = UDim2.new(0, 107, 0, 23)
  248. Spawn.Font = Enum.Font.Nunito
  249. Spawn.Text = "Spawn"
  250. Spawn.TextColor3 = Color3.fromRGB(0, 170, 255)
  251. Spawn.TextScaled = true
  252. Spawn.TextSize = 14.000
  253. Spawn.TextWrapped = true
  254. Spawn.MouseButton1Down:Connect(function()
  255. local New_CFrame = CFrame.new(0.0309376884, 268, -0.224571913, -4.703179e-07, 0, 1, 0, 1, 0, -1, 0, -4.703179e-07)
  256.  
  257.  
  258. local ts = game:GetService("TweenService")
  259. local uis = game:GetService("UserInputService")
  260. local char = game.Players.LocalPlayer.Character
  261.  
  262. local part = char.HumanoidRootPart
  263. local ti = TweenInfo.new(1, Enum.EasingStyle.Linear)
  264. local tp = {CFrame = New_CFrame}
  265.  
  266. ts:Create(part, ti, tp):Play()
  267. end)
  268.  
  269.  
  270. VIP.Name = "VIP"
  271. VIP.Parent = Main
  272. VIP.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  273. VIP.BorderColor3 = Color3.fromRGB(0, 170, 255)
  274. VIP.Position = UDim2.new(0.0159800053, 0, 0.535355806, 0)
  275. VIP.Size = UDim2.new(0, 107, 0, 23)
  276. VIP.Font = Enum.Font.Nunito
  277. VIP.Text = "VIP"
  278. VIP.TextColor3 = Color3.fromRGB(0, 170, 255)
  279. VIP.TextScaled = true
  280. VIP.TextSize = 14.000
  281. VIP.TextWrapped = true
  282. VIP.MouseButton1Down:Connect(function()
  283. local New_CFrame = CFrame.new(0.247168869, 264, -69.3129272, 0.999921381, 1.06557989e-08, 0.0125656724, -1.05549374e-08, 1, -8.09296541e-09, -0.0125656724, 7.95969779e-09, 0.999921381)
  284.  
  285.  
  286. local ts = game:GetService("TweenService")
  287. local uis = game:GetService("UserInputService")
  288. local char = game.Players.LocalPlayer.Character
  289.  
  290. local part = char.HumanoidRootPart
  291. local ti = TweenInfo.new(1, Enum.EasingStyle.Linear)
  292. local tp = {CFrame = New_CFrame}
  293.  
  294. ts:Create(part, ti, tp):Play()
  295. end)
  296.  
  297. MegaVIP.Name = "MegaVIP"
  298. MegaVIP.Parent = Main
  299. MegaVIP.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  300. MegaVIP.BorderColor3 = Color3.fromRGB(0, 170, 255)
  301. MegaVIP.Position = UDim2.new(0.0159800053, 0, 0.643830359, 0)
  302. MegaVIP.Size = UDim2.new(0, 107, 0, 23)
  303. MegaVIP.Font = Enum.Font.Nunito
  304. MegaVIP.Text = "Mega VIP"
  305. MegaVIP.TextColor3 = Color3.fromRGB(0, 170, 255)
  306. MegaVIP.TextScaled = true
  307. MegaVIP.TextSize = 14.000
  308. MegaVIP.TextWrapped = true
  309. MegaVIP.MouseButton1Down:Connect(function()
  310. local New_CFrame = CFrame.new(0.943781853, 264, 68.8041763, -0.95515871, -4.34895284e-08, 0.296094328, -4.27114628e-08, 1, 9.09610431e-09, -0.296094328, -3.9583985e-09, -0.95515871)
  311.  
  312.  
  313. local ts = game:GetService("TweenService")
  314. local uis = game:GetService("UserInputService")
  315. local char = game.Players.LocalPlayer.Character
  316.  
  317. local part = char.HumanoidRootPart
  318. local ti = TweenInfo.new(1, Enum.EasingStyle.Linear)
  319. local tp = {CFrame = New_CFrame}
  320.  
  321. ts:Create(part, ti, tp):Play()
  322. end)
  323.  
  324. Shop.Name = "Shop"
  325. Shop.Parent = Main
  326. Shop.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  327. Shop.BorderColor3 = Color3.fromRGB(0, 170, 255)
  328. Shop.Position = UDim2.new(0.0159800053, 0, 0.748915076, 0)
  329. Shop.Size = UDim2.new(0, 107, 0, 23)
  330. Shop.Font = Enum.Font.Nunito
  331. Shop.Text = "Shop"
  332. Shop.TextColor3 = Color3.fromRGB(0, 170, 255)
  333. Shop.TextScaled = true
  334. Shop.TextSize = 14.000
  335. Shop.TextWrapped = true
  336. Shop.MouseButton1Down:Connect(function()
  337. local New_CFrame = CFrame.new(61.2894249, 264, -1.10551608, 0.0125657292, 0, -0.999921083, 0, 1, 0, 0.999921083, 0, 0.0125657292)
  338.  
  339.  
  340. local ts = game:GetService("TweenService")
  341. local uis = game:GetService("UserInputService")
  342. local char = game.Players.LocalPlayer.Character
  343.  
  344. local part = char.HumanoidRootPart
  345. local ti = TweenInfo.new(1, Enum.EasingStyle.Linear)
  346. local tp = {CFrame = New_CFrame}
  347.  
  348. ts:Create(part, ti, tp):Play()
  349. end)
  350.  
  351. GameStore.Name = "GameStore"
  352. GameStore.Parent = Main
  353. GameStore.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  354. GameStore.BorderColor3 = Color3.fromRGB(0, 170, 255)
  355. GameStore.Position = UDim2.new(0.0159800053, 0, 0.857389629, 0)
  356. GameStore.Size = UDim2.new(0, 107, 0, 23)
  357. GameStore.Font = Enum.Font.Nunito
  358. GameStore.Text = "Game Store"
  359. GameStore.TextColor3 = Color3.fromRGB(0, 170, 255)
  360. GameStore.TextScaled = true
  361. GameStore.TextSize = 14.000
  362. GameStore.TextWrapped = true
  363. GameStore.MouseButton1Down:Connect(function()
  364. local New_CFrame = CFrame.new(-59.9186897, 264, 0.00818219129, 0.0125666363, 2.58190047e-09, 0.999921024, -6.16111384e-10, 1, -2.57436117e-09, -0.999921024, -5.8371169e-10, 0.0125666363)
  365.  
  366.  
  367. local ts = game:GetService("TweenService")
  368. local uis = game:GetService("UserInputService")
  369. local char = game.Players.LocalPlayer.Character
  370.  
  371. local part = char.HumanoidRootPart
  372. local ti = TweenInfo.new(1, Enum.EasingStyle.Linear)
  373. local tp = {CFrame = New_CFrame}
  374.  
  375. ts:Create(part, ti, tp):Play()
  376. end)
  377.  
  378. ClickTP.Name = "ClickTP"
  379. ClickTP.Parent = Main
  380. ClickTP.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  381. ClickTP.BorderColor3 = Color3.fromRGB(0, 170, 255)
  382. ClickTP.Position = UDim2.new(0.27650106, 0, 0.857389629, 0)
  383. ClickTP.Size = UDim2.new(0, 107, 0, 23)
  384. ClickTP.Font = Enum.Font.Nunito
  385. ClickTP.Text = "Click TP"
  386. ClickTP.TextColor3 = Color3.fromRGB(0, 170, 255)
  387. ClickTP.TextScaled = true
  388. ClickTP.TextSize = 14.000
  389. ClickTP.TextWrapped = true
  390. ClickTP.MouseButton1Down:Connect(function()
  391. local speed = 25
  392. local bodyvelocityenabled = true
  393.  
  394. local Imput = game:GetService("UserInputService")
  395. local Plr = game.Players.LocalPlayer
  396. local Mouse = Plr:GetMouse()
  397.  
  398. function To(position)
  399. local Chr = Plr.Character
  400. if Chr ~= nil then
  401. local ts = game:GetService("TweenService")
  402. local char = game.Players.LocalPlayer.Character
  403. local hm = char.HumanoidRootPart
  404. local dist = (hm.Position - Mouse.Hit.p).magnitude
  405. local tweenspeed = dist/tonumber(speed)
  406. local ti = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  407. local tp = {CFrame = CFrame.new(position)}
  408. ts:Create(hm, ti, tp):Play()
  409. if bodyvelocityenabled == true then
  410. local bv = Instance.new("BodyVelocity")
  411. bv.Parent = hm
  412. bv.MaxForce = Vector3.new(100000,100000,100000)
  413. bv.Velocity = Vector3.new(0,0,0)
  414. wait(tonumber(tweenspeed))
  415. bv:Destroy()
  416. end
  417. end
  418. end
  419.  
  420. Imput.InputBegan:Connect(function(input)
  421. if input.UserInputType == Enum.UserInputType.MouseButton1 and Imput:IsKeyDown(Enum.KeyCode.LeftControl) then
  422. To(Mouse.Hit.p)
  423. end
  424. end)
  425. end)
  426.  
  427. Derp.Name = "Derp"
  428. Derp.Parent = Main
  429. Derp.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  430. Derp.BorderColor3 = Color3.fromRGB(0, 170, 255)
  431. Derp.Position = UDim2.new(0.27650106, 0, 0.748915076, 0)
  432. Derp.Size = UDim2.new(0, 107, 0, 23)
  433. Derp.Font = Enum.Font.Nunito
  434. Derp.Text = "Derp"
  435. Derp.TextColor3 = Color3.fromRGB(0, 170, 255)
  436. Derp.TextScaled = true
  437. Derp.TextSize = 14.000
  438. Derp.TextWrapped = true
  439. Derp.MouseButton1Down:Connect(function()
  440. power = 2000
  441.  
  442. game:GetService('RunService').Stepped:connect(function()
  443. game.Players.LocalPlayer.Character.Head.CanCollide = false
  444. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  445. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  446. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  447. end)
  448.  
  449. wait(.1)
  450. local bambam = Instance.new("BodyThrust")
  451. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  452. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  453. end)
  454.  
  455. Fly.Name = "Fly"
  456. Fly.Parent = Main
  457. Fly.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  458. Fly.BorderColor3 = Color3.fromRGB(0, 170, 255)
  459. Fly.Position = UDim2.new(0.27650106, 0, 0.643830359, 0)
  460. Fly.Size = UDim2.new(0, 107, 0, 23)
  461. Fly.Font = Enum.Font.Nunito
  462. Fly.Text = "Fly"
  463. Fly.TextColor3 = Color3.fromRGB(0, 170, 255)
  464. Fly.TextScaled = true
  465. Fly.TextSize = 14.000
  466. Fly.TextWrapped = true
  467. Fly.MouseButton1Down:Connect(function()
  468. local testsquadAIR = {
  469. Airwalk = Enum.KeyCode.F;
  470. }
  471.  
  472. local ContextAction = Game:GetService("ContextActionService")
  473. local RunService = Game:GetService("RunService")
  474.  
  475. local function ForEach(t, f)
  476. for Index, Value in pairs(t) do
  477. f(Value, Index)
  478. end
  479. end _G.ForEach=ForEach;
  480. local function Create(ClassName)
  481. local Object = Instance.new(ClassName)
  482. return function(Properties)
  483. ForEach(Properties, function(Value, Property)
  484. Object[Property] = Value
  485. end)
  486. return Object
  487. end
  488. end _G.Create=Create;
  489.  
  490. do
  491. local airwalkState = false
  492. local currentPart = nil
  493. RunService.RenderStepped:connect(function()
  494. if airwalkState then
  495. if not currentPart then
  496. warn "On"
  497. currentPart = Create "Part" {
  498. Parent = workspace.CurrentCamera;
  499. Name = "AWP";
  500. Transparency = 1;
  501. Size = Vector3.new(2, 1, 2);
  502. Anchored = true;
  503. }
  504. end
  505. local character = game.Players.LocalPlayer.Character
  506. if character then
  507. currentPart.CFrame = character.HumanoidRootPart.CFrame - Vector3.new(0, 4.0, 0)
  508. end
  509. else
  510. if currentPart then
  511. warn "Off"
  512. currentPart:Destroy()
  513. currentPart = nil
  514. end
  515. end
  516. end)
  517. ContextAction:BindAction("Airwalk", function(_, InputState)
  518. if InputState == Enum.UserInputState.Begin then
  519. warn "airwalk by ur friend of African descent hitrustme"
  520. airwalkState = not airwalkState
  521. end
  522. end, false, testsquadAIR.Airwalk)
  523. end
  524.  
  525. end)
  526.  
  527. JP.Name = "JP"
  528. JP.Parent = Main
  529. JP.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  530. JP.BorderColor3 = Color3.fromRGB(0, 170, 255)
  531. JP.Position = UDim2.new(0.27650106, 0, 0.535355806, 0)
  532. JP.Size = UDim2.new(0, 107, 0, 23)
  533. JP.Font = Enum.Font.Nunito
  534. JP.Text = "Jump Power"
  535. JP.TextColor3 = Color3.fromRGB(0, 170, 255)
  536. JP.TextScaled = true
  537. JP.TextSize = 14.000
  538. JP.TextWrapped = true
  539. JP.MouseButton1Down:Connect(function()
  540. plr = game.Players.LocalPlayer
  541. mouse = plr:GetMouse()
  542.  
  543. key = "j"
  544.  
  545. toggled = false
  546.  
  547. lastjp = nil
  548.  
  549. jp = 85
  550.  
  551. mouse.KeyDown:connect(function(k)
  552. k = k:lower()
  553.  
  554. if k == key then
  555.  
  556. if toggled == false then
  557. toggled = true
  558. lastjp = plr.Character.Humanoid.JumpPower
  559.  
  560. plr.Character.Humanoid.JumpPower = jp
  561.  
  562. else
  563.  
  564. toggled = false
  565.  
  566. plr.Character.Humanoid.JumpPower = lastjp
  567.  
  568. end
  569.  
  570. end
  571.  
  572. end)
  573.  
  574.  
  575. end)
  576.  
  577. Speed.Name = "Speed"
  578. Speed.Parent = Main
  579. Speed.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  580. Speed.BorderColor3 = Color3.fromRGB(0, 170, 255)
  581. Speed.Position = UDim2.new(0.27650106, 0, 0.430271089, 0)
  582. Speed.Size = UDim2.new(0, 107, 0, 23)
  583. Speed.Font = Enum.Font.Nunito
  584. Speed.Text = "Speed"
  585. Speed.TextColor3 = Color3.fromRGB(0, 170, 255)
  586. Speed.TextScaled = true
  587. Speed.TextSize = 14.000
  588. Speed.TextWrapped = true
  589. Speed.MouseButton1Down:Connect(function()
  590. plr = game.Players.LocalPlayer
  591. mouse = plr:GetMouse()
  592.  
  593. key = "y"
  594.  
  595. toggled = false
  596.  
  597. lastspeed = nil
  598.  
  599. speed = 50
  600.  
  601. mouse.KeyDown:connect(function(k)
  602. k = k:lower()
  603.  
  604. if k == key then
  605.  
  606. if toggled == false then
  607. toggled = true
  608. lastspeed = plr.Character.Humanoid.WalkSpeed
  609.  
  610. plr.Character.Humanoid.WalkSpeed = speed
  611.  
  612. else
  613.  
  614. toggled = false
  615.  
  616. plr.Character.Humanoid.WalkSpeed = lastspeed
  617.  
  618. end
  619.  
  620. end
  621.  
  622. end)
  623.  
  624.  
  625. end)
  626.  
  627. Noclip.Name = "Noclip"
  628. Noclip.Parent = Main
  629. Noclip.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  630. Noclip.BorderColor3 = Color3.fromRGB(0, 170, 255)
  631. Noclip.Position = UDim2.new(0.27650106, 0, 0.321796507, 0)
  632. Noclip.Size = UDim2.new(0, 107, 0, 23)
  633. Noclip.Font = Enum.Font.Nunito
  634. Noclip.Text = "Noclip"
  635. Noclip.TextColor3 = Color3.fromRGB(0, 170, 255)
  636. Noclip.TextScaled = true
  637. Noclip.TextSize = 14.000
  638. Noclip.TextWrapped = true
  639. Noclip.MouseButton1Down:Connect(function()
  640. noclip = false
  641. game:GetService('RunService').Stepped:connect(function()
  642. if noclip then
  643. game.Players.LocalPlayer.Character.Head.CanCollide = false
  644. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  645. end
  646. end)
  647. plr = game.Players.LocalPlayer
  648. mouse = plr:GetMouse()
  649. mouse.KeyDown:connect(function(key)
  650. if key == "e" then
  651. noclip = not noclip
  652. game.Players.LocalPlayer.Character.Head.CanCollide = true
  653. game.Players.LocalPlayer.Character.Torso.CanCollide = true
  654. end
  655. end)
  656. end)
  657.  
  658. Version.Name = "Version"
  659. Version.Parent = Main
  660. Version.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
  661. Version.BackgroundTransparency = 1.000
  662. Version.BorderSizePixel = 0
  663. Version.Position = UDim2.new(0.781563103, 0, 0.935355723, 0)
  664. Version.Size = UDim2.new(0, 108, 0, 19)
  665. Version.Font = Enum.Font.Code
  666. Version.Text = "Version: Sight Hub V1"
  667. Version.TextColor3 = Color3.fromRGB(255, 255, 255)
  668. Version.TextScaled = true
  669. Version.TextSize = 14.000
  670. Version.TextWrapped = true
  671.  
  672. Bar_3.Name = "Bar"
  673. Bar_3.Parent = Main
  674. Bar_3.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  675. Bar_3.BorderSizePixel = 0
  676. Bar_3.Position = UDim2.new(0.769539118, 0, 0.152542368, 0)
  677. Bar_3.Size = UDim2.new(0, 6, 0, 250)
  678. Bar_3.Font = Enum.Font.SourceSans
  679. Bar_3.Text = " "
  680. Bar_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  681. Bar_3.TextSize = 14.000
  682.  
  683. Reach.Name = "Reach"
  684. Reach.Parent = Main
  685. Reach.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  686. Reach.BorderColor3 = Color3.fromRGB(0, 170, 255)
  687. Reach.Position = UDim2.new(0.537022114, 0, 0.321796507, 0)
  688. Reach.Size = UDim2.new(0, 107, 0, 23)
  689. Reach.Font = Enum.Font.Nunito
  690. Reach.Text = "Reach"
  691. Reach.TextColor3 = Color3.fromRGB(0, 170, 255)
  692. Reach.TextScaled = true
  693. Reach.TextSize = 14.000
  694. Reach.TextWrapped = true
  695. Reach.MouseButton1Down:Connect(function()
  696. a=Instance.new("SelectionBox",game.Players.LocalPlayer.Backpack.Sword.Handle)
  697. a.Adornee=game.Players.LocalPlayer.Backpack.Sword.Handle
  698. game.Players.LocalPlayer.Backpack.Sword.Handle.Size=Vector3.new(1,1,30)
  699. end)
  700.  
  701. CombatTitle.Name = "CombatTitle"
  702. CombatTitle.Parent = Main
  703. CombatTitle.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
  704. CombatTitle.BackgroundTransparency = 1.000
  705. CombatTitle.BorderSizePixel = 0
  706. CombatTitle.Position = UDim2.new(0.543086171, 0, 0.17288135, 0)
  707. CombatTitle.Size = UDim2.new(0, 101, 0, 26)
  708. CombatTitle.Font = Enum.Font.GothamBlack
  709. CombatTitle.Text = "Combat"
  710. CombatTitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  711. CombatTitle.TextScaled = true
  712. CombatTitle.TextSize = 14.000
  713. CombatTitle.TextWrapped = true
  714.  
  715. ESP.Name = "ESP"
  716. ESP.Parent = Main
  717. ESP.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  718. ESP.BorderColor3 = Color3.fromRGB(0, 170, 255)
  719. ESP.Position = UDim2.new(0.537022114, 0, 0.643830359, 0)
  720. ESP.Size = UDim2.new(0, 107, 0, 23)
  721. ESP.Font = Enum.Font.Nunito
  722. ESP.Text = "ESP"
  723. ESP.TextColor3 = Color3.fromRGB(0, 170, 255)
  724. ESP.TextScaled = true
  725. ESP.TextSize = 14.000
  726. ESP.TextWrapped = true
  727. ESP.MouseButton1Down:Connect(function()
  728.  
  729. local localPlayer=game.Players.LocalPlayer
  730.  
  731. function highlightModel(objObject)
  732. for i,v in pairs(objObject:children())do
  733. if v:IsA'BasePart'and v.Name~='HumanoidRootPart'then
  734. local bHA=Instance.new('BoxHandleAdornment',v)
  735. bHA.Adornee=v
  736. bHA.Size= v.Name=='Head' and Vector3.new(1.25,1.25,1.25) or v.Size
  737. bHA.Color3=v.Name=='Head'and Color3.new(0, 0.666667, 1)or v.Name=='Torso'and Color3.new(0, 0.666667, 1)or Color3.new(0,0,1)
  738. bHA.Transparency=.5
  739. bHA.ZIndex=1
  740. bHA.AlwaysOnTop=true
  741. end
  742. if #v:children()>0 then
  743. highlightModel(v)
  744. end
  745. end
  746. end
  747.  
  748. function unHighlightModel(objObject)
  749. for i,v in pairs(objObject:children())do
  750. if v:IsA'BasePart' and v:findFirstChild'BoxHandleAdornment' then
  751. v.BoxHandleAdornment:Destroy()
  752. end
  753. if #v:children()>0 then
  754. unHighlightModel(v)
  755. end
  756. end
  757. end
  758.  
  759. function sortTeamHighlights(objPlayer)
  760. repeat wait() until objPlayer.Character
  761. if objPlayer.TeamColor~=localPlayer.TeamColor then
  762. highlightModel(objPlayer.Character)
  763. else
  764. unHighlightModel(objPlayer.Character)
  765. end
  766. if objPlayer~=localPlayer then
  767. objPlayer.Changed:connect(function(strProp)
  768. if strProp=='TeamColor'then
  769. if objPlayer.TeamColor~=localPlayer.TeamColor then
  770. unHighlightModel(objPlayer.Character)
  771. highlightModel(objPlayer.Character)
  772. else
  773. unHighlightModel(objPlayer.Character)
  774. end
  775. end
  776. end)
  777. else
  778. objPlayer.Changed:connect(function(strProp)
  779. if strProp=='TeamColor'then
  780. wait(.5)
  781. for i,v in pairs(game.Players:GetPlayers())do
  782. unHighlightModel(v)
  783. if v.TeamColor~=localPlayer.TeamColor then
  784. highlightModel(v.Character)
  785. end
  786. end
  787. end
  788. end)
  789. end
  790. end
  791.  
  792. for i,v in pairs(game.Players:GetPlayers())do
  793. v.CharacterAdded:connect(function()
  794. sortTeamHighlights(v)
  795. end)
  796. sortTeamHighlights(v)
  797. end
  798. game.Players.PlayerAdded:connect(function(objPlayer)
  799. objPlayer.CharacterAdded:connect(function(objChar)
  800. sortTeamHighlights(objPlayer)
  801. end)
  802. end)
  803. end)
  804.  
  805. Shield.Name = "Shield"
  806. Shield.Parent = Main
  807. Shield.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  808. Shield.BorderColor3 = Color3.fromRGB(0, 170, 255)
  809. Shield.Position = UDim2.new(0.537022114, 0, 0.535355806, 0)
  810. Shield.Size = UDim2.new(0, 107, 0, 23)
  811. Shield.Font = Enum.Font.Nunito
  812. Shield.Text = "Shield"
  813. Shield.TextColor3 = Color3.fromRGB(0, 170, 255)
  814. Shield.TextScaled = true
  815. Shield.TextSize = 14.000
  816. Shield.TextWrapped = true
  817. Shield.MouseButton1Down:Connect(function()
  818. game.ReplicatedStorage.Tools.PowerUps.Shield.Parent = game.Players.LocalPlayer.Backpack
  819. end)
  820.  
  821. Heal.Name = "Heal"
  822. Heal.Parent = Main
  823. Heal.BackgroundColor3 = Color3.fromRGB(38, 38, 38)
  824. Heal.BorderColor3 = Color3.fromRGB(0, 170, 255)
  825. Heal.Position = UDim2.new(0.537022114, 0, 0.430271089, 0)
  826. Heal.Size = UDim2.new(0, 107, 0, 23)
  827. Heal.Font = Enum.Font.Nunito
  828. Heal.Text = "Heal"
  829. Heal.TextColor3 = Color3.fromRGB(0, 170, 255)
  830. Heal.TextScaled = true
  831. Heal.TextSize = 14.000
  832. Heal.TextWrapped = true
  833. Heal.MouseButton1Down:Connect(function()
  834. game.ReplicatedStorage.Tools.PowerUps.Heal.Parent = game.Players.LocalPlayer.Backpack
  835. end)
  836.  
  837. FeaturesTab.Name = "FeaturesTab"
  838. FeaturesTab.Parent = Main
  839. FeaturesTab.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
  840. FeaturesTab.BackgroundTransparency = 1.000
  841. FeaturesTab.BorderSizePixel = 0
  842. FeaturesTab.Position = UDim2.new(0.787575126, 0, 0.17288135, 0)
  843. FeaturesTab.Size = UDim2.new(0, 101, 0, 26)
  844. FeaturesTab.Font = Enum.Font.GothamBlack
  845. FeaturesTab.Text = "Features"
  846. FeaturesTab.TextColor3 = Color3.fromRGB(255, 255, 255)
  847. FeaturesTab.TextScaled = true
  848. FeaturesTab.TextSize = 14.000
  849. FeaturesTab.TextWrapped = true
  850.  
  851. HeresAKeybind.Name = "HeresAKeybind"
  852. HeresAKeybind.Parent = Main
  853. HeresAKeybind.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
  854. HeresAKeybind.BackgroundTransparency = 1.000
  855. HeresAKeybind.BorderSizePixel = 0
  856. HeresAKeybind.Position = UDim2.new(0.783567131, 0, 0.321796417, 0)
  857. HeresAKeybind.Size = UDim2.new(0, 108, 0, 19)
  858. HeresAKeybind.Font = Enum.Font.Nunito
  859. HeresAKeybind.Text = "-F to Fly"
  860. HeresAKeybind.TextColor3 = Color3.fromRGB(255, 255, 255)
  861. HeresAKeybind.TextScaled = true
  862. HeresAKeybind.TextSize = 14.000
  863. HeresAKeybind.TextWrapped = true
  864. HeresAKeybind.TextXAlignment = Enum.TextXAlignment.Left
  865.  
  866. HeresAKeybind_2.Name = "HeresAKeybind"
  867. HeresAKeybind_2.Parent = Main
  868. HeresAKeybind_2.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
  869. HeresAKeybind_2.BackgroundTransparency = 1.000
  870. HeresAKeybind_2.BorderSizePixel = 0
  871. HeresAKeybind_2.Position = UDim2.new(0.781563103, 0, 0.399762511, 0)
  872. HeresAKeybind_2.Size = UDim2.new(0, 108, 0, 19)
  873. HeresAKeybind_2.Font = Enum.Font.Nunito
  874. HeresAKeybind_2.Text = "-Y to Speed"
  875. HeresAKeybind_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  876. HeresAKeybind_2.TextScaled = true
  877. HeresAKeybind_2.TextSize = 14.000
  878. HeresAKeybind_2.TextWrapped = true
  879. HeresAKeybind_2.TextXAlignment = Enum.TextXAlignment.Left
  880.  
  881. HeresAKeybind_3.Name = "HeresAKeybind"
  882. HeresAKeybind_3.Parent = Main
  883. HeresAKeybind_3.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
  884. HeresAKeybind_3.BackgroundTransparency = 1.000
  885. HeresAKeybind_3.BorderSizePixel = 0
  886. HeresAKeybind_3.Position = UDim2.new(0.779559076, 0, 0.470948935, 0)
  887. HeresAKeybind_3.Size = UDim2.new(0, 108, 0, 19)
  888. HeresAKeybind_3.Font = Enum.Font.Nunito
  889. HeresAKeybind_3.Text = "-N to Noclip"
  890. HeresAKeybind_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  891. HeresAKeybind_3.TextScaled = true
  892. HeresAKeybind_3.TextSize = 14.000
  893. HeresAKeybind_3.TextWrapped = true
  894. HeresAKeybind_3.TextXAlignment = Enum.TextXAlignment.Left
  895.  
  896. HeresAKeybind_4.Name = "HeresAKeybind"
  897. HeresAKeybind_4.Parent = Main
  898. HeresAKeybind_4.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
  899. HeresAKeybind_4.BackgroundTransparency = 1.000
  900. HeresAKeybind_4.BorderSizePixel = 0
  901. HeresAKeybind_4.Position = UDim2.new(0.779559076, 0, 0.542135358, 0)
  902. HeresAKeybind_4.Size = UDim2.new(0, 108, 0, 19)
  903. HeresAKeybind_4.Font = Enum.Font.Nunito
  904. HeresAKeybind_4.Text = "-J to Jump Power"
  905. HeresAKeybind_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  906. HeresAKeybind_4.TextScaled = true
  907. HeresAKeybind_4.TextSize = 14.000
  908. HeresAKeybind_4.TextWrapped = true
  909. HeresAKeybind_4.TextXAlignment = Enum.TextXAlignment.Left
  910.  
  911. HeresAKeybind_5.Name = "HeresAKeybind"
  912. HeresAKeybind_5.Parent = Main
  913. HeresAKeybind_5.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
  914. HeresAKeybind_5.BackgroundTransparency = 1.000
  915. HeresAKeybind_5.BorderSizePixel = 0
  916. HeresAKeybind_5.Position = UDim2.new(0.783567071, 0, 0.613321781, 0)
  917. HeresAKeybind_5.Size = UDim2.new(0, 108, 0, 19)
  918. HeresAKeybind_5.Font = Enum.Font.Nunito
  919. HeresAKeybind_5.Text = "-Ctrl + Click to Click TP"
  920. HeresAKeybind_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  921. HeresAKeybind_5.TextScaled = true
  922. HeresAKeybind_5.TextSize = 14.000
  923. HeresAKeybind_5.TextWrapped = true
  924. HeresAKeybind_5.TextXAlignment = Enum.TextXAlignment.Left
  925.  
  926. Update.Name = "Update"
  927. Update.Parent = Main
  928. Update.BackgroundColor3 = Color3.fromRGB(36, 36, 36)
  929. Update.BackgroundTransparency = 1.000
  930. Update.BorderSizePixel = 0
  931. Update.Position = UDim2.new(0.783567131, 0, 0.701457381, 0)
  932. Update.Size = UDim2.new(0, 108, 0, 63)
  933. Update.Font = Enum.Font.Nunito
  934. Update.Text = "Automatically bypasses the Anti Exploit with Sight Hub"
  935. Update.TextColor3 = Color3.fromRGB(255, 255, 255)
  936. Update.TextScaled = true
  937. Update.TextSize = 14.000
  938. Update.TextWrapped = true
  939. Update.TextXAlignment = Enum.TextXAlignment.Left
  940.  
  941. -- Scripts:
  942.  
  943. --Dragifylooool
  944. local function UISU_fake_script() -- Main.Dragify
  945. local script = Instance.new('LocalScript', Main)
  946.  
  947. local UIS = game:GetService("UserInputService")
  948. function dragify(Frame)
  949. dragToggle = nil
  950. local dragSpeed = 0.50
  951. dragInput = nil
  952. dragStart = nil
  953. local dragPos = nil
  954. function updateInput(input)
  955. local Delta = input.Position - dragStart
  956. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  957. game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.30), {Position = Position}):Play()
  958. end
  959. Frame.InputBegan:Connect(function(input)
  960. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  961. dragToggle = true
  962. dragStart = input.Position
  963. startPos = Frame.Position
  964. input.Changed:Connect(function()
  965. if input.UserInputState == Enum.UserInputState.End then
  966. dragToggle = false
  967. end
  968. end)
  969. end
  970. end)
  971. Frame.InputChanged:Connect(function(input)
  972. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  973. dragInput = input
  974. end
  975. end)
  976. game:GetService("UserInputService").InputChanged:Connect(function(input)
  977. if input == dragInput and dragToggle then
  978. updateInput(input)
  979. end
  980. end)
  981. end
  982.  
  983. dragify(script.Parent)
  984. end
  985. coroutine.wrap(UISU_fake_script)()
  986.  
  987. while true do
  988. if game:GetService("Players").LocalPlayer.PlayerGui.Extra:FindFirstChild("AntiSploitClient") then
  989. game:GetService("Players").LocalPlayer.PlayerGui.Extra.AntiSploitClient:Destroy()
  990. game:GetService("Players").LocalPlayer.PlayerGui.Extra.AntiSploitClient2:Destroy()
  991. end
  992. wait()
  993. end
Advertisement
Add Comment
Please, Sign In to add comment