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
Its Domme
Posts
-
Pls help -
TickTimer///api_version=2 var Timer = moduleManager.getModule('Timer'); var script = registerScript({ name: "TimerTick", version: "1.0.0", authors: ["ItsDoome1"] }); script.registerModule({ name: "TimerTick", category: "Fun", description: ":>", settings: { SpeedT: Setting.float({ name: "SpeedTimer", default: 1.5, min: 0.0, max: 20.0 }), Tick: Setting.integer({ name: "Tick", default: 1, min: 0, max: 20 }) } }, function (module) { module.on("update", function() { if(mc.thePlayer.ticksExisted % (1*module.settings.Tick.get()) == 0) { Timer.setState(true); } if(mc.thePlayer.ticksExisted % (1*module.settings.Tick.get()+5) == 0) { Timer.setState(false); } }); module.on("disable", function() { Timer.setState(false); }); module.on("enable", function() { moduleManager.getModule("Timer").getValue("Speed").set(module.settings.SpeedT.get()); }) } );
-
[help] Error in the scriptI 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() { });
-
[help] Error in the script@idk-my-name Hahah I almost died laughing
-
[help] Error in the script@skidma I started writing scripts not long ago
1-2days ago read liquidbounce api for the first time -
[help] Error in the script@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
-
[help] Error in the script@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 knowIm from rus. Pls send me Core.Lib
-
[help] Error in the script@skidma No rus = Russia
-
[help] Error in the script@skidma which version is the best elimination now?
-
[help] Error in the script@skidma What? She's not there ...
-
[help] Error in the script@idk-my-name LiquidBounce b74
-
[help] Error in the script@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