CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. kumri owo
    • Profile
    • Following 15
    • Followers 16
    • Topics 20
    • Posts 284
    • Best 80
    • Controversial 0
    • Groups 0

    kumri owo

    @kumri owo

    Discord: ! _Systemless #0003

    372
    Reputation
    289
    Profile views
    284
    Posts
    16
    Followers
    15
    Following
    Joined Last Online
    Website www.deletefdp.today Location At your doormat Age 2023

    kumri owo Unfollow Follow

    Best posts made by kumri owo

    • RE: Problem With Script

      @ali00035 no..........

      posted in ScriptAPI
      kumri owo
      kumri owo
    • RE: Problem With Script

      @ali00035 It said It successfully loaded the script, but I already knew that

      posted in ScriptAPI
      kumri owo
      kumri owo
    • RE: Problem With Script

      @ali00035 its ok, Its a problem with the code

      posted in ScriptAPI
      kumri owo
      kumri owo
    • RE: Problem With Script

      @ali00035 can you show me the code, because I cant quite understand what you mean by "The Correct Way Is Just Math.Floor"

      posted in ScriptAPI
      kumri owo
      kumri owo
    • RE: Problem With Script

      @ali00035 It works Thank You, I cant believe such a simple mistake cost me that much time!

      posted in ScriptAPI
      kumri owo
      kumri owo
    • RE: Problem With Script

      @ali00035 One More Question The Server This Is For (minemora) Has a zombie that for some reason the kill player is the zombie, Is there a way to check if the entity is not a zombie?

      posted in ScriptAPI
      kumri owo
      kumri owo
    • RE: Problem With Script

      @ali00035 ? What Is Wrong About It?

      posted in ScriptAPI
      kumri owo
      kumri owo
    • Problem With Script

      So, Im Trying To Make A Script That Insults People When You Kill Them, Heres My Code:

      /// api_version=2
      var target;
      var EntityPlayer = Java.type('net.minecraft.entity.player.EntityPlayer');
      var RedeskyWords = [
          "Oops, Sorry %name% My Config Is To Good",
          "Sorry %name% I Guess Im Just To Good",
          "Im not Hacking %name% I Just Have A Good Gaming Chair",
          "Next Time, %name% Think Twice Before Going Up Against Me",
          "Sorry %name%, JK",
          "Why All Of The Players, Including %name%, Are so bad?",
          "Want A I Chance Against Me? - https://www.youtube.com/watch?v=dQw4w9WgXcQ",
          "Your Welcome %name%",
          "Want To Also Hack Like This? - https://www.youtube.com/watch?v=dQw4w9WgXcQ",
          "Better Luck Next Time %name% (:",
          "I Give You My Uwu %name%",
          "Oops I Barely Tried On That One", 
          "Sorry Can't Do Anything About The Kill %name%, But I Can Give You A UwU",
          "%name% At Least Pretend To Try Next Time"
      ];
      var script = registerScript({ 
          name: "Kill Insults",
          version: "1.0.0",
          authors: ["CutieHacker"]
      });
      
      script.registerModule({
      	name: "KillInsults",
      	category: "Misc",
      	description: "Insults people when you kill them" },
      	function (module) {
          	module.on("enable", function() {
      		
              	target = null;
          	});
      	module.on("attack", function(event)
      	{
      		target = event.getTargetEntity();
      		
      		if(target != null)
      		{
      			if (target.isDead) {
      				mc.thePlayer.sendChatMessage(RedeskyWords[Math.Floor(Math.random() * (RedeskyWords.length+1))].replace("%name%", target.getName()));
      				target = null;
      			}
      		}
      	});
      });
      

      But The Script Seems To Not Work, I Have No Idea Why, It Shows Up In The Scripts But Upon Enabling The Moudle, It Does Nothing.

      I've Been Trying To Make It Work For Hours Now If Anybody Can Help Me I Will Appreciate It!

      posted in ScriptAPI
      kumri owo
      kumri owo
    • RE: Problem With Script

      @ali00035 Im new too scripting, where is the console located?

      posted in ScriptAPI
      kumri owo
      kumri owo
    • RE: Problem With Script

      @ali00035 And Where Is The Console (Im Sorry, I Just Have Really No Idea How To Do Stuff Like That)

      posted in ScriptAPI
      kumri owo
      kumri owo

    Latest posts made by kumri owo

    • RE: [Script] mumyHackAura 0.5 (KillAura & TPAura)

      @CzechHek lol

      posted in Scripts
      kumri owo
      kumri owo
    • RE: AI Miku(AYAYA <3)(Updated Today)

      @CookieChinese nice I want the prompt now ๐Ÿ˜ž

      posted in Off-Topic
      kumri owo
      kumri owo
    • RE: [CORE]AutoInsultReloaded

      @FaaatPotato random ones that dont use the same like char like: ๐—ฑ and d

      posted in Scripts
      kumri owo
      kumri owo
    • RE: [CORE]AutoInsultReloaded

      @FaaatPotato Can you add a feature to randomize the string into random characters like: "dont even try next time" -> "๐—ฑo๐—ปt e๐˜ƒen t๐—ฟy ne๐˜…๐˜ ๐˜im๐—ฒ" to bypass more advanced filters?

      posted in Scripts
      kumri owo
      kumri owo
    • RE: Hypixel Config

      @Among-Us-0 it wont XD

      posted in Configs
      kumri owo
      kumri owo
    • RE: how to quene a packet when the packet quene is empty

      @Aftery i never said i knew what I was doing, I know a bit of js, but donโ€™t know any scripting api thingy

      posted in ScriptAPI
      kumri owo
      kumri owo
    • RE: A long shape of the template TargetHUD

      @Larissa thatโ€™s nice can i have the skin file lol?

      posted in Kotlin/Java
      kumri owo
      kumri owo
    • RE: Liquidbounce girl2.0(NovelAI drawn)(By Cookie)

      @CookieChinese what is the prompt?

      posted in Off-Topic
      kumri owo
      kumri owo
    • RE: how to quene a packet when the packet quene is empty

      @FaaatPotato no ali actually suggested it to me, then I send to much packets

      posted in ScriptAPI
      kumri owo
      kumri owo
    • RE: how to quene a packet when the packet quene is empty

      @lol_-I_know_that_you_see_this i think I will be able too, if not Il just make somebody else convert it

      posted in ScriptAPI
      kumri owo
      kumri owo