Advertisement
SanafrLoveHacks

pe script FE

Mar 24th, 2023
1,196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.26 KB | Gaming | 0 0
  1. --          Шапки (все бесплатные)
  2. -- https://www.roblox.com/catalog/3822880197
  3. -- https://www.roblox.com/catalog/451220849
  4. -- https://www.roblox.com/catalog/1103003368
  5. -- https://www.roblox.com/catalog/417457461
  6. -- https://www.roblox.com/catalog/376524487
  7. -- https://www.roblox.com/catalog/63690008
  8. -- https://www.roblox.com/catalog/62724852
  9. -- https://www.roblox.com/catalog/62234425
  10. -- https://www.roblox.com/catalog/48474313
  11. -- https://www.roblox.com/catalog/48474294
  12.  
  13. --          Netless Hub Активировать первым!
  14.     -- when you reset make sure to re-execute this or just make this execute in a loop
  15. for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do
  16.     if v:IsA("BasePart") and v.Name ~="HumanoidRootPart" then
  17.     game:GetService("RunService").Heartbeat:connect(function()
  18.     v.Velocity = Vector3.new(-30,0,0)
  19.     end)
  20.     end
  21.     end
  22.  
  23.     game:GetService("StarterGui"):SetCore("SendNotification", {
  24.         Title = "Notification";
  25.         Text = "Netless Ran";
  26.         Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  27.     Duration = 16;
  28.  
  29. wait(5)
  30. --          Hat Hub Активировать вторым!
  31. loadstring(game:HttpGet("https://textbin.net/raw/rvohv1nvuf"))();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement