OldSchoolHack

Registrieren / Anmelden Deutsch

Daily Draw/Claw CommandLine Client

  • Kategorie: Battlefield Hereos
  • Entwickler:
  • Hochgeladen von: KN4CK3R
  • Hinzugefügt am:
  • System: Windows
Download (2.67 KB)

VirusTotal Ergebnis: 0/51

virustotal

Beschreibung

If you want to forget about this game for a while (or BF Heroes) and take a rest but without losing the daily draw/claw gifts (some may be permanent after all).
Or you have multiple accounts and logging them every day only to do the daily draw/claw is annoying and tiring. This script may be for you.

It is simply a command line application that does both, the daily draw/claw in a second without even opening a web browser.

Unlike other programs that require providing game login/pass like funds generators aka account stealers, this script is open source so you can verify it before use.

It does't cause funds drain if you do not have a free draw/claw at the moment of running.


How to set it up:
Download the curl library (Um Links zu sehen, musst du dich registrieren)
e.g. Um Links zu sehen, musst du dich registrieren
and extract the files to e.g C:\temp\curl-7.34.0-ssl-sspi-zlib-static-bin-w32

Play4Free


http://i.imgur.com/k4JVW6n.png

1. extract draw.zip to e.g. C:\temp\draw

2. Edit draw.bat and provide the correct parameters:

set curlpath=C:\temp\curl-7.34.0-ssl-sspi-zlib-static-bin-w32\curl.exe
set drawpath=C:\temp\draw

set email=your game email here
set password=your game pass here

set personaId=your soldier id here e.g. if your soldier profile link is Um Links zu sehen, musst du dich registrieren than your personaid is 1212121212
set card=card to pick up from 0 to 7

3. Execute draw.bat daily, some sort of logging will be stored in %drawpath%\log



BF Heroes

http://i.imgur.com/hzMrVy4.png

1. extract claw to e.g. C:\temp\claw

3. Edit claw.bat and provide the correct parameters:

set curlpath=C:\temp\curl-7.34.0-ssl-sspi-zlib-static-bin-w32\curl.exe
set clawpath=C:\temp\claw

set email=your game email here
set password=your game pass here

set heroId=your hero id here e.g. if your hero profile link is Um Links zu sehen, musst du dich registrieren than your heroId is 34343434343

3. Execute claw.bat daily, some sort of logging will be stored in %clawpath%\log

Download Daily Draw/Claw CommandLine Client
post
{"result":"error","status":"error","message":"personaId parameter missing"}

What does that mean ?
post
dam I don't know how to hack there system I would love to know lol but I don't know how to code but that would be awesome ....thanks anyway looks like il just have to do it the hard way by buying them ;-((
post
Zitat von unknownhacker20 post
sry m8 but I mean see the way we get 1 Daily /Claw Aday can I make it like 10 Daily /Claw Aday in 1 acct?
If you buy them you can. Otherwise you would have to hack their system.
post
sry m8 but I mean see the way we get 1 Daily /Claw Aday can I make it like 10 Daily /Claw Aday in 1 acct?
post
Zitat von unknownhacker20 post
is there anyway to get more then 1 Daily /Claw or make the time get faster?
look 5 posts back or so. Also it's in the read-me I sent you.
post
is there anyway to get more then 1 Daily /Claw or make the time get faster?
post
thanks MasterPotato it was my  hero id they where wrong got it working now thanks again m8 awesome job dude
post
That means that you've already claimed it, or your password is incorrect.
post
thanks alot for your time m8 working now
but in my log I get this dose this mean that its not working?
{"result":"error","status":"error","message":"error when redeem offer"}
post
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.