Skip to content

Commit beb8f11

Browse files
update
1 parent 12a1a8e commit beb8f11

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

arrastools.py

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def nuke():
154154

155155
def shape():
156156
controller.press("`")
157-
controller.type("f"*100)
157+
controller.type("f"*1000)
158158
controller.release("`")
159159

160160
def ballcrash():
@@ -626,7 +626,7 @@ def on_press(key):
626626
if 'ctrl' in pressed_keys:
627627
print("200 walls")
628628
walls()
629-
elif hasattr(key, 'char') and key.char and key.char=='s':
629+
elif hasattr(key, 'char') and key.char and key.char=='z':
630630
if 'ctrl' in pressed_keys:
631631
slowwall()
632632
elif hasattr(key, 'char') and key.char and key.char=='c':
@@ -668,6 +668,30 @@ def on_press(key):
668668
controller.tap(Key.enter)
669669
controller.type("$arena close")
670670
controller.tap(Key.enter)
671+
elif hasattr(key, 'char') and key.char and key.char=='s':
672+
if 'ctrl' in pressed_keys:
673+
time.sleep(0.5)
674+
print("quicksetup")
675+
controller.press("`")
676+
time.sleep(0.05)
677+
controller.tap("i")
678+
controller.press("s")
679+
for _ in range(20):
680+
controller.tap("h")
681+
time.sleep(0.05)
682+
controller.tap("m")
683+
controller.release("s")
684+
controller.tap("s")
685+
time.sleep(0.05)
686+
controller.press("a")
687+
time.sleep(0.05)
688+
controller.tap("c")
689+
controller.tap("w")
690+
controller.tap("e")
691+
controller.tap("t")
692+
controller.tap("o")
693+
controller.release("a")
694+
controller.release("`")
671695
except Exception as e:
672696
print(f"Error: {e}")
673697

copypastas/crazy.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
I AM NOT CRAZY! I know he swapped the numbers it was 1216, one after Magna Carta as if I could ever make such a mistake, never, NEVER. I just couldn't prove it. He covered his tracks, got that idiot at the copy shop to lie for him. You think this is bad, this chicanery? He's done worse. That billboard, are you telling that the man just happens to fall like that? No! He orchestrated it! Jimmy! HE DEFECATED THROUGH A SUNROOF! And I saved him, I shouldn't have. I took him into my own firm! What was I thinking? He'll never change ever since he was 9 always the same. Couldn't keep his hands out of the cash drawer. But not our Jimmy! COULDN'T BE PRECIOUS JIMMY stealing them blind. And he gets to be a lawyer? WHAT A SICK JOKE!

copypastas/ez.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The preference for the expression "gg" instead of "ᴇz" in video game interactions can be explained by its straightforwardness and sense of propriety. The term "gg," which is formed by repeating a single character, requires minimal physical effort, as it allows players to avoid moving their fingers across various keys. This ease of use stands in contrast to "ᴇz," which necessitates a more complex keystroke arrangement. Additionally, "gg," an abbreviation for "good game," embodies a spirit of sportsmanship and mutual respect, contributing to a positive community environment. In contrast, "ᴇz," often perceived as dismissive and self-satisfied, introduces an unwarranted tone of condescension that detracts from the collaborative nature of competition.

0 commit comments

Comments
 (0)