JaredScar / Badger-Anticheat

Badger's Official Anticheat [code inspirations from DevLanceGood and Bluethefurry on GitHub]
MIT License
44 stars 29 forks source link

Update client.lua #20

Closed justmaiklas closed 3 years ago

justmaiklas commented 3 years ago

This crashes (freezes) client, because "if" is not executed, so is wait(1). And we all know, that while loop must execute Wait() function no matter what (however, not always if trying to crash client:D) :)

JaredScar commented 3 years ago

Great catch! Merged, thanks!