SINXSA

awdasdweafafafasdfasdgeawgagwegw wqg wqeg qweg qweg qwge qweg qwg

May 25th, 2022
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.30 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Bg = Instance.new("Frame")
  8. local BorderSections = Instance.new("Frame")
  9. local UICorner = Instance.new("UICorner")
  10. local Player = Instance.new("TextButton")
  11. local UICorner_2 = Instance.new("UICorner")
  12. local PlayerIcon = Instance.new("ImageLabel")
  13. local Combat = Instance.new("TextButton")
  14. local UICorner_3 = Instance.new("UICorner")
  15. local CombatIcon = Instance.new("ImageLabel")
  16. local WayPoint = Instance.new("TextButton")
  17. local UICorner_4 = Instance.new("UICorner")
  18. local WayPoint_2 = Instance.new("ImageLabel")
  19. local Home = Instance.new("TextButton")
  20. local HomeIcon = Instance.new("ImageLabel")
  21. local UICorner_5 = Instance.new("UICorner")
  22. local HomeStuff = Instance.new("Folder")
  23. local PlrIcon = Instance.new("ImageLabel")
  24. local UICorner_6 = Instance.new("UICorner")
  25. local ID = Instance.new("TextLabel")
  26. local Rank = Instance.new("TextLabel")
  27. local User = Instance.new("TextLabel")
  28. local PlayerF = Instance.new("Folder")
  29. local a = Instance.new("TextButton")
  30. local UICorner_7 = Instance.new("UICorner")
  31. local b = Instance.new("TextButton")
  32. local UICorner_8 = Instance.new("UICorner")
  33. local c = Instance.new("TextBox")
  34. local UICorner_9 = Instance.new("UICorner")
  35. local d = Instance.new("TextButton")
  36. local UICorner_10 = Instance.new("UICorner")
  37. local e = Instance.new("TextButton")
  38. local UICorner_11 = Instance.new("UICorner")
  39. local f = Instance.new("TextButton")
  40. local UICorner_12 = Instance.new("UICorner")
  41. local g = Instance.new("TextButton")
  42. local UICorner_13 = Instance.new("UICorner")
  43. local Check = Instance.new("TextLabel")
  44. local Check2 = Instance.new("TextLabel")
  45. local Combatf = Instance.new("Folder")
  46. local P180 = Instance.new("TextButton")
  47. local UICorner_14 = Instance.new("UICorner")
  48. local P90 = Instance.new("TextButton")
  49. local UICorner_15 = Instance.new("UICorner")
  50. local P45 = Instance.new("TextButton")
  51. local UICorner_16 = Instance.new("UICorner")
  52. local Border = Instance.new("TextLabel")
  53. local SilentInput = Instance.new("TextBox")
  54. local UICorner_17 = Instance.new("UICorner")
  55. local Aimlock = Instance.new("TextButton")
  56. local UICorner_18 = Instance.new("UICorner")
  57. local SilentB = Instance.new("TextButton")
  58. local UICorner_19 = Instance.new("UICorner")
  59. local Title = Instance.new("TextLabel")
  60. local Misc = Instance.new("TextButton")
  61. local UICorner_20 = Instance.new("UICorner")
  62. local MiscIcon = Instance.new("ImageLabel")
  63. local WayPointStuff = Instance.new("Folder")
  64. local Bank = Instance.new("TextButton")
  65. local UICorner_21 = Instance.new("UICorner")
  66. local Custom = Instance.new("TextButton")
  67. local UICorner_22 = Instance.new("UICorner")
  68. local CustomPos = Instance.new("TextBox")
  69. local UICorner_23 = Instance.new("UICorner")
  70. local Db = Instance.new("TextButton")
  71. local UICorner_24 = Instance.new("UICorner")
  72. local Popcorn = Instance.new("TextButton")
  73. local UICorner_25 = Instance.new("UICorner")
  74. local Rev = Instance.new("TextButton")
  75. local UICorner_26 = Instance.new("UICorner")
  76. local Tyrones = Instance.new("TextButton")
  77. local UICorner_27 = Instance.new("UICorner")
  78. local PosFinder = Instance.new("TextButton")
  79. local UICorner_28 = Instance.new("UICorner")
  80. local Exit = Instance.new("TextButton")
  81. local UICorner_29 = Instance.new("UICorner")
  82. local LOLMIC = Instance.new("Folder")
  83. local TrashTalk = Instance.new("TextButton")
  84. local UICorner_30 = Instance.new("UICorner")
  85. local ChatSpy = Instance.new("TextButton")
  86. local UICorner_31 = Instance.new("UICorner")
  87. local Esp = Instance.new("TextButton")
  88. local UICorner_32 = Instance.new("UICorner")
  89.  
  90. --Properties:
  91.  
  92. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  93. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  94.  
  95. Bg.Name = "Bg"
  96. Bg.Parent = ScreenGui
  97. Bg.BackgroundColor3 = Color3.fromRGB(22, 31, 43)
  98. Bg.BorderSizePixel = 0
  99. Bg.Position = UDim2.new(0.27707535, 0, 0.229729742, 0)
  100. Bg.Size = UDim2.new(0, 587, 0, 440)
  101.  
  102. BorderSections.Name = "Border Sections"
  103. BorderSections.Parent = Bg
  104. BorderSections.BackgroundColor3 = Color3.fromRGB(33, 47, 66)
  105. BorderSections.BorderSizePixel = 0
  106. BorderSections.Position = UDim2.new(0.161839873, 0, 0, 0)
  107. BorderSections.Size = UDim2.new(0, 7, 0, 440)
  108.  
  109. UICorner.CornerRadius = UDim.new(0, 25)
  110. UICorner.Parent = Bg
  111.  
  112. Player.Name = "Player"
  113. Player.Parent = Bg
  114. Player.BackgroundColor3 = Color3.fromRGB(33, 47, 66)
  115. Player.Position = UDim2.new(0.0221465081, 0, 0.222727284, 0)
  116. Player.Size = UDim2.new(0, 70, 0, 70)
  117. Player.Font = Enum.Font.SourceSans
  118. Player.Text = ""
  119. Player.TextColor3 = Color3.fromRGB(0, 0, 0)
  120. Player.TextSize = 14.000
  121.  
  122. UICorner_2.CornerRadius = UDim.new(0, 100)
  123. UICorner_2.Parent = Player
  124.  
  125. PlayerIcon.Name = "PlayerIcon"
  126. PlayerIcon.Parent = Player
  127. PlayerIcon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  128. PlayerIcon.BackgroundTransparency = 1.000
  129. PlayerIcon.Position = UDim2.new(0.107714191, 0, 0.0931429192, 0)
  130. PlayerIcon.Size = UDim2.new(0, 54, 0, 56)
  131. PlayerIcon.Image = "http://www.roblox.com/asset/?id=4728092758"
  132. PlayerIcon.ImageColor3 = Color3.fromRGB(0, 0, 0)
  133.  
  134. Combat.Name = "Combat"
  135. Combat.Parent = Bg
  136. Combat.BackgroundColor3 = Color3.fromRGB(33, 47, 66)
  137. Combat.Position = UDim2.new(0.0221465081, 0, 0.406818211, 0)
  138. Combat.Size = UDim2.new(0, 70, 0, 70)
  139. Combat.Font = Enum.Font.SourceSans
  140. Combat.Text = ""
  141. Combat.TextColor3 = Color3.fromRGB(0, 0, 0)
  142. Combat.TextSize = 14.000
  143.  
  144. UICorner_3.CornerRadius = UDim.new(0, 100)
  145. UICorner_3.Parent = Combat
  146.  
  147. CombatIcon.Name = "CombatIcon"
  148. CombatIcon.Parent = Combat
  149. CombatIcon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  150. CombatIcon.BackgroundTransparency = 1.000
  151. CombatIcon.Position = UDim2.new(0.179142758, 0, 0.164571702, 0)
  152. CombatIcon.Size = UDim2.new(0, 46, 0, 46)
  153. CombatIcon.Image = "rbxassetid://7407483146"
  154. CombatIcon.ImageColor3 = Color3.fromRGB(0, 0, 0)
  155.  
  156. WayPoint.Name = "WayPoint"
  157. WayPoint.Parent = Bg
  158. WayPoint.BackgroundColor3 = Color3.fromRGB(33, 47, 66)
  159. WayPoint.Position = UDim2.new(0.0221465081, 0, 0.597727299, 0)
  160. WayPoint.Size = UDim2.new(0, 70, 0, 70)
  161. WayPoint.Font = Enum.Font.SourceSans
  162. WayPoint.Text = ""
  163. WayPoint.TextColor3 = Color3.fromRGB(0, 0, 0)
  164. WayPoint.TextSize = 14.000
  165.  
  166. UICorner_4.CornerRadius = UDim.new(0, 100)
  167. UICorner_4.Parent = WayPoint
  168.  
  169. WayPoint_2.Name = "WayPoint"
  170. WayPoint_2.Parent = WayPoint
  171. WayPoint_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  172. WayPoint_2.BackgroundTransparency = 1.000
  173. WayPoint_2.Position = UDim2.new(0.179142758, 0, 0.164571702, 0)
  174. WayPoint_2.Size = UDim2.new(0, 46, 0, 46)
  175. WayPoint_2.Image = "rbxassetid://1204390885"
  176. WayPoint_2.ImageColor3 = Color3.fromRGB(0, 0, 0)
  177.  
  178. Home.Name = "Home"
  179. Home.Parent = Bg
  180. Home.BackgroundColor3 = Color3.fromRGB(33, 47, 66)
  181. Home.Position = UDim2.new(0.0221465081, 0, 0.0363636315, 0)
  182. Home.Size = UDim2.new(0, 70, 0, 70)
  183. Home.Font = Enum.Font.SourceSans
  184. Home.Text = ""
  185. Home.TextColor3 = Color3.fromRGB(0, 0, 0)
  186. Home.TextSize = 14.000
  187.  
  188. HomeIcon.Name = "HomeIcon"
  189. HomeIcon.Parent = Home
  190. HomeIcon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  191. HomeIcon.BackgroundTransparency = 1.000
  192. HomeIcon.Position = UDim2.new(0.179142773, 0, 0.136000067, 0)
  193. HomeIcon.Size = UDim2.new(0, 44, 0, 49)
  194. HomeIcon.Image = "rbxassetid://3515085141"
  195. HomeIcon.ImageColor3 = Color3.fromRGB(0, 0, 0)
  196.  
  197. UICorner_5.CornerRadius = UDim.new(0, 100)
  198. UICorner_5.Parent = Home
  199.  
  200. HomeStuff.Name = "HomeStuff"
  201. HomeStuff.Parent = Bg
  202.  
  203. PlrIcon.Name = "PlrIcon"
  204. PlrIcon.Parent = HomeStuff
  205. PlrIcon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  206. PlrIcon.BackgroundTransparency = 1.000
  207. PlrIcon.Position = UDim2.new(0.405451447, 0, 0.134090915, 0)
  208. PlrIcon.Size = UDim2.new(0, 167, 0, 167)
  209. PlrIcon.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png"
  210.  
  211. UICorner_6.CornerRadius = UDim.new(0, 10000)
  212. UICorner_6.Parent = PlrIcon
  213.  
  214. ID.Name = "ID"
  215. ID.Parent = HomeStuff
  216. ID.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  217. ID.BackgroundTransparency = 1.000
  218. ID.Position = UDim2.new(0.384557098, 0, 0.665818214, 0)
  219. ID.Size = UDim2.new(0, 200, 0, 50)
  220. ID.Font = Enum.Font.SourceSans
  221. ID.TextColor3 = Color3.fromRGB(33, 47, 66)
  222. ID.TextScaled = true
  223. ID.TextSize = 36.000
  224. ID.TextWrapped = true
  225.  
  226. Rank.Name = "Rank"
  227. Rank.Parent = HomeStuff
  228. Rank.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  229. Rank.BackgroundTransparency = 1.000
  230. Rank.Position = UDim2.new(0.384557098, 0, 0.790818214, 0)
  231. Rank.Size = UDim2.new(0, 200, 0, 50)
  232. Rank.Font = Enum.Font.SourceSans
  233. Rank.TextColor3 = Color3.fromRGB(33, 47, 66)
  234. Rank.TextScaled = true
  235. Rank.TextSize = 36.000
  236. Rank.TextWrapped = true
  237.  
  238. User.Name = "User"
  239. User.Parent = HomeStuff
  240. User.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  241. User.BackgroundTransparency = 1.000
  242. User.Position = UDim2.new(0.384557098, 0, 0.536272764, 0)
  243. User.Size = UDim2.new(0, 200, 0, 50)
  244. User.Font = Enum.Font.SourceSans
  245. User.TextColor3 = Color3.fromRGB(33, 47, 66)
  246. User.TextScaled = true
  247. User.TextSize = 36.000
  248. User.TextWrapped = true
  249.  
  250. PlayerF.Name = "PlayerF"
  251. PlayerF.Parent = Bg
  252.  
  253. a.Name = "a"
  254. a.Parent = PlayerF
  255. a.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  256. a.Position = UDim2.new(0.553662717, 0, 0.440909088, 0)
  257. a.Size = UDim2.new(0, 118, 0, 42)
  258. a.Visible = false
  259. a.Font = Enum.Font.GothamBlack
  260. a.Text = "ChangeFov"
  261. a.TextColor3 = Color3.fromRGB(22, 31, 43)
  262. a.TextSize = 14.000
  263.  
  264. UICorner_7.CornerRadius = UDim.new(0, 20)
  265. UICorner_7.Parent = a
  266.  
  267. b.Name = "b"
  268. b.Parent = PlayerF
  269. b.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  270. b.Position = UDim2.new(0.194207877, 0, 0.795454562, 0)
  271. b.Size = UDim2.new(0, 200, 0, 61)
  272. b.Visible = false
  273. b.Font = Enum.Font.GothamBlack
  274. b.Text = "Fly"
  275. b.TextColor3 = Color3.fromRGB(22, 31, 43)
  276. b.TextSize = 20.000
  277.  
  278. UICorner_8.CornerRadius = UDim.new(0, 20)
  279. UICorner_8.Parent = b
  280.  
  281. c.Name = "c"
  282. c.Parent = PlayerF
  283. c.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  284. c.Position = UDim2.new(0.194207847, 0, 0.420454562, 0)
  285. c.Size = UDim2.new(0, 200, 0, 61)
  286. c.Visible = false
  287. c.Font = Enum.Font.GothamBlack
  288. c.PlaceholderColor3 = Color3.fromRGB(22, 31, 43)
  289. c.PlaceholderText = "Fov Here"
  290. c.ShowNativeInput = false
  291. c.Text = ""
  292. c.TextColor3 = Color3.fromRGB(22, 31, 43)
  293. c.TextSize = 20.000
  294. c.TextWrapped = true
  295.  
  296. UICorner_9.CornerRadius = UDim.new(0, 20)
  297. UICorner_9.Parent = c
  298.  
  299. d.Name = "d"
  300. d.Parent = PlayerF
  301. d.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  302. d.Position = UDim2.new(0.553662717, 0, 0.0795454532, 0)
  303. d.Size = UDim2.new(0, 200, 0, 61)
  304. d.Visible = false
  305. d.Font = Enum.Font.GothamBlack
  306. d.Text = "Headless"
  307. d.TextColor3 = Color3.fromRGB(22, 31, 43)
  308. d.TextSize = 20.000
  309.  
  310. UICorner_10.CornerRadius = UDim.new(0, 20)
  311. UICorner_10.Parent = d
  312.  
  313. e.Name = "e"
  314. e.Parent = PlayerF
  315. e.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  316. e.Position = UDim2.new(0.194207877, 0, 0.611363649, 0)
  317. e.Size = UDim2.new(0, 200, 0, 61)
  318. e.Visible = false
  319. e.Font = Enum.Font.GothamBlack
  320. e.Text = "InfJump"
  321. e.TextColor3 = Color3.fromRGB(22, 31, 43)
  322. e.TextSize = 20.000
  323.  
  324. UICorner_11.CornerRadius = UDim.new(0, 20)
  325. UICorner_11.Parent = e
  326.  
  327. f.Name = "f"
  328. f.Parent = PlayerF
  329. f.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  330. f.Position = UDim2.new(0.194207877, 0, 0.25454545, 0)
  331. f.Size = UDim2.new(0, 200, 0, 61)
  332. f.Visible = false
  333. f.Font = Enum.Font.GothamBlack
  334. f.Text = "Realistic Speed (Q)"
  335. f.TextColor3 = Color3.fromRGB(22, 31, 43)
  336. f.TextSize = 20.000
  337.  
  338. UICorner_12.CornerRadius = UDim.new(0, 20)
  339. UICorner_12.Parent = f
  340.  
  341. g.Name = "g"
  342. g.Parent = PlayerF
  343. g.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  344. g.Position = UDim2.new(0.194207877, 0, 0.0795454532, 0)
  345. g.Size = UDim2.new(0, 200, 0, 61)
  346. g.Visible = false
  347. g.Font = Enum.Font.GothamBlack
  348. g.Text = "Normal Speed (Q)"
  349. g.TextColor3 = Color3.fromRGB(22, 31, 43)
  350. g.TextSize = 20.000
  351.  
  352. UICorner_13.CornerRadius = UDim.new(0, 20)
  353. UICorner_13.Parent = g
  354.  
  355. Check.Name = "Check"
  356. Check.Parent = Bg
  357. Check.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  358. Check.BackgroundTransparency = 1.000
  359. Check.BorderSizePixel = 0
  360. Check.Size = UDim2.new(0, 200, 0, 50)
  361. Check.Visible = false
  362. Check.Font = Enum.Font.SourceSans
  363. Check.Text = ""
  364. Check.TextColor3 = Color3.fromRGB(0, 0, 0)
  365. Check.TextSize = 14.000
  366.  
  367. Check2.Name = "Check2"
  368. Check2.Parent = Bg
  369. Check2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  370. Check2.BackgroundTransparency = 1.000
  371. Check2.BorderSizePixel = 0
  372. Check2.Size = UDim2.new(0, 200, 0, 50)
  373. Check2.Visible = false
  374. Check2.Font = Enum.Font.SourceSans
  375. Check2.Text = ""
  376. Check2.TextColor3 = Color3.fromRGB(0, 0, 0)
  377. Check2.TextSize = 14.000
  378.  
  379. Combatf.Name = "Combatf"
  380. Combatf.Parent = Bg
  381.  
  382. P180.Name = "P180"
  383. P180.Parent = Combatf
  384. P180.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  385. P180.Position = UDim2.new(0.405451477, 0, 0.463636398, 0)
  386. P180.Size = UDim2.new(0, 200, 0, 61)
  387. P180.Visible = false
  388. P180.Font = Enum.Font.GothamBlack
  389. P180.Text = "Silent aim (180)"
  390. P180.TextColor3 = Color3.fromRGB(22, 31, 43)
  391. P180.TextSize = 20.000
  392.  
  393. UICorner_14.CornerRadius = UDim.new(0, 20)
  394. UICorner_14.Parent = P180
  395.  
  396. P90.Name = "P90"
  397. P90.Parent = Combatf
  398. P90.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  399. P90.Position = UDim2.new(0.405451477, 0, 0.645454645, 0)
  400. P90.Size = UDim2.new(0, 200, 0, 61)
  401. P90.Visible = false
  402. P90.Font = Enum.Font.GothamBlack
  403. P90.Text = "Silent aim (90)"
  404. P90.TextColor3 = Color3.fromRGB(22, 31, 43)
  405. P90.TextSize = 20.000
  406.  
  407. UICorner_15.CornerRadius = UDim.new(0, 20)
  408. UICorner_15.Parent = P90
  409.  
  410. P45.Name = "P45"
  411. P45.Parent = Combatf
  412. P45.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  413. P45.Position = UDim2.new(0.405451477, 0, 0.825000107, 0)
  414. P45.Size = UDim2.new(0, 200, 0, 61)
  415. P45.Visible = false
  416. P45.Font = Enum.Font.GothamBlack
  417. P45.Text = "Silent aim (45)"
  418. P45.TextColor3 = Color3.fromRGB(22, 31, 43)
  419. P45.TextSize = 20.000
  420.  
  421. UICorner_16.CornerRadius = UDim.new(0, 20)
  422. UICorner_16.Parent = P45
  423.  
  424. Border.Name = "Border"
  425. Border.Parent = Combatf
  426. Border.BackgroundColor3 = Color3.fromRGB(33, 47, 66)
  427. Border.BorderSizePixel = 0
  428. Border.Position = UDim2.new(0.173764899, 0, 0.405727327, 0)
  429. Border.Size = UDim2.new(0, 485, 0, 7)
  430. Border.Visible = false
  431. Border.Font = Enum.Font.SourceSans
  432. Border.Text = ""
  433. Border.TextColor3 = Color3.fromRGB(0, 0, 0)
  434. Border.TextSize = 14.000
  435.  
  436. SilentInput.Name = "SilentInput"
  437. SilentInput.Parent = Combatf
  438. SilentInput.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  439. SilentInput.Position = UDim2.new(0.405451477, 0, 0.234090924, 0)
  440. SilentInput.Size = UDim2.new(0, 200, 0, 61)
  441. SilentInput.Visible = false
  442. SilentInput.Font = Enum.Font.GothamBlack
  443. SilentInput.PlaceholderColor3 = Color3.fromRGB(22, 31, 43)
  444. SilentInput.PlaceholderText = "Fov Here"
  445. SilentInput.ShowNativeInput = false
  446. SilentInput.Text = ""
  447. SilentInput.TextColor3 = Color3.fromRGB(22, 31, 43)
  448. SilentInput.TextSize = 20.000
  449. SilentInput.TextWrapped = true
  450.  
  451. UICorner_17.CornerRadius = UDim.new(0, 20)
  452. UICorner_17.Parent = SilentInput
  453.  
  454. Aimlock.Name = "Aimlock"
  455. Aimlock.Parent = Combatf
  456. Aimlock.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  457. Aimlock.Position = UDim2.new(0.405451477, 0, 0.0568181835, 0)
  458. Aimlock.Size = UDim2.new(0, 200, 0, 61)
  459. Aimlock.Visible = false
  460. Aimlock.Font = Enum.Font.GothamBlack
  461. Aimlock.Text = "Aimlock (MB2)"
  462. Aimlock.TextColor3 = Color3.fromRGB(22, 31, 43)
  463. Aimlock.TextSize = 20.000
  464.  
  465. UICorner_18.CornerRadius = UDim.new(0, 20)
  466. UICorner_18.Parent = Aimlock
  467.  
  468. SilentB.Name = "SilentB"
  469. SilentB.Parent = Combatf
  470. SilentB.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  471. SilentB.Position = UDim2.new(0.759795547, 0, 0.255727291, 0)
  472. SilentB.Size = UDim2.new(0, 112, 0, 41)
  473. SilentB.Visible = false
  474. SilentB.Font = Enum.Font.GothamBlack
  475. SilentB.Text = "Change FOV"
  476. SilentB.TextColor3 = Color3.fromRGB(22, 31, 43)
  477. SilentB.TextSize = 14.000
  478.  
  479. UICorner_19.CornerRadius = UDim.new(0, 20)
  480. UICorner_19.Parent = SilentB
  481.  
  482. Title.Name = "Title"
  483. Title.Parent = Bg
  484. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  485. Title.BackgroundTransparency = 1.000
  486. Title.BorderSizePixel = 0
  487. Title.Position = UDim2.new(0.173764899, 0, -0.00227265805, 0)
  488. Title.Size = UDim2.new(0, 132, 0, 31)
  489. Title.Font = Enum.Font.GothamBlack
  490. Title.Text = "MarsHub | Premium"
  491. Title.TextColor3 = Color3.fromRGB(33, 47, 66)
  492. Title.TextSize = 13.000
  493. Title.TextWrapped = true
  494.  
  495. Misc.Name = "Misc"
  496. Misc.Parent = Bg
  497. Misc.BackgroundColor3 = Color3.fromRGB(33, 47, 66)
  498. Misc.Position = UDim2.new(0.0221465081, 0, 0.804545462, 0)
  499. Misc.Size = UDim2.new(0, 70, 0, 70)
  500. Misc.Font = Enum.Font.SourceSans
  501. Misc.Text = ""
  502. Misc.TextColor3 = Color3.fromRGB(0, 0, 0)
  503. Misc.TextSize = 14.000
  504.  
  505. UICorner_20.CornerRadius = UDim.new(0, 100)
  506. UICorner_20.Parent = Misc
  507.  
  508. MiscIcon.Name = "MiscIcon"
  509. MiscIcon.Parent = Misc
  510. MiscIcon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  511. MiscIcon.BackgroundTransparency = 1.000
  512. MiscIcon.Position = UDim2.new(0.179142758, 0, 0.164571702, 0)
  513. MiscIcon.Size = UDim2.new(0, 46, 0, 46)
  514. MiscIcon.Image = "rbxassetid://4728126418"
  515. MiscIcon.ImageColor3 = Color3.fromRGB(0, 0, 0)
  516.  
  517. WayPointStuff.Name = "WayPointStuff"
  518. WayPointStuff.Parent = Bg
  519.  
  520. Bank.Name = "Bank"
  521. Bank.Parent = WayPointStuff
  522. Bank.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  523. Bank.Position = UDim2.new(0.187393561, 0, 0.613636374, 0)
  524. Bank.Size = UDim2.new(0, 200, 0, 61)
  525. Bank.Visible = false
  526. Bank.Font = Enum.Font.GothamBlack
  527. Bank.Text = "Bank"
  528. Bank.TextColor3 = Color3.fromRGB(22, 31, 43)
  529. Bank.TextSize = 20.000
  530.  
  531. UICorner_21.CornerRadius = UDim.new(0, 20)
  532. UICorner_21.Parent = Bank
  533.  
  534. Custom.Name = "Custom"
  535. Custom.Parent = WayPointStuff
  536. Custom.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  537. Custom.Position = UDim2.new(0.587734342, 0, 0.0931818187, 0)
  538. Custom.Size = UDim2.new(0, 200, 0, 61)
  539. Custom.Visible = false
  540. Custom.Font = Enum.Font.GothamBlack
  541. Custom.Text = "Custom"
  542. Custom.TextColor3 = Color3.fromRGB(22, 31, 43)
  543. Custom.TextSize = 20.000
  544.  
  545. UICorner_22.CornerRadius = UDim.new(0, 20)
  546. UICorner_22.Parent = Custom
  547.  
  548. CustomPos.Name = "CustomPos"
  549. CustomPos.Parent = WayPointStuff
  550. CustomPos.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  551. CustomPos.Position = UDim2.new(0.587734222, 0, 0.268181831, 0)
  552. CustomPos.Size = UDim2.new(0, 200, 0, 61)
  553. CustomPos.Visible = false
  554. CustomPos.Font = Enum.Font.GothamBlack
  555. CustomPos.PlaceholderColor3 = Color3.fromRGB(22, 31, 43)
  556. CustomPos.PlaceholderText = "Pos Here (Vector3)"
  557. CustomPos.ShowNativeInput = false
  558. CustomPos.Text = ""
  559. CustomPos.TextColor3 = Color3.fromRGB(22, 31, 43)
  560. CustomPos.TextSize = 20.000
  561. CustomPos.TextWrapped = true
  562.  
  563. UICorner_23.CornerRadius = UDim.new(0, 20)
  564. UICorner_23.Parent = CustomPos
  565.  
  566. Db.Name = "Db"
  567. Db.Parent = WayPointStuff
  568. Db.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  569. Db.Position = UDim2.new(0.185689986, 0, 0.0931818187, 0)
  570. Db.Size = UDim2.new(0, 200, 0, 61)
  571. Db.Visible = false
  572. Db.Font = Enum.Font.GothamBlack
  573. Db.Text = "Double Barrel"
  574. Db.TextColor3 = Color3.fromRGB(22, 31, 43)
  575. Db.TextSize = 20.000
  576.  
  577. UICorner_24.CornerRadius = UDim.new(0, 20)
  578. UICorner_24.Parent = Db
  579.  
  580. Popcorn.Name = "Popcorn"
  581. Popcorn.Parent = WayPointStuff
  582. Popcorn.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  583. Popcorn.Position = UDim2.new(0.185689986, 0, 0.438636363, 0)
  584. Popcorn.Size = UDim2.new(0, 200, 0, 61)
  585. Popcorn.Visible = false
  586. Popcorn.Font = Enum.Font.GothamBlack
  587. Popcorn.Text = "Popcorn"
  588. Popcorn.TextColor3 = Color3.fromRGB(22, 31, 43)
  589. Popcorn.TextSize = 20.000
  590.  
  591. UICorner_25.CornerRadius = UDim.new(0, 20)
  592. UICorner_25.Parent = Popcorn
  593.  
  594. Rev.Name = "Rev"
  595. Rev.Parent = WayPointStuff
  596. Rev.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  597. Rev.Position = UDim2.new(0.187393561, 0, 0.268181831, 0)
  598. Rev.Size = UDim2.new(0, 200, 0, 61)
  599. Rev.Visible = false
  600. Rev.Font = Enum.Font.GothamBlack
  601. Rev.Text = "Revolver"
  602. Rev.TextColor3 = Color3.fromRGB(22, 31, 43)
  603. Rev.TextSize = 20.000
  604.  
  605. UICorner_26.CornerRadius = UDim.new(0, 20)
  606. UICorner_26.Parent = Rev
  607.  
  608. Tyrones.Name = "Tyrones"
  609. Tyrones.Parent = WayPointStuff
  610. Tyrones.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  611. Tyrones.Position = UDim2.new(0.185689986, 0, 0.795454562, 0)
  612. Tyrones.Size = UDim2.new(0, 200, 0, 61)
  613. Tyrones.Visible = false
  614. Tyrones.Font = Enum.Font.GothamBlack
  615. Tyrones.Text = "Tyrones"
  616. Tyrones.TextColor3 = Color3.fromRGB(22, 31, 43)
  617. Tyrones.TextSize = 20.000
  618.  
  619. UICorner_27.CornerRadius = UDim.new(0, 20)
  620. UICorner_27.Parent = Tyrones
  621.  
  622. PosFinder.Name = "PosFinder"
  623. PosFinder.Parent = WayPointStuff
  624. PosFinder.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  625. PosFinder.Position = UDim2.new(0.587734342, 0, 0.438636363, 0)
  626. PosFinder.Size = UDim2.new(0, 200, 0, 61)
  627. PosFinder.Visible = false
  628. PosFinder.Font = Enum.Font.GothamBlack
  629. PosFinder.Text = "Position Finder"
  630. PosFinder.TextColor3 = Color3.fromRGB(22, 31, 43)
  631. PosFinder.TextSize = 20.000
  632.  
  633. UICorner_28.CornerRadius = UDim.new(0, 20)
  634. UICorner_28.Parent = PosFinder
  635.  
  636. Exit.Name = "Exit"
  637. Exit.Parent = Bg
  638. Exit.BackgroundColor3 = Color3.fromRGB(212, 100, 100)
  639. Exit.Position = UDim2.new(0.948006868, 0, 0.0204546154, 0)
  640. Exit.Size = UDim2.new(0, 21, 0, 21)
  641. Exit.Font = Enum.Font.SourceSans
  642. Exit.Text = ""
  643. Exit.TextColor3 = Color3.fromRGB(0, 0, 0)
  644. Exit.TextSize = 14.000
  645.  
  646. UICorner_29.CornerRadius = UDim.new(0, 100)
  647. UICorner_29.Parent = Exit
  648.  
  649. LOLMIC.Name = "LOLMIC"
  650. LOLMIC.Parent = Bg
  651.  
  652. TrashTalk.Name = "TrashTalk"
  653. TrashTalk.Parent = LOLMIC
  654. TrashTalk.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  655. TrashTalk.Position = UDim2.new(0.398637176, 0, 0.195454538, 0)
  656. TrashTalk.Size = UDim2.new(0, 200, 0, 61)
  657. TrashTalk.Visible = false
  658. TrashTalk.Font = Enum.Font.GothamBlack
  659. TrashTalk.Text = "ShitTalk"
  660. TrashTalk.TextColor3 = Color3.fromRGB(22, 31, 43)
  661. TrashTalk.TextSize = 20.000
  662.  
  663. UICorner_30.CornerRadius = UDim.new(0, 20)
  664. UICorner_30.Parent = TrashTalk
  665.  
  666. ChatSpy.Name = "ChatSpy"
  667. ChatSpy.Parent = LOLMIC
  668. ChatSpy.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  669. ChatSpy.Position = UDim2.new(0.398637176, 0, 0.381818175, 0)
  670. ChatSpy.Size = UDim2.new(0, 200, 0, 61)
  671. ChatSpy.Visible = false
  672. ChatSpy.Font = Enum.Font.GothamBlack
  673. ChatSpy.Text = "ChatSpy"
  674. ChatSpy.TextColor3 = Color3.fromRGB(22, 31, 43)
  675. ChatSpy.TextSize = 20.000
  676.  
  677. UICorner_31.CornerRadius = UDim.new(0, 20)
  678. UICorner_31.Parent = ChatSpy
  679.  
  680. Esp.Name = "Esp"
  681. Esp.Parent = LOLMIC
  682. Esp.BackgroundColor3 = Color3.fromRGB(41, 59, 83)
  683. Esp.Position = UDim2.new(0.398637176, 0, 0.588636339, 0)
  684. Esp.Size = UDim2.new(0, 200, 0, 61)
  685. Esp.Visible = false
  686. Esp.Font = Enum.Font.GothamBlack
  687. Esp.Text = "ChatSpy"
  688. Esp.TextColor3 = Color3.fromRGB(22, 31, 43)
  689. Esp.TextSize = 20.000
  690.  
  691. UICorner_32.CornerRadius = UDim.new(0, 20)
  692. UICorner_32.Parent = Esp
  693.  
  694. -- Scripts:
  695.  
  696. local function QERNHLD_fake_script() -- Player.LocalScript
  697. local script = Instance.new('LocalScript', Player)
  698.  
  699. script.Parent.MouseButton1Click:Connect(function()
  700. local folder = script.Parent.Parent.HomeStuff
  701.  
  702. folder.PlrIcon.Visible = false
  703. folder.ID.Visible = false
  704. folder.User.Visible = false
  705. folder.Rank.Visible = false
  706.  
  707. local folder2 = script.Parent.Parent.PlayerF
  708.  
  709. folder2.a.Visible = true
  710. folder2.b.Visible = true
  711. folder2.c.Visible = true
  712. folder2.d.Visible = true
  713. folder2.e.Visible = true
  714. folder2.f.Visible = true
  715. folder2.g.Visible = true
  716.  
  717. local folder3 = script.Parent.Parent.Combatf
  718.  
  719. folder3.P45.Visible = false
  720. folder3.P90.Visible = false
  721. folder3.P180.Visible = false
  722. folder3.SilentInput.Visible = false
  723. folder3.SilentB.Visible = false
  724. folder3.Aimlock.Visible = false
  725. folder3.Border.Visible = false
  726.  
  727. local folder4 = script.Parent.Parent.WayPointStuff
  728.  
  729. folder4.Db.Visible = false
  730. folder4.Bank.Visible = false
  731. folder4.CustomPos.Visible = false
  732. folder4.Rev.Visible = false
  733. folder4.Custom.Visible = false
  734. folder4.Tyrones.Visible = false
  735. folder4.Popcorn.Visible = false
  736.  
  737. local folder5 = script.Parent.Parent.LOLMIC
  738.  
  739. folder5.Esp.Visible = false
  740. folder5.ChatSpy.Visible = false
  741. folder5.TrashTalk.Visible = false
  742. end)
  743. end
  744. coroutine.wrap(QERNHLD_fake_script)()
  745. local function MPRTFF_fake_script() -- Combat.LocalScript
  746. local script = Instance.new('LocalScript', Combat)
  747.  
  748. script.Parent.MouseButton1Click:Connect(function()
  749. local folder = script.Parent.Parent.HomeStuff
  750.  
  751. folder.PlrIcon.Visible = false
  752. folder.ID.Visible = false
  753. folder.User.Visible = false
  754. folder.Rank.Visible = false
  755.  
  756. local folder2 = script.Parent.Parent.PlayerF
  757.  
  758. folder2.a.Visible = false
  759. folder2.b.Visible = false
  760. folder2.c.Visible = false
  761. folder2.d.Visible = false
  762. folder2.e.Visible = false
  763. folder2.f.Visible = false
  764. folder2.g.Visible = false
  765.  
  766. local folder3 = script.Parent.Parent.Combatf
  767.  
  768. folder3.P45.Visible = true
  769. folder3.P90.Visible = true
  770. folder3.P180.Visible = true
  771. folder3.SilentInput.Visible = true
  772. folder3.SilentB.Visible = true
  773. folder3.Aimlock.Visible = true
  774. folder3.Border.Visible = true
  775.  
  776. local folder4 = script.Parent.Parent.WayPointStuff
  777.  
  778. folder4.Db.Visible = false
  779. folder4.Bank.Visible = false
  780. folder4.CustomPos.Visible = false
  781. folder4.Rev.Visible = false
  782. folder4.Custom.Visible = false
  783. folder4.Tyrones.Visible = false
  784. folder4.Popcorn.Visible = false
  785.  
  786. local folder5 = script.Parent.Parent.LOLMIC
  787.  
  788. folder5.Esp.Visible = false
  789. folder5.ChatSpy.Visible = false
  790. folder5.TrashTalk.Visible = false
  791. end)
  792. end
  793. coroutine.wrap(MPRTFF_fake_script)()
  794. local function GLYAYU_fake_script() -- WayPoint.LocalScript
  795. local script = Instance.new('LocalScript', WayPoint)
  796.  
  797. script.Parent.MouseButton1Click:Connect(function()
  798. local folder = script.Parent.Parent.HomeStuff
  799.  
  800. folder.PlrIcon.Visible = false
  801. folder.ID.Visible = false
  802. folder.User.Visible = false
  803. folder.Rank.Visible = false
  804.  
  805. local folder2 = script.Parent.Parent.PlayerF
  806.  
  807. folder2.a.Visible = false
  808. folder2.b.Visible = false
  809. folder2.c.Visible = false
  810. folder2.d.Visible = false
  811. folder2.e.Visible = false
  812. folder2.f.Visible = false
  813. folder2.g.Visible = false
  814.  
  815. local folder3 = script.Parent.Parent.Combatf
  816.  
  817. folder3.P45.Visible = false
  818. folder3.P90.Visible = false
  819. folder3.P180.Visible = false
  820. folder3.SilentInput.Visible = false
  821. folder3.SilentB.Visible = false
  822. folder3.Aimlock.Visible = false
  823. folder3.Border.Visible = false
  824.  
  825. local folder4 = script.Parent.Parent.WayPointStuff
  826.  
  827. folder4.Db.Visible = true
  828. folder4.Bank.Visible = true
  829. folder4.CustomPos.Visible = true
  830. folder4.Rev.Visible = true
  831. folder4.Custom.Visible = true
  832. folder4.Tyrones.Visible = true
  833. folder4.Popcorn.Visible = true
  834.  
  835. local folder5 = script.Parent.Parent.LOLMIC
  836.  
  837. folder5.Esp.Visible = false
  838. folder5.ChatSpy.Visible = false
  839. folder5.TrashTalk.Visible = false
  840. end)
  841. end
  842. coroutine.wrap(GLYAYU_fake_script)()
  843. local function CQJMF_fake_script() -- Home.LocalScript
  844. local script = Instance.new('LocalScript', Home)
  845.  
  846. script.Parent.MouseButton1Click:Connect(function()
  847. local folder = script.Parent.Parent.HomeStuff
  848.  
  849. folder.PlrIcon.Visible = true
  850. folder.ID.Visible = true
  851. folder.User.Visible = true
  852. folder.Rank.Visible = true
  853.  
  854. local folder2 = script.Parent.Parent.PlayerF
  855.  
  856. folder2.a.Visible = false
  857. folder2.b.Visible = false
  858. folder2.c.Visible = false
  859. folder2.d.Visible = false
  860. folder2.e.Visible = false
  861. folder2.f.Visible = false
  862. folder2.g.Visible = false
  863.  
  864. local folder3 = script.Parent.Parent.Combatf
  865.  
  866. folder3.P45.Visible = false
  867. folder3.P90.Visible = false
  868. folder3.P180.Visible = false
  869. folder3.SilentInput.Visible = false
  870. folder3.SilentB.Visible = false
  871. folder3.Aimlock.Visible = false
  872. folder3.Border.Visible = false
  873.  
  874. local folder4 = script.Parent.Parent.WayPointStuff
  875.  
  876. folder4.Db.Visible = false
  877. folder4.Bank.Visible = false
  878. folder4.CustomPos.Visible = false
  879. folder4.Rev.Visible = false
  880. folder4.Custom.Visible = false
  881. folder4.Tyrones.Visible = false
  882. folder4.Popcorn.Visible = false
  883.  
  884. local folder5 = script.Parent.Parent.LOLMIC
  885.  
  886. folder5.Esp.Visible = false
  887. folder5.ChatSpy.Visible = false
  888. folder5.TrashTalk.Visible = false
  889. end)
  890. end
  891. coroutine.wrap(CQJMF_fake_script)()
  892. local function CKYF_fake_script() -- PlrIcon.LocalScript
  893. local script = Instance.new('LocalScript', PlrIcon)
  894.  
  895. local Players = game:GetService("Players")
  896.  
  897. local player = Players.LocalPlayer
  898.  
  899. local userId = player.UserId
  900. local thumbType = Enum.ThumbnailType.HeadShot
  901. local thumbSize = Enum.ThumbnailSize.Size420x420
  902. local content, isReady = Players:GetUserThumbnailAsync(userId, thumbType, thumbSize)
  903.  
  904. local imageLabel = script.Parent
  905. imageLabel.Image = content
  906. end
  907. coroutine.wrap(CKYF_fake_script)()
  908. local function KUUEA_fake_script() -- ID.LocalScript
  909. local script = Instance.new('LocalScript', ID)
  910.  
  911. local user = script.Parent
  912. local plr = game:GetService("Players").LocalPlayer
  913.  
  914. user.Text = "UserID: "..plr.UserId
  915. end
  916. coroutine.wrap(KUUEA_fake_script)()
  917. local function UVOP_fake_script() -- Rank.LocalScript
  918. local script = Instance.new('LocalScript', Rank)
  919.  
  920. local user = script.Parent
  921. local plr = game:GetService("Players").LocalPlayer
  922.  
  923. user.Text = "Rank: "..plr:GetRankInGroup(2746691)
  924. end
  925. coroutine.wrap(UVOP_fake_script)()
  926. local function TCYUPUH_fake_script() -- User.LocalScript
  927. local script = Instance.new('LocalScript', User)
  928.  
  929. local user = script.Parent
  930. local plr = game:GetService("Players").LocalPlayer
  931.  
  932. user.Text = "User: "..plr.Name
  933. end
  934. coroutine.wrap(TCYUPUH_fake_script)()
  935. local function PSKWZNB_fake_script() -- a.LocalScript
  936. local script = Instance.new('LocalScript', a)
  937.  
  938. script.Parent.MouseButton1Click:Connect(function()
  939. repeat
  940. local input = script.Parent.Parent.c
  941.  
  942. workspace.CurrentCamera.FieldOfView = input.Text
  943. wait(1)
  944. until nil
  945. end)
  946. end
  947. coroutine.wrap(PSKWZNB_fake_script)()
  948. local function GNGQ_fake_script() -- b.LocalScript
  949. local script = Instance.new('LocalScript', b)
  950.  
  951. script.Parent.MouseButton1Click:Connect(function()
  952. -- Gui to Lua
  953. -- Version: 3.2
  954.  
  955. -- Instances:
  956.  
  957. local main = Instance.new("ScreenGui")
  958. local Frame = Instance.new("Frame")
  959. local up = Instance.new("TextButton")
  960. local down = Instance.new("TextButton")
  961. local onof = Instance.new("TextButton")
  962. local TextLabel = Instance.new("TextLabel")
  963. local plus = Instance.new("TextButton")
  964. local speed = Instance.new("TextLabel")
  965. local mine = Instance.new("TextButton")
  966.  
  967. --Properties:
  968.  
  969. main.Name = "main"
  970. main.Parent = game.CoreGui
  971. main.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  972.  
  973. Frame.Parent = main
  974. Frame.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  975. Frame.BorderColor3 = Color3.fromRGB(103, 221, 213)
  976. Frame.Position = UDim2.new(0.100320168, 0, 0.379746825, 0)
  977. Frame.Size = UDim2.new(0, 190, 0, 57)
  978.  
  979. up.Name = "up"
  980. up.Parent = Frame
  981. up.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  982. up.Size = UDim2.new(0, 44, 0, 28)
  983. up.Font = Enum.Font.SourceSans
  984. up.Text = "UP"
  985. up.TextColor3 = Color3.fromRGB(0, 0, 0)
  986. up.TextSize = 14.000
  987.  
  988. down.Name = "down"
  989. down.Parent = Frame
  990. down.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  991. down.Position = UDim2.new(0, 0, 0.491228074, 0)
  992. down.Size = UDim2.new(0, 44, 0, 28)
  993. down.Font = Enum.Font.SourceSans
  994. down.Text = "DOWN"
  995. down.TextColor3 = Color3.fromRGB(0, 0, 0)
  996. down.TextSize = 14.000
  997.  
  998. onof.Name = "onof"
  999. onof.Parent = Frame
  1000. onof.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  1001. onof.Position = UDim2.new(0.702823281, 0, 0.491228074, 0)
  1002. onof.Size = UDim2.new(0, 56, 0, 28)
  1003. onof.Font = Enum.Font.SourceSans
  1004. onof.Text = "fly"
  1005. onof.TextColor3 = Color3.fromRGB(0, 0, 0)
  1006. onof.TextSize = 14.000
  1007.  
  1008. TextLabel.Parent = Frame
  1009. TextLabel.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  1010. TextLabel.Position = UDim2.new(0.469327301, 0, 0, 0)
  1011. TextLabel.Size = UDim2.new(0, 100, 0, 28)
  1012. TextLabel.Font = Enum.Font.SourceSans
  1013. TextLabel.Text = "FlyGUI"
  1014. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  1015. TextLabel.TextScaled = true
  1016. TextLabel.TextSize = 14.000
  1017. TextLabel.TextWrapped = true
  1018.  
  1019. plus.Name = "plus"
  1020. plus.Parent = Frame
  1021. plus.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  1022. plus.Position = UDim2.new(0.231578946, 0, 0, 0)
  1023. plus.Size = UDim2.new(0, 45, 0, 28)
  1024. plus.Font = Enum.Font.SourceSans
  1025. plus.Text = "+"
  1026. plus.TextColor3 = Color3.fromRGB(0, 0, 0)
  1027. plus.TextScaled = true
  1028. plus.TextSize = 14.000
  1029. plus.TextWrapped = true
  1030.  
  1031. speed.Name = "speed"
  1032. speed.Parent = Frame
  1033. speed.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  1034. speed.Position = UDim2.new(0.468421042, 0, 0.491228074, 0)
  1035. speed.Size = UDim2.new(0, 44, 0, 28)
  1036. speed.Font = Enum.Font.SourceSans
  1037. speed.Text = "1"
  1038. speed.TextColor3 = Color3.fromRGB(0, 0, 0)
  1039. speed.TextScaled = true
  1040. speed.TextSize = 14.000
  1041. speed.TextWrapped = true
  1042.  
  1043. mine.Name = "mine"
  1044. mine.Parent = Frame
  1045. mine.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  1046. mine.Position = UDim2.new(0.231578946, 0, 0.491228074, 0)
  1047. mine.Size = UDim2.new(0, 45, 0, 29)
  1048. mine.Font = Enum.Font.SourceSans
  1049. mine.Text = "-"
  1050. mine.TextColor3 = Color3.fromRGB(0, 0, 0)
  1051. mine.TextScaled = true
  1052. mine.TextSize = 14.000
  1053. mine.TextWrapped = true
  1054.  
  1055. speeds = 1
  1056.  
  1057. local speaker = game:GetService("Players").LocalPlayer
  1058.  
  1059. local chr = game.Players.LocalPlayer.Character
  1060. local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
  1061.  
  1062. nowe = false
  1063.  
  1064. Frame.Active = true -- main = gui
  1065. Frame.Draggable = true
  1066.  
  1067. onof.MouseButton1Down:connect(function()
  1068.  
  1069. if nowe == true then
  1070. nowe = false
  1071.  
  1072. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Climbing,true)
  1073. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown,true)
  1074. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Flying,true)
  1075. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Freefall,true)
  1076. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.GettingUp,true)
  1077. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Jumping,true)
  1078. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Landed,true)
  1079. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Physics,true)
  1080. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.PlatformStanding,true)
  1081. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll,true)
  1082. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Running,true)
  1083. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.RunningNoPhysics,true)
  1084. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated,true)
  1085. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.StrafingNoPhysics,true)
  1086. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Swimming,true)
  1087. speaker.Character.Humanoid:ChangeState(Enum.HumanoidStateType.RunningNoPhysics)
  1088. else
  1089. nowe = true
  1090.  
  1091.  
  1092.  
  1093. for i = 1, speeds do
  1094. spawn(function()
  1095.  
  1096. local hb = game:GetService("RunService").Heartbeat
  1097.  
  1098.  
  1099. tpwalking = true
  1100. local chr = game.Players.LocalPlayer.Character
  1101. local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
  1102. while tpwalking and hb:Wait() and chr and hum and hum.Parent do
  1103. if hum.MoveDirection.Magnitude > 0 then
  1104. chr:TranslateBy(hum.MoveDirection)
  1105. end
  1106. end
  1107.  
  1108. end)
  1109. end
  1110. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1111. local Char = game.Players.LocalPlayer.Character
  1112. local Hum = Char:FindFirstChildOfClass("Humanoid") or Char:FindFirstChildOfClass("AnimationController")
  1113.  
  1114. for i,v in next, Hum:GetPlayingAnimationTracks() do
  1115. v:AdjustSpeed(0)
  1116. end
  1117. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Climbing,false)
  1118. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown,false)
  1119. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Flying,false)
  1120. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Freefall,false)
  1121. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.GettingUp,false)
  1122. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Jumping,false)
  1123. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Landed,false)
  1124. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Physics,false)
  1125. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.PlatformStanding,false)
  1126. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll,false)
  1127. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Running,false)
  1128. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.RunningNoPhysics,false)
  1129. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Seated,false)
  1130. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.StrafingNoPhysics,false)
  1131. speaker.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Swimming,false)
  1132. speaker.Character.Humanoid:ChangeState(Enum.HumanoidStateType.Swimming)
  1133. end
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139. local plr = game.Players.LocalPlayer
  1140. local UpperTorso = plr.Character.LowerTorso
  1141. local flying = true
  1142. local deb = true
  1143. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1144. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1145. local maxspeed = 50
  1146. local speed = 0
  1147.  
  1148.  
  1149. local bg = Instance.new("BodyGyro", UpperTorso)
  1150. bg.P = 9e4
  1151. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1152. bg.cframe = UpperTorso.CFrame
  1153. local bv = Instance.new("BodyVelocity", UpperTorso)
  1154. bv.velocity = Vector3.new(0,0.1,0)
  1155. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1156. if nowe == true then
  1157. plr.Character.Humanoid.PlatformStand = true
  1158. end
  1159. while nowe == true or game:GetService("Players").LocalPlayer.Character.Humanoid.Health == 0 do
  1160. wait()
  1161.  
  1162. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1163. speed = speed+.5+(speed/maxspeed)
  1164. if speed > maxspeed then
  1165. speed = maxspeed
  1166. end
  1167. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1168. speed = speed-1
  1169. if speed < 0 then
  1170. speed = 0
  1171. end
  1172. end
  1173. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1174. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1175. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1176. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1177. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1178. else
  1179. bv.velocity = Vector3.new(0,0,0)
  1180. end
  1181.  
  1182. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1183. end
  1184. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1185. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1186. speed = 0
  1187. bg:Destroy()
  1188. bv:Destroy()
  1189. plr.Character.Humanoid.PlatformStand = false
  1190. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1191. tpwalking = false
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199.  
  1200.  
  1201. end)
  1202.  
  1203.  
  1204. up.MouseButton1Down:connect(function()
  1205. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,2,0)
  1206.  
  1207. end)
  1208.  
  1209.  
  1210. down.MouseButton1Down:connect(function()
  1211.  
  1212. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0,-2,0)
  1213.  
  1214. end)
  1215.  
  1216.  
  1217. game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(char)
  1218. wait(0.7)
  1219. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  1220. game.Players.LocalPlayer.Character.Animate.Disabled = false
  1221.  
  1222. end)
  1223.  
  1224.  
  1225. plus.MouseButton1Down:connect(function()
  1226. speeds = speeds + 1
  1227. speed.Text = speeds
  1228. if nowe == true then
  1229.  
  1230.  
  1231. tpwalking = false
  1232. for i = 1, speeds do
  1233. spawn(function()
  1234.  
  1235. local hb = game:GetService("RunService").Heartbeat
  1236.  
  1237.  
  1238. tpwalking = true
  1239. local chr = game.Players.LocalPlayer.Character
  1240. local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
  1241. while tpwalking and hb:Wait() and chr and hum and hum.Parent do
  1242. if hum.MoveDirection.Magnitude > 0 then
  1243. chr:TranslateBy(hum.MoveDirection)
  1244. end
  1245. end
  1246.  
  1247. end)
  1248. end
  1249. end
  1250. end)
  1251. mine.MouseButton1Down:connect(function()
  1252. if speeds == 1 then
  1253. speed.Text = 'can not be less than 1'
  1254. wait(1)
  1255. speed.Text = speeds
  1256. else
  1257. speeds = speeds - 1
  1258. speed.Text = speeds
  1259. if nowe == true then
  1260. tpwalking = false
  1261. for i = 1, speeds do
  1262. spawn(function()
  1263.  
  1264. local hb = game:GetService("RunService").Heartbeat
  1265.  
  1266.  
  1267. tpwalking = true
  1268. local chr = game.Players.LocalPlayer.Character
  1269. local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
  1270. while tpwalking and hb:Wait() and chr and hum and hum.Parent do
  1271. if hum.MoveDirection.Magnitude > 0 then
  1272. chr:TranslateBy(hum.MoveDirection)
  1273. end
  1274. end
  1275.  
  1276. end)
  1277. end
  1278. end
  1279. end
  1280. end)
  1281. end)
  1282. end
  1283. coroutine.wrap(GNGQ_fake_script)()
  1284. local function PRVQF_fake_script() -- d.Headlessscript
  1285. local script = Instance.new('LocalScript', d)
  1286.  
  1287. script.Parent.MouseButton1Click:Connect(function()
  1288. local CoreGui = game:GetService("StarterGui")
  1289.  
  1290. CoreGui:SetCore("SendNotification", {
  1291. Title = "KNOW THIS!!";
  1292. Text = "Headless is NOT fe. Fe headless is in the works and will be added SOON!";
  1293. Duration = 5;
  1294. })
  1295. local player = game:GetService("Players").LocalPlayer
  1296.  
  1297. local character = player.Character or player.CharacterAdded:Wait()
  1298.  
  1299. character.Head.Transparency = 1
  1300. character.Head.face:Destroy()
  1301. end)
  1302. end
  1303. coroutine.wrap(PRVQF_fake_script)()
  1304. local function AYENCGQ_fake_script() -- e.LocalScript
  1305. local script = Instance.new('LocalScript', e)
  1306.  
  1307. local check = script.Parent.Parent.Parent.Check
  1308. local check2 = script.Parent.Parent.Parent.Check2
  1309.  
  1310. script.Parent.MouseButton1Click:Connect(function()
  1311. if check.Visible == true then
  1312. local CoreGui = game:GetService("StarterGui")
  1313.  
  1314. CoreGui:SetCore("SendNotification", {
  1315. Title = "Risky";
  1316. Text = "You infjump on which patches Realisitic Speed, so this option is disabled.";
  1317. Duration = 5;
  1318. })
  1319. else
  1320.  
  1321. check2.Visible = true
  1322.  
  1323. local Player = game:GetService'Players'.LocalPlayer;
  1324. local UIS = game:GetService'UserInputService';
  1325.  
  1326. _G.JumpHeight = 50;
  1327.  
  1328. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  1329.  
  1330. UIS.InputBegan:connect(function(UserInput)
  1331. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  1332. Action(Player.Character.Humanoid, function(self)
  1333. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  1334. Action(self.Parent.HumanoidRootPart, function(self)
  1335. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  1336. end)
  1337. end
  1338. end)
  1339. end
  1340. end)
  1341. end
  1342. end)
  1343. end
  1344. coroutine.wrap(AYENCGQ_fake_script)()
  1345. local function PJQLNJW_fake_script() -- f.LocalScript
  1346. local script = Instance.new('LocalScript', f)
  1347.  
  1348. script.Parent.MouseButton1Click:Connect(function()
  1349.  
  1350. local check = script.Parent.Parent.Parent.Check
  1351. local check2 = script.Parent.Parent.Parent.
  1352.  
  1353. if check2.Visible == true then
  1354. local CoreGui = game:GetService("StarterGui")
  1355.  
  1356. CoreGui:SetCore("SendNotification", {
  1357. Title = "Risky";
  1358. Text = "You infjump on which patches Realisitic Speed, so this option is disabled.";
  1359. Duration = 5;
  1360. })
  1361. else
  1362.  
  1363. check.Visible = true
  1364.  
  1365. local sped = 110
  1366. local keybind = "q"
  1367.  
  1368. yes = false
  1369. plr = game.Players.LocalPlayer
  1370. mouse = plr:GetMouse()
  1371. mouse.KeyDown:connect(function(key)
  1372. if key == keybind and yes == false then
  1373. yes = true
  1374. game.Players.LocalPlayer.Character.Humanoid.Name = "Humz"
  1375. game.Players.LocalPlayer.Character.Humz.WalkSpeed = sped
  1376. game.Players.LocalPlayer.Character.Humz.JumpPower = 50
  1377. elseif key == keybind and yes == true then
  1378. yes = false
  1379. game.Players.LocalPlayer.Character.Humz.WalkSpeed = 16
  1380. game.Players.LocalPlayer.Character.Humz.JumpPower = 50
  1381. game.Players.LocalPlayer.Character.Humz.Name = "Humanoid"
  1382. end
  1383. end)
  1384. end
  1385. end)
  1386. end
  1387. coroutine.wrap(PJQLNJW_fake_script)()
  1388. local function SIQF_fake_script() -- g.LocalScript
  1389. local script = Instance.new('LocalScript', g)
  1390.  
  1391. script.Parent.MouseButton1Click:Connect(function()
  1392. mouse = game.Players.LocalPlayer:GetMouse()
  1393. down = false
  1394. local plr = game:GetService('Players').LocalPlayer
  1395.  
  1396. function onButton1Down(mouse)
  1397. down = true
  1398. while down do
  1399. if not down then break end
  1400. local char = plr.Character
  1401.  
  1402. char.HumanoidRootPart.Velocity = char.HumanoidRootPart.CFrame.lookVector * 140 -- don't even need bypass LOL
  1403. wait()
  1404. end
  1405. end
  1406.  
  1407. function onButton1Up(mouse)
  1408. down = false
  1409. end
  1410.  
  1411. function onSelected(mouse)
  1412. mouse.KeyDown:connect(function(k) if k:lower()=="q"then onButton1Down(mouse)end end) -- literally the key function lmao
  1413. mouse.KeyUp:connect(function(k) if k:lower()=="q"then onButton1Up(mouse)end end)
  1414. end
  1415.  
  1416. onSelected(game.Players.LocalPlayer:GetMouse())
  1417. end)
  1418. end
  1419. coroutine.wrap(SIQF_fake_script)()
  1420. local function WBUIBYI_fake_script() -- Bg.Smooth GUI Dragging
  1421. local script = Instance.new('LocalScript', Bg)
  1422.  
  1423. local UserInputService = game:GetService("UserInputService")
  1424. local runService = (game:GetService("RunService"));
  1425.  
  1426. local gui = script.Parent
  1427.  
  1428. local dragging
  1429. local dragInput
  1430. local dragStart
  1431. local startPos
  1432.  
  1433. function Lerp(a, b, m)
  1434. return a + (b - a) * m
  1435. end;
  1436.  
  1437. local lastMousePos
  1438. local lastGoalPos
  1439. local DRAG_SPEED = (8); -- // The speed of the UI darg.
  1440. function Update(dt)
  1441. if not (startPos) then return end;
  1442. if not (dragging) and (lastGoalPos) then
  1443. gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, lastGoalPos.X.Offset, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, lastGoalPos.Y.Offset, dt * DRAG_SPEED))
  1444. return
  1445. end;
  1446.  
  1447. local delta = (lastMousePos - UserInputService:GetMouseLocation())
  1448. local xGoal = (startPos.X.Offset - delta.X);
  1449. local yGoal = (startPos.Y.Offset - delta.Y);
  1450. lastGoalPos = UDim2.new(startPos.X.Scale, xGoal, startPos.Y.Scale, yGoal)
  1451. gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, xGoal, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, yGoal, dt * DRAG_SPEED))
  1452. end;
  1453.  
  1454. gui.InputBegan:Connect(function(input)
  1455. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  1456. dragging = true
  1457. dragStart = input.Position
  1458. startPos = gui.Position
  1459. lastMousePos = UserInputService:GetMouseLocation()
  1460.  
  1461. input.Changed:Connect(function()
  1462. if input.UserInputState == Enum.UserInputState.End then
  1463. dragging = false
  1464. end
  1465. end)
  1466. end
  1467. end)
  1468.  
  1469. gui.InputChanged:Connect(function(input)
  1470. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1471. dragInput = input
  1472. end
  1473. end)
  1474.  
  1475. runService.Heartbeat:Connect(Update)
  1476. end
  1477. coroutine.wrap(WBUIBYI_fake_script)()
  1478. local function PJEFWE_fake_script() -- P180.AimLock
  1479. local script = Instance.new('LocalScript', P180)
  1480.  
  1481. script.Parent.MouseButton1Click:Connect(function()
  1482. local input = script.Parent.Parent.SilentInput
  1483.  
  1484. _G.Prediction = ( .18 )
  1485.  
  1486. _G.FOV = ( 180 )
  1487.  
  1488. _G.AimKey = ( "c" )
  1489.  
  1490.  
  1491.  
  1492.  
  1493. local SilentAim = true
  1494. local LocalPlayer = game:GetService("Players").LocalPlayer
  1495. local Players = game:GetService("Players")
  1496. local Mouse = LocalPlayer:GetMouse()
  1497. local Camera = game:GetService("Workspace").CurrentCamera
  1498. hookmetamethod = hookmetamethod
  1499. Drawing = Drawing
  1500.  
  1501. local FOV_CIRCLE = Drawing.new("Circle")
  1502. FOV_CIRCLE.Visible = true
  1503. FOV_CIRCLE.Filled = false
  1504. FOV_CIRCLE.Thickness = 1
  1505. FOV_CIRCLE.Transparency = 1
  1506. FOV_CIRCLE.Color = Color3.new(0.0627451, 1, 0.643137)
  1507. FOV_CIRCLE.Radius = _G.FOV
  1508. FOV_CIRCLE.Position = Vector2.new(Camera.ViewportSize.X / 2, Camera.ViewportSize.Y / 2)
  1509.  
  1510. Options = {
  1511. Torso = "HumanoidRootPart";
  1512. Head = "Head";
  1513. }
  1514.  
  1515. local function MoveFovCircle()
  1516. pcall(function()
  1517. local DoIt = true
  1518. spawn(function()
  1519. while DoIt do task.wait()
  1520. FOV_CIRCLE.Position = Vector2.new(Mouse.X, (Mouse.Y + 36))
  1521. end
  1522. end)
  1523. end)
  1524. end coroutine.wrap(MoveFovCircle)()
  1525.  
  1526. Mouse.KeyDown:Connect(function(KeyPressed)
  1527. if KeyPressed == (_G.AimKey:lower()) then
  1528. if SilentAim == false then
  1529. FOV_CIRCLE.Color = Color3.new(0.0627451, 1, 0.643137)
  1530. SilentAim = true
  1531. elseif SilentAim == true then
  1532. FOV_CIRCLE.Color = Color3.new(1, 0, 0)
  1533. SilentAim = false
  1534. end
  1535. end
  1536. end)
  1537.  
  1538. local oldIndex = nil
  1539. oldIndex = hookmetamethod(game, "__index", function(self, Index)
  1540. if self == Mouse and (Index == "Hit") then
  1541. local Distance = 9e9
  1542. local Targete = nil
  1543. if SilentAim then
  1544.  
  1545. for _, v in pairs(Players:GetPlayers()) do
  1546. if v ~= LocalPlayer and v.Character and v.Character:FindFirstChild("HumanoidRootPart") and v.Character:FindFirstChild("Humanoid") and v.Character:FindFirstChild("Humanoid").Health > 0 then
  1547. local Enemy = v.Character
  1548. local CastingFrom = CFrame.new(Camera.CFrame.Position, Enemy[Options.Torso].CFrame.Position) * CFrame.new(0, 0, -4)
  1549. local RayCast = Ray.new(CastingFrom.Position, CastingFrom.LookVector * 9000)
  1550. local World, ToSpace = workspace:FindPartOnRayWithIgnoreList(RayCast, {LocalPlayer.Character:FindFirstChild("Head")})
  1551. local RootWorld = (Enemy[Options.Torso].CFrame.Position - ToSpace).magnitude
  1552. if RootWorld < 4 then
  1553. local RootPartPosition, Visible = Camera:WorldToScreenPoint(Enemy[Options.Torso].Position)
  1554. if Visible then
  1555. local Real_Magnitude = (Vector2.new(Mouse.X, Mouse.Y) - Vector2.new(RootPartPosition.X, RootPartPosition.Y)).Magnitude
  1556. if Real_Magnitude < Distance and Real_Magnitude < FOV_CIRCLE.Radius then
  1557. Distance = Real_Magnitude
  1558. Targete = Enemy
  1559. end
  1560. end
  1561. end
  1562. end
  1563. end
  1564. end
  1565.  
  1566. if Targete ~= nil and Targete[Options.Torso] and Targete:FindFirstChild("Humanoid").Health > 0 then
  1567. if SilentAim then
  1568. local ShootThis = Targete[Options.Torso] -- or Options.Head
  1569. local Predicted_Position = ShootThis.CFrame + (ShootThis.Velocity * _G.Prediction + Vector3.new(0,-1,0)) -- (-1) = Less blatant
  1570. return ((Index == "Hit" and Predicted_Position))
  1571. end
  1572. end
  1573.  
  1574. end
  1575. return
  1576. end)
  1577. end
  1578. coroutine.wrap(PJEFWE_fake_script)()
  1579. local function YWZMYK_fake_script() -- P90.AimLock
  1580. local script = Instance.new('LocalScript', P90)
  1581.  
  1582. script.Parent.MouseButton1Click:Connect(function()
  1583. local input = script.Parent.Parent.SilentInput
  1584.  
  1585. _G.Prediction = ( .18 )
  1586.  
  1587. _G.FOV = ( 90 )
  1588.  
  1589. _G.AimKey = ( "c" )
  1590.  
  1591.  
  1592.  
  1593. local SilentAim = true
  1594. local LocalPlayer = game:GetService("Players").LocalPlayer
  1595. local Players = game:GetService("Players")
  1596. local Mouse = LocalPlayer:GetMouse()
  1597. local Camera = game:GetService("Workspace").CurrentCamera
  1598. hookmetamethod = hookmetamethod
  1599. Drawing = Drawing
  1600.  
  1601. local FOV_CIRCLE = Drawing.new("Circle")
  1602. FOV_CIRCLE.Visible = true
  1603. FOV_CIRCLE.Filled = false
  1604. FOV_CIRCLE.Thickness = 1
  1605. FOV_CIRCLE.Transparency = 1
  1606. FOV_CIRCLE.Color = Color3.new(0.0627451, 1, 0.643137)
  1607. FOV_CIRCLE.Radius = _G.FOV
  1608. FOV_CIRCLE.Position = Vector2.new(Camera.ViewportSize.X / 2, Camera.ViewportSize.Y / 2)
  1609.  
  1610. Options = {
  1611. Torso = "HumanoidRootPart";
  1612. Head = "Head";
  1613. }
  1614.  
  1615. local function MoveFovCircle()
  1616. pcall(function()
  1617. local DoIt = true
  1618. spawn(function()
  1619. while DoIt do task.wait()
  1620. FOV_CIRCLE.Position = Vector2.new(Mouse.X, (Mouse.Y + 36))
  1621. end
  1622. end)
  1623. end)
  1624. end coroutine.wrap(MoveFovCircle)()
  1625.  
  1626. Mouse.KeyDown:Connect(function(KeyPressed)
  1627. if KeyPressed == (_G.AimKey:lower()) then
  1628. if SilentAim == false then
  1629. FOV_CIRCLE.Color = Color3.new(0.0627451, 1, 0.643137)
  1630. SilentAim = true
  1631. elseif SilentAim == true then
  1632. FOV_CIRCLE.Color = Color3.new(1, 0, 0)
  1633. SilentAim = false
  1634. end
  1635. end
  1636. end)
  1637.  
  1638. local oldIndex = nil
  1639. oldIndex = hookmetamethod(game, "__index", function(self, Index)
  1640. if self == Mouse and (Index == "Hit") then
  1641. local Distance = 9e9
  1642. local Targete = nil
  1643. if SilentAim then
  1644.  
  1645. for _, v in pairs(Players:GetPlayers()) do
  1646. if v ~= LocalPlayer and v.Character and v.Character:FindFirstChild("HumanoidRootPart") and v.Character:FindFirstChild("Humanoid") and v.Character:FindFirstChild("Humanoid").Health > 0 then
  1647. local Enemy = v.Character
  1648. local CastingFrom = CFrame.new(Camera.CFrame.Position, Enemy[Options.Torso].CFrame.Position) * CFrame.new(0, 0, -4)
  1649. local RayCast = Ray.new(CastingFrom.Position, CastingFrom.LookVector * 9000)
  1650. local World, ToSpace = workspace:FindPartOnRayWithIgnoreList(RayCast, {LocalPlayer.Character:FindFirstChild("Head")})
  1651. local RootWorld = (Enemy[Options.Torso].CFrame.Position - ToSpace).magnitude
  1652. if RootWorld < 4 then
  1653. local RootPartPosition, Visible = Camera:WorldToScreenPoint(Enemy[Options.Torso].Position)
  1654. if Visible then
  1655. local Real_Magnitude = (Vector2.new(Mouse.X, Mouse.Y) - Vector2.new(RootPartPosition.X, RootPartPosition.Y)).Magnitude
  1656. if Real_Magnitude < Distance and Real_Magnitude < FOV_CIRCLE.Radius then
  1657. Distance = Real_Magnitude
  1658. Targete = Enemy
  1659. end
  1660. end
  1661. end
  1662. end
  1663. end
  1664. end
  1665.  
  1666. if Targete ~= nil and Targete[Options.Torso] and Targete:FindFirstChild("Humanoid").Health > 0 then
  1667. if SilentAim then
  1668. local ShootThis = Targete[Options.Torso] -- or Options.Head
  1669. local Predicted_Position = ShootThis.CFrame + (ShootThis.Velocity * _G.Prediction + Vector3.new(0,-1,0)) -- (-1) = Less blatant
  1670. return ((Index == "Hit" and Predicted_Position))
  1671. end
  1672. end
  1673.  
  1674. end
  1675. return
  1676. end)
  1677. end
  1678. coroutine.wrap(YWZMYK_fake_script)()
  1679. local function OFYBU_fake_script() -- P45.AimLock
  1680. local script = Instance.new('LocalScript', P45)
  1681.  
  1682. script.Parent.MouseButton1Click:Connect(function()
  1683. local input = script.Parent.Parent.SilentInput
  1684.  
  1685. _G.Prediction = ( .18 )
  1686.  
  1687. _G.FOV = ( 45 )
  1688.  
  1689. _G.AimKey = ( "c" )
  1690.  
  1691.  
  1692.  
  1693.  
  1694. local SilentAim = true
  1695. local LocalPlayer = game:GetService("Players").LocalPlayer
  1696. local Players = game:GetService("Players")
  1697. local Mouse = LocalPlayer:GetMouse()
  1698. local Camera = game:GetService("Workspace").CurrentCamera
  1699. hookmetamethod = hookmetamethod
  1700. Drawing = Drawing
  1701.  
  1702. local FOV_CIRCLE = Drawing.new("Circle")
  1703. FOV_CIRCLE.Visible = true
  1704. FOV_CIRCLE.Filled = false
  1705. FOV_CIRCLE.Thickness = 1
  1706. FOV_CIRCLE.Transparency = 1
  1707. FOV_CIRCLE.Color = Color3.new(0.0627451, 1, 0.643137)
  1708. FOV_CIRCLE.Radius = _G.FOV
  1709. FOV_CIRCLE.Position = Vector2.new(Camera.ViewportSize.X / 2, Camera.ViewportSize.Y / 2)
  1710.  
  1711. Options = {
  1712. Torso = "HumanoidRootPart";
  1713. Head = "Head";
  1714. }
  1715.  
  1716. local function MoveFovCircle()
  1717. pcall(function()
  1718. local DoIt = true
  1719. spawn(function()
  1720. while DoIt do task.wait()
  1721. FOV_CIRCLE.Position = Vector2.new(Mouse.X, (Mouse.Y + 36))
  1722. end
  1723. end)
  1724. end)
  1725. end coroutine.wrap(MoveFovCircle)()
  1726.  
  1727. Mouse.KeyDown:Connect(function(KeyPressed)
  1728. if KeyPressed == (_G.AimKey:lower()) then
  1729. if SilentAim == false then
  1730. FOV_CIRCLE.Color = Color3.new(0.0627451, 1, 0.643137)
  1731. SilentAim = true
  1732. elseif SilentAim == true then
  1733. FOV_CIRCLE.Color = Color3.new(1, 0, 0)
  1734. SilentAim = false
  1735. end
  1736. end
  1737. end)
  1738.  
  1739. local oldIndex = nil
  1740. oldIndex = hookmetamethod(game, "__index", function(self, Index)
  1741. if self == Mouse and (Index == "Hit") then
  1742. local Distance = 9e9
  1743. local Targete = nil
  1744. if SilentAim then
  1745.  
  1746. for _, v in pairs(Players:GetPlayers()) do
  1747. if v ~= LocalPlayer and v.Character and v.Character:FindFirstChild("HumanoidRootPart") and v.Character:FindFirstChild("Humanoid") and v.Character:FindFirstChild("Humanoid").Health > 0 then
  1748. local Enemy = v.Character
  1749. local CastingFrom = CFrame.new(Camera.CFrame.Position, Enemy[Options.Torso].CFrame.Position) * CFrame.new(0, 0, -4)
  1750. local RayCast = Ray.new(CastingFrom.Position, CastingFrom.LookVector * 9000)
  1751. local World, ToSpace = workspace:FindPartOnRayWithIgnoreList(RayCast, {LocalPlayer.Character:FindFirstChild("Head")})
  1752. local RootWorld = (Enemy[Options.Torso].CFrame.Position - ToSpace).magnitude
  1753. if RootWorld < 4 then
  1754. local RootPartPosition, Visible = Camera:WorldToScreenPoint(Enemy[Options.Torso].Position)
  1755. if Visible then
  1756. local Real_Magnitude = (Vector2.new(Mouse.X, Mouse.Y) - Vector2.new(RootPartPosition.X, RootPartPosition.Y)).Magnitude
  1757. if Real_Magnitude < Distance and Real_Magnitude < FOV_CIRCLE.Radius then
  1758. Distance = Real_Magnitude
  1759. Targete = Enemy
  1760. end
  1761. end
  1762. end
  1763. end
  1764. end
  1765. end
  1766.  
  1767. if Targete ~= nil and Targete[Options.Torso] and Targete:FindFirstChild("Humanoid").Health > 0 then
  1768. if SilentAim then
  1769. local ShootThis = Targete[Options.Torso] -- or Options.Head
  1770. local Predicted_Position = ShootThis.CFrame + (ShootThis.Velocity * _G.Prediction + Vector3.new(0,-1,0)) -- (-1) = Less blatant
  1771. return ((Index == "Hit" and Predicted_Position))
  1772. end
  1773. end
  1774.  
  1775. end
  1776. return
  1777. end)
  1778. end
  1779. coroutine.wrap(OFYBU_fake_script)()
  1780. local function XAWCE_fake_script() -- Aimlock.AimLock
  1781. local script = Instance.new('LocalScript', Aimlock)
  1782.  
  1783. script.Parent.MouseButton1Click:Connect(function()
  1784. local Area = game:GetService("Workspace")
  1785. local RunService = game:GetService("RunService")
  1786. local UIS = game:GetService("UserInputService")
  1787. local Players = game:GetService("Players")
  1788. local LocalPlayer = Players.LocalPlayer
  1789. local MyCharacter = LocalPlayer.Character
  1790. local MyRoot = MyCharacter:FindFirstChild("HumanoidRootPart")
  1791. local MyHumanoid = MyCharacter:FindFirstChild("Humanoid")
  1792. local Mouse = LocalPlayer:GetMouse()
  1793. local MyView = Area.CurrentCamera
  1794. local MyTeamColor = LocalPlayer.TeamColor
  1795. local HoldingM2 = false
  1796. local Active = false
  1797. local Lock = false
  1798. local Epitaph = .18
  1799. local HeadOffset = Vector3.new(0, .1, 0)
  1800.  
  1801. _G.TeamCheck = false
  1802. _G.AimPart = "HumanoidRootPart"
  1803. _G.Sensitivity = 0
  1804. _G.CircleSides = 64
  1805. _G.CircleColor = Color3.fromRGB(255, 0, 130)
  1806. _G.CircleTransparency = 0
  1807. _G.CircleRadius = 200
  1808. _G.CircleFilled = false
  1809. _G.CircleVisible = true
  1810. _G.CircleThickness = 1
  1811.  
  1812. local FOVCircle = Drawing.new("Circle")
  1813. FOVCircle.Position = Vector2.new(MyView.ViewportSize.X / 2, MyView.ViewportSize.Y / 2)
  1814. FOVCircle.Radius = _G.CircleRadius
  1815. FOVCircle.Filled = _G.CircleFilled
  1816. FOVCircle.Color = _G.CircleColor
  1817. FOVCircle.Visible = _G.CircleVisible
  1818. FOVCircle.Transparency = _G.CircleTransparency
  1819. FOVCircle.NumSides = _G.CircleSides
  1820. FOVCircle.Thickness = _G.CircleThickness
  1821.  
  1822. local function CursorLock()
  1823. UIS.MouseBehavior = Enum.MouseBehavior.LockCenter
  1824. end
  1825. local function UnLockCursor()
  1826. HoldingM2 = false Active = false Lock = false
  1827. UIS.MouseBehavior = Enum.MouseBehavior.Default
  1828. end
  1829. function FindNearestPlayer()
  1830. local dist = math.huge
  1831. local Target = nil
  1832. for _, v in pairs(Players:GetPlayers()) do
  1833. if v ~= LocalPlayer and v.Character:FindFirstChild("Humanoid") and v.Character:FindFirstChild("Humanoid").Health > 0 and v.Character:FindFirstChild("HumanoidRootPart") and v then
  1834. local TheirCharacter = v.Character
  1835. local CharacterRoot, Visible = MyView:WorldToViewportPoint(TheirCharacter[_G.AimPart].Position)
  1836. if Visible then
  1837. local RealMag = (Vector2.new(Mouse.X, Mouse.Y) - Vector2.new(CharacterRoot.X, CharacterRoot.Y)).Magnitude
  1838. if RealMag < dist and RealMag < FOVCircle.Radius then
  1839. dist = RealMag
  1840. Target = TheirCharacter
  1841. end
  1842. end
  1843. end
  1844. end
  1845. return Target
  1846. end
  1847.  
  1848. UIS.InputBegan:Connect(function(Input)
  1849. if Input.UserInputType == Enum.UserInputType.MouseButton2 then
  1850. HoldingM2 = true
  1851. Active = true
  1852. Lock = true
  1853. if Active then
  1854. local The_Enemy = FindNearestPlayer()
  1855. while HoldingM2 do task.wait(.000001)
  1856. if Lock and The_Enemy ~= nil then
  1857. local Future = The_Enemy.HumanoidRootPart.CFrame + (The_Enemy.HumanoidRootPart.Velocity * Epitaph + HeadOffset)
  1858. MyView.CFrame = CFrame.lookAt(MyView.CFrame.Position, Future.Position)
  1859. CursorLock()
  1860. end
  1861. end
  1862. end
  1863. end
  1864. end)
  1865. UIS.InputEnded:Connect(function(Input)
  1866. if Input.UserInputType == Enum.UserInputType.MouseButton2 then
  1867. UnLockCursor()
  1868. end
  1869. end)
  1870. end)
  1871. end
  1872. coroutine.wrap(XAWCE_fake_script)()
  1873. local function XETBXJS_fake_script() -- SilentB.LocalScript
  1874. local script = Instance.new('LocalScript', SilentB)
  1875.  
  1876. script.Parent.MouseButton1Click:Connect(function()
  1877. local input = script.Parent.Parent.SilentInput
  1878.  
  1879. _G.Prediction = ( .18 )
  1880.  
  1881. _G.FOV = ( input.Text )
  1882.  
  1883. _G.AimKey = ( "c" )
  1884.  
  1885. local SilentAim = true
  1886. local LocalPlayer = game:GetService("Players").LocalPlayer
  1887. local Players = game:GetService("Players")
  1888. local Mouse = LocalPlayer:GetMouse()
  1889. local Camera = game:GetService("Workspace").CurrentCamera
  1890. hookmetamethod = hookmetamethod
  1891. Drawing = Drawing
  1892.  
  1893. local FOV_CIRCLE = Drawing.new("Circle")
  1894. FOV_CIRCLE.Visible = true
  1895. FOV_CIRCLE.Filled = false
  1896. FOV_CIRCLE.Thickness = 1
  1897. FOV_CIRCLE.Transparency = 1
  1898. FOV_CIRCLE.Color = Color3.new(0.0627451, 1, 0.643137)
  1899. FOV_CIRCLE.Radius = _G.FOV
  1900. FOV_CIRCLE.Position = Vector2.new(Camera.ViewportSize.X / 2, Camera.ViewportSize.Y / 2)
  1901.  
  1902. Options = {
  1903. Torso = "HumanoidRootPart";
  1904. Head = "Head";
  1905. }
  1906.  
  1907. local function MoveFovCircle()
  1908. pcall(function()
  1909. local DoIt = true
  1910. spawn(function()
  1911. while DoIt do task.wait()
  1912. FOV_CIRCLE.Position = Vector2.new(Mouse.X, (Mouse.Y + 36))
  1913. end
  1914. end)
  1915. end)
  1916. end coroutine.wrap(MoveFovCircle)()
  1917.  
  1918. Mouse.KeyDown:Connect(function(KeyPressed)
  1919. if KeyPressed == (_G.AimKey:lower()) then
  1920. if SilentAim == false then
  1921. FOV_CIRCLE.Color = Color3.new(0.0627451, 1, 0.643137)
  1922. SilentAim = true
  1923. elseif SilentAim == true then
  1924. FOV_CIRCLE.Color = Color3.new(1, 0, 0)
  1925. SilentAim = false
  1926. end
  1927. end
  1928. end)
  1929.  
  1930. local oldIndex = nil
  1931. oldIndex = hookmetamethod(game, "__index", function(self, Index)
  1932. if self == Mouse and (Index == "Hit") then
  1933. local Distance = 9e9
  1934. local Targete = nil
  1935. if SilentAim then
  1936.  
  1937. for _, v in pairs(Players:GetPlayers()) do
  1938. if v ~= LocalPlayer and v.Character and v.Character:FindFirstChild("HumanoidRootPart") and v.Character:FindFirstChild("Humanoid") and v.Character:FindFirstChild("Humanoid").Health > 0 then
  1939. local Enemy = v.Character
  1940. local CastingFrom = CFrame.new(Camera.CFrame.Position, Enemy[Options.Torso].CFrame.Position) * CFrame.new(0, 0, -4)
  1941. local RayCast = Ray.new(CastingFrom.Position, CastingFrom.LookVector * 9000)
  1942. local World, ToSpace = workspace:FindPartOnRayWithIgnoreList(RayCast, {LocalPlayer.Character:FindFirstChild("Head")})
  1943. local RootWorld = (Enemy[Options.Torso].CFrame.Position - ToSpace).magnitude
  1944. if RootWorld < 4 then
  1945. local RootPartPosition, Visible = Camera:WorldToScreenPoint(Enemy[Options.Torso].Position)
  1946. if Visible then
  1947. local Real_Magnitude = (Vector2.new(Mouse.X, Mouse.Y) - Vector2.new(RootPartPosition.X, RootPartPosition.Y)).Magnitude
  1948. if Real_Magnitude < Distance and Real_Magnitude < FOV_CIRCLE.Radius then
  1949. Distance = Real_Magnitude
  1950. Targete = Enemy
  1951. end
  1952. end
  1953. end
  1954. end
  1955. end
  1956. end
  1957.  
  1958. if Targete ~= nil and Targete[Options.Torso] and Targete:FindFirstChild("Humanoid").Health > 0 then
  1959. if SilentAim then
  1960. local ShootThis = Targete[Options.Torso] -- or Options.Head
  1961. local Predicted_Position = ShootThis.CFrame + (ShootThis.Velocity * _G.Prediction + Vector3.new(0,-1,0)) -- (-1) = Less blatant
  1962. return ((Index == "Hit" and Predicted_Position))
  1963. end
  1964. end
  1965.  
  1966. end
  1967. return oldIndex(self, Index)
  1968. end)
  1969. end)
  1970. end
  1971. coroutine.wrap(XETBXJS_fake_script)()
  1972. local function TSYH_fake_script() -- Misc.LocalScript
  1973. local script = Instance.new('LocalScript', Misc)
  1974.  
  1975. script.Parent.MouseButton1Click:Connect(function()
  1976. local folder = script.Parent.Parent.HomeStuff
  1977.  
  1978. folder.PlrIcon.Visible = false
  1979. folder.ID.Visible = false
  1980. folder.User.Visible = false
  1981. folder.Rank.Visible = false
  1982.  
  1983. local folder2 = script.Parent.Parent.PlayerF
  1984.  
  1985. folder2.a.Visible = false
  1986. folder2.b.Visible = false
  1987. folder2.c.Visible = false
  1988. folder2.d.Visible = false
  1989. folder2.e.Visible = false
  1990. folder2.f.Visible = false
  1991. folder2.g.Visible = false
  1992.  
  1993. local folder3 = script.Parent.Parent.Combatf
  1994.  
  1995. folder3.P45.Visible = false
  1996. folder3.P90.Visible = false
  1997. folder3.P180.Visible = false
  1998. folder3.SilentInput.Visible = false
  1999. folder3.SilentB.Visible = false
  2000. folder3.Aimlock.Visible = false
  2001. folder3.Border.Visible = false
  2002.  
  2003. local folder4 = script.Parent.Parent.WayPointStuff
  2004.  
  2005. folder4.Db.Visible = false
  2006. folder4.Bank.Visible = false
  2007. folder4.CustomPos.Visible = false
  2008. folder4.Rev.Visible = false
  2009. folder4.Custom.Visible = false
  2010. folder4.Tyrones.Visible = false
  2011. folder4.Popcorn.Visible = false
  2012.  
  2013. local folder5 = script.Parent.Parent.LOLMIC
  2014.  
  2015. folder5.Esp.Visible = true
  2016. folder5.ChatSpy.Visible = true
  2017. folder5.TrashTalk.Visible = true
  2018. end)
  2019. end
  2020. coroutine.wrap(TSYH_fake_script)()
  2021. local function BKHF_fake_script() -- Bank.LocalScript
  2022. local script = Instance.new('LocalScript', Bank)
  2023.  
  2024. script.Parent.MouseButton1Click:Connect(function()
  2025. local teleport_table = {
  2026. location1 = Vector3.new(-393.9951477050781, 332.187255859375, -80.53465270996094),
  2027. }
  2028.  
  2029. local tween_s = game:GetService('TweenService')
  2030. local tweeninfo = TweenInfo.new(3,Enum.EasingStyle.Linear)
  2031.  
  2032. local lp = game.Players.LocalPlayer
  2033.  
  2034. function bypass_teleport(v)
  2035. if lp.Character and
  2036. lp.Character:FindFirstChild('HumanoidRootPart') then
  2037. local cf = CFrame.new(v)
  2038. local a = tween_s:Create(lp.Character.HumanoidRootPart,tweeninfo,{CFrame=cf})
  2039. a:Play()
  2040. end
  2041. end
  2042.  
  2043. bypass_teleport(teleport_table.location1)
  2044. end)
  2045. end
  2046. coroutine.wrap(BKHF_fake_script)()
  2047. local function RKRHOP_fake_script() -- Custom.LocalScript
  2048. local script = Instance.new('LocalScript', Custom)
  2049.  
  2050. script.Parent.MouseButton1Click:Connect(function()
  2051. local teleport_table = {
  2052. location1 = Vector3.new(script.Parent.Parent.CustomPos.Text),
  2053. }
  2054.  
  2055. local tween_s = game:GetService('TweenService')
  2056. local tweeninfo = TweenInfo.new(3,Enum.EasingStyle.Linear)
  2057.  
  2058. local lp = game.Players.LocalPlayer
  2059.  
  2060. function bypass_teleport(v)
  2061. if lp.Character and
  2062. lp.Character:FindFirstChild('HumanoidRootPart') then
  2063. local cf = CFrame.new(v)
  2064. local a = tween_s:Create(lp.Character.HumanoidRootPart,tweeninfo,{CFrame=cf})
  2065. a:Play()
  2066.  
  2067. end
  2068. end
  2069.  
  2070. bypass_teleport(teleport_table.location1)
  2071. end)
  2072. end
  2073. coroutine.wrap(RKRHOP_fake_script)()
  2074. local function GFMSSA_fake_script() -- Db.LocalScript
  2075. local script = Instance.new('LocalScript', Db)
  2076.  
  2077. script.Parent.MouseButton1Click:Connect(function()
  2078. local teleport_table = {
  2079. location1 = Vector3.new(-1013.3175048828125, 330.65435791015625, -55.10440444946289),
  2080. }
  2081.  
  2082. local tween_s = game:GetService('TweenService')
  2083. local tweeninfo = TweenInfo.new(3,Enum.EasingStyle.Linear)
  2084.  
  2085. local lp = game.Players.LocalPlayer
  2086.  
  2087. function bypass_teleport(v)
  2088. if lp.Character and
  2089. lp.Character:FindFirstChild('HumanoidRootPart') then
  2090. local cf = CFrame.new(v)
  2091. local a = tween_s:Create(lp.Character.HumanoidRootPart,tweeninfo,{CFrame=cf})
  2092. a:Play()
  2093. end
  2094. end
  2095.  
  2096. bypass_teleport(teleport_table.location1)
  2097. end)
  2098. end
  2099. coroutine.wrap(GFMSSA_fake_script)()
  2100. local function FLKN_fake_script() -- Popcorn.LocalScript
  2101. local script = Instance.new('LocalScript', Popcorn)
  2102.  
  2103. script.Parent.MouseButton1Click:Connect(function()
  2104. local teleport_table = {
  2105. location1 = Vector3.new(-970.7622680664062, 333.50433349609375, 48.058414459228516),
  2106. }
  2107.  
  2108. local tween_s = game:GetService('TweenService')
  2109. local tweeninfo = TweenInfo.new(3,Enum.EasingStyle.Linear)
  2110.  
  2111. local lp = game.Players.LocalPlayer
  2112.  
  2113. function bypass_teleport(v)
  2114. if lp.Character and
  2115. lp.Character:FindFirstChild('HumanoidRootPart') then
  2116. local cf = CFrame.new(v)
  2117. local a = tween_s:Create(lp.Character.HumanoidRootPart,tweeninfo,{CFrame=cf})
  2118. a:Play()
  2119. end
  2120. end
  2121.  
  2122. bypass_teleport(teleport_table.location1)
  2123. end)
  2124. end
  2125. coroutine.wrap(FLKN_fake_script)()
  2126. local function MWHJQQ_fake_script() -- Rev.LocalScript
  2127. local script = Instance.new('LocalScript', Rev)
  2128.  
  2129. script.Parent.MouseButton1Click:Connect(function()
  2130. local teleport_table = {
  2131. location1 = Vector3.new(-616.4088134765625, 330.6475524902344, 82.54364776611328),
  2132. }
  2133.  
  2134. local tween_s = game:GetService('TweenService')
  2135. local tweeninfo = TweenInfo.new(3,Enum.EasingStyle.Linear)
  2136.  
  2137. local lp = game.Players.LocalPlayer
  2138.  
  2139. function bypass_teleport(v)
  2140. if lp.Character and
  2141. lp.Character:FindFirstChild('HumanoidRootPart') then
  2142. local cf = CFrame.new(v)
  2143. local a = tween_s:Create(lp.Character.HumanoidRootPart,tweeninfo,{CFrame=cf})
  2144. a:Play()
  2145.  
  2146. end
  2147. end
  2148.  
  2149. bypass_teleport(teleport_table.location1)
  2150. end)
  2151. end
  2152. coroutine.wrap(MWHJQQ_fake_script)()
  2153. local function QJMWS_fake_script() -- Tyrones.LocalScript
  2154. local script = Instance.new('LocalScript', Tyrones)
  2155.  
  2156. script.Parent.MouseButton1Click:Connect(function()
  2157. local teleport_table = {
  2158. location1 = Vector3.new(-541.67236328125, 316.8971862792969, -531.8513793945312),
  2159. }
  2160.  
  2161. local tween_s = game:GetService('TweenService')
  2162. local tweeninfo = TweenInfo.new(3,Enum.EasingStyle.Linear)
  2163.  
  2164. local lp = game.Players.LocalPlayer
  2165.  
  2166. function bypass_teleport(v)
  2167. if lp.Character and
  2168. lp.Character:FindFirstChild('HumanoidRootPart') then
  2169. local cf = CFrame.new(v)
  2170. local a = tween_s:Create(lp.Character.HumanoidRootPart,tweeninfo,{CFrame=cf})
  2171. a:Play()
  2172.  
  2173. end
  2174. end
  2175.  
  2176. bypass_teleport(teleport_table.location1)
  2177. end)
  2178. end
  2179. coroutine.wrap(QJMWS_fake_script)()
  2180. local function XZYU_fake_script() -- PosFinder.LocalScript
  2181. local script = Instance.new('LocalScript', PosFinder)
  2182.  
  2183. script.Parent.MouseButton1Click:Connect(function()
  2184. -- Gui to Lua
  2185. -- Version: 3.2
  2186.  
  2187. -- Instances:
  2188.  
  2189. local PosFinder = Instance.new("ScreenGui")
  2190. local Frame = Instance.new("Frame")
  2191. local UICorner = Instance.new("UICorner")
  2192. local Find = Instance.new("TextButton")
  2193. local UICorner_2 = Instance.new("UICorner")
  2194. local Copy = Instance.new("TextButton")
  2195. local UICorner_3 = Instance.new("UICorner")
  2196. local TextLabel = Instance.new("TextLabel")
  2197. local Cred = Instance.new("TextLabel")
  2198. local Exit = Instance.new("TextButton")
  2199. local UICorner_4 = Instance.new("UICorner")
  2200.  
  2201. --Properties:
  2202.  
  2203. PosFinder.Name = "PosFinder"
  2204. PosFinder.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  2205. PosFinder.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  2206.  
  2207. Frame.Parent = PosFinder
  2208. Frame.BackgroundColor3 = Color3.fromRGB(22, 31, 43)
  2209. Frame.Position = UDim2.new(0.0531582236, 0, 0.049140051, 0)
  2210. Frame.Size = UDim2.new(0, 325, 0, 214)
  2211. Frame.Active = true
  2212. Frame.Draggable = true
  2213.  
  2214. UICorner.CornerRadius = UDim.new(0, 25)
  2215. UICorner.Parent = Frame
  2216.  
  2217. Find.Name = "Find"
  2218. Find.Parent = Frame
  2219. Find.BackgroundColor3 = Color3.fromRGB(33, 47, 66)
  2220. Find.BorderColor3 = Color3.fromRGB(33, 47, 66)
  2221. Find.Position = UDim2.new(0.0984615311, 0, 0.621495306, 0)
  2222. Find.Size = UDim2.new(0, 115, 0, 41)
  2223. Find.Font = Enum.Font.GothamBlack
  2224. Find.Text = "Find"
  2225. Find.TextColor3 = Color3.fromRGB(22, 31, 43)
  2226. Find.TextSize = 14.000
  2227. Find.TextWrapped = true
  2228. Find.MouseButton1Click:Connect(function()
  2229. TextLabel.Text = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  2230. end)
  2231.  
  2232. UICorner_2.CornerRadius = UDim.new(0, 25)
  2233. UICorner_2.Parent = Find
  2234.  
  2235. Copy.Name = "Copy"
  2236. Copy.Parent = Frame
  2237. Copy.BackgroundColor3 = Color3.fromRGB(33, 47, 66)
  2238. Copy.BorderColor3 = Color3.fromRGB(33, 47, 66)
  2239. Copy.Position = UDim2.new(0.547692299, 0, 0.621495306, 0)
  2240. Copy.Size = UDim2.new(0, 115, 0, 41)
  2241. Copy.Font = Enum.Font.GothamBlack
  2242. Copy.Text = "Copy"
  2243. Copy.TextColor3 = Color3.fromRGB(22, 31, 43)
  2244. Copy.TextSize = 14.000
  2245. Copy.TextStrokeColor3 = Color3.fromRGB(22, 31, 43)
  2246. Copy.TextWrapped = true
  2247. Copy.MouseButton1Click:Connect(function()
  2248. setclipboard(tostring(TextLabel.Text))
  2249. end)
  2250.  
  2251. UICorner_3.CornerRadius = UDim.new(0, 25)
  2252. UICorner_3.Parent = Copy
  2253.  
  2254. TextLabel.Parent = Frame
  2255. TextLabel.BackgroundColor3 = Color3.fromRGB(33, 47, 66)
  2256. TextLabel.BorderColor3 = Color3.fromRGB(33, 47, 66)
  2257. TextLabel.BorderSizePixel = 0
  2258. TextLabel.Position = UDim2.new(0.0984615386, 0, 0.275700927, 0)
  2259. TextLabel.Size = UDim2.new(0, 261, 0, 50)
  2260. TextLabel.Font = Enum.Font.GothamBlack
  2261. TextLabel.Text = "Click find pos!"
  2262. TextLabel.TextColor3 = Color3.fromRGB(22, 31, 43)
  2263. TextLabel.TextSize = 12.000
  2264. TextLabel.TextWrapped = true
  2265.  
  2266. Cred.Name = "Cred"
  2267. Cred.Parent = Frame
  2268. Cred.BackgroundColor3 = Color3.fromRGB(33, 47, 66)
  2269. Cred.BackgroundTransparency = 1.000
  2270. Cred.BorderColor3 = Color3.fromRGB(33, 47, 66)
  2271. Cred.BorderSizePixel = 0
  2272. Cred.Position = UDim2.new(0.153846145, 0, 0.0607476607, 0)
  2273. Cred.Size = UDim2.new(0, 224, 0, 40)
  2274. Cred.Font = Enum.Font.GothamBlack
  2275. Cred.Text = "MarsHub Position Finder"
  2276. Cred.TextColor3 = Color3.fromRGB(33, 47, 66)
  2277. Cred.TextSize = 17.000
  2278. Cred.TextWrapped = true
  2279.  
  2280. Exit.Name = "Exit"
  2281. Exit.Parent = Frame
  2282. Exit.BackgroundColor3 = Color3.fromRGB(212, 100, 100)
  2283. Exit.Position = UDim2.new(0.898776114, 0, 0.0578377992, 0)
  2284. Exit.Size = UDim2.new(0, 19, 0, 19)
  2285. Exit.Font = Enum.Font.SourceSans
  2286. Exit.Text = ""
  2287. Exit.TextColor3 = Color3.fromRGB(0, 0, 0)
  2288. Exit.TextSize = 14.000
  2289.  
  2290. UICorner_4.CornerRadius = UDim.new(0, 100)
  2291. UICorner_4.Parent = Exit
  2292.  
  2293. -- Scripts:
  2294.  
  2295. local function XFQLQSK_fake_script() -- Exit.LocalScript
  2296. local script = Instance.new('LocalScript', Exit)
  2297.  
  2298. script.Parent.MouseButton1Click:Connect(function()
  2299. script.Parent.Parent.Visible = false
  2300. end)
  2301. end
  2302. coroutine.wrap(XFQLQSK_fake_script)()
  2303.  
  2304. end)
  2305. end
  2306. coroutine.wrap(XZYU_fake_script)()
  2307. local function MEEBPEP_fake_script() -- Exit.LocalScript
  2308. local script = Instance.new('LocalScript', Exit)
  2309.  
  2310. script.Parent.MouseButton1Click:Connect(function()
  2311. script.Parent.Parent.Parent.Bg.Visible = false
  2312. end)
  2313. end
  2314. coroutine.wrap(MEEBPEP_fake_script)()
  2315. local function WFSOPWE_fake_script() -- TrashTalk.LocalScript
  2316. local script = Instance.new('LocalScript', TrashTalk)
  2317.  
  2318. script.Parent.MouseButton1Click:Connect(function()
  2319. local words = {
  2320. "You suck lol",
  2321. "Your aim is trash",
  2322. "Dont even walk in these streets bro",
  2323. "Hell naw you suck that bad?",
  2324. "Get out of my face",
  2325. "L ya trash btc",
  2326. "Took that L harder then that bullet",
  2327. "Even with aimlock u would be trash",
  2328. "Your more bad then my grandmother at this game",
  2329. "Rekt"
  2330. }
  2331.  
  2332. local player = game.Players.LocalPlayer
  2333. local keybind = "j"
  2334.  
  2335. local event = game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest
  2336.  
  2337. player:GetMouse().KeyDown:Connect(function(key)
  2338. if key == keybind then
  2339. event:FireServer(words[math.random(#words)], "All")
  2340. end
  2341. end)
  2342. end)
  2343. end
  2344. coroutine.wrap(WFSOPWE_fake_script)()
  2345. local function XAYQ_fake_script() -- ChatSpy.LocalScript
  2346. local script = Instance.new('LocalScript', ChatSpy)
  2347.  
  2348. script.Parent.MouseButton1Click:Connect(function()
  2349.  
  2350. -- Config
  2351. Config = {
  2352. enabled = true,
  2353. spyOnMyself = true,
  2354. public = false,
  2355. publicItalics = true
  2356. }
  2357.  
  2358. -- Customizing Log Output
  2359. PrivateProperties = {
  2360. Color = Color3.fromRGB(0,255,255);
  2361. Font = Enum.Font.SourceSansBold;
  2362. TextSize = 18;
  2363. }
  2364.  
  2365. local StarterGui = game:GetService("StarterGui")
  2366. local Players = game:GetService("Players")
  2367. local player = Players.LocalPlayer
  2368. local saymsg = game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents"):WaitForChild("SayMessageRequest")
  2369. local getmsg = game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents"):WaitForChild("OnMessageDoneFiltering")
  2370. local instance = (_G.chatSpyInstance or 0) + 1
  2371. _G.chatSpyInstance = instance
  2372.  
  2373. local function onChatted(p,msg)
  2374. if _G.chatSpyInstance == instance then
  2375. if p==player and msg:lower():sub(1,4)=="/spy" then
  2376. Config.enabled = not Config.enabled
  2377. wait(0.3)
  2378. PrivateProperties.Text = "{SPY "..(Config.enabled and "EN" or "DIS").."ABLED}"
  2379. StarterGui:SetCore("ChatMakeSystemMessage", PrivateProperties)
  2380. elseif Config.enabled and (Config.spyOnMyself==true or p~=player) then
  2381. msg = msg:gsub("[\n\r]",''):gsub("\t",' '):gsub("[ ]+",' ')
  2382. local hidden = true
  2383. local conn = getmsg.OnClientEvent:Connect(function(packet,channel)
  2384. if packet.SpeakerUserId==p.UserId and packet.Message==msg:sub(#msg-#packet.Message+1) and (channel=="All" or (channel=="Team" and Config.public==false and Players[packet.FromSpeaker].Team==player.Team)) then
  2385. hidden = false
  2386. end
  2387. end)
  2388. wait(1)
  2389. conn:Disconnect()
  2390. if hidden and Config.enabled then
  2391. if Config.public then
  2392. saymsg:FireServer((Config.publicItalics and "/me " or '').."{SPY} [".. p.Name .."]: "..msg,"All")
  2393. else
  2394. PrivateProperties.Text = "{SPY} [".. p.Name .."]: "..msg
  2395. StarterGui:SetCore("ChatMakeSystemMessage", PrivateProperties)
  2396. end
  2397. end
  2398. end
  2399. end
  2400. end
  2401.  
  2402. for _,p in ipairs(Players:GetPlayers()) do
  2403. p.Chatted:Connect(function(msg) onChatted(p,msg) end)
  2404. end
  2405.  
  2406. Players.PlayerAdded:Connect(function(p)
  2407. p.Chatted:Connect(function(msg) onChatted(p,msg) end)
  2408. end)
  2409.  
  2410. PrivateProperties.Text = "{SPY "..(Config.enabled and "EN" or "DIS").."ABLED}"
  2411. StarterGui:SetCore("ChatMakeSystemMessage", PrivateProperties)
  2412. local chatFrame = player.PlayerGui.Chat.Frame
  2413. chatFrame.ChatChannelParentFrame.Visible = true
  2414. chatFrame.ChatBarParentFrame.Position = chatFrame.ChatChannelParentFrame.Position+UDim2.new(UDim.new(),chatFrame.ChatChannelParentFrame.Size.Y)
  2415. end)
  2416. end
  2417. coroutine.wrap(XAYQ_fake_script)()
  2418. local function ECGM_fake_script() -- Esp.LocalScript
  2419. local script = Instance.new('LocalScript', Esp)
  2420.  
  2421. script.Parent.MouseButton1Click:Connect(function()
  2422. MobEsp = false
  2423. MobLocations = {game:GetService("Workspace")}
  2424. MobNames = {""}
  2425.  
  2426. PlayerESP = true
  2427.  
  2428. plr = game.Players.LocalPlayer
  2429. _G.on = true
  2430.  
  2431. names = {}
  2432. function isin(obj,tbl)
  2433. for a = 1,#tbl do
  2434. if obj == tbl[a] then
  2435. return true
  2436. end
  2437. end
  2438. return false
  2439. end
  2440. function test1(D)
  2441. local d = tonumber(string.sub(D,1,string.find(D,".",1,true) + 1))
  2442. return d
  2443. end
  2444. function Label(Part,Distance)
  2445. local MainName = Part.Parent.Name
  2446. local check = Part:FindFirstChild(MainName .. " Tracker")
  2447. if check then
  2448. destroyed = false
  2449. while not destroyed do
  2450. for i = 1,#names do
  2451. if names[i] == MainName then
  2452. table.remove(names,i)
  2453. destroyed = true
  2454. break
  2455. end
  2456. end
  2457. destroyed = true
  2458. end
  2459. check:Destroy()
  2460. end
  2461. local Gui = Instance.new("BillboardGui")
  2462. local Text = Instance.new("TextLabel")
  2463. if Distance ~= nil then
  2464. local assa,D = pcall(test1,Distance)
  2465. if D ~= nil and D then
  2466. D = tonumber(D)
  2467. table.insert(names,MainName)
  2468. Gui.Name = MainName.." Tracker"
  2469. Gui.Parent = Part
  2470. Gui.Adornee = Part
  2471. Gui.ExtentsOffsetWorldSpace = Vector3.new(0,3,0)
  2472. Gui.MaxDistance = 2500
  2473. Gui.Size = UDim2.new(0,200,0,50)
  2474. Gui.AlwaysOnTop = true
  2475. Text.Parent = Gui
  2476. Text.TextWrapped = true
  2477. Text.BackgroundTransparency = 1
  2478. Text.TextSize = 8
  2479. Text.Size = UDim2.new(0, 200, 0, 50)
  2480. Text.Font = Enum.Font.Legacy
  2481. if D ~= nil and D < 30 then
  2482. Text.TextColor3 = Color3.fromRGB(33, 231, 40)
  2483. Text.Text = Part.Parent.Name .. "\n Dist: " .. D
  2484. elseif D ~= nil and D < 100 then
  2485. Text.TextColor3 = Color3.fromRGB(228, 231, 34)
  2486. Text.Text = Part.Parent.Name .. "\n Dist: " .. D
  2487. elseif D ~= nil and D < 500 then
  2488. Text.TextColor3 = Color3.fromRGB(255, 140, 46)
  2489. Text.Text = Part.Parent.Name .. "\n Dist: " .. D
  2490. elseif D ~= nil and D < 2500 then
  2491. Text.TextColor3 = Color3.fromRGB(255, 0, 0)
  2492. Text.Text = Part.Parent.Name .. "\n Dist: " .. D
  2493. end
  2494. end
  2495. end
  2496. end
  2497.  
  2498. function Root()
  2499. plr = game.Players:FindFirstChild(game.Players.LocalPlayer.Name)
  2500. if plr then
  2501. local root = plr.Character:FindFirstChild("HumanoidRootPart")
  2502. if root then
  2503. return root
  2504. else
  2505. for i = 1,#names do
  2506. local check = game.Workspace:FindFirstChild(names[i] .. " Tracker",true)
  2507. if check then
  2508. table.remove(names,i)
  2509. check:Destroy()
  2510. break
  2511. end
  2512. end
  2513. game:GetService('RunService').Stepped:wait()
  2514. Root()
  2515. end
  2516. end
  2517. end
  2518.  
  2519. while _G.on do
  2520. game:GetService('RunService').Stepped:wait()
  2521. plr = game.Players.LocalPlayer
  2522. if MobEsp then
  2523. for iter = 1,#MobLocations do
  2524. local check = MobLocations[iter]:FindFirstChildOfClass("Model")
  2525. local check2 = MobLocations[iter]:FindFirstChildOfClass("Part")
  2526. if check or check2 then
  2527. for i,v in pairs(MobLocations[iter]:GetChildren()) do
  2528. if v.ClassName == "Model" or v.ClassName == "Part" and isin(v.Name,MobNames) == true then
  2529. local placed = false
  2530. for a,b in pairs(v:GetChildren()) do
  2531. if b.Name == "Head" and b.ClassName == "Part" and not placed and isin(v.Name,MobNames) == true then
  2532. placed = true
  2533. Label(b,(Root().Position - b.Position).Magnitude)
  2534. elseif b.Name == "UpperTorso" and b.ClassName == "Part" and not placed and isin(v.Name,MobNames) == true then
  2535. placed = true
  2536. Label(b,(Root().Position - b.Position).Magnitude)
  2537. elseif b.Name == "Torso" and b.ClassName == "Part" and not placed and isin(v.Name,MobNames) == true then
  2538. placed = true
  2539. Label(b,(Root().Position - b.Position).Magnitude)
  2540. elseif b.ClassName == "Part" and not placed and isin(v.Name,MobNames) == true then
  2541. placed = true
  2542. repeat wait() until game.Players.LocalPlayer.Character ~= nil
  2543. Label(b,(Root().Position - b.Position).Magnitude)
  2544. end
  2545. end
  2546. end
  2547. end
  2548. end
  2549. end
  2550. end
  2551. if PlayerESP then
  2552. for z,d in pairs(game.Players:GetChildren()) do
  2553. if d.Character ~= nil and d ~= plr then
  2554. local prt = d.Character:FindFirstChildOfClass("Part")
  2555. if prt then
  2556. local placed = false
  2557. for j,g in pairs(d.Character:GetChildren()) do
  2558. if g.Name == "Head" and not placed then
  2559. placed = true
  2560. Label(g,(Root().Position - g.Position).Magnitude)
  2561. elseif g.Name == "UpperTorso" and not placed then
  2562. placed = true
  2563. Label(g,(Root().Position - g.Position).Magnitude)
  2564. elseif g.Name == "Torso" and not placed then
  2565. placed = true
  2566. Label(g,(Root().Position - g.Position).Magnitude)
  2567. end
  2568. end
  2569. end
  2570. end
  2571. end
  2572. end
  2573. end
  2574. while #names > 0 do
  2575. game:GetService('RunService').Stepped:wait()
  2576. for i = 1,#names do
  2577. local check = game.Workspace:FindFirstChild(names[i] .. " Tracker",true)
  2578. if check then
  2579. table.remove(names,i)
  2580. check:Destroy()
  2581. break
  2582. end
  2583. end
  2584. end
  2585. end)
  2586. end
  2587. coroutine.wrap(ECGM_fake_script)()
  2588.  
Add Comment
Please, Sign In to add comment