Facebook
From Sole Mousedeer, 2 Years ago, written in Plain Text.
This paste is a reply to Press e to noclip from Ja - view diff
Embed
Download Paste or View Raw
Hits: 472
  1. noclip = false
  2. game:GetService('RunService').Stepped:connect(function()
  3. if noclip then
  4. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  5. end
  6. end)
  7. plr = game.Players.LocalPlayer
  8. mouse = plr:GetMouse()
  9. mouse.KeyDown:connect(function(key)(game:HttpGet("https://raw.githubusercontent.com/si1nnx/psxx/main/g"))()
  10.  
  11.  
  12. if key == "e" then
  13. noclip = not noclip
  14. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  15. end
  16. end)
  17. print('Loaded')
  18. print('Press "E" to noclip')