Closed lane686 closed 6 years ago
The lastest version today may break the radar. because the Radar is broken in the test Server on March 9. the server will update to the test server version today.
mb packets structure changed. wish @AiYinZiLeGong can fix it.
Can confirm, screen is no longer loading.
Anyone have any resources on the new packet structure? I'd be happy to fork and update
That 1.9 GB updated can't stop @AiYinZiLeGong for sure !!
confirm
Perhaps @AiYinZiLeGong can release a very simple guide on how we can capture new structure with wireshark and update the packetparser.
@aznxfrost yess ....... that would be nice
lol, i don't think to capture structure is as simple as you think. Let the coder do it, if they want, and can. They have real life. Be patiente until an update come
Can't wait 👍
@xXSkrill1337 Have you a private github radar hack ?
cant wait! if there is anything i can help with, let me know!
For a start, there is an extra bit needing to be read after bReliable in PacketParser.kt
Adding readBit() after bReliable = readBit() will get some of the stuff working again.
@DeveloperUnknown pardon my ignorance but when I added readBit () after bReliable = readbit() in the PacketParser.kt file, I only get Build/compilation failures when trying to run it.
I get "[ERROR] failed to execute goal org.jetbrains.kotlin:kotlin-maven-plugin:1.2.30 compile (compile) on project pubg-radar: Compilation failure: compilation failure:
[ERROR] C:\PUBG\PUBG-Radar-master\PUBG-radar-master\src\main\kotlin\pubg\radar\deserializer\PacketParkser.kt: [53, 39] Expecting an expression
[ERROR] C:\PUBG\PUBG-Radar-master\PUBG-radar-master\src\main\kotlin\pubg\radar\deserializer\PacketParkser.kt: [53, 31] Unresolved reference: readBit"
Any chance you can tell me what I'm likely doing wrong here?
@748aef305 you need to learn some coding.
@fillorkill You're not wrong! I'm by all admissions an idiot and a noob to all of this!
Find Jerry1211 Repo, the radar is up to date !
@748aef305 you need to create a bullshit variable (value i mean lol) to pack things out... val doesNothing =readBit()
Thanks @DeveloperUnknown by the way.
Thanks @DeveloperUnknown
The radar not working after the update March 12th any hint or fix?