You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python main.py
Traceback (most recent call last):
File "/home/user/Downloads/main.py", line 80, in
ui()
File "/home/user/Downloads/main.py", line 63, in ui
ctypes.windll.kernel32.SetConsoleTitleW(f"[ LunusBPS ] By H4cK3dR4Du & 452b | Y'all love H4cK3dR4Du's and 452b's feds ❤️")
^^^^^^^^^^^^^
AttributeError: module 'ctypes' has no attribute 'windll'
Is the tool only for Windows?
Anyway to make it work in Linux?
The text was updated successfully, but these errors were encountered:
Hi,
I'm getting this error when i try to run it:
python main.py
Traceback (most recent call last):
File "/home/user/Downloads/main.py", line 80, in
ui()
File "/home/user/Downloads/main.py", line 63, in ui
ctypes.windll.kernel32.SetConsoleTitleW(f"[ LunusBPS ] By H4cK3dR4Du & 452b | Y'all love H4cK3dR4Du's and 452b's feds ❤️")
^^^^^^^^^^^^^
AttributeError: module 'ctypes' has no attribute 'windll'
Is the tool only for Windows?
Anyway to make it work in Linux?
The text was updated successfully, but these errors were encountered: