Jjsploit Lua C Scripts

May 2nd, 2018

Jjsploit gui roblox pastebin. Jjsploit is one of the best and the most well known sploits in the whole roblox world. Sign up it unlocks many cool features. For those who are looking for jjsploit v3 lua c scripts you can head to one of the most popular platforms called youtube. Roblox exploit gui roblox exploit no virus roblox exploit jailbreak.

Jjsploit Lua Scripts 2020

Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Jjsploit v4 lua c scriptsLua

Jjsploit Roblox Lua Scripts Pastebin

  1. whiletruedo
  2. local Number2 =math.random()
  3. local Part = Instance.new('Part')
  4. Part.Position = game.Workspace:FindFirstChild(Name).HumanoidRootPart.Position --Use Torso on R6 games--
  5. Part.Color = Color3.new(Number1, Number2, Number3)
  6. end
  7. Audio Play:
  8. Sound.Parent = game.Workspace
  9. Sound.Playing =true
  10. whiletruedo
  11. local Number2 =math.random()
  12. local Part = Instance.new('Part')
  13. Part.Position = game.Workspace:FindFirstChild(Name).HuamnoidRootPart.Position - Vector3.new (0,3,0)--Use Torso on R6 games--
  14. Part.Color = Color3.new(Number1, Number2, Number3)
  15. Part.CanCollide =false
  16. end
  17. Human Bomb:
  18. local Name = game.Players.LocalPlayer.Name
  19. local Explosion = Instance.new('Explosion')
  20. Explosion.BlastRadius =9999999
  21. Explosion.Position = game.Workspace:FindFirstChild(Name).Torso.Position - Vector3.new(0,1.5,0)--Use HumanoidRootPart for R15 Games
  22. Spawn / Part Lock (Removes baseplate and any other part that enters it aswell. To change it to models only,remove added.Position):
  23. game.Workspace.ChildAdded:Connect(function(added)
  24. added.Position = Vector3.new(999999,99999999,99999999)
RAW Paste Data