Roblox Bird Simulator Hack

Roblox Bird Simulator Hack

Simple variables, variables, basic math, simple conditionals, miscellaneous, delays, expert math, simple loops, simple sound playing, advanced math. #Lines: 1913 #Actors: 48 #Costumes: 94 #Scripts: 294 Text Snippets. Lava peaks finished! Plasma overworld coming! I changed the music, i may change it back though. Different music in worlds coming soon. This game was originally created. Roblox Mod apk premium latest version 2021, with unlimited robux. It is developed by Roblox.As always we are back with a new modded game that unlocks so many new features. Here, Clonepak gives you a trusted and original mod apk available online and we daily post new mod games and apps which are in trendin. In today's Roblox video I play Bird Simulator! Merch → Ethan Gamer Land → Subscribe → http://subscribe.etha.

Jul 21st, 2015
Never

Roblox Bird Simulator Hack Exploit

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. --MADE BY OneLegend (NOT THE SCRIPT) REGULAR SCRIPT: JUST RUN!
  2. function prop(part, parent, collide, tran, ref, x, y, z, color, anchor, form)
  3. part.Parent = parent
  4. part.formFactor = form
  5. part.CanCollide = collide
  6. part.Transparency = tran
  7. part.Reflectance = ref
  8. part.Size = Vector3.new(x,y,z)
  9. part.BrickColor = BrickColor.new(color)
  10. part.TopSurface = 0
  11. part.BottomSurface = 0
  12. part.Anchored = anchor
  13. part.Locked = true
  14. part:BreakJoints()
  15. end
  16. function weld(w, p, p1, a, b, c, x, y, z)
  17. w.Parent = p
  18. w.Part0 = p
  19. w.Part1 = p1
  20. w.C1 = CFrame.fromEulerAnglesXYZ(a,b,c) * CFrame.new(x,y,z)
  21. end
  22. function bird(pos)
  23. local mod = Instance.new('Model')
  24. mod.Name = 'Bird'
  25. local main = Instance.new('Part')
  26. prop(main,mod,true,0,0,1.5,1.4,2.5,'Black',false,'Custom')
  27. main.CFrame = CFrame.new(pos) * CFrame.Angles(0,math.random(-32,32)/10,0)
  28. main.Name = 'Torso'
  29. Instance.new('SpecialMesh',main).MeshType = 'Sphere'
  30. local pa1 = Instance.new('Part')
  31. prop(pa1,mod,false,0,0,0.9,1,0.9,'Black',false,'Custom')
  32. pa1.CFrame = main.CFrame
  33. pa1.Name = 'Head'
  34. Instance.new('SpecialMesh',pa1).MeshType = 'Sphere'
  35. local pa2 = Instance.new('Part')
  36. prop(pa2,mod,false,0,0,0.2,0.4,0.7,'Neon orange',false,'Custom')
  37. pa2.CFrame = main.CFrame
  38. Instance.new('SpecialMesh',pa2).MeshType = 'Wedge'
  39. local wing1 = Instance.new('Part')
  40. prop(wing1,mod,false,0,0,0.2,1.8,1.1,'Black',false,'Custom')
  41. wing1.CFrame = main.CFrame
  42. local wing2 = Instance.new('Part')
  43. prop(wing2,mod,false,0,0,0.2,1.8,1.1,'Black',false,'Custom')
  44. wing2.CFrame = main.CFrame
  45. local w1 = Instance.new('Weld')
  46. weld(w1,main,pa1,0.5,0,0,0,-0.6,1.2)
  47. w1.Name = 'Neck'
  48. local w2 = Instance.new('Weld')
  49. weld(w2,main,pa2,-0.2,0,0,0,-0.6,1.7)
  50. local wi1 = Instance.new('Weld')
  51. weld(wi1,main,wing1,0,0,math.pi/2,-1,-0.1,0.1)
  52. local worig1 = CFrame.new(0.4,0,0) * CFrame.fromEulerAnglesXYZ(0,0,-0.4)
  53. wi1.C0 = worig1
  54. local wi2 = Instance.new('Weld')
  55. weld(wi2,main,wing2,0,0,-math.pi/2,1,-0.1,0.1)
  56. local worig2 = CFrame.new(-0.4,0,0) * CFrame.fromEulerAnglesXYZ(0,0,0.4)
  57. wi2.C0 = worig2
  58. local hum = Instance.new('Humanoid',mod)
  59. hum.Name = 'Humanoid'
  60. hum.MaxHealth = 30
  61. hum.Health = 30
  62. local bv = Instance.new('BodyVelocity',main)
  63. bv.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  64. bv.P = 5000
  65. bv.velocity = main.CFrame.lookVector * 6
  66. local bav = Instance.new('BodyAngularVelocity',main)
  67. bav.maxTorque = Vector3.new(math.huge,math.huge,math.huge)
  68. bav.P = 5000
  69. bav.angularvelocity = Vector3.new(0,0,0)
  70. hum.Died:connect(function()
  71. bv:remove()
  72. bav:remove()
  73. wait(4)
  74. mod:remove()
  75. end)
  76. mod.Parent = workspace
  77. mod:MakeJoints()
  78. coroutine.resume(coroutine.create(function()
  79. while true do
  80. for i=0.4,-0.4,-0.15 do
  81. wait()
  82. wi1.C0 = worig1 * CFrame.fromEulerAnglesXYZ(0,0,i)
  83. wi2.C0 = worig2 * CFrame.fromEulerAnglesXYZ(0,0,-i)
  84. end
  85. for i=0.4,-0.4,-0.15 do
  86. wait()
  87. wi1.C0 = worig1 * CFrame.fromEulerAnglesXYZ(0,0,-i)
  88. wi2.C0 = worig2 * CFrame.fromEulerAnglesXYZ(0,0,i)
  89. end
  90. end
  91. end))
  92. coroutine.resume(coroutine.create(function()
  93. while true do
  94. wait(0.1)
  95. local turn = math.random(1,6)
  96. coroutine.resume(coroutine.create(function()
  97. if turn 1 then
  98. bav.angularvelocity = Vector3.new(0,6,0)
  99. wait(1)
  100. bav.angularvelocity = Vector3.new(0,0,0)
  101. bv.velocity = main.CFrame.lookVector * 6
  102. elseif turn 2 then
  103. bav.angularvelocity = Vector3.new(0,-6,0)
  104. wait(1)
  105. bav.angularvelocity = Vector3.new(0,0,0)
  106. bv.velocity = main.CFrame.lookVector * 6
  107. end
  108. end))
  109. end
  110. end))
  111. end
  112. for i=1, math.random(4,11) do
  113. local poz = Vector3.new(math.random(-100,100),math.random(60,80),math.random(-100,100))
  114. bird(poz)
  115. end

Roblox Bird Simulator Hack Glitch