Roblox Splatoon Hack

Splatoon

Two years have passed since the release of Splatoon, and two years have also passed in the game world, leading to an evolution in fashion trends and new styles of weapons and gear. Staying fresh never looked so good. Game Submission kalomaze 3y Developer Nintendo EPD Homepage splatoon.nintendo.com Publisher.

Aug 23rd, 2016
Never

Roblox Splatoon Hack Skins

Roblox Splatoon Games

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. local Char = Me.Character
  2. local TickWait = 1
  3. local Dead = false
  4. local Tool = Instance.new('HopperBin', Me.Backpack)
  5. function NewPart(Parent)
  6. Part.CanCollide = false
  7. Part.Position = Position
  8. Part.BottomSurface = 'Smooth'
  9. Position = Position + Vector3.new(0,Part.Size.Y + 10,0)
  10. end
  11. local Model = Char:FindFirstChild('Bomb')
  12. Model.Name = 'Bomb'
  13. local Belt = NewPart(Model)
  14. local Weld = Instance.new('Weld', Belt)
  15. Weld.Part1 = Torso
  16. local Light = Instance.new('PointLight', Belt)
  17. Light.Brightness = 5
  18. local Beep = Instance.new('Sound', Belt)
  19. Beep.SoundId = 'http://www.roblox.com/asset/?id=282035551'
  20. ExplodeSound.SoundId = 'http://www.roblox.com/asset/?id='..(tonumber((math.ceil(1776.66^2)+17)..'.'..string.rep('36',3))*77)+0.00003 --144507765
  21. ExplodeSound.Volume = 100
  22. local Back = NewPart(Model)
  23. local Weld = Instance.new('Weld', Back)
  24. Weld.Part1 = Torso
  25. StrapLeft.Size = Vector3.new(0.2,0.5,1.6)
  26. Weld.Part0 = StrapLeft
  27. Weld.C0 = CFrame.new(0.65,-0.9,-0.2)
  28. local BuckleLeft = NewPart(Model)
  29. local Weld = Instance.new('Weld', BuckleLeft)
  30. Weld.Part1 = Torso
  31. StrapRight.Size = Vector3.new(0.2,0.5,1.6)
  32. Weld.Part0 = StrapRight
  33. Weld.C0 = CFrame.new(-0.65,-0.9,-0.2)
  34. local BuckleRight = NewPart(Model)
  35. local Weld = Instance.new('Weld', BuckleRight)
  36. Weld.Part1 = Torso
  37. TickWait = 0.3
  38. Mouse.Icon = 'http://www.roblox.com/asset/?id=9109985'
  39. Mouse.Button1Down:connect(function()
  40. Dead = true
  41. wait(1.4)
  42. local Explosion = Instance.new('Explosion', Workspace)
  43. Explosion.BlastPressure = 100000
  44. Explosion.ExplosionType = 'CratersAndDebris'
  45. Explosion.Hit:connect(function(Part, Distance)
  46. if Distance <= 10 then
  47. end
  48. end
  49. end)
  50. Tool.Deselected:connect(function()
  51. end)
  52. coroutine.wrap(function()
  53. wait(TickWait)
  54. Beep:Play()
  55. end)()