diff --git a/Scripts/IPConfig.js b/Scripts/IPConfig.js index a48ab0e..230e02e 100644 --- a/Scripts/IPConfig.js +++ b/Scripts/IPConfig.js @@ -9,6 +9,8 @@ if ($response.statusCode != 200) { $done(Null); } +const emojis= ['🆘','🈲','⚠️','🔞','📵','🚦','🏖','🖥','📺','🐧','🐬','🦉','🍄','⛳️','🚴','🤑','👽','🤖','🎃', '👺', '👁', '🐶', '🐼','🐌', '👥'] + function getRandomInt(max) { return Math.floor(Math.random() * Math.floor(max)); }