GithubHelp home page GithubHelp logo

adilaid / pubg-map-hack Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jussihi/pubg-map-hack

1.0 0.0 0.0 17.77 MB

Map hack solution for PUBG

License: Apache License 2.0

C++ 74.64% C 24.08% HTML 1.29%

pubg-map-hack's Introduction

PUBG-map-hack

A little map hack program for PUBG game that shows players' positions on a HTML map.

Imgur picture of the web map:

https://imgur.com/y6Isd9F

HOW DOES IT WORK?

The main principle of this hack is that, the insides of the "usermode app" and "kernel driver" folder are being run on the same machine as the game itself. The usermode app communicates with both the web interface and kernel driver. The web map gets the data from the google's firebase app. So the usermode app updates the firebase app and the web map shows the information stored inside the firebase database.

You can pretty much upload the content of "online map" folder to any web host. Just remember to update the firebase API keys etc. beforehand, otherwise the map won't simply work.

REMEMBER TO SET UP THE FIREBASE DATABASE AS "PUBLIC" (so everyone can access/write to it) More info in the online map folder readme.

This makes it possible to cheat with squads; only one member of the squad must run the cheat program and kernel driver, but everyone can open the map with their own device/browser of choise.

If you don't want to (or can't) use the firebase, there is also an alternative version of the map without firebase interface made by nakating.

BUILD INSTRUCTIONS

  • Build kernel driver with Visual Studio 2015. This installation should have WDK included.
  • Build usermode app with Visual Studio 2017. Include the CURL header folder and json folder, also link against the CURL library
  • Upload map, change the firebase values to correspond yours, make this change also in the CURLWrapper.hpp in the usermode app
  • Set firebase as public, see online map folder for more specific instructions.

Known issues

  • Kernel interface in the usermode app doesn't seem to be working on Windows 7. I could invest this issue, but I'm lacking a Windows 7 machine right now.

Changelog

  • 17.11.2017 Update readme

  • 15.11.2017 Updated readme with Windows 7 driver issue, updated offsets.

  • 3.11.2017 Updated readme with nakating's version of the web interface.

  • 17.10.2017 Updated with new offsets, also added simple build instructions.

  • 12.10.2017 Updated readme

  • 10.10.2017 Updated the usermode app. It should work now. The whole solution should work now.

  • 10.10.2017 Added a barebone map javascript code. Problem is that much of it is not originally by me, so I stripped it down to very minimum version. If you want to develop it further, please be my guest.

  • 10.10.2017 Added kernel driver code. It should work out the box. I used VS2015 and its KMDF tools to dev / compile it.

  • 9.10.2017 Added the usermode app barebones. It does not work or compile yet. I will need to work on it for some more hours first.

pubg-map-hack's People

Contributors

myloft avatar uuaing avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.