Recent content by CantonGuisado

  1. C

    ❓ Help Make python script using pyautogui that auto comments numbers

    make python script using pyautogui that auto comments numbers 1 to 10000 randomly. it should have 5 seconds interval
  2. C

    ❓ Help Write a python code that automatically comments on a post from this list

    how about using this: import pyautogui import time comments = [""] time.sleep(5) for i in range(200): pyautogui.typewrite(comments[i%1]) pyautogui.typewrite("\n") time.sleep(5) and add this list in the line: comments = [" "] separate it with commas. this is the list (Buffalo...
  3. C

    ❓ Help Write a python code that automatically comments on a post from this list

    write a python code that automatically comments on a post from this list (Buffalo Casper Cheyenne Cody Douglas Evanston Gillette Green River Jackson Lander Laramie Newcastle Powell Rawlins Riverton Rock Springs Sheridan Ten Sleep Thermopolis Torrington Worland) the interval should be 5 seconds
  4. C

    ❓ Help Make a python script that do a google search every time i copy a text

    make a python script that do a google search every time i copy a text
  5. C

    👤 Account TeamSkeet ãdül content pasabit part 3

    patingin nga lods, thank you ^^
  6. C

    🏆 Contest Netflix account

    PHCORNER
Back
Top