Giter Club home page Giter Club logo

Comments (8)

Jacob10383 avatar Jacob10383 commented on July 25, 2024

Yea I just have a snapshot of a vm that has that open so if it ever crashes or anything I just revert the snapshot and then I have the radar working again and I don’t gotta pay for it. But as far as how there’s works I don’t know other then the fact it uses winpcap and redirecting game pc traffic to vm.

from pubg-radar.

PubgKnown avatar PubgKnown commented on July 25, 2024

I am fairly certain most of this is possible to achieve. I believe they are parsing packets much better than what this repo is currently doing. Something someone can probably greatly improve upon. However that said I don't think java is the best language for this type of thing when your after good performance within a VM.

from pubg-radar.

FrZ-BR avatar FrZ-BR commented on July 25, 2024

@Jacob10383 LoL thats rough solution my friend haha well done.

@PubgKnown Yeah i think they are using another language because its very light and well optimized.

from pubg-radar.

TheBlackGolem avatar TheBlackGolem commented on July 25, 2024

Hotkeys are not that difficult. Here's an example of mine:

java_2018-02-23_17-29-52

I'm just rendering a few images and use the keyDown function of InputAdapter as follows:

override fun keyDown(keycode: Int): Boolean {
    when (keycode) {
        Input.Keys.F1 -> {
            //code...
        }
        Input.Keys.F2 -> {
            //code...
        }
    }
    return true
}

from pubg-radar.

solixa avatar solixa commented on July 25, 2024

but how to catch these keys when the radar window does not have focus?

from pubg-radar.

TheBlackGolem avatar TheBlackGolem commented on July 25, 2024

In that case, I'd recommend you this library: https://github.com/kwhat/jnativehook
You can easily include it using Maven and look up a documentary on how to use the native keyboard calls.

from pubg-radar.

solixa avatar solixa commented on July 25, 2024

funny i was just googling and came across just this, thanks, new to kotlin, couldnt figure out using intellij how to bring in new dependencies :X

from pubg-radar.

AiYinZiLeGong avatar AiYinZiLeGong commented on July 25, 2024

#10 #2

from pubg-radar.

Related Issues (20)

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.