Page 2 of 9 FirstFirst 1234 ... LastLast
Results 16 to 30 of 125
  1. #16
    Caccia's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by esever171 View Post
    No, I didn't make it to where you could directly assign money values. The reason at the time was because if you tried to change your money by more than $500 at a time the server would reject it. The 5mil command actually just sends multiple POST requests to the server, incrementing by $500 each time. That's why it takes so long.

    My advice would be to not let the command fully run and to kill the program after the command runs for a few seconds.
    It doesn't work anymore

  2. #17
    glatier's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    1
    Thanks great work!!

  3. The Following User Says Thank You to glatier For This Useful Post:

    Stonty (11-25-2018)

  4. #18
    JTiVDubber's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    this is a Trojan Virus?

    When I try to download it it showing that its a trojan virus...


    Quote Originally Posted by esever171 View Post


    Simple program I made to hack Bullet Force. I decided to include the Python source with it for those eager to learn.

    Make sure you are NOT logged in when you use it or it will not work properly.

    How To Use:
    1) Enter your username
    2) Enter your password
    3) Use the commands to change your stats and so forth

    Q: Why does it need my password?

    A: This hack relies on POST requests to the server to update player stats. The way the game server authenticates changes to player stats is with the players password. The password gets SHA512 hashed then the hex digest of its hash is sent to the server with the POST request to give you money and other things. At NO time WHAT SO EVER does your password or username get sent to anywhere but the game server. This is why I also included the Python script so everyone could see exactly what's going on.

    Do NOT remove the txt files that come with it or take them out of the same directory as the exe or it will not work. These txt files contain POST request templates used by the script and if they are altered it may lead to malformed HTTP requests.

    NOTE: You may notice that while the program is being executed there is an xml file named player.xml. This is a temporary file used to modify player stats quickly and is deleted when the program is exited.

    I am NOT responsible for anything you may use this script/program for. I made it for educational purposes only. Enjoy.

    Virus Total: https://www.virustotal.com/#/file/70...0b95/detection
    Virus Jotti: https://virusscan.jotti.org/en-US/fi...job/4c928b7etq

  5. #19
    Salman.'s Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    It is crashing. Any help?

  6. #20
    i4mTh3Fr34kPr0's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Nagano
    Posts
    347
    Reputation
    16
    Thanks
    4,740
    Here are some POST's if anyone know's how to use them
    Code:
    dunno what it does. - ?&requiredForMobile=
    
    
    https://server2.blayzegames.com/AccountSystem_BFWeb/getregistrationform.php
    https://server2.blayzegames.com/AccountSystem_BFWeb/checkifoldversion.php
    https://server2.blayzegames.com/AccountSystem_BFWeb/register.php
    https://server2.blayzegames.com/AccountSystem_BFWeb/checkloginNEW.php
    https://server2.blayzegames.com/AccountSystem_BFWeb/getaccountinfoNEW.php
    https://server2.blayzegames.com/AccountSystem_BFWeb/setaccountinfoNEW.php
    https://server2.blayzegames.com/AccountSystem_BFWeb/get-player-punishment.php
    https://server2.blayzegames.com/AccountSystem_BFWeb/get-promotional-multipliers.php
    https://server2.blayzegames.com/AccountSystem_BFWeb/get-account-roles.php



  7. #21
    SUCCABIGFARD's Avatar
    Join Date
    Nov 2018
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0

    Angry W T F?

    why does virus total say this file has set off 19/58? Holy Shit my guy this a lazy as hell attempt at ransomware

  8. #22
    Bloxxer9182's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    it works without exe file, just run the python code

  9. #23
    Salman.'s Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Bloxxer9182 View Post
    it works without exe file, just run the python code
    Can you guide me how to use this hack?

  10. #24
    i4mTh3Fr34kPr0's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Nagano
    Posts
    347
    Reputation
    16
    Thanks
    4,740
    Quote Originally Posted by Salman. View Post
    Can you guide me how to use this hack?
    Install Python and open the .py File.

  11. #25
    Stonty's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Can you help me?

    My computer system is windows 10
    There're some problems when I run "bf_hack.exe".
    I installed all the module it require(import)
    Here is the feedback
    Code:
    Unknown XML header, exiting
    Traceback (most recent call last):
      File "bf_hack.py", line 194, in <module>
        data = getPlayerInfo()
      File "bf_hack.py", line 64, in getPlayerInfo
        xml_end = re.search(getmessafter, data).span()[1]
    AttributeError: 'NoneType' object has no attribute 'span'
    Thanks

  12. #26
    Salman.'s Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by i4mTh3Fr34kPr0 View Post


    Install Python and open the .py File.
    This happens and it immediately crashes.
    Attached Thumbnails Attached Thumbnails
    Untitled.png  


  13. #27
    EmilioCSGO's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    this works hella good thanks

  14. #28
    Salman.'s Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by EmilioCSGO View Post
    this works hella good thanks
    Can you explain me how to use this hack?

  15. #29
    Salman.'s Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Help, anyone?

  16. #30
    ODOGGXVIII's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    How do i do this?

    I have never done this. I want the coins and stuff. It is my first time. How do I do this?

Page 2 of 9 FirstFirst 1234 ... LastLast

Similar Threads

  1. what hack gives money drop?
    By m a t t v in forum Grand Theft Auto 5 (GTA V) Discussions
    Replies: 2
    Last Post: 06-12-2019, 05:43 PM
  2. [Solved] What free hack can stealth give money?
    By L3apr in forum Grand Theft Auto 5 (GTA V) Help
    Replies: 5
    Last Post: 06-06-2017, 12:17 PM
  3. Someone who can help me with the hacks? I can give money!
    By Bhezion in forum DayZ Discussion
    Replies: 3
    Last Post: 02-01-2013, 03:13 PM
  4. All hacks now give me parmanent ban? Is it just me?
    By markfracasso11 in forum WarRock - International Hacks
    Replies: 11
    Last Post: 09-24-2007, 02:09 AM
  5. selling bypass and hacks for rs money
    By carpanthers1 in forum Trade Accounts/Keys/Items
    Replies: 5
    Last Post: 08-25-2007, 03:55 PM