Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xanonDev authored Sep 7, 2023
1 parent 9d9d3d5 commit bf3f224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
print("2.spambot")
choice = input("choice>")
if choice=="1":
print(" for the bot to start clicking click r \n if it should stop click z \n to go back to the selection click x \n to eat the food you have in slot 2 click c \n to auto clicking ctrl click v \n to throw a snowball or fireball press f to build automatically hold down")
print(" for the bot to start clicking click r \n if it should stop click z \n to go back to the selection click x \n to eat the food you have in slot 2 click c \n to auto clicking ctrl click v \n to throw a snowball or fireball in slot 3 press f to build automatically hold down")
while True:
time.sleep(0.01)
if keyboard.is_pressed('r'):
Expand Down

0 comments on commit bf3f224

Please sign in to comment.