The one who pulls out the sword will be crowned king

Subscribers:
7
Published on ● Video Link: https://www.youtube.com/watch?v=sSYCEKOWLpo



Duration: 3:59
37 views
1


How do i pulled out so quick? With a simple python script.
Aim at the sword and press F10. Don't move the mouse :)

import pyautogui
import keyboard
import time
import ctypes

def main():
pyautogui.mouseDown()
print("Start pulling the sword ...")
for _ in range(800): # set timer here!
ctypes.windll.user32.mouse_event(
0x0003, 0, -1000, 0, 0)
time.sleep(0.03)
pyautogui.mouseUp()
print("Stop pulling the sword")

keyboard.add_hotkey('f10', main)
keyboard.wait()







Other Statistics

The one who pulls out the sword will be crowned king Statistics For Prof.Liebstrumpf (Gaming Section)

Prof.Liebstrumpf (Gaming Section) currently has 37 views spread across 1 video for The one who pulls out the sword will be crowned king. His channel published less than an hour of The one who pulls out the sword will be crowned king content, less than 0.16% of the total video content that Prof.Liebstrumpf (Gaming Section) has uploaded to YouTube.