English Not solved How to fix BattlEye script restriciton

  • Bonjour Visiteur ! Les sujets de cette catégorie sont clos. Si vous souhaitez réouvrir, merci de nous contacter en précisant le lien du post à réouvrir !

    Hello Visiteur ! The topics in this category are closed. If you wish to reopen, please contact us with the link of the post you wish to reopen !

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:
_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. ---