Mar 7th, 2020
Contribute to BammyWahmmy/ROBLOX-EXPLOIT-SCRIPTS development by creating an account on GitHub.
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- --[[
- After executing the script, please wait until you are able to move your character again.
- https://v3rmillion.net/member.php?action=profile&uid=785986
- guess who's back. nothing special here, just some minor adjustments
- local toolamount = 10 -- Amount of tools you want to get
- -- Don't edit script unless you know what you're doing. If you wanna add this into a script, please give credits and message me on discord that you added it in a script at Cyclically#9215
- local LocalPlayer, runservice = game:GetService('Players').LocalPlayer, game:GetService('RunService')
- LocalPlayer.Character:FindFirstChild('Humanoid'):UnequipTools()
- local tempchar, lastchar, savepos, currentamount = LocalPlayer.Character:Clone(), nil, LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame, #LocalPlayer.Backpack:GetChildren()
- repeat
- for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
- tool.Parent = LocalPlayer
- end
- local char = Instance.new('Model', workspace)
- LocalPlayer.Character = char
- lastchar:Destroy()
- repeat runservice.Heartbeat:Wait() until LocalPlayer.Character ~= nil
- workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild('Humanoid')
- until #LocalPlayer:GetChildren() - 2 - currentamount >= toolamount and LocalPlayer.Character:FindFirstChild('HumanoidRootPart') ~= nil
- workspace.CurrentCamera.CameraSubject = LocalPlayer.Character:FindFirstChild('Humanoid')
- for _, tool in pairs(LocalPlayer:GetChildren()) do
- tool.Parent = LocalPlayer.Backpack
- end
- LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = savepos
- Save Tools On Respawn
- Code:
- Cyclically's Save Tools On Respawn
- After executing the script, please wait until you are able to move your character again.
- https://v3rmillion.net/member.php?action=profile&uid=785986
- this is so simple but some people wanted it
- -- Don't edit script unless you know what you're doing. If you wanna add this into a script, please give credits and message me on discord that you added it in a script at Cyclically#9215
- local LocalPlayer = game:GetService('Players').LocalPlayer
- LocalPlayer.Character:WaitForChild('Humanoid').Died:Connect(function()
- LocalPlayer.Character:FindFirstChild('Humanoid'):UnequipTools()
- for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
- tool.Parent = LocalPlayer
- end
- end
- LocalPlayer.CharacterAdded:Connect(function(char)
- for _, tool in pairs(LocalPlayer:GetChildren()) do
- tool.Parent = LocalPlayer.Backpack
- end
- end)
RAW Paste Data
Dec 21st, 2018
Never
Download Scripts Hacks For Roblox
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- Cyclically's FE Tool Duplicate Tools V2
- After executing the script, please wait until you are able to move your character again.
- https://v3rmillion.net/member.php?action=profile&uid=785986
- local toolamount = 10 -- Amount of tools you want to duplicate
- -- Don't edit script unless you know what you're doing. If you wanna add this into a script, please give credits and message me on discord that you added it in a script at Cyclically#4905
- local LocalPlayer = game:GetService('Players').LocalPlayer
- local savepos = LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame
- LocalPlayer.Character:FindFirstChild('Humanoid'):UnequipTools()
- local currentamount = #LocalPlayer.Backpack:GetChildren()
- local tempchar = LocalPlayer.Character:Clone()
- repeat
- workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild('Humanoid')
- for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
- tool.Parent = LocalPlayer
- end
- local char = Instance.new('Model', workspace)
- Instance.new('Humanoid', char)
- repeat wait() until LocalPlayer.Character
- until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
- char:Destroy()
- repeat wait() until LocalPlayer.Character:FindFirstChild('HumanoidRootPart')
- LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = savepos
- for _, tool in pairs(LocalPlayer:GetChildren()) do
- tool.Parent = LocalPlayer.Backpack
- end
Roblox Duplicate Tool Script Hack Download
Roblox Duplicate Tool Script Hacks
RAW Paste Data