Red Killer

Results 8 comments of Red Killer

https://en.wikipedia.org/wiki/Fair_use

It wouldn't be that suspect if you say its an cheat for csgo or something because they often get false detections

@andreisaikouski A bit late but here is the code I use which works fine: ``` const calcHash = (email: string) => crypto .createHmac("sha256", process.env.TAWK_API_KEY!) .update(email) .digest("hex"); ```

Yep got the same issue looks very ugly ![image](https://github.com/hCaptcha/react-hcaptcha/assets/59504268/bef74b88-b392-4c74-98a2-3c9e87ff305f)

I know its late but to fix it navigate into server/main.lua go to line 404 and replace following code: ``` AddEventHandler('onResourceStop', function() DeleteEntity(PoledancePed1) DeleteEntity(PoledancePed2) print("Ped succesfully deleted") end) ``` replace...