Advertisement
AltService

dank meme machines

Feb 19th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. -- bypassed the cb:ro cheat rekt by FroggysFriend#7364 on discord
  2. _G.HeadSize = 50
  3. _G.HeadOffset = 25
  4. _G.FABEnabled = true
  5. game:service'RunService'.Stepped:connect(function()
  6. if _G.FABEnabled then
  7. for i,v in pairs(game:service'Players':GetPlayers()) do
  8. if v.TeamColor ~= game:service'Players'.LocalPlayer.TeamColor then
  9. --if v.Name ~= game:service'Players'.LocalPlayer.Name then
  10. pcall(function()
  11. pcall(function()v.Character.Head.Mesh.MeshType="Torso" end)
  12. v.Character.Head.CanCollide = false
  13. v.Character.Head.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  14. v.Character.Head.CFrame = v.Character.Torso.CFrame * CFrame.new(0,_G.HeadOffset,0)
  15. end)
  16. --end
  17. end
  18. end
  19. end
  20. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement