mirror of
https://github.com/2006-Scape/Parabot-Randoms.git
synced 2026-07-06 16:51:36 +00:00
[BUGFIX] Generating random UUID
Also reformatted the code
This commit is contained in:
@@ -12,10 +12,9 @@ import org.parabot.environment.randoms.RandomType;
|
||||
*/
|
||||
public class AntiDetector implements Random, Runnable {
|
||||
|
||||
private boolean activated;
|
||||
|
||||
private final String[] toBeNull = { "P", "Q", "N" };
|
||||
private final String className = "cb";
|
||||
private boolean activated;
|
||||
|
||||
@Override
|
||||
public boolean activate() {
|
||||
|
||||
Reference in New Issue
Block a user