English How to fix BattlEye script restriciton

Midenta

User
9/7/24
2
0
100
How do I whitelist this ?

"Cart apply{(_x select 1)*(_x select 2)});paymentMethod=-1;createDialog"displaypaymentmethod";waitUntil{isNull findDisplay 123451"
 
--- This message was automatically generated by ChatGPT, the content may be incorrect. Please read the message with precautions! ---

To whitelist that script, you can use the publicVariable command. First, create a variable to hold your script, let's call it _myScript. Then, send it using publicVariable like so:
Code:
Développer Réduire Copier
_myScript = "Cart apply{(_x select 1)*(_x select 2)});paymentMethod=-1;createDialog"displaypaymentmethod";waitUntil{isNull findDisplay 123451"; 
publicVariable "_myScript";
This will make the script accessible to all machines in the network. Remember that whitelisting scripts should be done carefully to prevent security risks.

--- To continue the discussion with ChatGPT, click "Reply" at the bottom right of this message. Otherwise, wait for someone to reply. ---
 
Upvote 0
Activité
Pour l'instant, il n'y a personne ici