Advertisement
ZV0K

dekon

Aug 6th, 2023
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.42 KB | None | 0 0
  1. local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/Dynissimo/main/Scripts/AkaliNotif.lua"))();
  2. local Notify = AkaliNotif.Notify;
  3.  
  4. --[[
  5.  
  6. ▄▄▄ ██▓ ███▄ ▄███▓ ██████ ▓█████▄▄▄█████▓ ██████
  7. ▒████▄ ▓██▒▓██▒▀█▀ ██▒▒██ ▒ ▓█ ▀▓ ██▒ ▓▒▒██ ▒
  8. ▒██ ▀█▄ ▒██▒▓██ ▓██░░ ▓██▄ ▒███ ▒ ▓██░ ▒░░ ▓██▄
  9. ░██▄▄▄▄██ ░██░▒██ ▒██ ▒ ██▒▒▓█ ▄░ ▓██▓ ░ ▒ ██▒
  10. ▓█ ▓██▒░██░▒██▒ ░██▒▒██████▒▒░▒████▒ ▒██▒ ░ ▒██████▒▒
  11. ▒▒ ▓▒█░░▓ ░ ▒░ ░ ░▒ ▒▓▒ ▒ ░░░ ▒░ ░ ▒ ░░ ▒ ▒▓▒ ▒ ░
  12. ▒ ▒▒ ░ ▒ ░░ ░ ░░ ░▒ ░ ░ ░ ░ ░ ░ ░ ░▒ ░ ░
  13. ░ ▒ ▒ ░░ ░ ░ ░ ░ ░ ░ ░ ░ ░
  14. ░ ░ ░ ░ ░ ░ ░ ░
  15.  
  16.  
  17.  
  18.  
  19. ██████╗░███████╗███████╗░█████╗░███╗░░██╗
  20. ██╔══██╗██╔════╝╚════██║██╔══██╗████╗░██║
  21. ██║░░██║█████╗░░░░███╔═╝██║░░██║██╔██╗██║
  22. ██║░░██║██╔══╝░░██╔══╝░░██║░░██║██║╚████║
  23.  ██████╔╝███████╗███████╗╚█████╔╝██║░╚███║
  24. ╚═════╝░╚══════╝╚══════╝░╚════╝░╚═╝░░╚══╝
  25.  
  26. -- Toggle
  27. getgenv().Target = true
  28. -- Configuration
  29. getgenv().Key = Enum.KeyCode.Q
  30. getgenv().Prediction = 0.1411
  31. getgenv().ChatMode = false
  32. getgenv().NotifMode = true
  33. getgenv().PartMode = true
  34. getgenv().AirshotFunccc = true
  35. getgenv().Partz = "HumanoidRootPart"
  36. getgenv().AutoPrediction = true
  37. --
  38. _G.Types = {
  39. Ball = Enum.PartType.Ball,
  40. Block = Enum.PartType.Block,
  41. Cylinder = Enum.PartType.Cylinder
  42. }
  43.  
  44. --variables
  45. local Tracer = Instance.new("Part", game.Workspace)
  46. Tracer.Name = "Hi Dezon"
  47. Tracer.Anchored = true
  48. Tracer.CanCollide = false
  49. Tracer.Transparency = 0.3
  50. Tracer.Parent = game.Workspace
  51. Tracer.Shape = _G.Types.Ball
  52. Tracer.Size = Vector3.new(7,7,7)
  53. Tracer.Color = Color3.fromRGB(0, 0, 139)
  54.  
  55.  
  56. --
  57. local plr = game.Players.LocalPlayer
  58. local mouse = plr:GetMouse()
  59. local Runserv = game:GetService("RunService")
  60.  
  61. circle = Drawing.new("Circle")
  62. circle.Color = Color3.fromRGB(32, 28, 52)
  63. circle.Thickness = 0
  64. circle.NumSides = 732
  65. circle.Radius = 120
  66. circle.Thickness = 0
  67. circle.Transparency = 0.7
  68. circle.Visible = true
  69. circle.Filled = false
  70.  
  71. Runserv.RenderStepped:Connect(function()
  72. circle.Position = Vector2.new(mouse.X,mouse.Y+35)
  73. end)
  74.  
  75. local guimain = Instance.new("Folder", game.CoreGui)
  76. local CC = game:GetService"Workspace".CurrentCamera
  77. local LocalMouse = game.Players.LocalPlayer:GetMouse()
  78. local Locking = false
  79.  
  80.  
  81. --
  82. if getgenv().valiansh == true then
  83. game.StarterGui:SetCore("SendNotification", {
  84. Title = "dezon#0001 l Private",
  85. Text = "Already Loaded!",
  86. Duration = 5
  87.  
  88. })
  89. return
  90. end
  91.  
  92. getgenv().valiansh = true
  93.  
  94. local UserInputService = game:GetService("UserInputService")
  95.  
  96. UserInputService.InputBegan:Connect(function(keygo,ok)
  97. if (not ok) then
  98. if (keygo.KeyCode == getgenv().Key) then
  99. if getgenv().Target == true then
  100. Locking = not Locking
  101.  
  102. if Locking then
  103. Plr = getClosestPlayerToCursor()
  104. if getgenv().ChatMode then
  105. local A_1 = "Target: "..tostring(Plr.Character.Humanoid.DisplayName) local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  106. end
  107. if getgenv().NotifMode then
  108.  
  109. Notify({
  110. Description = "Target For Dezo: "..tostring(Plr.Character.Humanoid.DisplayName);
  111. Title = "Harkedd #4710 / Private";
  112. Duration = 5;
  113. });
  114.  
  115.  
  116.  
  117. end
  118. elseif not Locking then
  119. if getgenv().ChatMode then
  120. local A_1 = "Unlocked By Dezo" local A_2 = "All" local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest Event:FireServer(A_1, A_2)
  121. end
  122. if getgenv().NotifMode then
  123. Notify({
  124. Description = "Unlocked";
  125. Title = "dezon#0001 / Private";
  126. Duration = 5;
  127. });
  128. elseif getgenv().Target == false then
  129. Notify({
  130. Description = "Target isn't enabled";
  131. Title = "dezon#0001 l Private";
  132. Duration = 5;
  133. });
  134.  
  135. end
  136.  
  137.  
  138. end end
  139. end
  140. end
  141. end)
  142.  
  143. function getClosestPlayerToCursor()
  144. local closestPlayer
  145. local shortestDistance = circle.Radius
  146.  
  147. for i, v in pairs(game.Players:GetPlayers()) do
  148. if v ~= game.Players.LocalPlayer and v.Character and v.Character:FindFirstChild("Humanoid") and v.Character.Humanoid.Health ~= 0 and v.Character:FindFirstChild("LowerTorso") then
  149. local pos = CC:WorldToViewportPoint(v.Character.PrimaryPart.Position)
  150. local magnitude = (Vector2.new(pos.X, pos.Y) - Vector2.new(LocalMouse.X, LocalMouse.Y)).magnitude
  151. if magnitude < shortestDistance then
  152. closestPlayer = v
  153. shortestDistance = magnitude
  154. end
  155. end
  156. end
  157. return closestPlayer
  158. end
  159. --
  160. if getgenv().PartMode then
  161. game:GetService"RunService".Stepped:connect(function()
  162. if Locking and Plr.Character and Plr.Character:FindFirstChild("LowerTorso") then
  163. Tracer.CFrame = CFrame.new(Plr.Character.LowerTorso.Position+(Plr.Character.LowerTorso.Velocity*Prediction))
  164. else
  165. Tracer.CFrame = CFrame.new(0, 9999, 0)
  166.  
  167. end
  168. end)
  169. end
  170.  
  171.  
  172.  
  173. --
  174. local r
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement