Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TweeningSpeed = 30
- --Step1
- local plr = game:GetService("Players").LocalPlayer
- local mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "z" then
- local oldnamecall
- oldnamecall = hookmetamethod(game, "__namecall", function(self, ...)
- local args = {...}
- if getnamecallmethod() == "FireServer" and self.Name == "Async" and args[2] == "FallDamageServer" then
- return
- end
- return oldnamecall(self, ...)
- end)
- end
- end)
- --Step2
- local plr = game:GetService("Players").LocalPlayer
- local mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "x" then
- local New_CFrame = CFrame.new(1853, 1208, -1603)
- local ts = game:GetService("TweenService")
- local uis = game:GetService("UserInputService")
- local char = game.Players.LocalPlayer.Character
- local part = char.HumanoidRootPart
- local ti = TweenInfo.new(TweeningSpeed, Enum.EasingStyle.Linear)
- local tp = {CFrame = New_CFrame}
- ts:Create(part, ti, tp):Play()
- end
- end)
- --Step4
- local plr = game:GetService("Players").LocalPlayer
- local mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "c" then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1757, 1208, -1588)
- end
- end)
- --Step6
- local plr = game:GetService("Players").LocalPlayer
- local mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "v" then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1829, 1208, -1570)
- end
- end)
- --Step8
- local plr = game:GetService("Players").LocalPlayer
- local mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "b" then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1858, 1208, -1608)
- end
- end)
- --Step9
- local plr = game:GetService("Players").LocalPlayer
- local mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "n" then
- local x = {}
- for _, v in ipairs(game:GetService("HttpService"):JSONDecode(game:HttpGetAsync("https://games.roblox.com/v1/games/" .. game.PlaceId .. "/servers/Public?sortOrder=Asc&limit=100")).data) do
- if type(v) == "table" and v.maxPlayers > v.playing and v.id ~= game.JobId then
- x[#x + 1] = v.id
- end
- end
- if #x > 0 then
- game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId, x[math.random(1, #x)])
- end
- end
- end)
- local plr = game:GetService("Players").LocalPlayer
- local mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "k" then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1714, 1325, -1617)
- end
- end)
- local plr = game:GetService("Players").LocalPlayer
- local mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "j" then
- local New_CFrame = CFrame.new(826, 758, -2248)
- local ts = game:GetService("TweenService")
- local uis = game:GetService("UserInputService")
- local char = game.Players.LocalPlayer.Character
- local part = char.HumanoidRootPart
- local ti = TweenInfo.new(TweeningSpeed, Enum.EasingStyle.Linear)
- local tp = {CFrame = New_CFrame}
- ts:Create(part, ti, tp):Play()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement