Coder Social home page Coder Social logo

pubg-maphack-map's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pubg-maphack-map's Issues

萌新求帮助

大佬 我放弃用他的驱动了
我自己写了一个驱动 但不是用c++写的
能给一个post 格式么

Help?!

Im absolutely new to both GitHub and Node and therefore I am struggling pretty hard with getting this to work, could you make a more detailed tutorial on how to install it please?
Kind regards
Revi

I'm out of RPM way.

I can't find a stable way to read process memory since the last update.
It looks like the blue hole won the war.

so the map is out of date now, but if you have a way to read memory, the map is still useful.

but I can't do kernel driver or something eles. so I'm out.


读不了内存了~没的玩了... 项目一时半会儿还不会停,不过也不会再投入更多精力了。

先这样吧,等找到了稳定的读取方式之后再说。

Help

I dont know how to set this up i read it so many times and it doesn't make sense... I dont code so I cant understand this...

我不知道如何设置这个我读了很多次,这是没有道理的...我不代码,所以我不能理解这个...

Map is showing, not live information. mapDriver problem?

This is as far as I was able to get. I am able to show 1 connected user.

I don't believe I built the memory reader correctly, I opened mapDriver and built it, same for hackControl, then I started the node index.js, however the map is not updating with real-time location. See below.
testpag

thank you

Thanks,it's worked well by your instruction.but i want to ask you a question how to display the toxic circle.

i don't know what to do about this

it says me this error in node.js after I type "npm install" - "npm WARN [email protected] No repository field."
anyone know what is this? xd, i feel a bit dumb about what i ask, but i'm really new about this

EDIT:
When i do "node index..js"
it hosts the map, but no one show up in that map, it is just like picture.

Can't find CURLWrapper.hpp

Title says it all, found everything else and installed everything else but can't find CURLWrapper.hpp for the configuration step.

Curiously where some of the code you get from?

Hi, I just found the facing direction code includes the draw arrows are initially created by me, also includes other features. Never mind if you share the code here. But I'm just curiously where you get this. If it's possible please drop a mail to me at: [email protected].

Cannot see map

it launches all fine but then i cant see the map

what shall i do to fix this

May i get some help?

Im totally new to programming, i would like to ask if its working after ive finish the 'Build instructions' or i have to do something else? Would like to learn how to make it work. Thx

Help Please!

I don't understand why this is happening. If anyone knows why this is happening please tell me.

help

i cant do that

i do not understand a single word ur saying i need help XDDDD

question.

I will only ask one question.

Did you use blackbone "mapdriver.sys"?

Please tell me how to use?

大佬,我想知道我该编译什么??
我不知道为什么没法编译原作者的驱动。。。
求教
可以加下qq或者wx么?

Map Not Displaying Anything

Hello! All I did was install the files, including Node.js, and followed the directions of
Install Nodejs. To your Working directory and run npm install to install package.
Run services node index.js. The Map will running at localhost:7890.
After I do all this, I go to the localhost:7890 and it just shows the regular pubg match. I made sure I was in a game too. Even in the node.js command prompt it said connected users (1). Is there anything I'm missing? Help would be much appreciated.

Error while add a new device!

I tried to run mapDriver but it ask me to create a new device, Im using nakating source, and successfully host at my localhost:7890 but when I create a new device, they can't connect to my host, I'm even add port forwarding to 49152 and 65535 , but still can't connect, Im also try 192.168.0.25:7890 , 127.0.0.1:7890 but still, they can't connect. Any ideas?
123123123
cvcxvxcvxcvxc

Hi may i get some help for the kernel driver

i have already try to use the dsefix and BB to manual map the driver into kernel land,but the dsefix said is success but actually is not and the BB return the status 0xC0000022 and 0xC0000034 can you please tell me some tips of how to get this work ?
Ton of thanks

only map show

i don‘t konw how to built Build kernel driver,and the POST seems do not work

Curlwrapper

I'm getting the error 'CANNOT GET /' i think it has something to do with routing, can anybody help me with CURLWrapper.hpp? I'll paste mine under here. Thanks, cheers!

sendData(std::string& w_data)
{
try
{
struct curl_slist *headers = NULL;

    headers = curl_slist_append(headers, "Content-Type: application/json");

    curl_easy_setopt(m_curl, CURLOPT_VERBOSE, 0L);
    curl_easy_setopt(m_curl, CURLOPT_HTTPHEADER, headers);
    curl_easy_setopt(m_curl, http://127.0.0.1:7890/);
    curl_easy_setopt(m_curl, POST); 
    // curl_easy_setopt(curl, CURLOPT_TIMEOUT_MS, 30L);
    curl_easy_setopt(m_curl, CURLOPT_WRITEFUNCTION, write_data);
    curl_easy_setopt(m_curl, CURLOPT_POSTFIELDS, w_data.data());
    curl_easy_setopt(m_curl, CURLOPT_NOSIGNAL, 1);

    curl_easy_perform(m_curl);

    curl_slist_free_all(headers);
    curl_easy_reset(m_curl);
}
catch (std::exception& e)
{
    std::cout << e.what() << std::endl;
    return -1;
}

}

Desert map?

Hello! Realease is comming and SO.. How to add map detection? Could you provide some offsets of current map?

help plz

After installing modified kernel driver,then run app.It mentioned a value "xxxxxxxxx" other than "0" when press "base".then press "Start ",it appears "Start ".But nothing happening on the web(by the instruction of project of Nakating ).Wishes help with tons' appreciate.

help me please

Do I need to run both the kernel driver and usermode app?

I finished it all in order to make it.

But it does not work

can someone show a tutorial

I mean should I edit anything also my vs2017 says your json.hpp file is not existing in the given directory ? I just downloaded the folder in here done nothing else someone forget to add json.hpp ? Also vs says there're some mistakes in code should i fix them by myself ? or am i doing something wrong ?

Its safe?

Can you upload the tutorial video?

issues to compile

hey! i'm having manuy issues to compile the memory ready from jussihi. Can you help me? i'm newbie with this tool. honestly, i supposed it will be more easy :*
let me know if you can help me sending mail for [email protected]

To make player always in the center of screen

Thanks for the great enhance, is it possible to add such a feature, when player moving, the map will automatically moving accordingly to make the player always in center of screen?

How do I compile and what do I compile?

Ive finished the nodejS part, my server is running, but do i need to compile the kernel and userapp folders or just the userapp one? If so, how do I do that, I'm searching for hours. Visual studio also can't help me.

Thanks in advance!

我看到您有中文注释就说中文了

我参照写了一个C++的ESP,但是您的这种hack方式让我大开眼界,原理是不是通过接受服务器的数据包然后加工上去?如果是这样,怎么获取相应对象的地址呢,这样是不是也不能实现自瞄呢。希望您能解答,十分感谢

MSBuild Error MSB8020

The build tools for windowskernelmodedriver10.0 (Platform Toolset = 'windowskernelmodedriver10.0') cannot be found. To build using the windowskernelmodedriver10.0 build tools, please install windowskernelmodedriver10.0 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution".

i don't know how to use

i read README.md file. but i can't understand
i download https://github.com/jussihi/PUBG-map-hack
and download this repo too.
so, I copied the files I received here from the file on the 'README.md' file to the ' Online map ' folder.
and I used the command ' npm install ' command from the ' Online Map ' folder. using nodejs
but i found error -> [npm WARN [email protected] No repository field.]
how can i do?
plz write more detail in README.md

小白求帮助(谢谢大佬)

下载了nodejs且安装后,找不到npm install,还有后面怎么run service. 研究了半天了还是不会用。。求一个更详细的使用说明T_T....

Maphack on Xbox One

Hey is there any chance to make it work with pubg on the xbox one? would be great (sorry if its a dumb question, new to all of this)

大佬,求帮助啊。

C:\Users\Administrator>sc start mapDriver

SERVICE_NAME: mapDriver
TYPE : 1 KERNEL_DRIVER
STATE : 4 RUNNING
(STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
PID : 0
FLAGS :

usermode app:
base
Base set to: 0

这个是为什么啊,我驱动已经加载了还是0,求指点。

error curl.j lib!!

Error C1083 Cannot open include file: 'curl/curl.h': No such file or directory

1 - error
 
2 - error2
 
3 - error3

Mr. @nakating can you help me? Thx!!

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.