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
Roblox Script Excavator Hack Pc
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- attachment4 = Instance.new('Attachment',player.Character['Right Leg'])
- attachment5 = Instance.new('Attachment',player.Character['Right Leg'])
- attachment6 = Instance.new('Attachment',player.Character['Right Leg'])
- attachment7 = Instance.new('Attachment',player.Character['Right Leg'])
- attachment5.Position = Vector3.new(-0.5, -0.7, -0.5)
- attachment6.Position = Vector3.new(-0.5, -0.7, 0.5)
- attachment7.Position = Vector3.new(0.5, -1, -0.5)
- trail2 = Instance.new('Trail',player.Character['Right Leg'])
- trail3 = Instance.new('Trail',player.Character['Right Leg'])
- trail2.Attachment1 = attachment5
- trail3.Attachment1 = attachment7
- trail2.Lifetime = 1.5
- trail3.MaxLength = 0
- trail3.MinLength = 0
- --#----------#--
- attachment0 = Instance.new('Attachment',player.Character['Left Leg'])
- attachment1 = Instance.new('Attachment',player.Character['Left Leg'])
- attachment2 = Instance.new('Attachment',player.Character['Left Leg'])
- attachment3 = Instance.new('Attachment',player.Character['Left Leg'])
- attachment1.Position = Vector3.new(-0.5, -0.7, -0.5)
- attachment2.Position = Vector3.new(-0.5, -0.7, 0.5)
- attachment3.Position = Vector3.new(0.5, -1, -0.5)
- trail0 = Instance.new('Trail',player.Character['Left Leg'])
- trail1 = Instance.new('Trail',player.Character['Left Leg'])
- trail0.Attachment1 = attachment1
- trail1.Attachment1 = attachment3
- trail0.Lifetime = 1.5
- trail1.MaxLength = 0
- trail1.MinLength = 0
- --#--------------------#--
- ff = Instance.new('ForceField', player.Character)
- wait()
- game.Workspace.CaptainFiliNox.Humanoid.Health = 100
RAW Paste Data
Apr 23rd, 2020
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- -- TP TO ANY PLAYER IN YOUR GAME YOU YOUST NEED THE NAME
- -- IF YOU WANT TO GET THE NAME EASILY PRESS F9 + CTRL I WROTE THEM THERE ;)
- -- SOME GAMES WILL KICK YOU OR BAN YOU FOR TELEPROTING
- -- USE AT YOUR ON RISK IF YOU GET BANNED DONT BLAME ME
- local UI = Instance.new('ScreenGui')
- local title = Instance.new('TextLabel')
- local tpB = Instance.new('TextButton')
- 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.'
- main_frame.Size = UDim2.new(0,223,0,202)
- main_frame.BorderSizePixel =0
- main_frame.BackgroundColor3 = Color3.fromRGB(0,0,0)
- title.Parent = main_frame
- title.Position = UDim2.new(-0.004,0,-0.004,0)
- title.TextScaled =true
- title.BorderColor3 = Color3.fromRGB(255,255,255)
- injector.Size = UDim2.new(0,153,0,42)
- injector.Text ='
- injector.BackgroundColor3 = Color3.fromRGB(85,0,0)
- injector.TextColor3 = Color3.fromRGB(0,0,0)
- tpB.Parent = main_frame
- tpB.Position = UDim2.new(0.803,0,0.634,0)
- tpB.TextScaled =true
- tpB.BorderSizePixel =0
- for _, playerss inpairs(game.Players:GetChildren())do
- print('('..playerss.Name..') <-- 5C_G WROTE THIS')
- tpB.Activated:Connect(function()
- for _, players inpairs(game.Players:GetChildren())do
- local playerChar = players.Character
- player.HumanoidRootPart.CFrame = playerHMRP.CFrame
- end
- print('SORRY YOU WONT TP TO THE CREATOR OF THE SCRIPT LOLOLOL')-- made this for fun
- end
RAW Paste Data