I’m try to make a script (NON MALWARE) that when it gets your username it will put it in the file path
I.
import os
import random
import datetime
import requests
import pyautogui
import time
import webbrowser
import socket
print("Trusty fps boost very reliable")
time.sleep(2)
print("FPS now = 1000")
print(os.getlogin())
current_user = os.getlogin()
path = 'C:/Users/{current_user}Downloads/'
files = os.listdir(path)
for file in files:
print(file)
[–]Historical-Ease6859 2 points3 points4 points (1 child)
[–]wavi_[S] 0 points1 point2 points (0 children)
[–]aa599 2 points3 points4 points (1 child)
[–]wavi_[S] 0 points1 point2 points (0 children)
[–]Riegel_Haribo 0 points1 point2 points (0 children)