Untitled

 avatar
unknown
plain_text
3 years ago
464 B
29
Indexable
import pyautogui as pg
import random
import keyboard
import pyperclip3 as pc


def writeInChat1080p() -> str:

	print("Press ² to write in chat of Lostark in 1920*1080\n")
	keyboard.wait('²')
	print("² pressed, enjoy\n")
	pc.copy('/d')
	pg.hotkey("enter")
	pg.hotkey('ctrl', 'v')
	pg.hotkey("space")
	pc.copy('[EXPLOOOOOSION !!!!!]')
	pg.hotkey('ctrl', 'v')
	pg.hotkey("enter")

if __name__ == '__main__':
	while(True):
		writeInChat1080p()
Editor is loading...