Jan 31st, 2018
Twitter: for more!
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- local gui = Instance.new('Frame')
- local credits = Instance.new('TextLabel')
- local bringbodies = Instance.new('TextButton')
- titan.Parent = game.CoreGui
- gui.Name ='gui'
- gui.Active =true
- gui.BackgroundColor3 = Color3.new(0.631373,1,0.54902)
- gui.Draggable =true
- gui.Position = UDim2.new(0.73456794,0,0.586314082,0)
- name.Parent = gui
- name.Size = UDim2.new(0,335,0,50)
- name.Text ='T I T A N S I M U L A T O R'
- name.TextSize =14
- credits.Name ='credits'
- credits.BackgroundColor3 = Color3.new(0,0,0)
- credits.Size = UDim2.new(0,335,0,25)
- credits.Text ='Made By Henryhulk#1896'
- credits.TextSize =14
- spampunch.Name ='spampunch'
- spampunch.BackgroundColor3 = Color3.new(0,0,0)
- spampunch.Position = UDim2.new(0.0626865625,0,0.26953125,0)
- spampunch.Font = Enum.Font.SourceSans
- spampunch.TextColor3 = Color3.new(1,1,1)
- while wait()do
- local Punch = game.Players.LocalPlayer.Backpack.Punch
- game.Players.LocalPlayer.Character.Punch:Activate()
- game.Players.LocalPlayer.Character.Punch:Activate()
- local PunchTwo = game.Players.LocalPlayer.Character.Punch
- PunchTwo.Parent = game.Players.LocalPlayer.Backpack
- end)
- bringbodies.Parent = gui
- bringbodies.Position = UDim2.new(0.540298522,0,0.26953125,0)
- bringbodies.Font = Enum.Font.SourceSans
- bringbodies.TextColor3 = Color3.new(1,1,1)
- local model = game.Players
- for i =1,#children do
- children[i].Character.UpperTorso.Anchored =true
- children[i].Character.UpperTorso.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- game.Players.LocalPlayer.Character.UpperTorso.Anchored =false
- game.Players.LocalPlayer.Character.UpperTorso.CFrame = children[i].Character.UpperTorso.CFrame
- end
- bringorbs.Parent = gui
- bringorbs.Position = UDim2.new(0.268656731,0,0.58203125,0)
- bringorbs.Font = Enum.Font.SourceSans
- bringorbs.TextColor3 = Color3.new(1,1,1)
- for i,v inpairs(game.Workspace:GetChildren())do
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end)