Download ROBLOX ESP - ROBLOX HACKs / Cheats: Roblox Hacks & Cheats: 20: May 10, 2015: D: Question Roblox Cheat - Aimbot Mouse Rebound: Questions & Answers - Hacking Help: 4: Jul 16, 2020: Question Can I post my roblox scripts here? Roblox Hacks & Cheats: 1: May 13, 2020: Source Code Roblox Cheat - How to get Datamodel and RenderView from. The best place for premium safe free roblox exploits, cheats and hacks - The best new working hacks for roblox, all of this and more from Hynos. Nuevo HACK EXPLOIT con varios comando de ADMIN, TELEPORT, LUA C & MUCHO MAS!! Nuevo HACK EXPLOIT con varios comando de ADMIN, TELEPORT, LUA C & MUCHO MAS!! (JJsploit) Canal de Santy GFX.
May 6th, 2017
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- -- Now with a gui
- admins ={'lotushomerun','Your Name Here'}-- People who don't get teleported
- -- the place where your players are teleported to
- tptitle = game:GetService('MarketplaceService'):GetProductInfo(id).Name
- tpcreator = game:GetService('MarketplaceService'):GetProductInfo(id).Creator
- tpcreatorname = game:GetService('MarketplaceService'):GetProductInfo(id).Creator.Name
- tpcreatorid = game:GetService('MarketplaceService'):GetProductInfo(id).Creator.CreatorTargetId
- tpdescription = game:GetService('MarketplaceService'):GetProductInfo(id).Description
- function tpgui()
- local tpscreengui = Instance.new('ScreenGui', v.PlayerGui)
- frame1.BackgroundColor3 = Color3.new(93/255,93/255,93/255)
- local textlabel1 = Instance.new('TextLabel', frame1)
- textlabel1.Position = UDim2.new(0,0,0,0)
- textlabel1.Font ='SourceSansItalic'
- textlabel1.BackgroundTransparency =1
- local thumbnail = Instance.new('ImageLabel', frame1)
- thumbnail.Size = UDim2.new(0.25,0,0.25,0)
- thumbnail.Image ='http://www.roblox.com/Thumbs/Asset.ashx?format=png&width=420&height=230&assetId='..id
- local placetitle = Instance.new('TextLabel', frame1)
- placetitle.TextScaled =true
- placetitle.Text = tptitle
- placetitle.TextColor3 = Color3.new(1,1,1)
- local creatortitle = Instance.new('TextLabel', frame1)
- creatortitle.TextScaled =true
- creatortitle.Text ='Creator'
- creatortitle.TextColor3 = Color3.new(1,1,1)
- local creatorimage = Instance.new('ImageLabel', frame1)
- creatorimage.Position = UDim2.new(0.06,0,0.425,0)
- creatorimage.Image ='http://www.roblox.com/thumbs/avatar.ashx?x=352&y=352&format=png&username='..tpcreatorname
- local creatorname = Instance.new('TextLabel', frame1)
- creatorname.Position = UDim2.new(0,0,0.65,0)
- creatorname.Font ='Cartoon'
- creatorname.BackgroundTransparency =1
- local creatorid = Instance.new('TextLabel', frame1)
- creatorid.TextScaled =true
- creatorid.Text ='Creator ID: '..tpcreatorid
- creatorid.TextColor3 = Color3.new(1,1,1)
- local gameid = Instance.new('TextLabel', frame1)
- gameid.TextScaled =true
- gameid.Text ='Game ID: '..id
- gameid.TextColor3 = Color3.new(1,1,1)
- local descriptiontitle = Instance.new('TextLabel', frame1)
- descriptiontitle.TextScaled =true
- descriptiontitle.Text ='Description'
- descriptiontitle.TextColor3 = Color3.new(1,1,1)
- descriptiontitle.Position = UDim2.new(0.6,0,0.3,0)
- local description = Instance.new('TextLabel', frame1)
- description.TextScaled =true
- description.Text = tpdescription
- description.TextColor3 = Color3.new(1,1,1)
- end
- tpgui()
- h.Text = 'You are heading to ' ..tptitle..' by '..tpcreatorname..'!' -- the teleport count or how much people have been teleported]]
- for _, admins inpairs(admins)do
- returntrue
- end
- for i, v inpairs(game.Players:GetPlayers())do
- while wait()do
- game:service('TeleportService'):Teleport(id,v.Character)
- end
- function PlayerEntered(player)
- ifnot TrueIfAllowed(player.Name)then
- game:service('TeleportService'):Teleport(id,player.Character)
- tpcount = tpcount +1
- --h.Text = 'You are heading to ' ..tptitle..' by '..tpcreatorname..'!'
- end
Teleport Script Roblox Pastebin
RAW Paste Data
Roblox Lua Hack Teleport Pastebin
Teleport Script Roblox
Mar 27th, 2020
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- -- https://v3rmillion.net/showthread.php?tid=542892
- -- Note that this was not made by me.
- local TextBox = Instance.new('TextBox')
- -- Properties
- ScreenGui.Parent = game.CoreGui
- TextBox.Parent = ScreenGui
- TextBox.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
- TextBox.Size = UDim2.new(0, 150, 0, 25)
- TextBox.Text = 'Insert Player Name'
- TextBox.TextScaled = true
- TextBox.TextWrapped = true
- -- Scripts
- game:GetService('UserInputService').InputBegan:connect(function(key)
- if key.KeyCode Enum.KeyCode.E then --Replace E with the key you would like to be pressed
- local plr1 = game.Players.LocalPlayer.Character
- local plr2 = game.Workspace:FindFirstChild(ooooooof)
- plr1.HumanoidRootPart.CFrame = plr2.HumanoidRootPart.CFrame * CFrame.new(0,2,0)
- end)