OldSchoolHack

Registrieren / Anmelden Deutsch

Battlefield Play4Free Daily Draw

Download (2.49 KB)

VirusTotal Ergebnis: 0/55

virustotal

Beschreibung

v2 UPDATE/FIX:

I decided to release an update due to the fact that some date time formats caused an error and it may be tiring to read the whole thread to find a solution.

How to set it up:
1) Download the curl library (Um Links zu sehen, musst du dich registrieren) e.g. Um Links zu sehen, musst du dich registrieren
2) extract the files to e.g C:\temp\curl-7.34.0-ssl-sspi-zlib-static-bin-w32
3) Download and extract the files to e.g. C:\temp\draw2
4). Edit draw2.bat and provide the correct path to curl.exe:
TEXT Code:
  1. set curlpath=C:\temp\curl-7.34.0-ssl-sspi-zlib-static-bin-w32\curl.exe
You can use the client either by executing draw2.bat with the following command line parameters:
draw2.bat email password soldierId card
email - your game email
password - your game password
 soldierId - your soldier id, e.g. if your soldier profile link is  Um Links zu sehen, musst du dich registrieren than  your soldierId is 1212121212. If you have only one soldier on your account than after opening your profile click your soldier name one more time, the link will be updated and you will get your soldierId.
card - card to pick up from 0 to 7, bus seriously, this is irelevant so put 0 - the first card.
or by editing many.bat by putting several accounts to it executing.
http://i.imgur.com/pcncIph.png


Logging will be stored in \log folder, a separate folder will be created for every soldierId.

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

Download Battlefield Play4Free Daily Draw
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.