Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • 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. General Discussion
  3. JartexNetwork/Pika's Anticheat (Matrix) just got better.

JartexNetwork/Pika's Anticheat (Matrix) just got better.

Scheduled Pinned Locked Moved General Discussion
39 Posts 9 Posters 9.7k Views 1 Watching
  • 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.
  • ? A Former User

    Please test on Bedwars, @Leejames2305.

    ? Offline
    ? Offline
    A Former User
    wrote on last edited by A Former User
    #4
    This post is deleted!
    ? 1 Reply Last reply
    0
    • ? A Former User

      This post is deleted!

      ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #5

      @Leejames2305 Just try and tell me.

      ? 1 Reply Last reply
      0
      • ? A Former User

        @Leejames2305 Just try and tell me.

        ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #6
        This post is deleted!
        ? 1 Reply Last reply
        0
        • ? A Former User

          This post is deleted!

          ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #7

          @Leejames2305 Just got banned using your settings.

          ? 1 Reply Last reply
          0
          • ? A Former User

            @Leejames2305 Just got banned using your settings.

            ? Offline
            ? Offline
            A Former User
            wrote on last edited by
            #8
            This post is deleted!
            ? 1 Reply Last reply
            0
            • ? A Former User

              This post is deleted!

              ? Offline
              ? Offline
              A Former User
              wrote on last edited by A Former User
              #9

              @Leejames2305 Scaffold. about KillAura I don't really care that much, even if it kicks me for range i think.

              EDIT: KillAura not from your settings, from mine instead. Scaffold on the other hand yeah from your settings.

              ? 1 Reply Last reply
              0
              • ? A Former User

                @Leejames2305 Scaffold. about KillAura I don't really care that much, even if it kicks me for range i think.

                EDIT: KillAura not from your settings, from mine instead. Scaffold on the other hand yeah from your settings.

                ? Offline
                ? Offline
                A Former User
                wrote on last edited by A Former User
                #10
                This post is deleted!
                1 Reply Last reply
                0
                • ? A Former User

                  This post is deleted!

                  CzechHekC Offline
                  CzechHekC Offline
                  CzechHek
                  wrote on last edited by
                  #11

                  @Leejames2305 said in JartexNetwork/Pika's Anticheat (Matrix) just got better.:

                  @mems They patched Items' spoof for scaffold and Idk why your KillAura autoban.

                  https://streamable.com/pw95j5

                  Item spoofing got patched because it's simply coded stupidly (ofc).
                  It literally sends a slot switching packet every time you place a block.

                  1 Reply Last reply
                  0
                  • ? Offline
                    ? Offline
                    A Former User
                    wrote on last edited by A Former User
                    #12

                    I tried setting AutoBlock + StayAutoBlock off/on, same results, tested on bedwars once again and this time on skywars, same results.

                    EDIT: And how do we bypass that item spoofing?

                    ? CzechHekC 2 Replies Last reply
                    0
                    • ? A Former User

                      I tried setting AutoBlock + StayAutoBlock off/on, same results, tested on bedwars once again and this time on skywars, same results.

                      EDIT: And how do we bypass that item spoofing?

                      ? Offline
                      ? Offline
                      A Former User
                      wrote on last edited by
                      #13
                      This post is deleted!
                      ? 1 Reply Last reply
                      0
                      • ? A Former User

                        I tried setting AutoBlock + StayAutoBlock off/on, same results, tested on bedwars once again and this time on skywars, same results.

                        EDIT: And how do we bypass that item spoofing?

                        CzechHekC Offline
                        CzechHekC Offline
                        CzechHek
                        wrote on last edited by CzechHek
                        #14

                        @mems https://en.help.roblox.com/attachments/token/REdXqel1laFIvEsgUCNJEawDY
                        That switches to same slot every block placement, you can't switch to same slot twice.

                        https://en.help.roblox.com/attachments/token/dp2BGZDJAhoYpv9RxoQb8QZif
                        They even check for C09 and store a slot variable. To fix that would be as easy to write packetHeldItemChange.getSlotId() == slot ? event.cancelEvent() : slot = packetHeldItemChange.getSlotId();

                        ? 1 Reply Last reply
                        0
                        • ? Offline
                          ? Offline
                          A Former User
                          wrote on last edited by
                          #15

                          Is there a way to bypass that thing ?

                          1 Reply Last reply
                          0
                          • CzechHekC CzechHek

                            @mems https://en.help.roblox.com/attachments/token/REdXqel1laFIvEsgUCNJEawDY
                            That switches to same slot every block placement, you can't switch to same slot twice.

                            https://en.help.roblox.com/attachments/token/dp2BGZDJAhoYpv9RxoQb8QZif
                            They even check for C09 and store a slot variable. To fix that would be as easy to write packetHeldItemChange.getSlotId() == slot ? event.cancelEvent() : slot = packetHeldItemChange.getSlotId();

                            ? Offline
                            ? Offline
                            A Former User
                            wrote on last edited by
                            #16

                            @CzechHek Could you make a script or something regarding item spoofing ?

                            CzechHekC 1 Reply Last reply
                            0
                            • ? A Former User

                              @CzechHek Could you make a script or something regarding item spoofing ?

                              CzechHekC Offline
                              CzechHekC Offline
                              CzechHek
                              wrote on last edited by
                              #17

                              @mems I would pull request on LB github but they don't accept requests until cross support is finished.

                              ? 1 Reply Last reply
                              0
                              • CzechHekC CzechHek

                                @mems I would pull request on LB github but they don't accept requests until cross support is finished.

                                ? Offline
                                ? Offline
                                A Former User
                                wrote on last edited by
                                #18

                                @CzechHek well, can't you make a script using core ? it's your own script, i don't understand..

                                1 Reply Last reply
                                0
                                • ? Offline
                                  ? Offline
                                  A Former User
                                  wrote on last edited by A Former User
                                  #19

                                  @Leejames2305 I agree, but..

                                  https://www.youtube.com/watch?v=zkOwKyaNDUs&feature=youtu.be

                                  Video's quality will improve later, just uploaded.

                                  A 1 Reply Last reply
                                  0
                                  • ? A Former User

                                    @Leejames2305 I agree, but..

                                    https://www.youtube.com/watch?v=zkOwKyaNDUs&feature=youtu.be

                                    Video's quality will improve later, just uploaded.

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

                                    @mems his script is a meme

                                    1 Reply Last reply
                                    0
                                    • ? Offline
                                      ? Offline
                                      A Former User
                                      wrote on last edited by
                                      #21

                                      @Aftery Are you sure?

                                      A 1 Reply Last reply
                                      0
                                      • ? A Former User

                                        @Aftery Are you sure?

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

                                        @mems i didn't say it doesn't work but yes

                                        1 Reply Last reply
                                        0
                                        • ? Offline
                                          ? Offline
                                          A Former User
                                          wrote on last edited by A Former User
                                          #23

                                          Alright this is getting too funny. I'm scaffolding with OldScaffold with 2 rotation modules on and it seems to bypass pretty easily lol, 0 delays, 1x speedmodifier...

                                          edit: or not.... will test

                                          1 Reply Last reply
                                          0
                                          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