CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. BFFGOLS
    • Profile
    • Following 1
    • Followers 1
    • Topics 9
    • Posts 43
    • Best 2
    • Controversial 0
    • Groups 0

    BFFGOLS

    @BFFGOLS

    2
    Reputation
    38
    Profile views
    43
    Posts
    1
    Followers
    1
    Following
    Joined Last Online
    Age 23

    BFFGOLS Unfollow Follow

    Best posts made by BFFGOLS

    • who want to get a AutoL(/tell) script

      work in redesky and any use /tell server.

      posted in Scripts
      BFFGOLS
      BFFGOLS
    • RE: [HLEP]HOW? Detect target injury in scripts!

      script.registerModule({
      name: "AutoL-tell",
      description: "AutoL in /tell",
      category: "Fun",
      tag:"NULL",
      settings: {
      Mode: Setting.list({
      name: "Mode",
      default: "Chinese",
      values: ["Lag","Chinese","English","Advertise"]
      }),
      }
      }, function (module) {
      module.on("enable", function () {
      target = null;
      })
      module.on("attack", function (event) {
      if(event.getTargetEntity() instanceof EntityPlayer){
      target = event.getTargetEntity();
      }
      })
      module.on("update", function () {
      module.tag=module.settings.Mode.get();
      if (target != null) {
      if (target.hurtTime > 0) {
      switch(module.settings.Mode.get()){
      case "Lag":{
      mc.thePlayer.sendChatMessage("I'm hacker,pls report me "+target.getName());
      break;
      }
      case "Chinese":{
      mc.thePlayer.sendChatMessage("/tell "+target.getName()+" "+ChineseWords[parseInt(Math.random()*ChineseWords.length)]);
      break;
      }
      case "English":{
      mc.thePlayer.sendChatMessage("/tell "+target.getName()+" "+EnglishWords[parseInt(Math.random()*EnglishWords.length)]);
      break;
      }
      case "Advertise":{
      mc.thePlayer.sendChatMessage("/tell "+target.getName()+" "+AdvertiseWords[parseInt(Math.random()*AdvertiseWords.length)].replace(/%name%/,target.getName()));
      break;
      }
      }
      target = null;
      }
      }
      })
      })

      look pls!!!

      posted in Scripts
      BFFGOLS
      BFFGOLS

    Latest posts made by BFFGOLS

    • its cool

      https://scratch.mit.edu/projects/479570943/

      posted in Scripts
      BFFGOLS
      BFFGOLS
    • RE: pls look this is correct?

      @i-forgor ok

      posted in ScriptAPI
      BFFGOLS
      BFFGOLS
    • RE: TargetHUD

      Bro i make a this TargetHUD second
      see
      TargetHud.js

      posted in Scripts
      BFFGOLS
      BFFGOLS
    • pls look this is correct?

      if (mc.thePlayer.ticksExisted % (module.setting.Delay()) == 0) {

      pls help me i need that.

      posted in ScriptAPI
      BFFGOLS
      BFFGOLS
    • RE: [HLEP]HOW? Detect target injury in scripts!

      @0x64 target.getHealth()==0

      can use this?

      posted in Scripts
      BFFGOLS
      BFFGOLS
    • RE: Improved AutoMessage (autoL)

      改 api 2 谢谢!

      posted in Scripts
      BFFGOLS
      BFFGOLS
    • RE: AutoMessage 中国版S1.0(暂无更新,后面会慢慢汉化)

      有cone 加吗?

      posted in Chinese
      BFFGOLS
      BFFGOLS
    • RE: AutoMessage Pro9.0(由Cookie和Mumy共同更新)

      @cookiechinese 我的写JS档的app 不能加载这automessage
      我去!

      posted in Chinese
      BFFGOLS
      BFFGOLS
    • RE: CleanPacket(By Mumy)

      有什么用????

      posted in Scripts
      BFFGOLS
      BFFGOLS
    • RE: [HLEP]HOW? Detect target injury in scripts!

      @cookiechinese 你能不能给一个简单一点的?
      我不想在HY用!

      posted in Scripts
      BFFGOLS
      BFFGOLS