Advertisement
Guest User

Dungeon Quest

a guest
Mar 25th, 2019
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. game.Workspace.khoacute456.Humanoid.HipHeight = 5
  2. game.Workspace.khoacute456.Humanoid.WalkSpeed = 100
  3. noclip = true
  4. game:GetService('RunService').Stepped:connect(function()
  5. if noclip then
  6. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  7. end
  8. end)
  9. plr = game.Players.LocalPlayer
  10. mouse = plr:GetMouse()
  11. mouse.KeyDown:connect(function(key)
  12.  
  13. if key == "e" then
  14. noclip = not noclip
  15. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  16. end
  17. end)
  18. print('Created by FileExplorer')
  19. print('Credits to Peyton for the ChangeState part of this script')
  20. _G.SpammingTimes = 25 -- how many times it spams the spell
  21. loadstring(game:HttpGet('http://hamiii.thundermods.com/DungeonQuest.txt',true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement