- Konuyu başlatan
- #21
perfectionist totally entitled
Ultra Üye
Alright mate!gonna try dis
Alright mate!gonna try dis
You're welcome brothahey bro you help me so much!!!
you wrote the code yourself?absolutely
(Takes around 5m don't worry about how long it is I just like typing)
-
How to use this script
1- You need to download python by typing python in the browser and downloading the latest version
2- You need to open up your cmd and type in that command
python -m pip install pyautogui or py -m pip install pyautogui
3- After doing all of this you wanna head to %temp% and copy the name of your second application (And during that process you might as well enable the Run as administrator - Disable fullscreen optimization)
4- Go back to the script and press right click on it, Then click on edit (You can edit it using notepad++ which is something you can download)
5- Paste the name of your second application in here :
Ekli dosyayı görüntüle 85234
but don't delete the .exe
6- Save and then enjoy it.
The script :
import pyautogui
import time
# Open the Run
pyautogui.hotkey('win', 'r')
time.sleep(1)
# Type %temp% in the Run dialog
pyautogui.typewrite('%temp%')
pyautogui.press('enter')
# Wait for the %temp% directory to open
time.sleep(1)
# Type the name of the program you want to open in the %temp% directory
pyautogui.typewrite('kubujqms.exe')
pyautogui.press('enter')
(Paste it in a notepad and save it as a py file since I'm not allowed to upload files)
maybe you can sayyou wrote the code yourself?
you wrote it or op wrote it? What re you saying?maybe you can say
meyou wrote it or op wrote it? What re you saying?
There should be a way to do it but I wasn't able to make it myself. Please let me know if you were successfully able to make a script for that taskAny way you can script it?
so If I just click on the script he will do all ur guide automatically?