Auto change account creators accounts into txt file for Chancity multi bot batch menu

User Tag List

Results 1 to 8 of 8
  1. #1
    light21212's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Auto change account creators accounts into txt file for Chancity multi bot batch

    Built a simple program to convert account creator accounts into the kind of file Chancity multi bot batch needs

    Spegeli, Necro, and Haxton All-In-One (Includes Multiple Bots) (Multi-Account):http://www.ownedcore.com/forums/poke...i-account.html (Bot Manager (Auto-Update) (Includes Multiple Bots) (Multi-Account))

    Code:
    #include <stdio.h>
    #include <stdio.h>
    #include <stdlib.h>
    #include <conio.h>
    #include <iostream>
    #include <fstream>
    using namespace std;
    int main()
    {
    fstream file_In,file_Out,file_Read;
    char ch,lat[100],lon[100];
    int n=0,j=0,change=0,latitude=0,longitude=0,dot=0;
    file_Out.open("output.txt",ios::trunc|ios:ut);
    file_In.open("accounts.txt",ios::in);
    if(!file_In)
    {
    cout<<"error"<<endl;
    }
    else
    {
    while(file_Read.get(ch))
    {
    if(ch==',')
    {
    change=1;
    }
    else
    if(change==1)
    {
    lon[n]=ch;
    n=n+1;
    }
    else
    {
    lat[j]=ch;
    j=j+1;
    }
    }
    while(file_In.get(ch))
    {
    cout<<ch;
    if(ch==' ')
    {
    file_Out<<"PtcUsername:";
    }else
    if(ch==':')
    {
    file_Out<<",PtcPassword:";
    }else
    {
    file_Out<<ch;
    }
    }
    file_Out.close();
    file_In.close();
    }
    system("pause");
    return 0;
    }

    Download
    Update8/3
    https://mega.nz/#!ytEG1A5T!Ka8d9Dtk3...6fxCMlyWvSxGsk

    Read the readme in the file
    Last edited by light21212; 08-03-2016 at 02:05 AM.

    Auto change account creators accounts into txt file for Chancity multi bot batch
  2. #2
    ZombieJo's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey
    It doesn't work for me, AuthType:Ptc,PtcUsername: is not in the output

  3. #3
    light21212's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry my bad, I was using the old version which you have to insert what kind of account you use

  4. #4
    TrYkeR's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    He puts a weird character in EOL

    Auto change account creators accounts into txt file for Chancity multi bot batch-fbcaf8e534cd49456d6d04c877c7dbd9-png

    Also he ignores the last one.

  5. #5
    light21212's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TrYkeR View Post
    He puts a weird character in EOL

    Auto change account creators accounts into txt file for Chancity multi bot batch-fbcaf8e534cd49456d6d04c877c7dbd9-png

    Also he ignores the last one.
    There is a new version of the bot which you dont have to enter the coords
    updated the program removed coords section

    If you copied the account creator accounts.txt there would be a next line under the last line, if you just copied the accounts manually and forgot to input the last line the program wont be able to reconize it to input

  6. #6
    saya0769's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can be automatically imported into auth.json in it

  7. #7
    saya0769's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how to
    *.txt
    name1ass
    name2ass
    name3ass

    to

    auth.json
    "name"
    "pass"

    auth.json
    "name2"
    "pass"

    auth.json
    "name3"
    "pass"

    Can you see what I mean.?

  8. #8
    light21212's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by saya0769 View Post
    how to
    *.txt
    name1ass
    name2ass
    name3ass

    to

    auth.json
    "name"
    "pass"

    auth.json
    "name2"
    "pass"

    auth.json
    "name3"
    "pass"

    Can you see what I mean.?
    But then it cant be in the same folder since all the *.json are the same name,or should I make the out put into *1.json *2.json .....etc

Similar Threads

  1. [Request] help with botcontrol.batch file for auto restart accounts
    By Dictionary in forum Pokemon GO Chat
    Replies: 3
    Last Post: 08-15-2016, 04:29 PM
  2. Changing a wow account into my name?
    By Dannybetz in forum World of Warcraft General
    Replies: 2
    Last Post: 12-31-2013, 02:59 AM
  3. changing accounts
    By hidewalker in forum World of Warcraft General
    Replies: 0
    Last Post: 08-11-2007, 01:39 PM
All times are GMT -5. The time now is 02:55 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search