Coder Social home page Coder Social logo

pakkit'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

pakkit's Issues

[Instructions]

Hi!

How can use pakkit? I did put the server ip and click on start but nothing happens? I need to have minecrat open or what?
Thanks 🗡️

Connection drop

Console:

client<-server: Error in packet play.entity_equipment
received buffer 5086db3a00019706010a000003000f437573746f6d4d6f64656c44617461000007fc0001019706010a000003000f437573746f6d4d6f64656c44617461000007fc0005019706010a000003000f437573746f6d4d6f64656c44617461000007fd00
produced buffer 5086db3a80019706010a000003000f437573746f6d4d6f64656c44617461000007fc0081019706010a000003000f437573746f6d4d6f64656c44617461000007fc0005019706010a000003000f437573746f6d4d6f64656c44617461000007fd00
received length 97
produced length 97
Connection closed by server (play.originrealms.com:25565)

Client:
image

Error with regex parsing

When regex parsing is enabled the regex entity_ matches all packets starting with "entity_", but the regex (entity_) just doesn't match anything?

Falsely detects "online mode" when monitoring the connection between bungeecord and pandaspigot 1.8

Hi, I'm trying to determine why pandaspigot 1.8 is disconnecting bungeecord, or why bungeecord is disconnecting from pandaspigot 1.8, when I try to use a plugin I made for bungeecord that replaces most of the client-to-proxy network stack.

I'm trying to use this tool to see if I can catch what part of the proxy-to-server network stack's handshake is causing it to disconnect because I don't want to drive myself insane looking at wireshark hex dumps, but I get the "this server is online mode, please copy this code into your browser" message when I try to intercept the connection between bungeecord and pandaspigot.

Both bungeecord and pandaspigot have online-mode set to false.

The bug also happens when I try to connect to bungeecord using a vanilla client instead of my custom stack.

To reproduce, simply set up bungeecord and pandaspigot 1.8, monitor the connection between bungeecord and pandaspigot, and then connect to bungeecord with vanilla minecraft 1.8.

New electron won't load hex-viewer

CORS-Error because of iframing local resource.
Best solution would be, to add the DOM content to startPage/index.html and put all inline-scripts in extra js-files.

Internal Exception: "Packet was larger than I expected"

When trying to connect to a server (1.18.2, and although I have not been able to verify, I am pretty sure that it is in offline mode and that that is causing the issue), I received a "Packet was larger than I expected" error. I have not been able to find a solution online or on the issues list. If you need any further information, go ahead
unknown

Trying to start a 1.19 proxy throws an error

When trying to create a proxy with the version set to 1.19(.0), the following error is thrown and the proxy doesn't start:

TypeError: Cannot read properties of null (reading 'protocol')
    at Object.exports.startProxy (/Applications/pakkit.app/Contents/Resources/app/src/proxy/java/proxy.js:53:29)
    at startProxy (/Applications/pakkit.app/Contents/Resources/app/src/index.js:230:11)
    at IpcMainImpl.<anonymous> (/Applications/pakkit.app/Contents/Resources/app/src/index.js:212:5)
    at IpcMainImpl.emit (node:events:394:28)
    at Object.<anonymous> (node:electron/js2c/browser_init:161:9959)
    at Object.emit (node:events:394:28)
TypeError: Cannot read properties of null (reading 'protocol')
    at Object.exports.startProxy (/Applications/pakkit.app/Contents/Resources/app/src/proxy/java/proxy.js:53:29)
    at startProxy (/Applications/pakkit.app/Contents/Resources/app/src/index.js:230:11)
    at IpcMainImpl.<anonymous> (/Applications/pakkit.app/Contents/Resources/app/src/index.js:212:5)
    at IpcMainImpl.emit (node:events:394:28)
    at Object.<anonymous> (node:electron/js2c/browser_init:161:9959)
    at Object.emit (node:events:394:28)

This error does not happen with 1.18.2.

Falsely claiming online mode

Title. I am using pakkit on a custom server that uses compression. It does not use encryption so I don't know why it thinks it uses online mode

image

In the image you can see that packets are correctly intercepted in the background

1.19.3

minecraft-protocol supports it, pakkit should too

Visual bug with scripting error text

After receiving an error in Scripting, it is displayed in the upper right corner. However, even when Scripting is disabled, it persists. 9.4.0

Bedrock outdated client

I can't connect to a BEDROCK server with pakkit. The client tells me that I'm using an outdated client.

I can connect to the same server with the same client without pakkit.
using BE 1.16.220

Why it don't work?

Hi, i just select game version and paste server IP, but i get error every time
image

The filters don't work

The filters don't work. Both when they are set in the "Filtering" tab and in "Hide all packets of this type". If you put them on, the packets stop showing up. Example configuration: In the Filtration tab press Hide all, select the packet look, go to the Main tab, move the camera in minecraft. Version 9.4.0

connection closed by server

the server ip is
ggtestserver.scalacube.site

with the origins mod but it doesnt seem to work
im also getting
Cannot access 'targetClient' before initialization
occasionaly

Feature Request | Add timestamp to packets

Add a timestamp to the list of in/outgoing packets. Its useful for observing the delay between packets. Even better would be the option to show the relative delay between packets.

How its works?

I enter the address and port of the server, then I log on to it, but nothing happens.

Windows 10 20H2
pakkit v69, 71, 73

[MacOS] Proxy Sub-Process Is Not Killed on Quit

Description

On MacOS, the sub-process initiated by the proxy is not killed on application quit. This seems to cause starting a Bedrock proxy to fail if the same port is used, provided one does not first manually kill the sub-process for the previous proxy. The failure is caused because the previous sub-process is using the port, leading to the new sub-process being unable to bind to the given port. I believe this does not occur for Java proxies since no sub-process seems to be created.

Reproduction

  1. Open the Pakkit executable from Terminal
  2. Start a Bedrock proxy on some port and observe that the proxy starts
  3. Quit Pakkit
  4. Open Activity Monitor
  5. Search for Java processes and confirm there is a Java process still running
  6. Reopen Pakkit
  7. Start a Bedrock proxy on the same port previously used
  8. Observe that the proxy fails to bind as the port is already in use
  9. Observe that there are now two Java processes in Activity Monitor
  10. Quit Pakkit
  11. Force quit the Java process in Activity Monitor
  12. Reopen Pakkit
  13. Start another Bedrock proxy on the same port
  14. Observe the proxy again successfully binds with the Java processes killed

System Information

MacBook Pro (Retina, 15-inch, Mid 2015)
MacOS Mojave 10.14.6 (18G8022)

Video

pakkit.mp4

gui not working

when i click Start button nothing heppend, latest version windows build x64

custom version

Is it possible to make it work on custom minecraft antycheat version?

Proxy won't start

Have tried building from source, as well as release latest and release 86 - still get the same error every time.
image
Not sure why it's doing this...

Failed to obtain data for USER despite USER owning minecraft

After launching pakkit, setting the port to 25565 and connecting I only get in my minecraft instance the error message Timed out.
Pakkit displays Failed to obtain profile data for USER, does the account own minecraft?
The USER account indeed does own minecraft, i followed the microsoft login link.
This error persists on multiple minecraft versions.
How can I fix this?

Unable to login to premium servers.

I'm not able to use Pakkit with premium servers.
I have granted the checkbox to read my .minecraft data and it doesn't require me ever again.

The error I got in the spigot server is: lost connection: Failed to verify username!
And in the client side is: Connection closed by server

Fact: I have more than one logged-in accounts on my profile.json, so, the problem may come from there.

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.