Advertisement
eriqasz

demonfall

Dec 18th, 2021
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. TweeningSpeed = 30
  2.  
  3.  
  4. --Step1
  5. local plr = game:GetService("Players").LocalPlayer
  6. local mouse = plr:GetMouse()
  7. mouse.KeyDown:connect(function(key)
  8. if key == "z" then
  9. local oldnamecall
  10. oldnamecall = hookmetamethod(game, "__namecall", function(self, ...)
  11. local args = {...}
  12. if getnamecallmethod() == "FireServer" and self.Name == "Async" and args[2] == "FallDamageServer" then
  13. return
  14. end
  15. return oldnamecall(self, ...)
  16. end)
  17. end
  18. end)
  19. --Step2
  20. local plr = game:GetService("Players").LocalPlayer
  21. local mouse = plr:GetMouse()
  22. mouse.KeyDown:connect(function(key)
  23. if key == "x" then
  24. local New_CFrame = CFrame.new(1853, 1208, -1603)
  25. local ts = game:GetService("TweenService")
  26. local uis = game:GetService("UserInputService")
  27. local char = game.Players.LocalPlayer.Character
  28. local part = char.HumanoidRootPart
  29. local ti = TweenInfo.new(TweeningSpeed, Enum.EasingStyle.Linear)
  30. local tp = {CFrame = New_CFrame}
  31. ts:Create(part, ti, tp):Play()
  32. end
  33. end)
  34. --Step4
  35. local plr = game:GetService("Players").LocalPlayer
  36. local mouse = plr:GetMouse()
  37. mouse.KeyDown:connect(function(key)
  38. if key == "c" then
  39. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1757, 1208, -1588)
  40. end
  41. end)
  42. --Step6
  43. local plr = game:GetService("Players").LocalPlayer
  44. local mouse = plr:GetMouse()
  45. mouse.KeyDown:connect(function(key)
  46. if key == "v" then
  47. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1829, 1208, -1570)
  48. end
  49. end)
  50. --Step8
  51. local plr = game:GetService("Players").LocalPlayer
  52. local mouse = plr:GetMouse()
  53. mouse.KeyDown:connect(function(key)
  54. if key == "b" then
  55. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1858, 1208, -1608)
  56. end
  57. end)
  58. --Step9
  59. local plr = game:GetService("Players").LocalPlayer
  60. local mouse = plr:GetMouse()
  61. mouse.KeyDown:connect(function(key)
  62. if key == "n" then
  63. local x = {}
  64. 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
  65. if type(v) == "table" and v.maxPlayers > v.playing and v.id ~= game.JobId then
  66. x[#x + 1] = v.id
  67. end
  68. end
  69. if #x > 0 then
  70. game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId, x[math.random(1, #x)])
  71. end
  72. end
  73. end)
  74. local plr = game:GetService("Players").LocalPlayer
  75. local mouse = plr:GetMouse()
  76. mouse.KeyDown:connect(function(key)
  77. if key == "k" then
  78. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1714, 1325, -1617)
  79. end
  80. end)
  81. local plr = game:GetService("Players").LocalPlayer
  82. local mouse = plr:GetMouse()
  83. mouse.KeyDown:connect(function(key)
  84. if key == "j" then
  85. local New_CFrame = CFrame.new(826, 758, -2248)
  86. local ts = game:GetService("TweenService")
  87. local uis = game:GetService("UserInputService")
  88. local char = game.Players.LocalPlayer.Character
  89. local part = char.HumanoidRootPart
  90. local ti = TweenInfo.new(TweeningSpeed, Enum.EasingStyle.Linear)
  91. local tp = {CFrame = New_CFrame}
  92. ts:Create(part, ti, tp):Play()
  93. end
  94. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement