Advertisement
XxMirayxX21

NetlessBypass

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