OldSchoolHack

Registrieren / Anmelden Deutsch

Daily Draw/Claw CommandLine Client

icon Thema: [Release] Daily Draw/Claw CommandLine Client

Anmeldungsdatum: Feb 2015

Beiträge: 4

Zitat von Tyypico post
Greetings KN4CK3R

I Have Multiple Accounts That I Need To Claim The Claw On.
Currectly I Have Multiple .bat Files Connected To One Account Each.
Some Way To Add All Accounts To A Single .bat Or Another .bat That Would Run The Other .bat Files Would Be Very Useful To Have
That's easy if you know batch language, make a new textfile, and open it.
Type the following code: 
TEXT Code:
  1. @echo off
  2. call claw1.bat
  3. call claw2.bat
  4. call claw3.bat
  5. pause

Replace the claw1, etc. with whatever you like. You can "call" as much claws as you want. If you are premium and want to get the 2 claws, just call the same one twice.
Save the textfile by pressing "Save as" and change the name to claw.bat or something. Don't forget to select the "Any file type" underneath the name.
You can also remove the "pause" to let the script shut down automatically after all claws have been received.