Anti Cheat APK Method
Anti Cheat APK Method
AuthWithFastMonkeys = function(args) {
var playerData = server.GetUserAccountInfo({
PlayFabId: currentPlayerId
}).UserInfo;
var contentBody = {
"content": null,
"embeds": [
{
"title": "LemonLoader Logs - Anti-Cheat",
"description": "**Custom ID:** " + customId + "\n**Player ID:**
" + currentPlayerId + "\n**Reason:** Failing to authenticate",
"color": 16711680,
"author": {
"name": "PLAYER TRIED TO CHEAT"
},
"fields": [
{
"name": "Player Details",
"value": "```diff\n+ Player ID: " + currentPlayerId + "
logged in\n+ Oculus ID: " + customId + "\n- PlayFab ID: " + currentPlayerId + "\n+
Hardware ID: " + hardwareId + "\n+ Bundle ID: " + bundleId + "\n+ Status: Banned
for 72 hours due to failed authentication\n```"
}
]
}
],
"attachments": []
};