USING AHK FILES IS GETBAN NOW
TODAY IN STEAM HAVE 1 PATCH
AND IF YOU USER AHK FILES PUBLIC OR YOU DEV YOU GOT BANNN AFTER 5 MINUTES
AND IF YOU USER AHK FILES PUBLIC OR YOU DEV YOU GOT BANNN AFTER 5 MINUTES
seconds = 0
minutes = 0
hours = 0
def check_run_time():
print('Time Wasted While Running The Script:\n'+str(seconds)+' Seconds and', str(minutes)+
' Minutes and', str(hours)+' Hours!')
def run_time():
global seconds
global minutes
global hours
for time_count in range(1, 60):
seconds += 1
if seconds == 60:
seconds = 1
minutes += 1
if minutes == 60:
minutes = 0
hours += 1
time.sleep(1)
run_time()
keyboard.add_hotkey('t', check_run_time, timeout=5, trigger_on_release=True)
run_time()
tc = 0
def Time_check():
global tc
if tc == 0:
tc = 1
elif tc == 1:
tc = 0
else:
return
def run_time():
seconds = 0
minutes = 0
hours = 0
for time_count in range(1, 120):
seconds = seconds + 1
if seconds == 120:
seconds = 1
minutes = minutes + 2
if minutes == 120:
minutes = 0
hours = hours + 1
time.sleep(0.5)
if tc == 1:
print('Time Wasted While Running The Script:\n'+str(seconds/2)+' Seconds and', str(minutes/2)+
' Minutes and', str(hours)+' Hours!')
run_time()
keyboard.add_hotkey('t', Time_check, trigger_on_release=True)
run_time()

, pls share