Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1.  
  2. /* Use BadVar #1 */ _UBV = true; /* true or false */ /* recommended to use */
  3. /* Use BadVar #2 */ _UBV2 = true; /* true or false */ /* recommended to use */
  4. /* Use BadVar #2 CONTENT */ _UBV2C = true; /* true or false */ /* NEEDS _UBV2 = true; - recommended to use */
  5. /* _badVarWhitelist: These variables are not getting checked by the "BadVar#2" check. */
  6. _badVarWhitelist =
  7. [
  8. 'cba_diagnostic_fnc_initextendeddebug','ace_interact_menu_fnc_renderselector'
  9. ];
  10. /* _blacklistedVariables: The AntiHack will check if one of these variables is existing for the client (only if _UBV = true;) */
  11. _blacklistedVariables =
  12. [
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement