Package rsb.script.randoms
Class LoginBot
java.lang.Object
rsb.methods.Methods
rsb.script.Random
rsb.script.randoms.LoginBot
- All Implemented Interfaces:
EventListener
,PaintListener
- Author:
- Gigiaj
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Detects whether this anti-random should activate.int
loop()
Methods inherited from class rsb.script.Random
getTimeout, init, isActive, isEnabled, onFinish, onRepaint, onStart, run, setEnabled
-
Field Details
-
Rand
-
-
Constructor Details
-
LoginBot
public LoginBot()
-
-
Method Details
-
activateCondition
public boolean activateCondition()Description copied from class:Random
Detects whether this anti-random should activate.- Specified by:
activateCondition
in classRandom
- Returns:
true
if the current script should be paused and control passed to this anti-random's loop.
-
loop
public int loop()
-