Red Killer
Red Killer
Just use TeamViewer?
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 
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...