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

Its DommeI

Its Domme

@Its Domme
About
Posts
44
Topics
13
Shares
0
Groups
0
Followers
2
Following
4

Posts

Recent Best Controversial

  • Pls help
    Its DommeI Its Domme

    I need to write an auto fish and I do not know how to indicate in an if when to pull out a fishing rod

    ScriptAPI

  • [help] Error in the script
    Its DommeI Its Domme

    I wanted to write a timer that will turn on and off every second, but the script did not appear

    /// api_version=2
    var script = registerScript({
        name: "AacTimer",
        version: "1.0.0",
        authors: ["ItsDoome1"]
    });
    script.registerModule({
        name: "AacTimer",
        category: "Fun",
        description: "Timer For Aac"
    }, function (module) {
    });
    module.on("update", function() {
    });
    var secounds = java.("java.lang.System.currentTimeMillis");
    function timer() {
    moduleManager.getModule("Timer").getValue("Speed").set(1.5); //Делает таймер со скоростью 1.5
    };
    function timer1() {
    moduleManager.getModule("Timer").getValue("Speed").set(1.0); //Делает таймер со скоростью 1.0
    }
    if secounds = 1000 {
    	timer()
    };
    if secounds = 2000 {
    	timer1()
    };
    module.on("disable", function() {
    });
    
    ScriptAPI

  • [help] Error in the script
    Its DommeI Its Domme

    @idk-my-name Hahah I almost died laughing

    ScriptAPI

  • [help] Error in the script
    Its DommeI Its Domme

    @skidma I started writing scripts not long ago
    1-2days ago read liquidbounce api for the first time

    ScriptAPI

  • [help] Error in the script
    Its DommeI Its Domme

    @idk-my-name said in [help] Error in the script:

    your grammar is the worst in this fucking world

    Ahah, I didn't fully learn javascirpt

    ScriptAPI

  • [help] Error in the script
    Its DommeI Its Domme

    @idk-my-name said in [help] Error in the script:

    why are you laughing?
    also, as fact, in English countries people do not use 'haha' or 'ahah' when typing. They use 'LMAO' as far as i know

    Im from rus. Pls send me Core.Lib

    ScriptAPI

  • [help] Error in the script
    Its DommeI Its Domme

    @skidma No rus = Russia

    ScriptAPI

  • [help] Error in the script
    Its DommeI Its Domme

    @skidma which version is the best elimination now?

    ScriptAPI

  • [help] Error in the script
    Its DommeI Its Domme

    @skidma What? She's not there ...

    ScriptAPI

  • [help] Error in the script
    Its DommeI Its Domme

    @idk-my-name LiquidBounce b74

    ScriptAPI

  • [help] Error in the script
    Its DommeI Its Domme

    @cancernameu said in [help] Error in the script:

    ! is a way of saying "not". Not i is therefore true if i is false, and vice versa.

    You are a genius, can I have children for you? xd

    ScriptAPI
  • Login

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