Skript Kiddie Supreme

Results 5 issues of Skript Kiddie Supreme

![RaccoonIssue](https://user-images.githubusercontent.com/68531401/201454566-2a0b4ece-ab36-4bf8-8480-27d1a6f94708.png)

python BeeFOverWan.py File "/home/kali/BeeF-Over-Wan/BeeFOverWan.py", line 98 print color('[✔] File Changed...','green') TabError: inconsistent use of tabs and spaces in indentation this looks like it was coded in python2. I tried running...

python2 BeeFOverWan.py Traceback (most recent call last): File "BeeFOverWan.py", line 8, in from termcolor import colored ImportError: No module named termcolor

python BeeFOverWan.py File "/home/kali/BeeF-Over-Wan/BeeFOverWan.py", line 90 print '"{old_string}" not found in {filename}.'.format(**locals()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?