Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

  1. Home
  2. Off-Topic
  3. How did ccbluex change some mc code?

How did ccbluex change some mc code?

Scheduled Pinned Locked Moved Off-Topic
10 Posts 6 Posters 2.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    idk my name
    wrote on last edited by idk my name
    #1

    Ok, ello my friends. This topic is dumb, so you can ignore it.
    Ok, so, how did superblaubeere27 accessed mc.timer or CPacketPlayer.rotating in forge without doing reflection!?
    I changed 1.12.2forge-binpatched.jar's bytecode, added my own lines in liquidbounce_at.cfg, but game is crashing, bcz IllegalAccessException error
    i will really care if someone will answer to this post

    A exit scammedE kawaiinekololisK 3 Replies Last reply
    0
    • LitelyL Offline
      LitelyL Offline
      Litely
      wrote on last edited by
      #2

      same...
      //8chars

      1 Reply Last reply
      0
      • I idk my name

        Ok, ello my friends. This topic is dumb, so you can ignore it.
        Ok, so, how did superblaubeere27 accessed mc.timer or CPacketPlayer.rotating in forge without doing reflection!?
        I changed 1.12.2forge-binpatched.jar's bytecode, added my own lines in liquidbounce_at.cfg, but game is crashing, bcz IllegalAccessException error
        i will really care if someone will answer to this post

        A Offline
        A Offline
        Aftery
        wrote on last edited by
        #3

        @idk-my-name elaborate where you got this info

        1 Reply Last reply
        0
        • I idk my name

          Ok, ello my friends. This topic is dumb, so you can ignore it.
          Ok, so, how did superblaubeere27 accessed mc.timer or CPacketPlayer.rotating in forge without doing reflection!?
          I changed 1.12.2forge-binpatched.jar's bytecode, added my own lines in liquidbounce_at.cfg, but game is crashing, bcz IllegalAccessException error
          i will really care if someone will answer to this post

          exit scammedE Offline
          exit scammedE Offline
          exit scammed
          wrote on last edited by
          #4

          @idk-my-name mixins.

          LitelyL I 2 Replies Last reply
          0
          • exit scammedE exit scammed

            @idk-my-name mixins.

            LitelyL Offline
            LitelyL Offline
            Litely
            wrote on last edited by
            #5

            @asutoboki-kun said in How did ccbluex changed some mc code?:

            @idk-my-name mixins.

            ikr

            1 Reply Last reply
            0
            • exit scammedE exit scammed

              @idk-my-name mixins.

              I Offline
              I Offline
              idk my name
              wrote on last edited by idk my name
              #6

              @asutoboki-kun You cant change access modifiers using mixins

              1 Reply Last reply
              0
              • I idk my name

                Ok, ello my friends. This topic is dumb, so you can ignore it.
                Ok, so, how did superblaubeere27 accessed mc.timer or CPacketPlayer.rotating in forge without doing reflection!?
                I changed 1.12.2forge-binpatched.jar's bytecode, added my own lines in liquidbounce_at.cfg, but game is crashing, bcz IllegalAccessException error
                i will really care if someone will answer to this post

                kawaiinekololisK Offline
                kawaiinekololisK Offline
                kawaiinekololis
                Admin
                wrote on last edited by kawaiinekololis
                #7

                @idk-my-name

                We are using access transformer in our forge version:
                https://github.com/CCBlueX/LiquidBounce/blob/master/1.8.9-Forge/src/main/resources/liquidbounce_at.cfg
                docs: https://mcforge.readthedocs.io/en/1.15.x/advanced/accesstransformers/

                In fabric there is something similar named access widener:
                https://github.com/CCBlueX/LiquidBounce/blob/nextgen/src/main/resources/liquidbounce.accesswidener
                docs: https://www.fabricmc.net/wiki/tutorial:accesswideners

                O I exit scammedE 3 Replies Last reply
                3
                • kawaiinekololisK kawaiinekololis

                  @idk-my-name

                  We are using access transformer in our forge version:
                  https://github.com/CCBlueX/LiquidBounce/blob/master/1.8.9-Forge/src/main/resources/liquidbounce_at.cfg
                  docs: https://mcforge.readthedocs.io/en/1.15.x/advanced/accesstransformers/

                  In fabric there is something similar named access widener:
                  https://github.com/CCBlueX/LiquidBounce/blob/nextgen/src/main/resources/liquidbounce.accesswidener
                  docs: https://www.fabricmc.net/wiki/tutorial:accesswideners

                  O Offline
                  O Offline
                  ohno
                  wrote on last edited by
                  #8

                  @kawaiinekololis Thank you so much.

                  1 Reply Last reply
                  0
                  • kawaiinekololisK kawaiinekololis

                    @idk-my-name

                    We are using access transformer in our forge version:
                    https://github.com/CCBlueX/LiquidBounce/blob/master/1.8.9-Forge/src/main/resources/liquidbounce_at.cfg
                    docs: https://mcforge.readthedocs.io/en/1.15.x/advanced/accesstransformers/

                    In fabric there is something similar named access widener:
                    https://github.com/CCBlueX/LiquidBounce/blob/nextgen/src/main/resources/liquidbounce.accesswidener
                    docs: https://www.fabricmc.net/wiki/tutorial:accesswideners

                    I Offline
                    I Offline
                    idk my name
                    wrote on last edited by
                    #9

                    @kawaiinekololis Thank you so much.

                    1 Reply Last reply
                    0
                    • kawaiinekololisK kawaiinekololis

                      @idk-my-name

                      We are using access transformer in our forge version:
                      https://github.com/CCBlueX/LiquidBounce/blob/master/1.8.9-Forge/src/main/resources/liquidbounce_at.cfg
                      docs: https://mcforge.readthedocs.io/en/1.15.x/advanced/accesstransformers/

                      In fabric there is something similar named access widener:
                      https://github.com/CCBlueX/LiquidBounce/blob/nextgen/src/main/resources/liquidbounce.accesswidener
                      docs: https://www.fabricmc.net/wiki/tutorial:accesswideners

                      exit scammedE Offline
                      exit scammedE Offline
                      exit scammed
                      wrote on last edited by
                      #10

                      @kawaiinekololis thanks

                      1 Reply Last reply
                      0

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      About
                      • Terms of Service
                      • Privacy Policy
                      • Status
                      • Contact Us
                      Downloads
                      • Releases
                      • Source code
                      • License
                      Docs
                      • Tutorials
                      • CustomHUD
                      • AutoSettings
                      • ScriptAPI
                      Community
                      • Forum
                      • Guilded
                      • YouTube
                      • Twitter
                      • D.Tube
                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups