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
copyfile(r'c:\users\temporary user\documents\gta san andreas user files\samp\chatlog.txt', r'c:\users\temporary user\documents\gta san andreas user files\samp\chatlogp.txt')
14
+
defremove():
15
+
os.remove(r'c:\users\temporary user\documents\gta san andreas user files\samp\chatlogp.txt')
16
+
print ("chatlog removed!")
17
+
defcheck():
18
+
print ("check started at ", now())
19
+
time.sleep(10)
20
+
pyautogui.typewrite("t/admins")
21
+
pyautogui.press('enter')
22
+
copy()
23
+
f=open(r'c:\users\temporary user\documents\gta san andreas user files\samp\chatlogp.txt','r')
0 commit comments