Advertisement
Team_Alex

Untitled

Apr 1st, 2016
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.54 KB | None | 0 0
  1.  
  2. Plain Text
  3. 1waffle1 Orb Script.txt
  4. Plain Text
  5. Admin Skulls Script.txt
  6. Plain Text
  7. Ambient Gui by spicy.txt
  8. Plain Text
  9. Angel Bow Script.txt
  10. Plain Text
  11. Annoying killing script.txt
  12. Plain Text
  13. anonymous all.txt
  14. Plain Text
  15. anonymous local player.txt
  16. As is
  17. anti ff.lua
  18. Plain Text
  19. Anti fog.txt
  20. As is
  21. anti god.lua
  22. Plain Text
  23. Assassin Script.txt
  24. Plain Text
  25. Attack on Titan.txt
  26. As is
  27. autotime.lua
  28. Plain Text
  29. Barf_Bag.txt
  30. Plain Text
  31. Batman Script.txt
  32. Plain Text
  33. Black Sand.txt
  34. Plain Text
  35. Bomb Script.txt
  36. Plain Text
  37. Burstfire RPG Script.txt
  38. Plain Text
  39. CamBall Script.txt
  40. Plain Text
  41. CanBomb Script.txt
  42. Plain Text
  43. Change name Script.txt
  44. Plain Text
  45. Cheeze Suit Script.txt
  46.  
  47. Crystal Sword Script.lnk
  48. Plain Text
  49. Deamon Script.txt
  50. As is
  51. Destroy.lua
  52. Plain Text
  53. DJ table.txt
  54. Plain Text
  55. Dual Blades Script.txt
  56. Plain Text
  57. EATING PPL SCRIPTS.txt
  58. As is
  59. Elysian admin.lua
  60. Plain Text
  61. Enma2 Script.txt
  62. Plain Text
  63. Explorer.txt
  64. Plain Text
  65. EyeBall Script.txt
  66. Plain Text
  67. EyeLazor Script.txt
  68. Plain Text
  69. fedora admin.txt
  70. Plain Text
  71. Frag Script.txt
  72. Plain Text
  73. Gaara Tool Script.txt
  74. Plain Text
  75. Gas_Mask.txt
  76. Plain Text
  77. God mode.txt
  78. Plain Text
  79. GodArcRARE.txt
  80. Plain Text
  81. Grapple Hook Script.txt
  82. Plain Text
  83. Guitar Script.txt
  84. Plain Text
  85. HandCannon Script.txt
  86. Plain Text
  87. Harute script.txt
  88. Plain Text
  89. HULK.txt
  90. Plain Text
  91. Karate Script.txt
  92. Plain Text
  93. Katana Script.txt
  94. Plain Text
  95. King Suit Script.txt
  96. Plain Text
  97. Knife.txt
  98. Plain Text
  99. KO script.txt
  100. Plain Text
  101. L96A1 Script.txt
  102. Plain Text
  103. Lance Script.txt
  104. Plain Text
  105. LIGHT TITAN.txt
  106. Plain Text
  107. LightSaber Script.txt
  108. Plain Text
  109. M249 Script.txt
  110. Plain Text
  111. M4A1 Script.txt
  112. Plain Text
  113. MasterHand.txt
  114. Plain Text
  115. Mlg particles.txt
  116. Plain Text
  117. Noob With Cannon.txt
  118. Plain Text
  119. Nova Admin.txt
  120. Plain Text
  121. Nyan Cat Script.txt
  122. Plain Text
  123. nyx.txt
  124. Plain Text
  125. PaintGUI script.txt
  126. Plain Text
  127. Piano Script.txt
  128. Plain Text
  129. Place Stealer.txt
  130. Plain Text
  131. Place Turrent Script.txt
  132. Plain Text
  133. Quick kick and other commands.txt
  134. Plain Text
  135. Readme.txt
  136. Plain Text
  137. Ro-xploitv6.txt
  138. Plain Text
  139. rocky2u admin.txt
  140. Plain Text
  141. RPG Script.txt
  142. Plain Text
  143. SB Shotgun Script.txt
  144. Plain Text
  145. Scar-H.txt
  146. Plain Text
  147. Scythe script.txt
  148. Plain Text
  149. SHOOP SCRIPT.txt
  150. Plain Text
  151. skeleton skybox.txt
  152. Plain Text
  153. Slow disco fog.txt
  154. Plain Text
  155. Spider Script.txt
  156. Plain Text
  157. Spikes Script.txt
  158. Plain Text
  159. SubsitutionSwordRARE.txt
  160. Plain Text
  161. Suit Script.txt
  162. Plain Text
  163. Tp click scripts.txt
  164. Plain Text
  165. Troll script.txt
  166. Plain Text
  167. Trolol script.txt
  168. Plain Text
  169. UglyKiller.txt
  170. Plain Text
  171. WarHammer Script.txt
  172. Plain Text
  173. WarSword Script.txt
  174. Plain Text
  175. WarSword.txt
  176. Plain Text
  177. Wings Script.txt
  178. Plain Text
  179. Wings.txt
  180. Plain Text
  181. Xpl0re.txt
  182.  
  183. --http://www.roblox.com/asset/?id=16657069
  184. who = game.Players.LocalPlayer.Name
  185. players = game:GetService('Players')
  186. me = players[who]
  187. char = me.Character
  188.  
  189. local colors = {"Reddish brown", "Light orange", "Bright yellow", "Dark green", "Bright green"}
  190.  
  191. pcall(function() char.Barf:remove() end)
  192. local mod = Instance.new("Model", char)
  193. mod.Name = "Barf"
  194.  
  195. local torso = Instance.new("Part")
  196. torso.Parent = mod
  197. torso.Anchored = false
  198. torso.CanCollide = false
  199. torso.BrickColor = BrickColor.new("Reddish brown")
  200. torso.Size = Vector3.new(2, 2, 1)
  201. torso.CFrame = CFrame.new(0, 0, 0)
  202. torso:BreakJoints()
  203. local torsom = Instance.new("SpecialMesh")
  204. torsom.Parent = torso
  205. torsom.MeshType = "FileMesh"
  206. torsom.MeshId = "http://www.roblox.com/asset/?id=16657069"
  207. torsom.Scale = Vector3.new(0.5, 0.5, 0.5)
  208. local torsow = Instance.new("Weld")
  209. torsow.Parent = mod
  210. torsow.Part0 = torso
  211. torsow.Part1 = char.Torso
  212. torsow.C0 = CFrame.new(0, 0.25, 1.5) * CFrame.Angles(0, 0, 0)
  213. local larm = Instance.new("Weld")
  214. larm.Parent = mod
  215. larm.Part0 = char["Left Arm"]
  216. larm.Part1 = torso
  217. larm.C0 = CFrame.new(1, -1, -0.5) * CFrame.Angles(-0.5, 0, -0.25)
  218. local rarm = Instance.new("Weld")
  219. rarm.Parent = mod
  220. rarm.Part0 = char["Right Arm"]
  221. rarm.Part1 = torso
  222. rarm.C0 = CFrame.new(-1, -1, -0.5) * CFrame.Angles(-0.5, 0, 0.25)
  223. local head = Instance.new("Weld")
  224. head.Parent = mod
  225. head.Part0 = char["Head"]
  226. head.Part1 = char["Torso"]
  227. head.C0 = CFrame.new(0, -1.5, 0) * CFrame.Angles(0, 0, 0)
  228.  
  229. while wait(math.random(3, 10)) do
  230. for i = 0, 1, 0.1 do
  231. torsow.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(40*i), 0, 0)
  232. head.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-20*i), 0, 0)
  233. wait()
  234. end
  235. bv = Instance.new("BodyAngularVelocity")
  236. bv.Parent = char.Torso
  237. bv.angularvelocity = Vector3.new(0, 20, 0)
  238. bv.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  239. bg = Instance.new("BodyGyro")
  240. bg.Parent = char.Torso
  241. bg.maxTorque = Vector3.new(0, 0, 0)
  242. for i = 0, math.random(5, 10), 0.1 do
  243. local barf = Instance.new("Part")
  244. barf.formFactor = "Custom"
  245. barf.BrickColor = BrickColor.new(colors[math.random(1, #colors)])
  246. barf.Parent = mod
  247. barf.Name = "BARF"
  248. barf.Size = Vector3.new(math.random(0.2, 1), math.random(0.2, 1), math.random(0.2, 1))
  249. barf.CanCollide = false
  250. barf.CFrame = torso.CFrame + Vector3.new(math.random(-0.5, 0.5), math.random(-0.5, 0.5), math.random(-0.5, 0.5))
  251. local bm = Instance.new("BlockMesh", barf)
  252. barf:BreakJoints()
  253. barf.CanCollide = true
  254. wait()
  255. end
  256. wait(math.random(0.5, 1.5))
  257. for i = 0, 1, 0.1 do
  258. torsow.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(40-40*i), 0, 0)
  259. head.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-20+20*i), 0, 0)
  260. wait()
  261. end
  262. bv:remove()
  263. bg:remove()
  264. for _,v in pairs(mod:GetChildren()) do
  265. if v.Name == "BARF" then
  266. v:remove()
  267. end
  268. wait()
  269. end
  270. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement