Facebook
From Ja, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 123749
  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)
  10.  
  11. if key == "e" then
  12. noclip = not noclip
  13. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  14. end
  15. end)
  16. print('Loaded')
  17. print('Press "E" to noclip')

Replies to Press e to noclip rss

Title Name Language When
Re: Press e to noclip Ample Bongo text 2 Years ago.
Re: Press e to noclip Lousy Rhinoceros text 2 Years ago.
Re: Press r to noclip Sharp Baboon text 2 Years ago.
Re: Press e to noclip Ungracious Madrill text 2 Years ago.
Re: Press e to noclip Capacious Dove text 2 Years ago.
Re: Press e to noclip Abrupt Leech text 2 Years ago.
Re: Press e to noclip Mungo Capybara text 2 Years ago.
Re: Press e to noclip Mustard Horse text 2 Years ago.
Re: Press e to noclip Soiled Leech text 2 Years ago.
Re: Press e to noclip Bulky Mousedeer text 2 Years ago.
Re: Press e to noclip Mungo Monkey text 2 Years ago.
Re: Press e to noclip igor text 2 Years ago.
Re: Press e to noclip Bulky Baboon text 2 Years ago.
Re: Press e to noclip Sweltering Sloth text 2 Years ago.
Re: Press e to noclip noclip = false game:GetService(' text 2 Years ago.
Re: Press e to noclip Sharp Tern text 2 Years ago.
Re: Press e to noclip Gracious Wigeon text 2 Years ago.
Re: Press e to noclip Sloppy Pudu text 2 Years ago.
Re: Press e to noclip Crimson Pelican text 2 Years ago.
Re:press e to noclip malik text 2 Years ago.
Re: Press e to noclip Ivory Bird text 2 Years ago.
Re: Press e to noclip Beige Macaw text 2 Years ago.
Re: Press e to noclip Harmless Crocodile text 2 Years ago.
Re: Press e to noclip Little Pheasant text 2 Years ago.
Re: Press e to noclip DRTR text 2 Years ago.
Re: Press e to noclip Torrid Octupus text 2 Years ago.
Re: Press e to noclip Reliable Monkey text 2 Years ago.
Re: Press e to noclip Tacky Cockroach text 2 Years ago.
Re: Press e to noclip Lousy Mousedeer text 2 Years ago.
Re: Press e to noclip Social Dove text 2 Years ago.
 < 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 >