Jump to content

nullptrdereference

Members
  • Content Count

    8
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by nullptrdereference


  1. 3 hours ago, Haswell said:

    Is it possible to get the .json data from the browser directly? I remember there's a link you can use to access the API similar to the old forum signatures.

    It would be very nice if the forum signatures can be recreated, even if it's a bit useless.

    Nah, sadly, site backend returning pre-rendered HTML document, not a .json data. And forum signatures are dead image.thumb.png.717fc8e75f803c29c35f07ec9234dffe.png


  2. Actually it's not an API but it's works like one. 

    It parses player data from statistics page on armata.my.games and returns data in python dictionary(it's some kind of JSON).

    In order to use this library you need basic knowledge of Python and cookies from armata.my.games(because website just won't give page with statistics if you are not authorized)

     

    You can get library itself at it's github repo: https://github.com/lookandhate/ArmoredWarfareAPI

    There are actually instructions how to install and some examples.

     

    For now you can retrieve player stats from all 5 gamemods(including legacy Lords of War mode) and even specify tank if you don't want overall statistics. 

    • Upvote 4

  3. ATTENTION: DEVS CAN PROHIBIT USE OF PROGRAM ANY TIME. SO IF IT HAPPENS I WILL UPDATE THIS POST WITH INFORMATION ABOUT IT'S FUTURE.

     

    I AM NOT RESPONSIBLE FOR YOUR GAME ACCOUNT BAN/YOUR PC BURNING DOWN. SO IF SOMETHING BAD HAPPENS  - IT'S ALL ON YOU.

     

    Sup everyone. Today I'm releasing first Beta version of program that will broadcast your current map to your discord playing status. So far it shows only PvP and GLOPS maps only in English(i.e you can't set Russian level name due some SDK problems).

    To start program just double click on exe, you can download using link below (it does not matter do you launch it before or after starting the game).

     

    If you have found bug, either create an issue on github or write about the bug down below in this theme.

    Known issues so far:

    1) PvE maps displays as NULL

     

    Some examples

     

     

    Download

    Create an issue

    • Upvote 4

  4. 2 hours ago, Haswell said:

    You sourced that from Korean Random right?

    Ye, indeed. 

     

    2 hours ago, Haswell said:

    but I can't get the sniffer to work for the decryption key.

    IIRC, sniffer needs system driver, but this driver works only with WinXP, BUT AW doesn't even start on XP


  5. Sup guys. IDK is it related here, but i wanna show you a decrypted gamedata.dat from alpha verison of game. 

    And a little cheatsheet: 

    gamedata.pak\scripts\entities\vehicles\implementations\xml\ - tank scripts;

    gamedata.pak\scripts\entities\items\xml\ammo\vehicles\ - shell scripts;

    gamedata.pak\libs\ui\  UI stuff;

     

    Link to gamedata

     

×
×
  • Create New...