Advertisement
rip_purpleguy

Anticheat bypass for doors.

Apr 4th, 2023 (edited)
2,666
2
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.04 KB | Source Code | 2 0
  1. local LocalPlayer = game.Players.LocalPlayer
  2. local m = Instance.new("Message")
  3. m.Parent=game.Workspace
  4. m.Text = "dont click confirm in the item shop, instead just follow these"
  5. wait(3)
  6. m.Text = "Exploits should appear after the following messages"
  7. wait(2)
  8. m.Text = "In infinite yield, type noclip and go out of the elevator"
  9. wait(3)
  10. m.Text = "Then in MSDOORS, you can enable any thing of your choice"
  11. wait(5)
  12. m.Text = "Recommended: FullBright, Fov-95, Speed 18, Esp: Door, Items, Entities. No eyes damage,notify entities"
  13. wait(5)
  14. m.Text = "Made by Dudeitsokayletsplayy,Credits for msdoors in their credit section,inf yield credits at their credits section"
  15. wait(3)
  16. m:Remove()
  17. wait()
  18.  
  19. game.Players.LocalPlayer.PlayerGui.MainUI.ItemShop.Visible = false
  20.  
  21. game.ReplicatedStorage.ClientModules.EntityModules:Destroy()
  22.  
  23. loadstring(game:HttpGet(("https://raw.githubusercontent.com/mstudio45/poopdoors_edited/main/poopdoors_edited.lua"),true))()
  24.  
  25. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement