Roblox One Punch Man Online Hack

  

Script ↓Download: ⚡️Hey guys! This is Roblox One Punch Man: Destiny Script H.

May 4th, 2017
Never
Roblox
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. plr = game.Players.'PlayerName'---or you can just type LocalPlayer and it will set to you
  2. plr.Data.Level.Value = 500----makes you rank S
  3. plr.Data.Str.Value = 1000000000---makes you a real Saitama you can add more zeros
  4. plr.Data.Hea.Value = 1000000000---your health
  5. plr.Data.Class.Value = 1-------change numbers between 1 saitama 2 cyborg 3 esper 4 ninja
Jul 22nd, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. meleeRemote = mainRemotes['meleeEvent']
  2. punching = false
  3. cooldown = true
  4. local part = Instance.new('Part', game.Players.LocalPlayer.Character)
  5. part.Size = Vector3.new(5, 2, 3)
  6. local w1 = Instance.new('Weld', part)
  7. w1.Part0 = game.Players.LocalPlayer.Character.Torso
  8. w1.C1 = CFrame.new(0,0,2)
  9. if game.Players:FindFirstChild(hit.Parent.Name) then
  10. local plr = game.Players:FindFirstChild(hit.Parent.Name)
  11. if plr.Name ~= game.Players.LocalPlayer.Name then
  12. meleeRemote:FireServer(plr)
  13. end
  14. end)
  15. wait(1)
  16. part:Destroy()
  17. mouse.KeyDown:connect(function(key)
  18. if key:lower() 'f' then
  19. punch()
  20. end
  21. end)
Online

Roblox One Punch Man