ebayemployee

uwu

Oct 20th, 2021 (edited)
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.21 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/AlexR32/Roblox/main/BracketV3.lua"))()
  2.  
  3. local SilentAim = loadstring(game:HttpGet("https://raw.githubusercontent.com/lolwtfaretits/fhjgfhj/main/12345"))()
  4. local ESP = loadstring(game:HttpGet("https://raw.githubusercontent.com/lolwtfaretits/fuckdudes/main/ilovemesp"))()
  5.  
  6. local UIS = game:GetService("UserInputService")
  7. local MarketplaceService = game:GetService("MarketplaceService")
  8. local ItemId = 7959863504
  9. local player = game.Players.LocalPlayer
  10.  
  11. _G.DontHaveToBuy = {
  12. [1182939850] = true,
  13. [95166845] = true,
  14. [2957730885] = true,
  15. [1928762459] = true,
  16. [2228314132] = true,
  17. [2946447429] = true
  18. }
  19.  
  20. _G.Blacklisted = {
  21. [2302297619] = true,
  22. [216425466] = true
  23. }
  24.  
  25. if game.PlaceId == 2788229376 then
  26. function itemWhitelist()
  27. if game:GetService("MarketplaceService"):PlayerOwnsAsset(player, ItemId) or _G.DontHaveToBuy[player.UserId] == true then
  28. function sendnotification(title, text, time)
  29. game.StarterGui:SetCore("SendNotification", {
  30. Title = title;
  31. Text = text;
  32. Duration = time;
  33. })
  34. end
  35.  
  36. local formatNumber = (function (n)
  37. n = tostring(n)
  38. return n:reverse():gsub("%d%d%d", "%1,"):reverse():gsub("^,", "")
  39. end)
  40.  
  41. setclipboard("https://discord.gg/fH6Ky2AFcC")
  42. sendnotification("discord invite", "copied to ur clipboard uwu", 7)
  43.  
  44. SilentAim.TeamCheck(false)
  45. SilentAim.VisibleCheck = false
  46. SilentAim.FOV = 30
  47. SilentAim.FOVSides = 40
  48. SilentAim.Filled = false
  49.  
  50. PikaESPSettings.Box = false
  51. PikaESPSettings.Name = false
  52. PikaESPSettings.Tracers = false
  53. PikaESPSettings.Chams = false
  54. PikaESPSettings.Font = 3
  55. PikaESPSettings.Teammates = false
  56. PikaESPSettings.UnlockTracers = false
  57. PikaESPSettings.TextSize = 16
  58.  
  59. local Workspace = game:GetService("Workspace")
  60. local Players = game:GetService("Players")
  61. local RunService = game:GetService("RunService")
  62. local UserInputService = game:GetService("UserInputService")
  63. local StarterGui = game:GetService("StarterGui")
  64. local TS = game:GetService("TweenService")
  65. local Lighting = game:GetService("Lighting")
  66. local VirtualUser = game:GetService("VirtualUser")
  67. local HttpService = game:GetService("HttpService")
  68. local TeleportService = game:GetService("TeleportService")
  69. local GroupService = game:GetService("GroupService")
  70.  
  71. local LocalPlayer = Players.LocalPlayer
  72. local LocalRootPart = LocalPlayer.Character.HumanoidRootPart
  73. local Animate = LocalPlayer.Character.Animate
  74. local Mouse = LocalPlayer:GetMouse()
  75. local CurrentCamera = Workspace.CurrentCamera
  76. local ChatFrame = LocalPlayer.PlayerGui.Chat.Frame
  77. local CF = CFrame.new
  78. local Ray = Ray.new
  79. local Vector3 = Vector3.new
  80. local Vector2 = Vector2.new
  81.  
  82. local DH = {
  83. SilentAim = false,
  84. AimLock = false,
  85. AimLockKeybind = Enum.KeyCode.Q,
  86. Prediction = 0.165
  87. }
  88. getgenv().DH = DH
  89.  
  90. local Config = {
  91. WindowName = "Angelica V1",
  92. Color = Color3.fromRGB(41, 72, 122),
  93. Keybind = Enum.KeyCode.V
  94. }
  95.  
  96. local Window = library:CreateWindow(Config, game:GetService("CoreGui"))
  97.  
  98. local AIMTab = Window:CreateTab("Combat")
  99. local VISTab = Window:CreateTab("Visuals")
  100. local TPTab = Window:CreateTab("Teleports")
  101. local SETTINGSTab = Window:CreateTab("Miscellaneous")
  102.  
  103. -- Aimbot Sections
  104. local SAIMSec = AIMTab:CreateSection("Silent Aim")
  105. local AIMSec = AIMTab:CreateSection("Aimlock")
  106. local EXTSec = AIMTab:CreateSection("Extra")
  107. -- Visuals Sections
  108. local ESPSec = VISTab:CreateSection("ESP [Requires Decent Exploit]")
  109. local PLYRSec = VISTab:CreateSection("Player Models")
  110. local WRLDSec = VISTab:CreateSection("World Modulation")
  111. -- Teleports Sections
  112. local TPSec = TPTab:CreateSection("Teleports")
  113. -- Miscellaneous Sections
  114. local MISCSec = SETTINGSTab:CreateSection("Miscellaneous")
  115. local UISec = SETTINGSTab:CreateSection("UI Settings")
  116. local MPLYRSec = SETTINGSTab:CreateSection("Self Options")
  117. local SEXTSec = SETTINGSTab:CreateSection("Extra")
  118.  
  119. SAIMSec:CreateToggle("Enable", nil, function(bool)
  120. DH.SilentAim = bool
  121. end)
  122.  
  123. SAIMSec:CreateToggle("Visible Only", nil, function(bool)
  124. SilentAim.VisibleCheck = bool
  125. end)
  126.  
  127. SAIMSec:CreateToggle("Show FOV ", nil, function(bool)
  128. SilentAim.ShowFOV = bool
  129. end)
  130.  
  131. SAIMSec:CreateSlider("FOV Size", 0, 500, 30, true, function(value)
  132. SilentAim.FOV = value
  133. end)
  134.  
  135. SAIMSec:CreateSlider("FOV Softness", 8, 100, 40, true, function(value)
  136. SilentAim.FOVSides = value
  137. end)
  138.  
  139. local FOVColor = SAIMSec:CreateColorpicker("FOV Color", function(color)
  140. SilentAim.FOVColour = color
  141. end)
  142. FOVColor:UpdateColor(Color3.fromRGB(41, 72, 122))
  143.  
  144. local SAIMPart = SAIMSec:CreateDropdown("Hitbox", {"Head", "UpperTorso", "HumanoidRootPart", "LowerTorso"}, function(string)
  145. SilentAim.TargetPart = string
  146. end)
  147. SAIMPart:SetOption("HumanoidRootPart")
  148.  
  149. AIMSec:CreateLabel("CURRENTLY IN DEVELOPMENT!")
  150.  
  151. --[[AIMSec:CreateButton("Aimlock [Q]", function()
  152. local Aimlock = true
  153. local MousePressed = false
  154. local AimlockTarget;
  155. getgenv().CiazwareUniversalAimbotLoaded = true
  156. getgenv().AimlockToggleKey = "Q"
  157. getgenv().AimPart = "UpperTorso"
  158. getgenv().ThirdPerson = true
  159. getgenv().FirstPerson = true
  160. getgenv().TeamCheck = false
  161. getgenv().PredictMovement = true
  162. getgenv().PredictionVelocity = 9
  163.  
  164. getgenv().WorldToViewportPoint = function(P)
  165. return CurrentCamera:WorldToViewportPoint(P)
  166. end
  167.  
  168. getgenv().WorldToScreenPoint = function(P)
  169. return CurrentCamera.WorldToScreenPoint(CurrentCamera, P)
  170. end
  171.  
  172. getgenv().GetObscuringObjects = function(T)
  173. if T and T:FindFirstChild(getgenv().AimPart) and LocalPlayer and LocalPlayer.Character:FindFirstChild("Head") then
  174. local RayPos = workspace:FindPartOnRay(Ray(
  175. T[getgenv().AimPart].Position, LocalPlayer.Character.Head.Position)
  176. )
  177. if RayPos then return RayPos:IsDescendantOf(T) end
  178. end
  179. end
  180.  
  181. getgenv().GetNearestTarget = function()
  182. local players = {}
  183. local PLAYER_HOLD = {}
  184. local DISTANCES = {}
  185. for i, v in pairs(Players:GetPlayers()) do
  186. if v ~= LocalPlayer then
  187. table.insert(players, v)
  188. end
  189. end
  190. for i, v in pairs(players) do
  191. if v.Character ~= nil then
  192. local AIM = v.Character:FindFirstChild("Head")
  193. if getgenv().TeamCheck == true and v.Team ~= LocalPlayer.Team then
  194. local DISTANCE = (v.Character:FindFirstChild("Head").Position - game.Workspace.CurrentCamera.CFrame.p).magnitude
  195. local RAY = Ray.new(game.Workspace.CurrentCamera.CFrame.p, (Mouse.Hit.p - game.Workspace.CurrentCamera.CFrame.p).unit * DISTANCE)
  196. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  197. local DIFF = math.floor((POS - AIM.Position).magnitude)
  198. PLAYER_HOLD[v.Name .. i] = {}
  199. PLAYER_HOLD[v.Name .. i].dist= DISTANCE
  200. PLAYER_HOLD[v.Name .. i].plr = v
  201. PLAYER_HOLD[v.Name .. i].diff = DIFF
  202. table.insert(DISTANCES, DIFF)
  203. elseif getgenv().TeamCheck == false and v.Team == LocalPlayer.Team then
  204. local DISTANCE = (v.Character:FindFirstChild("Head").Position - game.Workspace.CurrentCamera.CFrame.p).magnitude
  205. local RAY = Ray.new(game.Workspace.CurrentCamera.CFrame.p, (Mouse.Hit.p - game.Workspace.CurrentCamera.CFrame.p).unit * DISTANCE)
  206. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  207. local DIFF = math.floor((POS - AIM.Position).magnitude)
  208. PLAYER_HOLD[v.Name .. i] = {}
  209. PLAYER_HOLD[v.Name .. i].dist= DISTANCE
  210. PLAYER_HOLD[v.Name .. i].plr = v
  211. PLAYER_HOLD[v.Name .. i].diff = DIFF
  212. table.insert(DISTANCES, DIFF)
  213. end
  214. end
  215. end
  216.  
  217. if unpack(DISTANCES) == nil then
  218. return nil
  219. end
  220.  
  221. local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
  222. if L_DISTANCE > getgenv().AimRadius then
  223. return nil
  224. end
  225.  
  226. for i, v in pairs(PLAYER_HOLD) do
  227. if v.diff == L_DISTANCE then
  228. return v.plr
  229. end
  230. end
  231. return nil
  232. end
  233. end)
  234.  
  235. AIMSec:CreateSlider("Distance", 5, 250, nil, true, function(value)
  236. getgenv().AimRadius = value
  237. end)
  238.  
  239. AIMSec:CreateSlider("Prediction", 0, 25, 9, true, function(value)
  240. getgenv().PredictionVelocity = value
  241. end)
  242.  
  243. local AIMPart = AIMSec:CreateDropdown("Hitbox", {"Head", "UpperTorso", "HumanoidRootPart", "LowerTorso"}, function(string)
  244. --_G.AimPart = string
  245. getgenv().AimPart = string
  246. end)
  247. AIMPart:SetOption("UpperTorso")]]
  248.  
  249. EXTSec:CreateLabel("CURRENTLY IN DEVELOPMENT!")
  250.  
  251. ESPSec:CreateToggle("Box ESP", nil, function(bool)
  252. PikaESPSettings.Box = bool
  253. end)
  254.  
  255. ESPSec:CreateToggle("Name ESP", nil, function(bool)
  256. PikaESPSettings.Name = bool
  257. end)
  258.  
  259. ESPSec:CreateToggle("Tracer ESP", nil, function(bool)
  260. PikaESPSettings.Tracers = bool
  261. end)
  262.  
  263. PLYRSec:CreateLabel("CURRENTLY IN DEVELOPMENT!")
  264.  
  265. --[[WRLDSec:CreateToggle("Nightmode", nil, function(bool)
  266. if Lighting.TimeOfDay == "00:00:00" then
  267. Lighting.TimeOfDay = 11
  268. else
  269. Lighting.TimeOfDay = 24
  270. end
  271. end)]]
  272.  
  273. WRLDSec:CreateSlider("Camera FOV", 70, 120, 70, true, function(value)
  274. Workspace.Camera.FieldOfView = value
  275. end)
  276.  
  277. WRLDSec:CreateToggle("No Global Shadows", nil, function(bool)
  278. if bool then
  279. Lighting.GlobalShadows = false
  280. else
  281. Lighting.GlobalShadows = true
  282. end
  283. end)
  284.  
  285. WRLDSec:CreateToggle("No Fog", nil, function(bool)
  286. if bool then
  287. Lighting.FogEnd = 786543
  288. else
  289. Lighting.FogEnd = 500
  290. end
  291. end)
  292.  
  293. WRLDSec:CreateToggle("Fullbright", nil, function(bool)
  294. if bool then
  295. Lighting.Ambient = Color3.new(1, 1, 1)
  296. Lighting.OutdoorAmbient = Color3.new(1, 1, 1)
  297. else
  298. Lighting.Ambient = Color3.new(0, 0, 0)
  299. Lighting.OutdoorAmbient = Color3.new(0.6, 0.6, 0.6)
  300. end
  301. end)
  302.  
  303. TPSec:CreateButton("Uphill Food Store", function()
  304. LocalRootPart.CFrame = CF(306.01959228516, 49.282665252686, -623.36676025391)
  305. end)
  306.  
  307. TPSec:CreateButton("Uphill Taco Shop", function()
  308. LocalRootPart.CFrame = CF(583.96661376953, 51.068939208984, -480.06439208984)
  309. end)
  310.  
  311. TPSec:CreateButton("Uphill Park", function()
  312. LocalRootPart.CFrame = CF(369.72024536133, 50.597473144531, -404.70385742188)
  313. end)
  314.  
  315. TPSec:CreateButton("Gas Station", function()
  316. LocalRootPart.CFrame = CF(589.60034179688, 49.000045776367, -257.25335693359)
  317. end)
  318.  
  319. TPSec:CreateButton("Hood Fitness", function()
  320. LocalRootPart.CFrame = CF(-76.14998626709, 22.707822799683, -638.23748779297)
  321. end)
  322.  
  323. TPSec:CreateButton("Taco Stand", function()
  324. LocalRootPart.CFrame = CF(-280.10690307617, 21.755002975464, -798.52294921875)
  325. end)
  326.  
  327. TPSec:CreateButton("Bank", function()
  328. LocalRootPart.CFrame = CF(-437.125885, 38.9783134, -285.587372)
  329. end)
  330.  
  331. TPSec:CreateButton("Bank Food Store", function()
  332. LocalRootPart.CFrame = CF(-327.92196655273, 23.682641983032, -290.81164550781)
  333. end)
  334.  
  335. TPSec:CreateButton("Alley", function()
  336. LocalRootPart.CFrame = CF(-271.00018310547, 21.75, -256.08038330078)
  337. end)
  338.  
  339. TPSec:CreateButton("Hood Kicks", function()
  340. LocalRootPart.CFrame = CF(-243.51068115234, 21.845802307129, -410.75924682617)
  341. end)
  342.  
  343. TPSec:CreateButton("Kool Klub", function()
  344. LocalRootPart.CFrame = CF(-265.25433349609, 48.526683807373, -454.57107543945)
  345. end)
  346.  
  347. TPSec:CreateButton("Train Station", function()
  348. LocalRootPart.CFrame = CF(-421.73342895508, -21.25, 26.588577270508)
  349. end)
  350.  
  351. TPSec:CreateButton("Da Furniture", function()
  352. LocalRootPart.CFrame = CF(-489.4541015625, 21.849853515625, -75.960174560547)
  353. end)
  354.  
  355. TPSec:CreateButton("Da Central High School", function()
  356. LocalRootPart.CFrame = CF(-601.26171875, 21.874992370605, 290.10321044922)
  357. end)
  358.  
  359. TPSec:CreateButton("Da Theatre", function()
  360. LocalRootPart.CFrame = CF(-1006.28515625, 25.100028991699, -122.63514709473)
  361. end)
  362.  
  363. TPSec:CreateButton("Da Casino", function()
  364. LocalRootPart.CFrame = CF(-865.61871337891, 21.75, -148.90309143066)
  365. end)
  366.  
  367. TPSec:CreateButton("Fireworks", function()
  368. LocalRootPart.CFrame = CF(-847.37487792969, 21.800012588501, -297.8896484375)
  369. end)
  370.  
  371. TPSec:CreateButton("Skatepark/Basketball Court", function()
  372. LocalRootPart.CFrame = CF(-844.33190917969, 21.800001144409, -480.70697021484)
  373. end)
  374.  
  375. TPSec:CreateButton("Da Gnome", function()
  376. LocalRootPart.CFrame = CF(155.5471496582, -41.950057983398, -96.733940124512)
  377. end)
  378.  
  379. TPSec:CreateButton("Hospital", function()
  380. LocalRootPart.CFrame = CF(105.09513092041, 22.799995422363, -478.20217895508)
  381. end)
  382.  
  383. TPSec:CreateButton("Community Church", function()
  384. LocalRootPart.CFrame = CF(205.78234863281, 23.780000686646, -41.784191131592)
  385. end)
  386.  
  387. TPSec:CreateButton("Klips Barber Shop", function()
  388. LocalRootPart.CFrame = CF(7.4246463775635, 21.75, -104.39009857178)
  389. end)
  390.  
  391. TPSec:CreateButton("Fire Department", function()
  392. LocalRootPart.CFrame = CF(-129.58493041992, 27.811706542969, -98.061027526855)
  393. end)
  394.  
  395. TPSec:CreateButton("Uphill Gun Store", function()
  396. LocalRootPart.CFrame = CF(481.66226196289, 48.070503234863, -620.42608642578)
  397. end)
  398.  
  399. TPSec:CreateButton("Uphill Medium Armor", function()
  400. LocalRootPart.CFrame = CF(534.56970214844, 50.323745727539, -637.10522460938)
  401. end)
  402.  
  403. TPSec:CreateButton("Downhill Gun Store", function()
  404. LocalRootPart.CFrame = CF(-580.07482910156, 8.3147811889648, -735.68621826172)
  405. end)
  406.  
  407. TPSec:CreateButton("Downhill Medium Armor", function()
  408. LocalRootPart.CFrame = CF(-605.59918212891, 10.349691390991, -796.73321533203)
  409. end)
  410.  
  411. TPSec:CreateButton("Double-Barrel", function()
  412. LocalRootPart.CFrame = CF(-1042.8887939453, 21.75, -265.4938659668)
  413. end)
  414.  
  415. TPSec:CreateButton("Revolver", function()
  416. LocalRootPart.CFrame = CF(-642.97283935547, 21.75, -125.24378967285)
  417. end)
  418.  
  419. TPSec:CreateButton("Police Medium Armor", function()
  420. LocalRootPart.CFrame = CF(-257.30932617188, 21.799957275391, -78.966896057129)
  421. end)
  422.  
  423. TPSec:CreateButton("Flamethrower", function()
  424. LocalRootPart.CFrame = CF(-153.59104919434, 53.810615539551, -99.519409179688)
  425. end)
  426.  
  427. TPSec:CreateButton("Grenade Launcher", function()
  428. LocalRootPart.CFrame = CF(-963.55346679688, -0.98445868492126, 468.64688110352)
  429. end)
  430.  
  431. TPSec:CreateButton("High/Medium Armor", function()
  432. LocalRootPart.CFrame = CF(-936.60345458984, -28.500003814697, 560.97253417969)
  433. end)
  434.  
  435. TPSec:CreateButton("RPG & Grenades", function()
  436. LocalRootPart.CFrame = CF(111.19120025635, -26.750030517578, -275.70239257813)
  437. end)
  438.  
  439. TPSec:CreateButton("Drum Gun", function()
  440. LocalRootPart.CFrame = CF(-63.604457855225, 22.577936172485, -85.200729370117)
  441. end)
  442.  
  443. TPSec:CreateButton("Selling Area", function()
  444. LocalRootPart.CFrame = CF(207.48085, 38.25, 200014.953)
  445. end)
  446.  
  447. --[[MPLYRSec:CreateButton("Cartoony", function()
  448. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=742637544"
  449. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=742638445"
  450. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=742640026"
  451. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=742638842"
  452. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=742637942"
  453. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=742636889"
  454. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=742637151"
  455. end)
  456.  
  457. MPLYRSec:CreateButton("Zombie", function()
  458. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616158929"
  459. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616160636"
  460. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616168032"
  461. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616163682"
  462. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616161997"
  463. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=616156119"
  464. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616157476"
  465. end)
  466.  
  467. MPLYRSec:CreateButton("Werewolf", function()
  468. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1083195517"
  469. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1083214717"
  470. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=1083178339"
  471. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1083216690"
  472. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1083218792"
  473. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1083182000"
  474. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1083189019"
  475. end)
  476.  
  477. MPLYRSec:CreateButton("Mage", function()
  478. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=707742142"
  479. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=707855907"
  480. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=707897309"
  481. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=707861613"
  482. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=707853694"
  483. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=707826056"
  484. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=707829716"
  485. end)
  486.  
  487. MPLYRSec:CreateButton("Vampire", function()
  488. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=1083445855"
  489. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=1083450166"
  490. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=1083473930"
  491. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=1083462077"
  492. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1083455352"
  493. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=1083439238"
  494. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=1083443587"
  495. end)
  496.  
  497. MPLYRSec:CreateButton("Toy", function()
  498. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=782841498"
  499. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=782845736"
  500. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=782843345"
  501. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=782842708"
  502. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=782847020"
  503. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=782843869"
  504. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=782846423"
  505. end)
  506.  
  507. MPLYRSec:CreateButton("Ninja", function()
  508. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=656117400"
  509. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=656118341"
  510. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=656121766"
  511. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=656118852"
  512. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=656117878"
  513. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=656114359"
  514. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=656115606"
  515. end)
  516.  
  517. MPLYRSec:CreateButton("Levitation", function()
  518. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616006778"
  519. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616008087"
  520. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616013216"
  521. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616010382"
  522. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616008936"
  523. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=616003713"
  524. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616005863"
  525. end)
  526.  
  527. MPLYRSec:CreateButton("Robot", function()
  528. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616088211"
  529. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616089559"
  530. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616095330"
  531. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616091570"
  532. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616090535"
  533. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=616086039"
  534. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616087089"
  535. end)
  536.  
  537. MPLYRSec:CreateButton("Bubbly", function()
  538. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=910004836"
  539. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=910009958"
  540. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=910034870"
  541. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=910025107"
  542. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=910016857"
  543. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=910001910"
  544. Animate.swimidle.SwimIdle.AnimationId = "http://www.roblox.com/asset/?id=910030921"
  545. Animate.swim.Swim.AnimationId = "http://www.roblox.com/asset/?id=910028158"
  546. end)
  547.  
  548. MPLYRSec:CreateButton("Superhero", function()
  549. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616111295"
  550. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616113536"
  551. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616122287"
  552. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616117076"
  553. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=616115533"
  554. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=616104706"
  555. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=616108001"
  556. end)
  557.  
  558. MPLYRSec:CreateButton("Pirate", function()
  559. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=750781874"
  560. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=750782770"
  561. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=750785693"
  562. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=750783738"
  563. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=750782230"
  564. Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=750779899"
  565. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=750780242"
  566. end)
  567.  
  568. MPLYRSec:CreateButton("Zombie/Werewolf Jump/Mage Fall", function()
  569. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616158929"
  570. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616160636"
  571. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616168032"
  572. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616163682"
  573. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=1083218792"
  574. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=707829716"
  575. end)
  576.  
  577. MPLYRSec:CreateButton("Zombie/Rthro Jump & Fall", function()
  578. Animate.idle.Animation1.AnimationId = "http://www.roblox.com/asset/?id=616158929"
  579. Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=616160636"
  580. Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=616168032"
  581. Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=616163682"
  582. Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=2510197830"
  583. Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=5319839762"
  584. end)]]
  585.  
  586. MISCSec:CreateButton("Chat Spy", function()
  587. enabled = true
  588. spyOnMyself = true
  589. public = false
  590. publicItalics = true
  591. privateProperties = {
  592. Color = Color3.fromRGB(0,255,255);
  593. Font = Enum.Font.SourceSansBold;
  594. TextSize = 18;
  595. }
  596.  
  597. local player = Players.LocalPlayer or Players:GetPropertyChangedSignal("LocalPlayer"):Wait() or Players.LocalPlayer
  598. local saymsg = game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents"):WaitForChild("SayMessageRequest")
  599. local getmsg = game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents"):WaitForChild("OnMessageDoneFiltering")
  600. local instance = (_G.chatSpyInstance or 0) + 1
  601. _G.chatSpyInstance = instance
  602.  
  603. local function onChatted(p,msg)
  604. if _G.chatSpyInstance == instance then
  605. if p==player and msg:lower():sub(1,4)=="/spy" then
  606. enabled = not enabled
  607. wait(0.3)
  608. privateProperties.Text = "{SPY "..(enabled and "EN" or "DIS").."ABLED}"
  609. StarterGui:SetCore("ChatMakeSystemMessage",privateProperties)
  610. elseif enabled and (spyOnMyself==true or p~=player) then
  611. msg = msg:gsub("[\n\r]",""):gsub("\t"," "):gsub("[ ]+"," ")
  612. local hidden = true
  613. local conn = getmsg.OnClientEvent:Connect(function(packet,channel)
  614. if packet.SpeakerUserId==p.UserId and packet.Message==msg:sub(#msg-#packet.Message+1) and (channel=="All" or (channel=="Team" and public==false and Players[packet.FromSpeaker].Team==player.Team)) then
  615. hidden = false
  616. end
  617. end)
  618. wait(1)
  619. conn:Disconnect()
  620. if hidden and enabled then
  621. if public then
  622. saymsg:FireServer((publicItalics and "/me " or "").."{SPY} [".. p.Name .."]: "..msg,"All")
  623. else
  624. privateProperties.Text = "{SPY} [".. p.Name .."]: "..msg
  625. StarterGui:SetCore("ChatMakeSystemMessage",privateProperties)
  626. end
  627. end
  628. end
  629. end
  630. end
  631.  
  632. for _,p in ipairs(Players:GetPlayers()) do
  633. p.Chatted:Connect(function(msg) onChatted(p,msg) end)
  634. end
  635. Players.PlayerAdded:Connect(function(p)
  636. p.Chatted:Connect(function(msg) onChatted(p,msg) end)
  637. end)
  638.  
  639. privateProperties.Text = "{SPY "..(enabled and "EN" or "DIS").."ABLED}"
  640. StarterGui:SetCore("ChatMakeSystemMessage",privateProperties)
  641. if not player.PlayerGui:FindFirstChild("Chat") then wait(3) end
  642. local chatFrame = player.PlayerGui.Chat.Frame
  643. chatFrame.ChatChannelParentFrame.Visible = true
  644. chatFrame.ChatBarParentFrame.Position = chatFrame.ChatChannelParentFrame.Position+UDim2.new(UDim.new(),chatFrame.ChatChannelParentFrame.Size.Y)
  645. end)
  646.  
  647. MISCSec:CreateButton("Rejoin", function()
  648. TeleportService:Teleport(game.PlaceId, LocalPlayer)
  649. end)
  650.  
  651. MISCSec:CreateButton("Server Hop", function()
  652. local OtherServers = HttpService:JSONDecode(game:HttpGet("https://games.roblox.com/v1/games/"..game.PlaceId.."/servers/Public?sortOrder=Asc&limit=100"))
  653. for Index, Server in next, OtherServers["data"] do
  654. if Server ~= game.JobId and Server.playing ~= Server.maxPlayers and Server.ping < 100 then
  655. print(Server["id"])
  656. TeleportService:TeleportToPlaceInstance(game.PlaceId, Server["id"])
  657. break
  658. end
  659. end
  660. end)
  661.  
  662. MISCSec:CreateButton("Anti-AFK", function()
  663. LocalPlayer.Idled:connect(function()
  664. VirtualUser:CaptureController()
  665. VirtualUser:ClickButton2(Vector2.new())
  666. sendnotification("anti-afk", "roblox tried kickin u lol", 7)
  667. end)
  668. end)
  669.  
  670. local UIToggle = UISec:CreateToggle("UI Toggle", nil, function(state)
  671. Window:Toggle(state)
  672. end)
  673. UIToggle:CreateKeybind(tostring(Config.Keybind):gsub("Enum.KeyCode.", ""), function(key)
  674. Config.Keybind = Enum.KeyCode[key]
  675. end)
  676. UIToggle:SetState(true)
  677.  
  678. local UIColor = UISec:CreateColorpicker("UI Color", function(color)
  679. Window:ChangeColor(color)
  680. end)
  681. UIColor:UpdateColor(Config.Color)
  682.  
  683. local UIBG = UISec:CreateDropdown("Background", {"Default","Hearts","Abstract","Hexagon","Circles","Lace With Flowers","Floral"}, function(name)
  684. if name == "Default" then
  685. Window:SetBackground("2151741365")
  686. elseif name == "Hearts" then
  687. Window:SetBackground("6073763717")
  688. elseif name == "Abstract" then
  689. Window:SetBackground("6073743871")
  690. elseif name == "Hexagon" then
  691. Window:SetBackground("6073628839")
  692. elseif name == "Circles" then
  693. Window:SetBackground("6071579801")
  694. elseif name == "Lace With Flowers" then
  695. Window:SetBackground("6071575925")
  696. elseif name == "Floral" then
  697. Window:SetBackground("5553946656")
  698. end
  699. end)
  700.  
  701. local UIBGColor = UISec:CreateColorpicker("Background Color", function(color)
  702. Window:SetBackgroundColor(color)
  703. end)
  704. UIBGColor:UpdateColor(Color3.fromRGB(41, 72, 122))
  705.  
  706. local UIBGTransparency = UISec:CreateSlider("Background Transparency", 0, 1, nil, false, function(value)
  707. Window:SetBackgroundTransparency(value)
  708. end)
  709. UIBGTransparency:SetValue(0)
  710.  
  711. local UIBGScale = UISec:CreateSlider("Background Tile Scale", 0, 1, nil, false, function(value)
  712. Window:SetTileScale(value)
  713. end)
  714. UIBGScale:SetValue(0.5)
  715.  
  716. MPLYRSec:CreateToggle("Headless", nil, function(bool)
  717. if bool then
  718. LocalPlayer.Character.Head.Transparency = 1
  719. LocalPlayer.Character.Head.face.Transparency = 1
  720. else
  721. LocalPlayer.Character.Head.Transparency = 0
  722. LocalPlayer.Character.Head.face.Transparency = 0
  723. end
  724. end)
  725.  
  726. MPLYRSec:CreateButton("Fake Korblox [FE]", function()
  727. if LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  728. LocalPlayer.Character["RightUpperLeg"]:Destroy()
  729. LocalPlayer.Character["RightLowerLeg"]:Destroy()
  730. LocalPlayer.Character["RightFoot"]:Destroy()
  731. else
  732. LocalPlayer.Character["Right Leg"]:Destroy()
  733. end
  734.  
  735. if LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  736. LocalPlayer.Character["Right Leg"]:Destroy()
  737. end
  738. end)
  739.  
  740. MPLYRSec:CreateButton("Fly [X]", function()
  741. local Humanoid = LocalPlayer.Character:FindFirstChildWhichIsA("Humanoid")
  742. local Mouse = LocalPlayer:GetMouse()
  743. FLYSPEED = 20
  744. localplayer = LocalPlayer
  745. if Workspace:FindFirstChild("Core") then
  746. Workspace.Core:Destroy()
  747. end
  748. local Core = Instance.new("Part")
  749. Core.Name = "Core"
  750. Core.Size = Vector3(0.05, 0.05, 0.05)
  751. spawn(function()
  752. Core.Parent = Workspace
  753. local Weld = Instance.new("Weld", Core)
  754. Weld.Part0 = Core
  755. Weld.Part1 = localplayer.Character.LowerTorso
  756. Weld.C0 = CF(0, 0, 0)
  757. end)
  758. Workspace:WaitForChild("Core")
  759. local torso = Workspace.Core
  760. flying = true
  761. local speed=FLYSPEED
  762. local keys={a=false,d=false,w=false,s=false}
  763. local e1
  764. local e2
  765. local function start()
  766. local pos = Instance.new("BodyPosition",torso)
  767. local gyro = Instance.new("BodyGyro",torso)
  768. pos.Name="EPIXPOS"
  769. pos.maxForce = Vector3(math.huge, math.huge, math.huge)
  770. pos.position = torso.Position
  771. gyro.maxTorque = Vector3(15e15, 15e15, 15e15)
  772. gyro.cframe = torso.CFrame
  773. repeat
  774. wait()
  775. Humanoid.PlatformStand=true
  776. local new=gyro.cframe - gyro.cframe.p + pos.position
  777. if not keys.w and not keys.s and not keys.a and not keys.d then
  778. speed=FLYSPEED
  779. end
  780. if keys.w then
  781. new = new + Workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  782. speed=speed
  783. end
  784. if keys.s then
  785. new = new - Workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  786. speed=speed
  787. end
  788. if keys.d then
  789. new = new * CF(speed,0,0)
  790. speed=speed
  791. end
  792. if keys.a then
  793. new = new * CF(-speed,0,0)
  794. speed=speed
  795. end
  796. if speed>FLYSPEED then
  797. speed=FLYSPEED
  798. end
  799. pos.position=new.p
  800. if keys.w then
  801. gyro.cframe = Workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed),0,0)
  802. elseif keys.s then
  803. gyro.cframe = Workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed),0,0)
  804. else
  805. gyro.cframe = Workspace.CurrentCamera.CoordinateFrame
  806. end
  807. until flying == false
  808. if gyro then gyro:Destroy() end
  809. if pos then pos:Destroy() end
  810. flying=false
  811. Humanoid.PlatformStand=false
  812. speed=FLYSPEED
  813. end
  814. e1=Mouse.KeyDown:connect(function(key)
  815. if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
  816. if key=="w" then
  817. keys.w=true
  818. elseif key=="s" then
  819. keys.s=true
  820. elseif key=="a" then
  821. keys.a=true
  822. elseif key=="d" then
  823. keys.d=true
  824. elseif key=="x" then
  825. if flying==true then
  826. flying=false
  827. else
  828. flying=true
  829. start()
  830. end
  831. end
  832. end)
  833. e2=Mouse.KeyUp:connect(function(key)
  834. if key=="w" then
  835. keys.w=false
  836. elseif key=="s" then
  837. keys.s=false
  838. elseif key=="a" then
  839. keys.a=false
  840. elseif key=="d" then
  841. keys.d=false
  842. end
  843. end)
  844. start()
  845. end)
  846.  
  847. MPLYRSec:CreateButton("Default Fly Speed", function()
  848. FLYSPEED = 20
  849. end)
  850.  
  851. MPLYRSec:CreateButton("Add Fly Speed", function()
  852. FLYSPEED = FLYSPEED + 3
  853. end)
  854.  
  855. MPLYRSec:CreateButton("Remove Fly Speed", function()
  856. FLYSPEED = FLYSPEED - 3
  857. end)
  858.  
  859. MPLYRSec:CreateButton("Noclip [Z]", function()
  860. local OldState = LocalPlayer.Character:FindFirstChildWhichIsA("Humanoid"):GetState()
  861. local Character = LocalPlayer.Character
  862. local Humanoid = Character:FindFirstChildWhichIsA("Humanoid")
  863. local Control = false
  864. local loopFunction = function()
  865. Humanoid:ChangeState(11)
  866. end;
  867. local Loop
  868. local Start = function()
  869. if Control == false then
  870. Loop = RunService.Heartbeat:Connect(loopFunction);
  871. end
  872. end;
  873. local Ended = function()
  874. if Control == true then
  875. Humanoid:ChangeState(OldState)
  876. end
  877. end;
  878. Start()
  879. local Pause = function()
  880. Loop:Disconnect()
  881. end;
  882. local Pause2 = function()
  883. Start();
  884. Loop2:Disconnect()
  885. end;
  886. UserInputService.InputBegan:Connect(function(a, b)
  887. if a.KeyCode == Enum.KeyCode.Z and not b then
  888. if Control == false then
  889. Control = true;
  890. Ended();
  891. Pause();
  892. elseif Control == true then
  893. Control = false;
  894. Pause2();
  895. end;
  896. end;
  897. end);
  898. end)
  899.  
  900. MPLYRSec:CreateButton("Anti-Effects", function()
  901. local Loop
  902. local loopFunction = function()
  903. local Particle = player.Character.UpperTorso:FindFirstChild("ElectricuteParticle") or player.Character.UpperTorso:FindFirstChild("FlamethrowerFireParticle")
  904. if Particle then Particle:Destroy() end
  905. for i,v in pairs(player.Character:FindFirstChildWhichIsA("Humanoid"):GetPlayingAnimationTracks()) do
  906. if v.Animation.AnimationId == "rbxassetid://5641749824" then
  907. v:Stop()
  908. end
  909. end
  910. end;
  911. local Start = function()
  912. Loop = game:GetService("RunService").Heartbeat:Connect(loopFunction);
  913. end;
  914. local Pause = function()
  915. Loop:Disconnect()
  916. end;
  917. Start()
  918. repeat wait() until AntiEffectsColor.BackgroundColor3 == red
  919. Pause()
  920. end)
  921.  
  922. SEXTSec:CreateButton("Cash Aura", function()
  923. local Loop
  924. local loopFunction = function()
  925. for i,v in pairs(game:GetService("Workspace")["Ignored"]["Drop"]:GetChildren()) do
  926. if v:IsA("Part") then
  927. if (v.Position - LocalRootPart.Position).Magnitude <= 12 then
  928. fireclickdetector(v:FindFirstChild("ClickDetector"))
  929. end
  930. end
  931. end
  932. end;
  933. local Start = function()
  934. Loop = game:GetService("RunService").Heartbeat:Connect(loopFunction);
  935. end;
  936. local Pause = function()
  937. Loop:Disconnect()
  938. end;
  939. Start()
  940. repeat wait() until CashAuraColor.BackgroundColor3 == red
  941. Pause()
  942. end)
  943.  
  944. SEXTSec:CreateTextBox("Player Info", "full username [case sensitive]", false, function(value)
  945. local foundplayer = Players:FindFirstChild(value)
  946.  
  947. if foundplayer then
  948. sendnotification("player info", "press f9 to view player info", 7)
  949.  
  950. print("Cash : " .. formatNumber(foundplayer.DataFolder.Currency.Value))
  951. print("Bounty : " .. formatNumber(foundplayer.leaderstats.Wanted.Value))
  952.  
  953. local CrewValue = foundplayer:FindFirstChild("DataFolder"):FindFirstChild("Information"):FindFirstChild("Crew")
  954. if CrewValue then
  955. if CrewValue.Value ~= nil and CrewValue.Value ~= "" then
  956. Crew = game:GetService("GroupService"):GetGroupInfoAsync(tonumber(CrewValue.Value))
  957. if Crew then
  958. print("Crew : " .. Crew.Name )
  959. CrewId = tonumber(CrewValue.Value)
  960. end
  961. else
  962. print("Crew : None")
  963. Crew = nil
  964. end
  965. else
  966. print("Crew : None")
  967. Crew = nil
  968. end
  969. end
  970. end)
  971.  
  972. SEXTSec:CreateTextBox("TP to Player", "full username [case sensitive]", false, function(value)
  973. local tper = LocalRootPart
  974. local tpee = value
  975.  
  976. tper.CFrame = Players[tpee].Character.HumanoidRootPart.CFrame
  977. end)
  978.  
  979. function SilentAim.Check()
  980. if not (SilentAim.Enabled == true and SilentAim.Selected ~= LocalPlayer and SilentAim.SelectedPart ~= nil) then
  981. return false
  982. end
  983.  
  984. local Character = SilentAim.Character(SilentAim.Selected)
  985. local KOd = Character:WaitForChild("BodyEffects")["K.O"].Value
  986. local Grabbed = Character:FindFirstChild("GRABBING_CONSTRAINT") ~= nil
  987.  
  988. if (KOd or Grabbed) then
  989. return false
  990. end
  991. return true
  992. end
  993.  
  994. local __index
  995. __index = hookmetamethod(game, "__index", function(t, k)
  996. if (t:IsA("Mouse") and (k == "Hit" or k == "Target") and SilentAim.Check()) then
  997. local SelectedPart = SilentAim.SelectedPart
  998. if (DH.SilentAim and (k == "Hit" or k == "Target")) then
  999. local Hit = SelectedPart.CFrame + (SelectedPart.Velocity * DH.Prediction)
  1000. return (k == "Hit" and Hit or SelectedPart)
  1001. end
  1002. end
  1003. return __index(t, k)
  1004. end)
  1005.  
  1006. --[[RunService.RenderStepped:Connect(function()
  1007. if (DH.AimLock and SilentAim.Check() and UserInputService.InputBegan:Connect(DH.AimLockKeybind)) then
  1008. local SelectedPart = SilentAim.SelectedPart
  1009.  
  1010. local Hit = SelectedPart.CFrame + (SelectedPart.Velocity * DH.Prediction)
  1011.  
  1012. CurrentCamera.CFrame = CFrame.lookAt(CurrentCamera.CFrame.Position, Hit.Position)
  1013. end
  1014. end)]]
  1015. else
  1016. setclipboard("https://discord.gg/fH6Ky2AFcC")
  1017. player:Kick("purchase angelica, discord copied to ur clipboard.")
  1018. end
  1019. end
  1020. itemWhitelist()
  1021.  
  1022. function itemBlacklist()
  1023. for i,v in next, _G.Blacklisted do
  1024. if i == player.UserId then
  1025. player:Kick("blacklisted from angelica.")
  1026. break
  1027. end
  1028. end
  1029. end
  1030. itemBlacklist()
  1031. else
  1032. player:Kick("angelica is for da hood only.")
  1033. end
Add Comment
Please, Sign In to add comment