Qpwisnd

Untitled

Aug 2nd, 2024
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3. local Window = Rayfield:CreateWindow({
  4. Name = "MuzzaScripts HUB [V1]",
  5. LoadingTitle = " Welcome to MSH",
  6. LoadingSubtitle = "by Muzza",
  7. ConfigurationSaving = {
  8. Enabled = true,
  9. FolderName = nil, -- Create a custom folder for your hub/game
  10. FileName = "Exploting Activity Hub"
  11. },
  12. Discord = {
  13. Enabled = true,
  14. Invite = "nodiscordyet", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
  15. RememberJoins = true -- Set this to false to make them join the discord every time they load it up
  16. },
  17. KeySystem = false, -- Set this to true to use our key system
  18. KeySettings = {
  19. Title = "MuzzaScripts HUB | Key System",
  20. Subtitle = "Enjoy The hub",
  21. Note = "Join Server From Misc Tab",
  22. FileName = "join the discord buddy...", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  23. SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
  24. GrabKeyFromSite = true, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
  25. Key = {"https://pastebin.com/Lyfx9K0d"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
  26. }
  27. })
  28.  
  29. local MainTab = Window:CreateTab("Home", nil) -- Title, Image
  30. local MainSection = MainTab:CreateSection("Main")
  31.  
  32. local GamesTab = Window:CreateTab("Games", nil) -- Title, Image
  33. local GamesSection = GamesTab:CreateSection("Games Hacks")
  34.  
  35. local MiscTab = Window:CreateTab("Misc", nil) -- Title, Image
  36. local MiscSection = MiscTab:CreateSection("Misc")
  37.  
  38.  
  39. Rayfield:Notify({
  40. Title = "MUZZAScriptHUB has been successfully executed",
  41. Content = "Type Shii",
  42. Duration = 1,
  43. Image = nil,
  44. Actions = { -- Notification Buttons
  45. Ignore = {
  46. Name = "Type Shii",
  47. Callback = function()
  48. print("The user tapped Type Shii!")
  49. end
  50. },
  51. },
  52. })
  53.  
  54. local Button = MainTab:CreateButton({
  55. Name = "[MUZZASCRIPTHUB] Aimbot",
  56. Callback = function()
  57. local Colum1 = Instance.new("ScreenGui")
  58. local MainFrame = Instance.new("Frame")
  59. local Frame12 = Instance.new("ScrollingFrame")
  60. local ClickTp = Instance.new("TextButton")
  61. local UICorner = Instance.new("UICorner")
  62. local KillAll = Instance.new("TextButton")
  63. local UICorner_2 = Instance.new("UICorner")
  64. local killAllText = Instance.new("TextLabel")
  65. local UICorner_3 = Instance.new("UICorner")
  66. local ClickToTPText = Instance.new("TextLabel")
  67. local UICorner_4 = Instance.new("UICorner")
  68. local AimBot = Instance.new("TextButton")
  69. local UICorner_5 = Instance.new("UICorner")
  70. local AimBotText = Instance.new("TextLabel")
  71. local UICorner_6 = Instance.new("UICorner")
  72. local SoftAim = Instance.new("TextButton")
  73. local UICorner_7 = Instance.new("UICorner")
  74. local SoftAimText = Instance.new("TextLabel")
  75. local UICorner_8 = Instance.new("UICorner")
  76. local HBE = Instance.new("TextButton")
  77. local UICorner_9 = Instance.new("UICorner")
  78. local HBEText = Instance.new("TextLabel")
  79. local UICorner_10 = Instance.new("UICorner")
  80. local NoClipText = Instance.new("TextLabel")
  81. local UICorner_11 = Instance.new("UICorner")
  82. local NoClip = Instance.new("TextButton")
  83. local UICorner_12 = Instance.new("UICorner")
  84. local TriggerBot = Instance.new("TextButton")
  85. local UICorner_13 = Instance.new("UICorner")
  86. local TriggerBotText = Instance.new("TextLabel")
  87. local UICorner_14 = Instance.new("UICorner")
  88. local NoClipInst = Instance.new("TextLabel")
  89. local TabTop = Instance.new("Frame")
  90. local Hub = Instance.new("TextLabel")
  91. local Roli = Instance.new("TextLabel")
  92. local UICorner_15 = Instance.new("UICorner")
  93. local CloseButton = Instance.new("TextButton")
  94. local TabOtherThing = Instance.new("Frame")
  95. local UICorner_16 = Instance.new("UICorner")
  96. local Main = Instance.new("TextButton")
  97. local Visuals = Instance.new("TextButton")
  98. local Frame22 = Instance.new("ScrollingFrame")
  99. local Cham = Instance.new("TextButton")
  100. local UICorner_17 = Instance.new("UICorner")
  101. local ChamText = Instance.new("TextLabel")
  102. local UICorner_18 = Instance.new("UICorner")
  103. local BoxEspText = Instance.new("TextLabel")
  104. local UICorner_19 = Instance.new("UICorner")
  105. local BoxEsp = Instance.new("TextButton")
  106. local UICorner_20 = Instance.new("UICorner")
  107. local LVEsp = Instance.new("TextButton")
  108. local UICorner_21 = Instance.new("UICorner")
  109. local LVEspText = Instance.new("TextLabel")
  110. local UICorner_22 = Instance.new("UICorner")
  111. local HealthEspText = Instance.new("TextLabel")
  112. local UICorner_23 = Instance.new("UICorner")
  113. local HealthEsp = Instance.new("TextButton")
  114. local UICorner_24 = Instance.new("UICorner")
  115.  
  116. Colum1.Name = "Colum 1"
  117. Colum1.Parent = game.CoreGui
  118. Colum1.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  119.  
  120. MainFrame.Name = "MainFrame"
  121. MainFrame.Parent = Colum1
  122. MainFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  123. MainFrame.BorderSizePixel = 0
  124. MainFrame.Position = UDim2.new(0.784209609, 0, 0.794936717, 0)
  125. MainFrame.Size = UDim2.new(0, 335, 0, 199)
  126.  
  127. Frame12.Name = "Frame 1 2"
  128. Frame12.Parent = MainFrame
  129. Frame12.Active = true
  130. Frame12.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  131. Frame12.BorderSizePixel = 0
  132. Frame12.Position = UDim2.new(0.023914665, 0, 0.0358161852, 0)
  133. Frame12.Size = UDim2.new(0, 318, 0, 182)
  134.  
  135. ClickTp.Name = "Click Tp"
  136. ClickTp.Parent = Frame12
  137. ClickTp.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  138. ClickTp.Position = UDim2.new(0.038186077, 0, 0.412597656, 0)
  139. ClickTp.Size = UDim2.new(0, 25, 0, 26)
  140. ClickTp.Font = Enum.Font.SourceSans
  141. ClickTp.Text = ""
  142. ClickTp.TextColor3 = Color3.fromRGB(0, 0, 0)
  143. ClickTp.TextSize = 14.000
  144.  
  145. UICorner.Parent = ClickTp
  146.  
  147. KillAll.Name = "Kill All"
  148. KillAll.Parent = Frame12
  149. KillAll.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  150. KillAll.Position = UDim2.new(0.038186077, 0, 0.211592615, 0)
  151. KillAll.Size = UDim2.new(0, 25, 0, 26)
  152. KillAll.Font = Enum.Font.SourceSans
  153. KillAll.Text = ""
  154. KillAll.TextColor3 = Color3.fromRGB(0, 0, 0)
  155. KillAll.TextSize = 14.000
  156.  
  157. UICorner_2.Parent = KillAll
  158.  
  159. killAllText.Name = "killAllText"
  160. killAllText.Parent = Frame12
  161. killAllText.BackgroundColor3 = Color3.fromRGB(91, 91, 91)
  162. killAllText.Position = UDim2.new(0.150755659, 0, 0.211055249, 0)
  163. killAllText.Size = UDim2.new(0, 125, 0, 26)
  164. killAllText.Font = Enum.Font.SourceSans
  165. killAllText.Text = "Kill All"
  166. killAllText.TextColor3 = Color3.fromRGB(0, 0, 0)
  167. killAllText.TextSize = 14.000
  168. killAllText.TextStrokeColor3 = Color3.fromRGB(54, 54, 54)
  169.  
  170. UICorner_3.Parent = killAllText
  171.  
  172. ClickToTPText.Name = "ClickToTPText"
  173. ClickToTPText.Parent = Frame12
  174. ClickToTPText.BackgroundColor3 = Color3.fromRGB(91, 91, 91)
  175. ClickToTPText.Position = UDim2.new(0.148728058, 0, 0.41206032, 0)
  176. ClickToTPText.Size = UDim2.new(0, 125, 0, 26)
  177. ClickToTPText.Font = Enum.Font.SourceSans
  178. ClickToTPText.Text = "Click To Tp"
  179. ClickToTPText.TextColor3 = Color3.fromRGB(0, 0, 0)
  180. ClickToTPText.TextSize = 14.000
  181.  
  182. UICorner_4.Parent = ClickToTPText
  183.  
  184. AimBot.Name = "AimBot"
  185. AimBot.Parent = Frame12
  186. AimBot.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  187. AimBot.Position = UDim2.new(0.038186077, 0, 0.00807501096, 0)
  188. AimBot.Size = UDim2.new(0, 25, 0, 26)
  189. AimBot.Font = Enum.Font.SourceSans
  190. AimBot.Text = ""
  191. AimBot.TextColor3 = Color3.fromRGB(0, 0, 0)
  192. AimBot.TextSize = 14.000
  193.  
  194. UICorner_5.Parent = AimBot
  195.  
  196. AimBotText.Name = "AimBotText"
  197. AimBotText.Parent = Frame12
  198. AimBotText.BackgroundColor3 = Color3.fromRGB(91, 91, 91)
  199. AimBotText.Position = UDim2.new(0.150755659, 0, 0.00753766391, 0)
  200. AimBotText.Size = UDim2.new(0, 125, 0, 26)
  201. AimBotText.Font = Enum.Font.SourceSans
  202. AimBotText.Text = "AimBot"
  203. AimBotText.TextColor3 = Color3.fromRGB(0, 0, 0)
  204. AimBotText.TextSize = 14.000
  205. AimBotText.TextStrokeColor3 = Color3.fromRGB(54, 54, 54)
  206.  
  207. UICorner_6.Parent = AimBotText
  208.  
  209. SoftAim.Name = "SoftAim"
  210. SoftAim.Parent = Frame12
  211. SoftAim.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  212. SoftAim.Position = UDim2.new(0.038186077, 0, 0.10606496, 0)
  213. SoftAim.Size = UDim2.new(0, 25, 0, 26)
  214. SoftAim.Font = Enum.Font.SourceSans
  215. SoftAim.Text = ""
  216. SoftAim.TextColor3 = Color3.fromRGB(0, 0, 0)
  217. SoftAim.TextSize = 14.000
  218.  
  219. UICorner_7.Parent = SoftAim
  220.  
  221. SoftAimText.Name = "SoftAimText"
  222. SoftAimText.Parent = Frame12
  223. SoftAimText.BackgroundColor3 = Color3.fromRGB(91, 91, 91)
  224. SoftAimText.Position = UDim2.new(0.150755659, 0, 0.10552761, 0)
  225. SoftAimText.Size = UDim2.new(0, 125, 0, 26)
  226. SoftAimText.Font = Enum.Font.SourceSans
  227. SoftAimText.Text = "Soft Aim"
  228. SoftAimText.TextColor3 = Color3.fromRGB(0, 0, 0)
  229. SoftAimText.TextSize = 14.000
  230. SoftAimText.TextStrokeColor3 = Color3.fromRGB(54, 54, 54)
  231.  
  232. UICorner_8.Parent = SoftAimText
  233.  
  234. HBE.Name = "HBE"
  235. HBE.Parent = Frame12
  236. HBE.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  237. HBE.Position = UDim2.new(0.038186077, 0, 0.312095165, 0)
  238. HBE.Size = UDim2.new(0, 25, 0, 26)
  239. HBE.Font = Enum.Font.SourceSans
  240. HBE.Text = ""
  241. HBE.TextColor3 = Color3.fromRGB(0, 0, 0)
  242. HBE.TextSize = 14.000
  243.  
  244. UICorner_9.Parent = HBE
  245.  
  246. HBEText.Name = "HBE Text"
  247. HBEText.Parent = Frame12
  248. HBEText.BackgroundColor3 = Color3.fromRGB(91, 91, 91)
  249. HBEText.Position = UDim2.new(0.150755659, 0, 0.31155777, 0)
  250. HBEText.Size = UDim2.new(0, 125, 0, 26)
  251. HBEText.Font = Enum.Font.SourceSans
  252. HBEText.Text = "Hitbox Expander"
  253. HBEText.TextColor3 = Color3.fromRGB(0, 0, 0)
  254. HBEText.TextSize = 14.000
  255. HBEText.TextStrokeColor3 = Color3.fromRGB(54, 54, 54)
  256.  
  257. UICorner_10.Parent = HBEText
  258.  
  259. NoClipText.Name = "NoClipText"
  260. NoClipText.Parent = Frame12
  261. NoClipText.BackgroundColor3 = Color3.fromRGB(91, 91, 91)
  262. NoClipText.Position = UDim2.new(0.148728058, 0, 0.515075386, 0)
  263. NoClipText.Size = UDim2.new(0, 125, 0, 26)
  264. NoClipText.Font = Enum.Font.SourceSans
  265. NoClipText.Text = "NoClip"
  266. NoClipText.TextColor3 = Color3.fromRGB(0, 0, 0)
  267. NoClipText.TextSize = 14.000
  268.  
  269. UICorner_11.Parent = NoClipText
  270.  
  271. NoClip.Name = "NoClip"
  272. NoClip.Parent = Frame12
  273. NoClip.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  274. NoClip.Position = UDim2.new(0.038186077, 0, 0.515612721, 0)
  275. NoClip.Size = UDim2.new(0, 25, 0, 26)
  276. NoClip.Font = Enum.Font.SourceSans
  277. NoClip.Text = ""
  278. NoClip.TextColor3 = Color3.fromRGB(0, 0, 0)
  279. NoClip.TextSize = 14.000
  280.  
  281. UICorner_12.Parent = NoClip
  282.  
  283. TriggerBot.Name = "TriggerBot"
  284. TriggerBot.Parent = Frame12
  285. TriggerBot.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  286. TriggerBot.Position = UDim2.new(0.038186077, 0, 0.616115212, 0)
  287. TriggerBot.Size = UDim2.new(0, 25, 0, 26)
  288. TriggerBot.Font = Enum.Font.SourceSans
  289. TriggerBot.Text = ""
  290. TriggerBot.TextColor3 = Color3.fromRGB(0, 0, 0)
  291. TriggerBot.TextSize = 14.000
  292.  
  293. UICorner_13.Parent = TriggerBot
  294.  
  295. TriggerBotText.Name = "TriggerBotText"
  296. TriggerBotText.Parent = Frame12
  297. TriggerBotText.BackgroundColor3 = Color3.fromRGB(91, 91, 91)
  298. TriggerBotText.Position = UDim2.new(0.145583406, 0, 0.615577877, 0)
  299. TriggerBotText.Size = UDim2.new(0, 125, 0, 26)
  300. TriggerBotText.Font = Enum.Font.SourceSans
  301. TriggerBotText.Text = "TriggerBot"
  302. TriggerBotText.TextColor3 = Color3.fromRGB(0, 0, 0)
  303. TriggerBotText.TextSize = 14.000
  304.  
  305. UICorner_14.Parent = TriggerBotText
  306.  
  307. NoClipInst.Name = "NoClipInst"
  308. NoClipInst.Parent = Frame12
  309. NoClipInst.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  310. NoClipInst.BackgroundTransparency = 1.000
  311. NoClipInst.Position = UDim2.new(0.277999997, 0, 0.542999983, 0)
  312. NoClipInst.Size = UDim2.new(0, 44, 0, 16)
  313. NoClipInst.Font = Enum.Font.SourceSans
  314. NoClipInst.Text = "Press E"
  315. NoClipInst.TextColor3 = Color3.fromRGB(0, 0, 0)
  316. NoClipInst.TextSize = 10.000
  317.  
  318. TabTop.Name = "Tab Top"
  319. TabTop.Parent = MainFrame
  320. TabTop.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  321. TabTop.BorderSizePixel = 0
  322. TabTop.LayoutOrder = -1
  323. TabTop.Position = UDim2.new(0, 0, -0.104690783, 0)
  324. TabTop.Size = UDim2.new(0, 335, 0, 28)
  325.  
  326. Hub.Name = "Hub"
  327. Hub.Parent = MainFrame
  328. Hub.BackgroundColor3 = Color3.fromRGB(91, 91, 91)
  329. Hub.BackgroundTransparency = 1.000
  330. Hub.Position = UDim2.new(0.328786969, 0, -0.0916523412, 0)
  331. Hub.Size = UDim2.new(0, 51, 0, 21)
  332. Hub.Font = Enum.Font.SourceSans
  333. Hub.Text = "Hub"
  334. Hub.TextColor3 = Color3.fromRGB(79, 79, 79)
  335. Hub.TextSize = 31.000
  336.  
  337. Roli.Name = "Roli"
  338. Roli.Parent = MainFrame
  339. Roli.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  340. Roli.BackgroundTransparency = 1.000
  341. Roli.Position = UDim2.new(0.172163785, 0, -0.0916523635, 0)
  342. Roli.Size = UDim2.new(0, 68, 0, 21)
  343. Roli.Font = Enum.Font.SourceSans
  344. Roli.Text = "Roli"
  345. Roli.TextColor3 = Color3.fromRGB(255, 255, 255)
  346. Roli.TextSize = 31.000
  347.  
  348. UICorner_15.Parent = MainFrame
  349.  
  350. CloseButton.Name = "Close Button"
  351. CloseButton.Parent = MainFrame
  352. CloseButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  353. CloseButton.BackgroundTransparency = 1.000
  354. CloseButton.BorderSizePixel = 0
  355. CloseButton.Position = UDim2.new(0.91046387, 0, -0.0924962461, 0)
  356. CloseButton.Size = UDim2.new(0, 29, 0, 21)
  357. CloseButton.Font = Enum.Font.SourceSans
  358. CloseButton.Text = "x"
  359. CloseButton.TextColor3 = Color3.fromRGB(91, 91, 91)
  360. CloseButton.TextSize = 31.000
  361.  
  362. TabOtherThing.Name = "Tab Other Thing"
  363. TabOtherThing.Parent = MainFrame
  364. TabOtherThing.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
  365. TabOtherThing.BorderSizePixel = 0
  366. TabOtherThing.LayoutOrder = -1
  367. TabOtherThing.Position = UDim2.new(0, 0, -0.199999943, 0)
  368. TabOtherThing.Size = UDim2.new(0, 96, 0, 25)
  369.  
  370. UICorner_16.Parent = TabOtherThing
  371.  
  372. Main.Name = "Main"
  373. Main.Parent = TabOtherThing
  374. Main.BackgroundColor3 = Color3.fromRGB(91, 91, 91)
  375. Main.BackgroundTransparency = 1.000
  376. Main.Position = UDim2.new(-0.00145857781, 0, 0.0399999991, 0)
  377. Main.Size = UDim2.new(0, 47, 0, 24)
  378. Main.Font = Enum.Font.SourceSans
  379. Main.Text = "Main"
  380. Main.TextColor3 = Color3.fromRGB(91, 91, 91)
  381. Main.TextSize = 14.000
  382.  
  383. Visuals.Name = "Visuals"
  384. Visuals.Parent = TabOtherThing
  385. Visuals.BackgroundColor3 = Color3.fromRGB(91, 91, 91)
  386. Visuals.BackgroundTransparency = 1.000
  387. Visuals.Position = UDim2.new(0.401082307, 0, 0.0399999991, 0)
  388. Visuals.Size = UDim2.new(0, 47, 0, 24)
  389. Visuals.Font = Enum.Font.SourceSans
  390. Visuals.Text = "Visuals"
  391. Visuals.TextColor3 = Color3.fromRGB(91, 91, 91)
  392. Visuals.TextSize = 14.000
  393.  
  394. Frame22.Name = "Frame 2 2"
  395. Frame22.Parent = MainFrame
  396. Frame22.Active = true
  397. Frame22.BackgroundColor3 = Color3.fromRGB(54, 54, 54)
  398. Frame22.BorderSizePixel = 0
  399. Frame22.Position = UDim2.new(0.0240000002, 0, 0.0359999985, 0)
  400. Frame22.Size = UDim2.new(0, 318, 0, 182)
  401.  
  402. Cham.Name = "Cham"
  403. Cham.Parent = Frame22
  404. Cham.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  405. Cham.Position = UDim2.new(0.038186077, 0, -0.00197524019, 0)
  406. Cham.Size = UDim2.new(0, 25, 0, 26)
  407. Cham.Font = Enum.Font.SourceSans
  408. Cham.Text = ""
  409. Cham.TextColor3 = Color3.fromRGB(0, 0, 0)
  410. Cham.TextSize = 14.000
  411.  
  412. UICorner_17.Parent = Cham
  413.  
  414. ChamText.Name = "ChamText"
  415. ChamText.Parent = Frame22
  416. ChamText.BackgroundColor3 = Color3.fromRGB(91, 91, 91)
  417. ChamText.Position = UDim2.new(0.150755659, 0, -0.00251258723, 0)
  418. ChamText.Size = UDim2.new(0, 125, 0, 26)
  419. ChamText.Font = Enum.Font.SourceSans
  420. ChamText.Text = "Cham"
  421. ChamText.TextColor3 = Color3.fromRGB(0, 0, 0)
  422. ChamText.TextSize = 14.000
  423. ChamText.TextStrokeColor3 = Color3.fromRGB(54, 54, 54)
  424.  
  425. UICorner_18.Parent = ChamText
  426.  
  427. BoxEspText.Name = "Box Esp Text"
  428. BoxEspText.Parent = Frame22
  429. BoxEspText.BackgroundColor3 = Color3.fromRGB(91, 91, 91)
  430. BoxEspText.Position = UDim2.new(0.150755659, 0, 0.108040169, 0)
  431. BoxEspText.Size = UDim2.new(0, 125, 0, 26)
  432. BoxEspText.Font = Enum.Font.SourceSans
  433. BoxEspText.Text = "Box Esp"
  434. BoxEspText.TextColor3 = Color3.fromRGB(0, 0, 0)
  435. BoxEspText.TextSize = 14.000
  436. BoxEspText.TextStrokeColor3 = Color3.fromRGB(54, 54, 54)
  437.  
  438. UICorner_19.Parent = BoxEspText
  439.  
  440. BoxEsp.Name = "BoxEsp"
  441. BoxEsp.Parent = Frame22
  442. BoxEsp.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  443. BoxEsp.Position = UDim2.new(0.038186077, 0, 0.10606496, 0)
  444. BoxEsp.Size = UDim2.new(0, 25, 0, 26)
  445. BoxEsp.Font = Enum.Font.SourceSans
  446. BoxEsp.Text = ""
  447. BoxEsp.TextColor3 = Color3.fromRGB(0, 0, 0)
  448. BoxEsp.TextSize = 14.000
  449.  
  450. UICorner_20.Parent = BoxEsp
  451.  
  452. LVEsp.Name = "LV Esp"
  453. LVEsp.Parent = Frame22
  454. LVEsp.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  455. LVEsp.Position = UDim2.new(0.038186077, 0, 0.312095106, 0)
  456. LVEsp.Size = UDim2.new(0, 25, 0, 26)
  457. LVEsp.Font = Enum.Font.SourceSans
  458. LVEsp.Text = ""
  459. LVEsp.TextColor3 = Color3.fromRGB(0, 0, 0)
  460. LVEsp.TextSize = 14.000
  461.  
  462. UICorner_21.Parent = LVEsp
  463.  
  464. LVEspText.Name = "LV Esp Text"
  465. LVEspText.Parent = Frame22
  466. LVEspText.BackgroundColor3 = Color3.fromRGB(91, 91, 91)
  467. LVEspText.Position = UDim2.new(0.150755659, 0, 0.31155777, 0)
  468. LVEspText.Size = UDim2.new(0, 125, 0, 26)
  469. LVEspText.Font = Enum.Font.SourceSans
  470. LVEspText.Text = "Look Angle Esp"
  471. LVEspText.TextColor3 = Color3.fromRGB(0, 0, 0)
  472. LVEspText.TextSize = 14.000
  473. LVEspText.TextStrokeColor3 = Color3.fromRGB(54, 54, 54)
  474.  
  475. UICorner_22.Parent = LVEspText
  476.  
  477. HealthEspText.Name = "HealthEsp Text"
  478. HealthEspText.Parent = Frame22
  479. HealthEspText.BackgroundColor3 = Color3.fromRGB(91, 91, 91)
  480. HealthEspText.Position = UDim2.new(0.150755659, 0, 0.213567808, 0)
  481. HealthEspText.Size = UDim2.new(0, 125, 0, 26)
  482. HealthEspText.Font = Enum.Font.SourceSans
  483. HealthEspText.Text = "Health Bar Esp"
  484. HealthEspText.TextColor3 = Color3.fromRGB(0, 0, 0)
  485. HealthEspText.TextSize = 14.000
  486. HealthEspText.TextStrokeColor3 = Color3.fromRGB(54, 54, 54)
  487.  
  488. UICorner_23.Parent = HealthEspText
  489.  
  490. HealthEsp.Name = "HealthEsp"
  491. HealthEsp.Parent = Frame22
  492. HealthEsp.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  493. HealthEsp.Position = UDim2.new(0.038186077, 0, 0.2115926, 0)
  494. HealthEsp.Size = UDim2.new(0, 25, 0, 26)
  495. HealthEsp.Font = Enum.Font.SourceSans
  496. HealthEsp.Text = ""
  497. HealthEsp.TextColor3 = Color3.fromRGB(0, 0, 0)
  498. HealthEsp.TextSize = 14.000
  499.  
  500. UICorner_24.Parent = HealthEsp
  501.  
  502. -- Scripts:
  503.  
  504. local function UMULV_fake_script() -- MainFrame.LocalScript
  505. local script = Instance.new('LocalScript', MainFrame)
  506.  
  507. local UIS = game:GetService("UserInputService")
  508.  
  509. UIS.InputBegan:Connect(function(key)
  510. if key.KeyCode == Enum.KeyCode.Tab then
  511. MainFrame.Visible = true
  512. end
  513. end)
  514. end
  515. coroutine.wrap(UMULV_fake_script)()
  516. local function GZPUDQH_fake_script() -- MainFrame.LocalScript
  517. local script = Instance.new('LocalScript', MainFrame)
  518.  
  519. while true do
  520. for a = 1,360,1 do
  521. wait(0.1)
  522. script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
  523. end
  524. end
  525. end
  526. coroutine.wrap(GZPUDQH_fake_script)()
  527. local function MCHUBW_fake_script() -- Frame12.LocalScript
  528. local script = Instance.new('LocalScript', Frame12)
  529.  
  530. while true do
  531. for a = 1,360,1 do
  532. wait(0.1)
  533. script.Parent.ScrollBarImageColor3 = Color3.fromHSV(a/360,1,1)
  534. end
  535. end
  536. end
  537. coroutine.wrap(MCHUBW_fake_script)()
  538. local function MOZLERO_fake_script() -- ClickTp.LocalScript
  539. local script = Instance.new('LocalScript', ClickTp)
  540.  
  541. getfenv().script = Instance.new('Script', ClickTp)
  542.  
  543. ClickTp.MouseButton1Click:Connect(function()
  544.  
  545. noclip = false
  546. local UIS = game:GetService("UserInputService")
  547. local Player = game.Players.LocalPlayer
  548. local Mouse = Player:GetMouse()
  549.  
  550.  
  551. function GetCharacter()
  552. return game.Players.LocalPlayer.Character
  553. end
  554.  
  555. function Teleport(pos)
  556. local Char = GetCharacter()
  557. if Char then
  558. Char:MoveTo(pos)
  559. end
  560. end
  561.  
  562.  
  563. UIS.InputBegan:Connect(function(input)
  564. if input.UserInputType == Enum.UserInputType.MouseButton1 and UIS:IsKeyDown(Enum.KeyCode.LeftControl) then
  565. Teleport(Mouse.Hit.p)
  566. end
  567. end)
  568. end)
  569. end
  570. coroutine.wrap(MOZLERO_fake_script)()
  571. local function OSKHF_fake_script() -- ClickTp.LocalScript
  572. local script = Instance.new('LocalScript', ClickTp)
  573.  
  574. getfenv().script = Instance.new('Script', ClickTp)
  575.  
  576. ClickTp.MouseButton1Click:Connect(function()
  577.  
  578. ClickTp.BackgroundColor3 = Color3.fromRGB(0,255,0)
  579. end)
  580. end
  581. coroutine.wrap(OSKHF_fake_script)()
  582. local function EVQGG_fake_script() -- KillAll.LocalScript
  583. local script = Instance.new('LocalScript', KillAll)
  584.  
  585. getfenv().script = Instance.new('Script', KillAll)
  586.  
  587. KillAll.MouseButton1Click:Connect(function()
  588.  
  589. loadstring(game:HttpGet("https://raw.githubusercontent.com/MisterGunXD/yes/main/rolve%3C3.lua"))();
  590. end)
  591. end
  592. coroutine.wrap(EVQGG_fake_script)()
  593. local function FUJKACW_fake_script() -- KillAll.LocalScript
  594. local script = Instance.new('LocalScript', KillAll)
  595.  
  596. getfenv().script = Instance.new('Script', KillAll)
  597.  
  598. KillAll.MouseButton1Click:Connect(function()
  599.  
  600. KillAll.BackgroundColor3 = Color3.fromRGB(0,255,0)
  601. end)
  602. end
  603. coroutine.wrap(FUJKACW_fake_script)()
  604. local function WWTBUEF_fake_script() -- AimBot.LocalScript
  605. local script = Instance.new('LocalScript', AimBot)
  606.  
  607. getfenv().script = Instance.new('Script', AimBot)
  608.  
  609. AimBot.MouseButton1Click:Connect(function()
  610.  
  611. loadstring(game:HttpGet("https://raw.githubusercontent.com/Rollimonster/Aimbot/main/Aimbot"))();
  612. end)
  613. end
  614. coroutine.wrap(WWTBUEF_fake_script)()
  615. local function ERVEBO_fake_script() -- AimBot.LocalScript
  616. local script = Instance.new('LocalScript', AimBot)
  617.  
  618. getfenv().script = Instance.new('Script', AimBot)
  619.  
  620. AimBot.MouseButton1Click:Connect(function()
  621.  
  622. AimBot.BackgroundColor3 = Color3.fromRGB(0,255,0)
  623. end)
  624. end
  625. coroutine.wrap(ERVEBO_fake_script)()
  626. local function GIGTLBZ_fake_script() -- SoftAim.LocalScript
  627. local script = Instance.new('LocalScript', SoftAim)
  628.  
  629. getfenv().script = Instance.new('Script', SoftAim)
  630.  
  631. SoftAim.MouseButton1Click:Connect(function()
  632.  
  633. local Players = game:GetService("Players")
  634. local LocalPlayer = Players.LocalPlayer
  635. local mouse = LocalPlayer:GetMouse()
  636. local Camera = workspace.CurrentCamera
  637. local Debris = game:GetService("Debris")
  638. local UserInputService = game:GetService("UserInputService")
  639. local target = false
  640. local RunService = game:GetService("RunService")
  641.  
  642.  
  643. getfenv().lock = "Random" -- Head or Hitbox or Random
  644.  
  645. fov = 300;
  646. local fovCircle = true;
  647. local st = tonumber(tick());
  648. warn("Loading script...")
  649.  
  650. if fovCircle then
  651. function createcircle()
  652. local a=Drawing.new('Circle');a.Transparency=1;a.Thickness=1.5;a.Visible=true;a.Color=Color3.fromRGB(255,255,255);a.Filled=false;a.Radius=fov;
  653. return a;
  654. end;
  655. local fovc = createcircle();
  656. spawn(function()
  657. RunService:BindToRenderStep("FovCircle",1,function()
  658. fovc.Position = Vector2.new(mouse.X,mouse.Y)
  659. end);
  660. end);
  661. end;
  662.  
  663. function isFfa()
  664. local am = #Players:GetChildren();
  665. local amm = 0;
  666. for i , v in pairs(Players:GetChildren()) do
  667. if v.Team == LocalPlayer.Team then
  668. amm = amm + 1;
  669. end;
  670. end;
  671. return am == amm;
  672. end;
  673. function getnearest()
  674. local nearestmagnitude = math.huge
  675. local nearestenemy = nil
  676. local vector = nil
  677. local ffa = isFfa();
  678. for i,v in next, Players:GetChildren() do
  679. if ffa == false and v.Team ~= LocalPlayer.Team or ffa == true then
  680. if v.Character and v.Character:FindFirstChild("HumanoidRootPart") and v.Character:FindFirstChild("Humanoid") and v.Character.Humanoid.Health > 0 then
  681. local vector, onScreen = Camera:WorldToScreenPoint(v.Character["HumanoidRootPart"].Position)
  682. if onScreen then
  683. local ray = Ray.new(
  684. Camera.CFrame.p,
  685. (v.Character["Head"].Position-Camera.CFrame.p).unit*500
  686. )
  687. local ignore = {
  688. LocalPlayer.Character,
  689. }
  690. local hit,position,normal=workspace:FindPartOnRayWithIgnoreList(ray,ignore)
  691. if hit and hit:FindFirstAncestorOfClass("Model") and Players:FindFirstChild(hit:FindFirstAncestorOfClass("Model").Name)then
  692. local magnitude = (Vector2.new(mouse.X, mouse.Y) - Vector2.new(vector.X, vector.Y)).magnitude
  693. if magnitude < nearestmagnitude and magnitude <= fov then
  694. nearestenemy = v
  695. nearestmagnitude = magnitude
  696. end
  697. end
  698. end
  699. end
  700. end
  701. end
  702. return nearestenemy
  703. end
  704.  
  705.  
  706. local meta = getrawmetatable(game)
  707. setreadonly(meta, false)
  708. local oldNamecall = meta.__namecall
  709. meta.__namecall = newcclosure(function(...)
  710.  
  711. local method = getnamecallmethod()
  712. local args = {...}
  713. if string.find(method,'Ray') then
  714. if target then
  715. if args[1].Name ~= "Workspace" then
  716. print(args[1])
  717. end;
  718. args[2] = Ray.new(workspace.CurrentCamera.CFrame.Position, (target.Position + Vector3.new(0,(workspace.CurrentCamera.CFrame.Position-target.Position).Magnitude/500,0) - workspace.CurrentCamera.CFrame.Position).unit * 5000)
  719. end
  720. end
  721. return oldNamecall(unpack(args))
  722. end)
  723.  
  724. warn("Script loaded!\nTime taken: "..math.abs(tonumber(tick())-st))
  725. RunService:BindToRenderStep("SilentAim",1,function()
  726. if UserInputService:IsMouseButtonPressed(0) and Players.LocalPlayer.Character and Players.LocalPlayer.Character:FindFirstChild("Humanoid") and Players.LocalPlayer.Character.Humanoid.Health > 0 then
  727. local enemy = getnearest()
  728. if enemy and enemy.Character and enemy.Character:FindFirstChild("Humanoid") and enemy.Character.Humanoid.Health > 0 then
  729. local vector, onScreen = Camera:WorldToScreenPoint(enemy.Character["Head"].Position)
  730. local head = (Vector2.new(mouse.X, mouse.Y) - Vector2.new(vector.X, vector.Y)).magnitude
  731. local vector, onScreen = Camera:WorldToScreenPoint(enemy.Character["HumanoidRootPart"].Position)
  732. local hitbox = (Vector2.new(mouse.X, mouse.Y) - Vector2.new(vector.X, vector.Y)).magnitude
  733. if head <= hitbox then
  734. magnitude = head
  735. else
  736. magnitude = hitbox;
  737. end;
  738. if getfenv().lock == "Head" then
  739. target = workspace[enemy.Name]["Head"]
  740. else
  741. if getfenv().lock == "Random" then
  742. if magnitude == hitbox then
  743. target = workspace[enemy.Name]["HumanoidRootPart"];
  744. else
  745. target = workspace[enemy.Name]["Head"]
  746. end;
  747. else
  748. target = workspace[enemy.Name]["HumanoidRootPart"];
  749. end;
  750.  
  751. end;
  752. else
  753. target = nil
  754. end
  755. end
  756. end)
  757. end)
  758. end
  759. coroutine.wrap(GIGTLBZ_fake_script)()
  760. local function WRLWQJ_fake_script() -- SoftAim.LocalScript
  761. local script = Instance.new('LocalScript', SoftAim)
  762.  
  763. getfenv().script = Instance.new('Script', SoftAim)
  764.  
  765. SoftAim.MouseButton1Click:Connect(function()
  766.  
  767. SoftAim.BackgroundColor3 = Color3.fromRGB(0,255,0)
  768. end)
  769. end
  770. coroutine.wrap(WRLWQJ_fake_script)()
  771. local function HXRSBCQ_fake_script() -- HBE.LocalScript
  772. local script = Instance.new('LocalScript', HBE)
  773.  
  774. getfenv().script = Instance.new('Script', HBE)
  775.  
  776. HBE.MouseButton1Click:Connect(function()
  777.  
  778. HBE.BackgroundColor3 = Color3.fromRGB(0,255,0)
  779. end)
  780. end
  781. coroutine.wrap(HXRSBCQ_fake_script)()
  782. local function ZIGYPD_fake_script() -- HBE.LocalScript
  783. local script = Instance.new('LocalScript', HBE)
  784.  
  785. getfenv().script = Instance.new('Script', HBE)
  786.  
  787. HBE.MouseButton1Click:Connect(function()
  788.  
  789. loadstring(game:HttpGet("https://raw.githubusercontent.com/Rollimonster/Arsenal-Hitbox-Expander/main/Arsenal-Hitbox-Expander", true))()
  790. end)
  791. end
  792. coroutine.wrap(ZIGYPD_fake_script)()
  793. local function OULBX_fake_script() -- NoClip.LocalScript
  794. local script = Instance.new('LocalScript', NoClip)
  795.  
  796. getfenv().script = Instance.new('Script', NoClip)
  797.  
  798. NoClip.MouseButton1Click:Connect(function()
  799.  
  800. noclip = false
  801. game:GetService('RunService').Stepped:connect(function()
  802. if noclip then
  803. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  804. end
  805. end)
  806. plr = game.Players.LocalPlayer
  807. mouse = plr:GetMouse()
  808. mouse.KeyDown:connect(function(key)
  809. if key == "e" then
  810. noclip = not noclip
  811. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  812. end
  813. end)
  814. end)
  815. end
  816. coroutine.wrap(OULBX_fake_script)()
  817. local function CRQTXY_fake_script() -- NoClip.LocalScript
  818. local script = Instance.new('LocalScript', NoClip)
  819.  
  820. getfenv().script = Instance.new('Script', NoClip)
  821.  
  822. NoClip.MouseButton1Click:Connect(function()
  823.  
  824. NoClip.BackgroundColor3 = Color3.fromRGB(0,255,0)
  825. end)
  826. end
  827. coroutine.wrap(CRQTXY_fake_script)()
  828. local function AWXGJ_fake_script() -- TriggerBot.LocalScript
  829. local script = Instance.new('LocalScript', TriggerBot)
  830.  
  831. getfenv().script = Instance.new('Script', TriggerBot)
  832.  
  833. TriggerBot.MouseButton1Click:Connect(function()
  834.  
  835. local HoldClick = true
  836. local Hotkey = 't'
  837. local HotkeyToggle = true -- True if you want it to toggle on and off with a click
  838.  
  839. local Players = game:GetService('Players')
  840. local RunService = game:GetService('RunService')
  841.  
  842. local LocalPlayer = Players.LocalPlayer
  843. local Mouse = LocalPlayer:GetMouse()
  844.  
  845. local Toggle = (Hotkey ~= '')
  846. local CurrentlyPressed = false
  847.  
  848. Mouse.KeyDown:Connect(function(key)
  849. if HotkeyToggle == true and key == Hotkey then
  850. Toggle = not Toggle
  851. elseif
  852. key == Hotkey then
  853. Toggle = true
  854. end
  855. end)
  856.  
  857. Mouse.KeyUp:Connect(function(key)
  858. if HotkeyToggle ~= true and key == Hotkey then
  859. Toggle = false
  860. end
  861. end)
  862.  
  863. RunService.RenderStepped:Connect(function()
  864. if Toggle then
  865. if Mouse.Target then
  866. if Mouse.Target.Parent:FindFirstChild('Humanoid') then
  867. if HoldClick then
  868. if not CurrentlyPressed then
  869. CurrentlyPressed = true
  870. mouse1press()
  871. end
  872. else
  873. mouse1click()
  874. end
  875. else
  876. if HoldClick then
  877. CurrentlyPressed = false
  878. mouse1release()
  879. end
  880. end
  881. end
  882. end
  883. end)
  884. end)
  885. end
  886. coroutine.wrap(AWXGJ_fake_script)()
  887. local function QJDMNCL_fake_script() -- TriggerBot.LocalScript
  888. local script = Instance.new('LocalScript', TriggerBot)
  889.  
  890. getfenv().script = Instance.new('Script', TriggerBot)
  891.  
  892. TriggerBot.MouseButton1Click:Connect(function()
  893.  
  894. TriggerBot.BackgroundColor3 = Color3.fromRGB(0,255,0)
  895. end)
  896. end
  897. coroutine.wrap(QJDMNCL_fake_script)()
  898. local function JBPL_fake_script() -- Roli.LocalScript
  899. local script = Instance.new('LocalScript', Roli)
  900.  
  901. while true do
  902. for a = 1,360,1 do
  903. wait(0.1)
  904. Roli.TextColor3 = Color3.fromHSV(a/360,1,1)
  905. end
  906. end
  907. end
  908. coroutine.wrap(JBPL_fake_script)()
  909. local function BCQX_fake_script() -- CloseButton.LocalScript
  910. local script = Instance.new('LocalScript', CloseButton)
  911.  
  912. getfenv().script = Instance.new('Script', CloseButton)
  913.  
  914. CloseButton.MouseButton1Click:Connect(function()
  915. MainFrame.Visible = false
  916. end)
  917. end
  918. coroutine.wrap(BCQX_fake_script)()
  919. local function XOECZ_fake_script() -- Main.LocalScript
  920. local script = Instance.new('LocalScript', Main)
  921.  
  922. getfenv().script = Instance.new('Script', Main)
  923.  
  924. Main.MouseButton1Click:Connect(function()
  925.  
  926. Frame22.Visible = false
  927. Frame12.Visible = true
  928. end)
  929. end
  930. coroutine.wrap(XOECZ_fake_script)()
  931. local function NBYYE_fake_script() -- Visuals.LocalScript
  932. local script = Instance.new('LocalScript', Visuals)
  933.  
  934. getfenv().script = Instance.new('Script', Visuals)
  935.  
  936. Visuals.MouseButton1Click:Connect(function()
  937.  
  938. Frame12.Visible = false
  939. Frame22.Visible = true
  940. end)
  941. end
  942. coroutine.wrap(NBYYE_fake_script)()
  943. local function NSNR_fake_script() -- Frame22.LocalScript
  944. local script = Instance.new('LocalScript', Frame22)
  945.  
  946. while true do
  947. for a = 1,360,1 do
  948. wait(0.1)
  949. script.Parent.ScrollBarImageColor3 = Color3.fromHSV(a/360,1,1)
  950. end
  951. end
  952. end
  953. coroutine.wrap(NSNR_fake_script)()
  954. local function RXFZE_fake_script() -- Cham.LocalScript
  955. local script = Instance.new('LocalScript', Cham)
  956.  
  957. getfenv().script = Instance.new('Script', Cham)
  958.  
  959. Cham.MouseButton1Click:Connect(function()
  960.  
  961. loadstring(game:HttpGet("https://raw.githubusercontent.com/Rollimonster/Roblox-Cham/main/Roblox-Cham", true))()
  962. end)
  963. end
  964. coroutine.wrap(RXFZE_fake_script)()
  965. local function IDOXT_fake_script() -- Cham.LocalScript
  966. local script = Instance.new('LocalScript', Cham)
  967.  
  968. getfenv().script = Instance.new('Script', Cham)
  969.  
  970. Cham.MouseButton1Click:Connect(function()
  971.  
  972. Cham.BackgroundColor3 = Color3.fromRGB(0,255,0)
  973. end)
  974. end
  975. coroutine.wrap(IDOXT_fake_script)()
  976. local function HRMBD_fake_script() -- BoxEsp.LocalScript
  977. local script = Instance.new('LocalScript', BoxEsp)
  978.  
  979. getfenv().script = Instance.new('Script', BoxEsp)
  980.  
  981. BoxEsp.MouseButton1Click:Connect(function()
  982.  
  983.  
  984. local HeadOff = Vector3.new(0, 0.5, 0)
  985. local LegOff = Vector3.new(0,3,0)
  986.  
  987. for i,v in pairs(game.Players:GetChildren()) do
  988. local BoxOutline = Drawing.new("Square")
  989. BoxOutline.Visible = false
  990. BoxOutline.Color = Color3.new(0,0,0)
  991. BoxOutline.Thickness = 3
  992. BoxOutline.Transparency = 1
  993. BoxOutline.Filled = false
  994.  
  995. local Box = Drawing.new("Square")
  996. Box.Visible = false
  997. Box.Color = Color3.new(1,1,1)
  998. Box.Thickness = 1
  999. Box.Transparency = 1
  1000. Box.Filled = false
  1001.  
  1002. function boxesp()
  1003. game:GetService("RunService").RenderStepped:Connect(function()
  1004. if v.Character ~= nil and v.Character:FindFirstChild("Humanoid") ~= nil and v.Character:FindFirstChild("HumanoidRootPart") ~= nil and v ~= lplr and v.Character.Humanoid.Health > 0 then
  1005. local Vector, onScreen = camera:worldToViewportPoint(v.Character.HumanoidRootPart.Position)
  1006.  
  1007. local RootPart = v.Character.HumanoidRootPart
  1008. local Head = v.Character.Head
  1009. local RootPosition, RootVis = worldToViewportPoint(CurrentCamera, RootPart.Position)
  1010. local HeadPosition = worldToViewportPoint(CurrentCamera, Head.Position + HeadOff)
  1011. local LegPosition = worldToViewportPoint(CurrentCamera, RootPart.Position - LegOff)
  1012.  
  1013. if onScreen then
  1014. BoxOutline.Size = Vector2.new(1000 / RootPosition.Z, HeadPosition.Y - LegPosition.Y)
  1015. BoxOutline.Position = Vector2.new(RootPosition.X - BoxOutline.Size.X / 2, RootPosition.Y - BoxOutline.Size.Y / 2)
  1016. BoxOutline.Visible = true
  1017.  
  1018. Box.Size = Vector2.new(1000 / RootPosition.Z, HeadPosition.Y - LegPosition.Y)
  1019. Box.Position = Vector2.new(RootPosition.X - Box.Size.X / 2, RootPosition.Y - Box.Size.Y / 2)
  1020. Box.Visible = true
  1021.  
  1022. if v.TeamColor == lplr.TeamColor then
  1023. BoxOutline.Visible = true
  1024. Box.Visible = true
  1025. else
  1026. BoxOutline.Visible = true
  1027. Box.Visible = true
  1028. end
  1029.  
  1030. else
  1031. BoxOutline.Visible = true
  1032. Box.Visible = true
  1033. end
  1034. else
  1035. BoxOutline.Visible = true
  1036. Box.Visible = true
  1037. end
  1038. end)
  1039. end
  1040. coroutine.wrap(boxesp)()
  1041. end
  1042.  
  1043. game.Players.PlayerAdded:Connect(function(v)
  1044. local BoxOutline = Drawing.new("Square")
  1045. BoxOutline.Visible = false
  1046. BoxOutline.Color = Color3.new(0,0,0)
  1047. BoxOutline.Thickness = 3
  1048. BoxOutline.Transparency = 1
  1049. BoxOutline.Filled = false
  1050.  
  1051. local Box = Drawing.new("Square")
  1052. Box.Visible = false
  1053. Box.Color = Color3.new(1,1,1)
  1054. Box.Thickness = 1
  1055. Box.Transparency = 1
  1056. Box.Filled = false
  1057.  
  1058. function boxesp()
  1059. game:GetService("RunService").RenderStepped:Connect(function()
  1060. if v.Character ~= nil and v.Character:FindFirstChild("Humanoid") ~= nil and v.Character:FindFirstChild("HumanoidRootPart") ~= nil and v ~= lplr and v.Character.Humanoid.Health > 0 then
  1061. local Vector, onScreen = camera:worldToViewportPoint(v.Character.HumanoidRootPart.Position)
  1062.  
  1063. local RootPart = v.Character.HumanoidRootPart
  1064. local Head = v.Character.Head
  1065. local RootPosition, RootVis = worldToViewportPoint(CurrentCamera, RootPart.Position)
  1066. local HeadPosition = worldToViewportPoint(CurrentCamera, Head.Position + HeadOff)
  1067. local LegPosition = worldToViewportPoint(CurrentCamera, RootPart.Position - LegOff)
  1068.  
  1069. if onScreen then
  1070. BoxOutline.Size = Vector2.new(1000 / RootPosition.Z, HeadPosition.Y - LegPosition.Y)
  1071. BoxOutline.Position = Vector2.new(RootPosition.X - BoxOutline.Size.X / 2, RootPosition.Y - BoxOutline.Size.Y / 2)
  1072. BoxOutline.Visible = true
  1073.  
  1074. Box.Size = Vector2.new(1000 / RootPosition.Z, HeadPosition.Y - LegPosition.Y)
  1075. Box.Position = Vector2.new(RootPosition.X - Box.Size.X / 2, RootPosition.Y - Box.Size.Y / 2)
  1076. Box.Visible = true
  1077.  
  1078. if v.TeamColor == lplr.TeamColor then
  1079. BoxOutline.Visible = false
  1080. Box.Visible = false
  1081. else
  1082. BoxOutline.Visible = true
  1083. Box.Visible = true
  1084. end
  1085.  
  1086. else
  1087. BoxOutline.Visible = false
  1088. Box.Visible = false
  1089. end
  1090. else
  1091. BoxOutline.Visible = false
  1092. Box.Visible = false
  1093. end
  1094. end)
  1095. end
  1096. coroutine.wrap(boxesp)()
  1097. end)
  1098. end)
  1099. end
  1100. coroutine.wrap(HRMBD_fake_script)()
  1101. local function HFFTKAF_fake_script() -- BoxEsp.LocalScript
  1102. local script = Instance.new('LocalScript', BoxEsp)
  1103.  
  1104. getfenv().script = Instance.new('Script', BoxEsp)
  1105.  
  1106. BoxEsp.MouseButton1Click:Connect(function()
  1107.  
  1108. BoxEsp.BackgroundColor3 = Color3.fromRGB(0,255,0)
  1109. end)
  1110. end
  1111. coroutine.wrap(HFFTKAF_fake_script)()
  1112. local function EHUJPNN_fake_script() -- LVEsp.LocalScript
  1113. local script = Instance.new('LocalScript', LVEsp)
  1114.  
  1115. getfenv().script = Instance.new('Script', LVEsp)
  1116.  
  1117. LVEsp.MouseButton1Click:Connect(function()
  1118.  
  1119. local camera = workspace.CurrentCamera
  1120. local plrs = game:GetService("Players")
  1121. local lplr = plrs.LocalPlayer
  1122.  
  1123. local function drawshit(player)
  1124.  
  1125. local lookangle = Drawing.new("Line")
  1126. lookangle.Visible = false
  1127. lookangle.Thickness = 1
  1128. lookangle.Color = Color3.new(1,0,0)
  1129.  
  1130. local function updater()
  1131. local c
  1132. c = game:GetService("RunService").RenderStepped:Connect(function()
  1133. if player and player.Character and player.Character:FindFirstChild("Head") and player.Character:FindFirstChild("Humanoid") and player.Character.Humanoid.Health > 0 then
  1134.  
  1135. for idx = 10, 1, -1 do
  1136.  
  1137. local rayhit, hitpos = workspace:FindPartOnRayWithIgnoreList(Ray.new(player.Character.Head.Position, player.Character.Head.CFrame.LookVector * idx), {camera, player.Character}, false, true, "")
  1138.  
  1139. local viewportpointhit, isOnScreen = camera:WorldToViewportPoint(hitpos)
  1140. local headpos = camera:WorldToViewportPoint(player.Character.Head.Position)
  1141.  
  1142. if isOnScreen then
  1143.  
  1144. lookangle.From = Vector2.new(headpos.X, headpos.Y)
  1145. lookangle.To = Vector2.new(viewportpointhit.X, viewportpointhit.Y)
  1146. lookangle.Visible = true
  1147. break
  1148.  
  1149. else
  1150.  
  1151. lookangle.Visible = false
  1152.  
  1153. end
  1154.  
  1155. end
  1156. else
  1157.  
  1158. if player.Character == nil then
  1159. c:Disconnect()
  1160. end
  1161.  
  1162. lookangle.Visible = false
  1163.  
  1164. end
  1165. end)
  1166. end
  1167. coroutine.wrap(updater)()
  1168. end
  1169.  
  1170. for i,v in next, plrs:GetPlayers() do
  1171. if v ~= lplr then
  1172. coroutine.wrap(drawshit)(v)
  1173. end
  1174. end
  1175.  
  1176. plrs.PlayerAdded:Connect(function(v)
  1177. coroutine.wrap(drawshit)(v)
  1178. end)
  1179. end)
  1180. end
  1181. coroutine.wrap(EHUJPNN_fake_script)()
  1182. local function USQZ_fake_script() -- LVEsp.LocalScript
  1183. local script = Instance.new('LocalScript', LVEsp)
  1184.  
  1185. getfenv().script = Instance.new('Script', LVEsp)
  1186.  
  1187. LVEsp.MouseButton1Click:Connect(function()
  1188.  
  1189. LVEsp.BackgroundColor3 = Color3.fromRGB(0,255,0)
  1190. end)
  1191. end
  1192. coroutine.wrap(USQZ_fake_script)()
  1193. local function RKTM_fake_script() -- HealthEsp.LocalScript
  1194. local script = Instance.new('LocalScript', HealthEsp)
  1195.  
  1196. getfenv().script = Instance.new('Script', HealthEsp)
  1197.  
  1198. HealthEsp.MouseButton1Click:Connect(function()
  1199.  
  1200. loadstring(game:HttpGet("https://raw.githubusercontent.com/Rollimonster/Health-Thing-For-Roblox/main/Health-Thing-For-Roblox", true))()
  1201. end)
  1202. end
  1203. coroutine.wrap(RKTM_fake_script)()
  1204. local function MOKB_fake_script() -- HealthEsp.LocalScript
  1205. local script = Instance.new('LocalScript', HealthEsp)
  1206.  
  1207. getfenv().script = Instance.new('Script', HealthEsp)
  1208.  
  1209. HealthEsp.MouseButton1Click:Connect(function()
  1210.  
  1211. HealthEsp.BackgroundColor3 = Color3.fromRGB(0,255,0)
  1212. end)
  1213. end
  1214. coroutine.wrap(MOKB_fake_script)()
  1215. end,
  1216. })
  1217.  
  1218. local Button = MainTab:CreateButton({
  1219. Name = "DarkDexExplorer",
  1220. Callback = function()
  1221. loadstring(game:HttpGet("https://raw.githubusercontent.com/Babyhamsta/RBLX_Scripts/main/Universal/BypassedDarkDexV3.lua", true))()
  1222. end,
  1223. })
  1224.  
  1225.  
  1226. local Button = GamesTab:CreateButton({
  1227. Name = "Chicblocko",
  1228. Callback = function()
  1229. loadstring(game:HttpGet("https://gist.githubusercontent.com/Shag420/c2c977038fda713ef495eeea580a7662/raw"))()
  1230. end,
  1231. })
  1232.  
  1233. local Button = GamesTab:CreateButton({
  1234. Name = "South London 2",
  1235. Callback = function()
  1236. loadstring(game:HttpGet("https://raw.githubusercontent.com/MonkeyHUBB/MonkeyHUB/main/README.md"))()
  1237. end,
  1238. })
  1239.  
  1240. local Button = GamesTab:CreateButton({
  1241. Name = "Arsenal [OP]",
  1242. Callback = function()
  1243. loadstring(game:HttpGet('https://raw.githubusercontent.com/wuhaz/arsenal/main/main.lua'))()
  1244. end,
  1245. })
  1246.  
  1247. local Button = MainTab:CreateButton({
  1248. Name = "Chat Bypasser",
  1249. Callback = function()
  1250. loadstring(game:HttpGet("https://raw.githubusercontent.com/BakaPraselol/MRCBV4LSB4KRS/main/Loader"))()
  1251. end,
  1252. })
  1253.  
  1254. local Button = GamesTab:CreateButton({
  1255. Name = "Kat [OP]",
  1256. Callback = function()
  1257. loadstring(game:HttpGet("https://pastebin.com/raw/6rd91GZx", true))()
  1258. end,
  1259. })
  1260.  
  1261. local Button = GamesTab:CreateButton({
  1262. Name = "Jail Break Menu",
  1263. Callback = function()
  1264. loadstring(game:HttpGet("https://raw.githubusercontent.com/alohabeach/Main/master/Scripts/JailbreakAutoRob.lua"))()
  1265. end,
  1266. })
Advertisement
Add Comment
Please, Sign In to add comment