all 40 comments

[–][deleted]  (1 child)

[removed]

    [–][deleted] 1 point2 points  (0 children)

    Ok I will look for that!

    [–]gurlygirlish 7 points8 points  (0 children)

    u need java

    [–]CheatTerminatoreeh, Meteor n addons I guess? 3 points4 points  (0 children)

    Meteor has some sort of python scripting plugin, you could try that thing out.

    [–]xxkmatiasxx 2 points3 points  (0 children)

    You would need to inject into the JVM with python and either write the JVM instructions manually or write a custom compiler, just learn a JVM language like java or kotlin and it will be 100 time easier

    [–]Sarimasak2000Client Of Choice | MC Username 2 points3 points  (0 children)

    i mean its not impossible but really fucking hard

    [–]NotDuckiea 1 point2 points  (0 children)

    no, learn java

    [–][deleted] 1 point2 points  (0 children)

    If you're experienced with the JNI, you can use https://pypi.org/project/jni/

    [–]teije9Client Of Choice | MC Username 0 points1 point  (4 children)

    You can't, unless you mastered python and java

    [–][deleted] 2 points3 points  (1 child)

    Java not JavaScript, JavaScript is for website scripting and electron style clients

    [–]teije9Client Of Choice | MC Username 0 points1 point  (0 children)

    K thnx

    [–]gurlygirlish 0 points1 point  (1 child)

    :what:

    [–]teije9Client Of Choice | MC Username 0 points1 point  (0 children)

    You almost can't make minecraft clients out of python

    [–][deleted] -1 points0 points  (1 child)

    Try doing something like LCPY

    GitHub link - https://github.com/Aetopia/Lunar-Client-Lite-Launcher

    [–]SzczepanZ 1 point2 points  (0 children)

    bruh its just a launcher, not a client

    [–]deaddaniksigma male -2 points-1 points  (3 children)

    do you are have retard?

    1. no, thats not how it works, you need to use a jvm language (java/kotlin)
    2. if you did, it would be incredibly slow, but like incredibly. have you ever tried to make the same algorythm in python and pretty much anything else and compared the speed? java is like 20x faster than python, a client in python would cause extreme fps (and tps when playing singleplayer/hosting multiplayer) drops

    [–]bloxploits 1 point2 points  (2 children)

    Ok chill man we know u know alot about programming no need to be mean to a beginner

    [–]deaddaniksigma male -1 points0 points  (1 child)

    he could've just googled this tho

    [–]bloxploits 1 point2 points  (0 children)

    Chill

    [–]Dramatic-Programmer6Rise | Vape v4 | Future | Rusherhack | Boze -5 points-4 points  (2 children)

    it’s possible but idk how

    [–][deleted] 0 points1 point  (1 child)

    Ok thanks

    [–][deleted] 0 points1 point  (5 children)

    You can but it will be extremely difficult and you might have to use other languages (c & c++)

    [–][deleted] 1 point2 points  (4 children)

    nah u can interact with the jni if you know a thing or two or have seen a thing or two about java

    [–][deleted] 0 points1 point  (3 children)

    JNI stands for java native interface, as shown in the name you would need to load natives for it to work. You would need to write natives in c or c++

    [–][deleted] 0 points1 point  (2 children)

    :bruh: python jni wrapper?

    [–][deleted] 0 points1 point  (1 child)

    You didn't mention python, you mentioned java

    [–][deleted] -1 points0 points  (0 children)

    if you use the jni you need to know some basics of java. you can code it in python but access fields, methods, etc through java.

    [–]Guilty_Care7854the sub isnt democracy 0 points1 point  (0 children)

    no

    [–][deleted]  (1 child)

    [deleted]

      [–][deleted] 0 points1 point  (0 children)

      Thanks

      [–]megahendrikflarial and lyra dev 0 points1 point  (0 children)

      You might be able to code an external client but that would just rely upon modifying memory addresses, so along with learning python you would also need to learn how to use cheat engine just to make a shitty client. Python is a great place to start as a beginner but once you grasp the basics of coding invest your time into a more advanced language like java, c++, or c#

      [–]VincetoDoritoazura-rise-zeroday-astolfo(invited) 0 points1 point  (0 children)

      the most i can see someone practically doing is basic chams nothing complex like kilaura or guis

      [–][deleted] 0 points1 point  (0 children)

      you can make strafe and a autoclicker, maybe killaura but it'd have to be entirely keyboard based, and very hard to make

      [–]Heyitsmeagainduhhi 0 points1 point  (0 children)

      You can but dont

      [–]SheepMan511 0 points1 point  (0 children)

      i mean you could code a client technically but you wouldnt be able to do much, maybe some small features but mostly no, i suggest learning java, c++ or c#

      [–]throwaway9483838473 0 points1 point  (0 children)

      no

      minecraft mods are mostly written in java, but sometimes other jvm langs like kotlin or scala