Roblox Script Excavator Hack

All you require is a roblox hack executor and a script to execute it in any game you desire! There is no problem with finding games as our scripts section provides enough games for your enjoyment. There are hacks/exploits added every thursday and tuesday. free exploit!! roblox script executor 😍 working 2019 hack all games using free roblox executor download now and has jailbreak insane hacks!!!

Apr 30th, 2018
Excavator

Roblox Script Excavator Hack Pc

Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. attachment4 = Instance.new('Attachment',player.Character['Right Leg'])
  2. attachment5 = Instance.new('Attachment',player.Character['Right Leg'])
  3. attachment6 = Instance.new('Attachment',player.Character['Right Leg'])
  4. attachment7 = Instance.new('Attachment',player.Character['Right Leg'])
  5. attachment5.Position = Vector3.new(-0.5, -0.7, -0.5)
  6. attachment6.Position = Vector3.new(-0.5, -0.7, 0.5)
  7. attachment7.Position = Vector3.new(0.5, -1, -0.5)
  8. trail2 = Instance.new('Trail',player.Character['Right Leg'])
  9. trail3 = Instance.new('Trail',player.Character['Right Leg'])
  10. trail2.Attachment1 = attachment5
  11. trail3.Attachment1 = attachment7
  12. trail2.Lifetime = 1.5
  13. trail3.MaxLength = 0
  14. trail3.MinLength = 0
  15. --#----------#--
  16. attachment0 = Instance.new('Attachment',player.Character['Left Leg'])
  17. attachment1 = Instance.new('Attachment',player.Character['Left Leg'])
  18. attachment2 = Instance.new('Attachment',player.Character['Left Leg'])
  19. attachment3 = Instance.new('Attachment',player.Character['Left Leg'])
  20. attachment1.Position = Vector3.new(-0.5, -0.7, -0.5)
  21. attachment2.Position = Vector3.new(-0.5, -0.7, 0.5)
  22. attachment3.Position = Vector3.new(0.5, -1, -0.5)
  23. trail0 = Instance.new('Trail',player.Character['Left Leg'])
  24. trail1 = Instance.new('Trail',player.Character['Left Leg'])
  25. trail0.Attachment1 = attachment1
  26. trail1.Attachment1 = attachment3
  27. trail0.Lifetime = 1.5
  28. trail1.MaxLength = 0
  29. trail1.MinLength = 0
  30. --#--------------------#--
  31. ff = Instance.new('ForceField', player.Character)
  32. wait()
  33. game.Workspace.CaptainFiliNox.Humanoid.Health = 100
RAW Paste Data
Apr 23rd, 2020
Never
Roblox
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. -- TP TO ANY PLAYER IN YOUR GAME YOU YOUST NEED THE NAME
  2. -- IF YOU WANT TO GET THE NAME EASILY PRESS F9 + CTRL I WROTE THEM THERE ;)
  3. -- SOME GAMES WILL KICK YOU OR BAN YOU FOR TELEPROTING
  4. -- USE AT YOUR ON RISK IF YOU GET BANNED DONT BLAME ME
  5. local UI = Instance.new('ScreenGui')
  6. local title = Instance.new('TextLabel')
  7. local tpB = Instance.new('TextButton')
  8. local titleText ='Script by 5C_G. Write the name of the player you want to TP to IN GAME. Remeber there are some games that kick you for teleproting. Use at your own RISK.'
  9. main_frame.Size = UDim2.new(0,223,0,202)
  10. main_frame.BorderSizePixel =0
  11. main_frame.BackgroundColor3 = Color3.fromRGB(0,0,0)
  12. title.Parent = main_frame
  13. title.Position = UDim2.new(-0.004,0,-0.004,0)
  14. title.TextScaled =true
  15. title.BorderColor3 = Color3.fromRGB(255,255,255)
  16. injector.Size = UDim2.new(0,153,0,42)
  17. injector.Text ='
  18. injector.BackgroundColor3 = Color3.fromRGB(85,0,0)
  19. injector.TextColor3 = Color3.fromRGB(0,0,0)
  20. tpB.Parent = main_frame
  21. tpB.Position = UDim2.new(0.803,0,0.634,0)
  22. tpB.TextScaled =true
  23. tpB.BorderSizePixel =0
  24. for _, playerss inpairs(game.Players:GetChildren())do
  25. print('('..playerss.Name..') <-- 5C_G WROTE THIS')
  26. tpB.Activated:Connect(function()
  27. for _, players inpairs(game.Players:GetChildren())do
  28. local playerChar = players.Character
  29. player.HumanoidRootPart.CFrame = playerHMRP.CFrame
  30. end
  31. print('SORRY YOU WONT TP TO THE CREATOR OF THE SCRIPT LOLOLOL')-- made this for fun
  32. end
RAW Paste Data