Prokri43

Vingui

Jul 17th, 2023
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. --KEY IS C
  2.  
  3. getgenv().tog = false
  4. getgenv().key = "c"
  5. getgenv().X = 68756
  6. getgenv().Y = 100
  7. getgenv().Z = -344
  8.  
  9. game:GetService("RunService").Heartbeat:Connect(function()
  10. if getgenv().tog then
  11. local vel = game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity
  12. game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity = Vector3.new(getgenv().X, getgenv().Y, getgenv().Z)
  13. game:GetService("RunService").RenderStepped:Wait()
  14. game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity = vel
  15. end
  16. end)
  17.  
  18. game:GetService("Players").LocalPlayer:GetMouse().KeyDown:Connect(function(keyPressed)
  19. if keyPressed == string.lower(getgenv().key) then
  20. pcall(function()
  21. if getgenv().tog == false then
  22. getgenv().tog = true
  23. game.StarterGui:SetCore("SendNotification", {
  24. Title = "Actyrn#7104",
  25. Text = "AA Enabled" })
  26. elseif getgenv().tog == true then
  27. getgenv().tog = false
  28. game.StarterGui:SetCore("SendNotification", {
  29. Title = "Actyrn#7104",
  30. Text = "AA Disabled" })
  31. end
  32. end)
  33. end
  34. end)
  35. hookfunction(game.Players.LocalPlayer.IsInGroup, function() return true end)
  36.  
  37. loadstring(game:HttpGet("https://raw.githubusercontent.com/Nosssa/NossLock/main/VinGUI"))()
Add Comment
Please, Sign In to add comment