Advertisement
nhokp

firework

Mar 6th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. --[[
  2. BY DarkP
  3. - Auto-Farm
  4. - Infinite BackPack
  5. ]]--
  6. game.StarterGui:SetCore("SendNotification",{["Title"]="AutoFarm & Infinite BackPack",["Text"]="Make by JBhappy2",["Duration"]=15})warn("Make by JBhappy")local a=game.ReplicatedStorage.Comm.Events['RefillFireworks']local b={[1]="Firework Stand",[2]=Workspace.Areas.Plains.Landmarks["Firework Stand"].Configuration,[3]=Workspace.Areas.Plains.Landmarks["Firework Stand"]}local c=game.Players.LocalPlayer.PlayerGui.HUD.Left.Backpack;if game.Players.LocalPlayer.PlayerGui.Prompt:FindFirstChild("Log")then game.Players.LocalPlayer.PlayerGui.Prompt:FindFirstChild("Log"):Destroy()end;if c.Parent:FindFirstChild("InfiniteBackPackByJBhappy2")then c.Parent:FindFirstChild("InfiniteBackPackByJBhappy2"):Destroy()end;local d=c:Clone()d.Parent=c.Parent;d.Name="InfiniteBackPackByJBhappy2"d.Label.Text="∞"d.Visible=true;c.Visible=false;while wait(1)do a:FireServer(unpack(b))game.ReplicatedStorage.Comm.Events['ActivateFirework']:FireServer()end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement