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!
  1. --[[
  2. After executing the script, please wait until you are able to move your character again.
  3. https://v3rmillion.net/member.php?action=profile&uid=785986
  4. guess who's back. nothing special here, just some minor adjustments
  5. local toolamount = 10 -- Amount of tools you want to get
  6. -- 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
  7. local LocalPlayer, runservice = game:GetService('Players').LocalPlayer, game:GetService('RunService')
  8. LocalPlayer.Character:FindFirstChild('Humanoid'):UnequipTools()
  9. local tempchar, lastchar, savepos, currentamount = LocalPlayer.Character:Clone(), nil, LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame, #LocalPlayer.Backpack:GetChildren()
  10. repeat
  11. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  12. tool.Parent = LocalPlayer
  13. end
  14. local char = Instance.new('Model', workspace)
  15. LocalPlayer.Character = char
  16. lastchar:Destroy()
  17. repeat runservice.Heartbeat:Wait() until LocalPlayer.Character ~= nil
  18. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild('Humanoid')
  19. until #LocalPlayer:GetChildren() - 2 - currentamount >= toolamount and LocalPlayer.Character:FindFirstChild('HumanoidRootPart') ~= nil
  20. workspace.CurrentCamera.CameraSubject = LocalPlayer.Character:FindFirstChild('Humanoid')
  21. for _, tool in pairs(LocalPlayer:GetChildren()) do
  22. tool.Parent = LocalPlayer.Backpack
  23. end
  24. LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = savepos
  25. Save Tools On Respawn
  26. Code:
  27. Cyclically's Save Tools On Respawn
  28. After executing the script, please wait until you are able to move your character again.
  29. https://v3rmillion.net/member.php?action=profile&uid=785986
  30. this is so simple but some people wanted it
  31. -- 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
  32. local LocalPlayer = game:GetService('Players').LocalPlayer
  33. LocalPlayer.Character:WaitForChild('Humanoid').Died:Connect(function()
  34. LocalPlayer.Character:FindFirstChild('Humanoid'):UnequipTools()
  35. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  36. tool.Parent = LocalPlayer
  37. end
  38. end
  39. LocalPlayer.CharacterAdded:Connect(function(char)
  40. for _, tool in pairs(LocalPlayer:GetChildren()) do
  41. tool.Parent = LocalPlayer.Backpack
  42. end
  43. 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!
  1. Cyclically's FE Tool Duplicate Tools V2
  2. After executing the script, please wait until you are able to move your character again.
  3. https://v3rmillion.net/member.php?action=profile&uid=785986
  4. local toolamount = 10 -- Amount of tools you want to duplicate
  5. -- 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
  6. local LocalPlayer = game:GetService('Players').LocalPlayer
  7. local savepos = LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame
  8. LocalPlayer.Character:FindFirstChild('Humanoid'):UnequipTools()
  9. local currentamount = #LocalPlayer.Backpack:GetChildren()
  10. local tempchar = LocalPlayer.Character:Clone()
  11. repeat
  12. workspace.CurrentCamera.CameraSubject = tempchar:FindFirstChild('Humanoid')
  13. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  14. tool.Parent = LocalPlayer
  15. end
  16. local char = Instance.new('Model', workspace)
  17. Instance.new('Humanoid', char)
  18. repeat wait() until LocalPlayer.Character
  19. until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount
  20. char:Destroy()
  21. repeat wait() until LocalPlayer.Character:FindFirstChild('HumanoidRootPart')
  22. LocalPlayer.Character:FindFirstChild('HumanoidRootPart').CFrame = savepos
  23. for _, tool in pairs(LocalPlayer:GetChildren()) do
  24. tool.Parent = LocalPlayer.Backpack
  25. end

Roblox Duplicate Tool Script Hack Download

Script

Roblox Duplicate Tool Script Hacks

RAW Paste Data