Advertisement
Inotblackpanter

Fixed reach Hacks Roblox

Aug 2nd, 2022
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. game.StarterGui:SetCore("SendNotification", {
  2. Title = "Sword Reach Script Loaded by";
  3. Text = "BIazeFighter. 11You need to hold a tool when executing.";
  4. Icon = "";
  5. Duration = 40;waion;
  6. Button1 = "im a BFL";
  7. Button2 = "you are a BITCH";
  8. })
  9. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  10. if v:isA("Tool") then
  11. local a = Instance.new("SelectionBox",v.Handle)
  12. a.Adornee = v.Handle
  13. v.Handle.Size = Vector3.new(0.5,0.5,60)
  14. v.GripPos = Vector3.new(0,0,0)
  15. lplayer.Character.Humanoid:UnequipTools()
  16. end
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement