MawinCK
May 1st, 2023
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --Pusher made by rouxhaver/1+1=2
  2. --Hat resizer and dropper made by DigitalityScripts
  3.  
  4. --This script sometimes works in games without player-collision
  5.  
  6. --INSTRUCTIONS:
  7. --use r15 body type
  8. --have a classic Rthro Head
  9. --wear any Rthro Hats
  10.  
  11. --RECOMMENDED:
  12. --https://www.roblox.com/catalog/2493588193/Knights-of-Redcliff-Paladin-Head
  13. --https://www.roblox.com/catalog/4381828509/Junkbot-Hat
  14. --https://www.roblox.com/catalog/2493590711/Knights-of-Redcliff-Paladin-Helmet
  15. --https://www.roblox.com/catalog/2493718915/The-High-Seas-Beatrix-The-Pirate-Queen-Hat
  16.  
  17. loadstring(game:HttpGet('https://raw.githubusercontent.com/DigitalityScripts/roblox-scripts/main/hat%20resize%20%2B%20drop'))()
  18. loadstring(game:HttpGet("https://raw.githubusercontent.com/rouxhaver/random-sh-t/main/non%20local%20free%20cam%20start.lua"))()
  19. loadstring(game:HttpGet("https://raw.githubusercontent.com/rouxhaver/random-sh-t/main/Credit"))()
  20.  
  21. ToggleFreecam() -- Remove this if you don't want free cam or etcetera
  22.  
  23. player = game.Players.LocalPlayer
  24.  
  25. mouse = player:GetMouse()
  26.  
  27. for i,v in pairs(player.Character:GetChildren()) do
  28. if v:IsA("Accessory") then
  29. _ = Instance.new("SelectionBox",v)
  30. _.Adornee = v.Handle
  31. game.RunService.Heartbeat:Connect(function()
  32. v.Handle.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  33. v.Handle.Velocity = Vector3.new(25.70,0,0)
  34. v.Handle.CanCollide = false
  35. end)
  36. if e ~= "e" then game.Players.LocalPlayer:Kick()
  37. end
  38. coroutine.wrap(function()
  39. while task.wait() do
  40. v.Handle.Position = mouse.Hit.Position + Vector3.new(math.random(-15,15),math.random(0,15),math.random(-15,15))
  41. v.Handle.Orientation = Vector3.new(math.random(-180,180),math.random(-180,180),math.random(-180,180))
  42. end
  43. end)()
  44. end
  45. end
Add Comment
Please, Sign In to add comment