Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Auto Change Account
#7
Absolutely possible, my friend.

I use multiple accounts on the same VM (not concurrently, of course) so I can switch between them.  Here is a way to use BS with different google accounts on the same machine.  It can easily be done programmatically, too.

Instructions:

  1. Stop BS (right-click on taskbar's icon for BS, Quit.

  2. In Explorer, open c:\ProgramData\BlueStacks\Android\

  3. Rename the directory called Data.sparsefs to Data1.sparsefs

  4. Copy that new directory, and rename that copy Data2.sparsefs (more if you have additional accounts

  5. In notepad, create a new batch file called StartBS.cmd with the following contents:
    Code:
    @ECHO OFF
    SET num=1
    IF NOT "%1"=="" (
        SET num=%1
    )
    "C:\Program Files (x86)\BlueStacks\HD-Quit.exe"
    rd c:\ProgramData\BlueStacks\Android\Data.sparsefs
    mklink /J c:\ProgramData\BlueStacks\Android\Data.sparsefs c:\ProgramData\BlueStacks\Android\Data%num%.sparsefs
    "C:\Program Files (x86)\BlueStacks\HD-RunApp.exe" -p com.supercell.clashofclans -a com.supercell.clashofclans.GameApp
    * Make sure you have the appropriate Program Files path for your system (x86, or plain).

  6. Save the batch file in the C:\ProgramData\BlueStacks\Android\  directory.

  7. On your Desktop, create a shortcut to that batch file, and in the Properties for the shortcut, put:
        C:\ProgramData\BlueStacks\Android\StartBS.cmd 1

  8. Name the shortcut whatever you want - "CoC-myaccountname".

  9. Rinse and repeat with another shortcut to the same batch file:
        C:\ProgramData\BlueStacks\Android\StartBS.cmd 2

  10. Name it whatever you want - "CoC-myauntsdogsaccountname", for instance.

  11. Profit!

Note: you need to use a separate bot installation for each account so you can have separate configs, just create several copies of whatever dir that you placed your bot files into.
Reply
 


Messages In This Thread
Auto Change Account - by jiaaling - 02-06-2015, 03:26 PM
RE: Auto Change Account - by TheCheat - 02-06-2015, 03:30 PM
RE: Auto Change Account - by jiaaling - 02-06-2015, 03:43 PM
RE: Auto Change Account - by Proxy - 02-06-2015, 04:08 PM
RE: Auto Change Account - by safar46 - 02-06-2015, 04:15 PM
RE: Auto Change Account - by jiaaling - 02-06-2015, 04:26 PM
RE: Auto Change Account - by dixonhill - 02-06-2015, 04:26 PM
RE: Auto Change Account - by dixonhill - 02-06-2015, 04:36 PM
RE: Auto Change Account - by jiaaling - 02-06-2015, 04:46 PM
RE: Auto Change Account - by shock - 02-06-2015, 07:42 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website