Navigation

    CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    [useless] HealthSpoof (Changes your health client-side)

    Scripts
    3
    6
    114
    Loading More Posts
    • 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.
    • Stfwissue
      Stfwissue last edited by

      /// api_version=2
      var script = registerScript({
          name: "HealthSpoof",
          version: "1.0.0",
          authors: ["Ali00035"]
      });
      script.registerModule({
          name: "HealthSpoof",
          description: "useless script, why are you using this?",
          category: "Misc",
          settings: {
              Health: Setting.integer({
                  name: "Health",
                  default: 8,
                  min: 1,
                  max: 20
              }),
          }
      }, function (module) {
          module.on("update", function() {
              mc.thePlayer.setHealth(module.settings.Health.get());
          });
      });
      
      Plumer Man F 3 Replies Last reply Reply Quote 0
      • Plumer Man
        Plumer Man @Stfwissue last edited by

        Why would you even do this..

        1 Reply Last reply Reply Quote 0
        • Plumer Man
          Plumer Man @Stfwissue last edited by

          also this was already done in @Soulplexis 's script "aesthetic"

          Stfwissue 1 Reply Last reply Reply Quote 0
          • Stfwissue
            Stfwissue @Plumer Man last edited by Stfwissue

            @plumer-man I know, but I was bored

            1 Reply Last reply Reply Quote 0
            • F
              funnycatmemes @Stfwissue last edited by

              @stfwissue legit godmod explout🙏 🙏 🙏

              Stfwissue 1 Reply Last reply Reply Quote 0
              • Stfwissue
                Stfwissue @funnycatmemes last edited by

                @funnycatmemes works in aac 5?

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post