Advertisement
StarzoZero

Roblox BACON ARMY SCRIPT FE

Mar 27th, 2019
4,332
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.22 KB | None | 0 0
  1. --[[
  2. /\/\//\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
  3.  
  4. ||FREE RBX!1!!|| - A Troll Script by Melissa666666girl
  5.  
  6. /\/\//\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
  7.  
  8. ///Recycled from Sharkringan's Ugandan Knuckles script\\\
  9. \\Litteraly only like 3 lines of code from it, lol kthx//
  10.  
  11. /\/\//\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
  12. --]]
  13.  
  14.  
  15.  
  16. if game:GetService("RunService"):IsClient()then error("Please run as a server script. Use h/ instead of hl/.")end;print("FE Compatibility: by WaverlyCole");InternalData = {}
  17. do
  18. script.Parent = owner.Character
  19. local Event = Instance.new("RemoteEvent");Event.Name = "UserInput"
  20. local function NewFakeEvent()
  21. local Bind = Instance.new("BindableEvent")
  22. local Fake;Fake = {Connections = {},
  23. fakeEvent=true;
  24. Connect=function(self,Func)
  25. Bind.Event:connect(Func)
  26. self.Connections[Bind] = true
  27. return setmetatable({Connected = true},{
  28. __index = function (self,Index)
  29. if Index:lower() == "disconnect" then
  30. return function() Fake.Connections[Bind] = false;self.Connected = false end
  31. end
  32. return Fake[Index]
  33. end;
  34. __tostring = function() return "Connection" end;
  35. })
  36. end}
  37. Fake.connect = Fake.Connect;return Fake;
  38. end
  39. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  40. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  41. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  42. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  43. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  44. local function TriggerEvent(self,Event,...)
  45. local Trigger = Mouse[Event]
  46. if Trigger and Trigger.fakeEvent and Trigger.Connections then
  47. for Connection,Active in pairs(Trigger.Connections) do if Active then Connection:Fire(...) end end
  48. end
  49. end
  50. Mouse.TrigEvent = TriggerEvent;UserInputService.TrigEvent = TriggerEvent
  51. Event.OnServerEvent:Connect(function(FiredBy,Input)
  52. if FiredBy.Name ~= owner.Name then return end
  53. if Input.MouseEvent then
  54. Mouse.Target = Input.Target;Mouse.Hit = Input.Hit
  55. else
  56. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  57. if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up") end
  58. for _,Action in pairs(ContextActionService.Actions) do
  59. for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end
  60. end
  61. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  62. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  63. end
  64. end)
  65. InternalData["Mouse"] = Mouse;InternalData["ContextActionService"] = ContextActionService;InternalData["UserInputService"] = UserInputService
  66. Event.Parent = NLS([[
  67. local Player = owner;local Event = script:WaitForChild("UserInput");local UserInputService = game:GetService("UserInputService");local Mouse = Player:GetMouse()
  68. local Input = function(Input,gameProcessedEvent)
  69. if gameProcessedEvent then return end
  70. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  71. end
  72. UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input)
  73. local Hit,Target
  74. while wait(1/30) do
  75. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  76. Hit,Target = Mouse.Hit,Mouse.Target;Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  77. end
  78. end
  79. ]],owner.Character)
  80. end
  81. RealGame = game;game = setmetatable({},{
  82. __index = function (self,Index)
  83. local Sandbox = function (Thing)
  84. if Thing:IsA("Player") then
  85. local RealPlayer = Thing
  86. return setmetatable({},{
  87. __index = function (self,Index)
  88. local Type = type(RealPlayer[Index])
  89. if Type == "function" then
  90. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  91. return function (self)return InternalData["Mouse"] end
  92. end
  93. return function (self,...)return RealPlayer[Index](RealPlayer,...) end
  94. end
  95. return RealPlayer[Index]
  96. end;
  97. __tostring = function(self) return RealPlayer.Name end
  98. })
  99. end
  100. end
  101. if RealGame[Index] then
  102. local Type = type(RealGame[Index])
  103. if Type == "function" then
  104. if Index:lower() == "getservice" or Index:lower() == "service" then
  105. return function (self,Service)
  106. local FakeServices = {
  107. ["players"] = function()
  108. return setmetatable({},{
  109. __index = function (self2,Index2)
  110. local RealService = RealGame:GetService(Service)
  111. local Type2 = type(Index2)
  112. if Type2 == "function" then
  113. return function (self,...) return RealService[Index2](RealService,...)end
  114. else
  115. if Index2:lower() == "localplayer" then return Sandbox(owner) end
  116. return RealService[Index2]
  117. end
  118. end;
  119. __tostring = function(self) return RealGame:GetService(Service).Name end
  120. })
  121. end;
  122. ["contextactionservice"] = function() return InternalData["ContextActionService"] end;
  123. ["userinputservice"] = function() return InternalData["UserInputService"] end;
  124. ["runservice"] = function()
  125. return setmetatable({},{
  126. __index = function(self2,Index2)
  127. local RealService = RealGame:GetService(Service)
  128. local Type2 = type(Index2)
  129. if Type2 == "function" then
  130. return function (self,...) return RealService[Index2](RealService,...) end
  131. else
  132. local RunServices = {
  133. ["bindtorenderstep"] = function() return function (self,Name,Priority,Function) return RealGame:GetService("RunService").Stepped:Connect(Function) end end;
  134. ["renderstepped"] = function() return RealService["Stepped"] end
  135. }
  136. if RunServices[Index2:lower()] then return RunServices[Index2:lower()]() end
  137. return RealService[Index2]
  138. end
  139. end
  140. })
  141. end
  142. }
  143. if FakeServices[Service:lower()] then return FakeServices[Service:lower()]() end
  144. return RealGame:GetService(Service)
  145. end
  146. end
  147. return function (self,...) return RealGame[Index](RealGame,...) end
  148. else
  149. if game:GetService(Index) then return game:GetService(Index) end
  150. return RealGame[Index]
  151. end
  152. end
  153. return nil
  154. end
  155. });Game = game;owner = game:GetService("Players").LocalPlayer;script = Instance.new("Script");print("Complete! Running...")
  156.  
  157. --~~--
  158. Bacons = 41 --CHANGE THE NUMBER TO HOW MANY BACONS YOU WANT! (more than 50 crashes your game..)
  159. --~~--
  160.  
  161. plr = game:service'Players'.LocalPlayer
  162. char = plr.Character
  163. root = char:FindFirstChild'HumanoidRootPart'
  164. hum = char:FindFirstChildOfClass'Humanoid'
  165. mouse = plr:GetMouse()
  166. clones = {}
  167. followplr = false
  168. radius = 50
  169.  
  170.  
  171. plr.NameDisplayDistance = 45
  172. local txt = Instance.new("BillboardGui", char)
  173. txt.Adornee = char .Head
  174. txt.Name = "thingy"
  175. txt.Size = UDim2.new(2, 0, 1.2, 0)
  176. txt.StudsOffset = Vector3.new(-1, 2, 0)
  177. local text = Instance.new("TextLabel", txt)
  178. text.Size = UDim2.new(2, 0, 0.6, 0)
  179. text.FontSize = "Size24"
  180. text.TextScaled = true
  181. text.TextTransparency = 0
  182. text.BackgroundTransparency = 1
  183. text.TextTransparency = 0
  184. text.TextStrokeTransparency = 0
  185. text.Font = "Bodoni"
  186. text.TextStrokeColor3 = Color3.new(225, 17, 215)
  187. txt.MaxDistance = 10
  188.  
  189. v=Instance.new("Part")
  190. v.Name = "ColorBrick"
  191. v.Parent=plr.Character
  192. v.FormFactor="Symmetric"
  193. v.Anchored=true
  194. v.CanCollide=false
  195. v.BottomSurface="Smooth"
  196. v.TopSurface="Smooth"
  197. v.Size=Vector3.new(10,5,3)
  198. v.Transparency=1
  199. v.CFrame=char.Torso.CFrame
  200. v.BrickColor=BrickColor.new("Toothpaste")
  201. v.Transparency=1
  202. text.TextColor3 = Color3.new(1,1,1)
  203. v.Shape="Block"
  204. text.Text = "BACON LEADER"
  205. char.Humanoid.WalkSpeed = 75
  206.  
  207.  
  208. for _, a in pairs(char:children()) do
  209. if a:IsA'Accessory' then
  210. a:Destroy()
  211. elseif a:IsA'Part' then
  212. a.BrickColor = BrickColor:Random()
  213.  
  214. end
  215. end
  216. if char.Shirt == nil then
  217. Instance.new("Pants", char)
  218. Instance.new("Shirt", char)
  219. end
  220. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=144076357"
  221. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=144076759"
  222.  
  223. local Hair = Instance.new("Part")
  224. Hair.Parent = char
  225. Hair.Name = "Bacon"
  226. Hair.Size = Vector3.new(0.1, 0.1, 0.1)
  227. Hair.CFrame = char.Head.CFrame
  228. Hair:BreakJoints()
  229. Hair.CanCollide = false
  230. Hair.BrickColor = BrickColor.new("New Yeller")
  231. Hair.TopSurface = "Smooth"
  232. Hair.BottomSurface = "Smooth"
  233. Weld = Instance.new("Weld")
  234. Weld.Name = "Weld"
  235. Weld.Part0 = char.Head
  236. Weld.Part1 = Hair
  237. Weld.Parent = char.Head
  238. Weld.C0 = CFrame.new(0, 0.25, -0.2)*CFrame.fromEulerAnglesXYZ(0.1, 0, 0)
  239. Mesh = Instance.new("SpecialMesh")
  240. Mesh.Parent = Hair
  241. Mesh.MeshId = "http://www.roblox.com/asset/?id=83293901"
  242. Mesh.TextureId = "http://www.roblox.com/asset/?id=83284747"
  243. Mesh.Scale = Vector3.new(1, 1.05, 1)
  244. char.Head.face.Texture = "rbxassetid://664468442"
  245.  
  246. num = 1
  247. cooldown = false
  248. rand = math.random(1,2)
  249.  
  250. for i = 1,Bacons do
  251. wait()
  252. char.Archivable = true
  253. numb = math.random(1,3)
  254. clone = char:Clone()
  255. clone.Humanoid.WalkSpeed = 100
  256. clone.Humanoid.Name = "Bacon Soldier"
  257. --
  258. for _, a in pairs(clone:children()) do
  259. if a:IsA'BillboardGui' then
  260. a:Destroy()
  261. elseif a:IsA'Sound' then
  262. a.Playing = false
  263. end
  264. end
  265. local txt = Instance.new("BillboardGui", clone)
  266. txt.Adornee = clone .Head
  267. txt.Name = "thingy"
  268. txt.Size = UDim2.new(2, 0, 1.2, 0)
  269. txt.StudsOffset = Vector3.new(-1, 2, 0)
  270. local text = Instance.new("TextLabel", txt)
  271. text.Size = UDim2.new(2, 0, 0.6, 0)
  272. text.FontSize = "Size24"
  273. text.TextScaled = true
  274. text.TextTransparency = 0
  275. text.BackgroundTransparency = 1
  276. text.TextTransparency = 0
  277. text.TextStrokeTransparency = 0
  278. text.Font = "Bodoni"
  279. text.TextStrokeColor3 = Color3.new(225, 17, 215)
  280.  
  281. v=Instance.new("Part")
  282. v.Name = "ColorBrick"
  283. v.Parent=clone
  284. v.FormFactor="Symmetric"
  285. v.Anchored=true
  286. v.CanCollide=false
  287. v.BottomSurface="Smooth"
  288. v.TopSurface="Smooth"
  289. v.Size=Vector3.new(10,5,3)
  290. v.Transparency=1
  291. v.CFrame=clone.Torso.CFrame
  292. v.BrickColor=BrickColor.new("Toothpaste")
  293. v.Transparency=1
  294. text.TextColor3 = Color3.new(1,1,1)
  295. v.Shape="Block"
  296. text.Text = "-"
  297. --
  298. local Hair = Instance.new("Part")
  299. Hair.Parent = clone
  300. Hair.Name = "Bacon"
  301. Hair.Size = Vector3.new(0.1, 0.1, 0.1)
  302. Hair.CFrame = clone.Head.CFrame
  303. Hair:BreakJoints()
  304. Hair.CanCollide = false
  305. Hair.BrickColor = BrickColor.new("New Yeller")
  306. Hair.TopSurface = "Smooth"
  307. Hair.BottomSurface = "Smooth"
  308. Weld = Instance.new("Weld")
  309. Weld.Name = "Weld"
  310. Weld.Part0 = clone.Head
  311. Weld.Part1 = Hair
  312. Weld.Parent = clone.Head
  313. Weld.C0 = CFrame.new(0, 0.25, -0.2)*CFrame.fromEulerAnglesXYZ(0.1, 0, 0)
  314. Mesh = Instance.new("SpecialMesh")
  315. Mesh.Parent = Hair
  316. Mesh.MeshId = "http://www.roblox.com/asset/?id=83293901"
  317. Mesh.TextureId = "http://www.roblox.com/asset/?id=83284747"
  318. Mesh.Scale = Vector3.new(1, 1.05, 1)
  319. --
  320. for _, a in pairs(clone:children()) do
  321. if a:IsA'Part' then
  322. a.BrickColor = BrickColor:Random()
  323. end
  324. end
  325. if numb == 1 then
  326. clone.Head.face.Texture = "rbxassetid://1304527161"
  327. text.Text = "BACON RULE THE WORLD"
  328. elseif numb == 2 then
  329. clone.Head.face.Texture = "rbxassetid://987047828"
  330. text.Text = "LOL FREE ROBLOX CASH"
  331. else
  332. clone.Head.face.Texture = "rbxassetid://664468442"
  333. text.Text = "WOWWOW I GOT ROBLOX CASH YAY"
  334. end
  335. table.insert(clones,clone)
  336. end
  337.  
  338. sou = Instance.new("Sound", char.Torso)
  339. sou.SoundId = "rbxassetid://1463709693"
  340. sou.Looped = true
  341. sou.Volume = 2.5
  342. sou.Pitch = 1.4
  343. sou:Play()
  344.  
  345. for _, a in pairs(clones) do
  346. a.Parent = char
  347. a:MoveTo(root.Position + Vector3.new(math.random(1,10),math.random(1,10),math.random(1,10)))
  348. end
  349.  
  350. while wait(0.3) do
  351. number = #clones
  352. position = root.CFrame
  353. protecting = false
  354. if aa == nil then
  355. followplr = true
  356. elseif aa ~= nil then
  357. followplr = false
  358. end
  359. for _, a in pairs(clones) do
  360. if a:FindFirstChildOfClass'Humanoid' and followplr then
  361. a:FindFirstChildOfClass'Humanoid':MoveTo(root.Position + Vector3.new(math.random(-40,40),0,math.random(-40,40)))
  362. end
  363. end
  364. rand = math.random(1,10)
  365. if rand == 5 then
  366. for i = 1,3 do
  367. random = clones[math.random(1,#clones)]
  368. rand = math.random(1,2)
  369. if rand == 1 then
  370. wait()
  371. else
  372. wait()
  373. end
  374. end
  375. end
  376. end
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement