Jump to content

CatnipandMilk

Members
  • Posts

    16
  • Joined

  • Last visited

  • Days Won

    1

CatnipandMilk last won the day on February 2

CatnipandMilk had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

CatnipandMilk's Achievements

New Botter

New Botter (2/14)

  • Conversation Starter
  • Reacting Well
  • Collaborator
  • First Post
  • Week One Done

Recent Badges

3

Reputation

  1. This was my mobile account. Like on my phone. We love to hear that your script had nothing to do with my non-botted, non-proxied account being banned. This is why people leave this shit community. People post errors/feedback and they get told "Nah, my bot is undetected and unbannable." I've completely removed it from my scripts after is did this with two more accounts in Draynor. Would not recommend using this script as it breaks/makes very unnatural camera movements and results in the fastest bans I've ever seen.
  2. This is a simple python script that splits a list of usn:pass into different columns in a csv file. Main: import pandas as pd def split_email_password(input_file, output_file): # Read the input file and split email:password pairs df = pd.read_csv(input_file, sep=':', names=['Email', 'Password']) # Write the DataFrame to an Excel file df.to_excel(output_file, index=False) if __name__ == "__main__": # Put accounts.txt into the same folder as this input_file_path = 'accounts.txt' # This is the output file, change the name to whatever you prefer output_file_path = 'CatnipAccounts.xlsx' split_email_password(input_file_path, output_file_path) print(f"Combo list has been successfully split into {output_file_path}. Happy botting! ~CatnipandMilk") Requirements: pip install pandas Usage: python split.py ???? Profit split.py
  3. Would be very cool to add a setting that removes banned accounts from the account list. Could also append BannedAccounts.csv with the accounts before they are removed from the list.
×
×
  • Create New...