Advertisement
OrionMakesStuff

WORKING 2022 NETLESS BYPASS

May 28th, 2022
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do
  2.  
  3. if v:IsA("BasePart") and v.Name ~="HumanoidRootPart" then
  4.  
  5. game:GetService("RunService").Heartbeat:connect(function()
  6.  
  7. v.Velocity = Vector3.new(0,35,0)
  8.  
  9. wait(0.5)
  10.  
  11. end)
  12.  
  13. end
  14.  
  15. end
  16.  
  17. game:GetService("StarterGui"):SetCore("SendNotification", {
  18.  
  19. Title = "Notification";
  20.  
  21. Text = "Netless activated";
  22.  
  23. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement