mirror of
https://github.com/2006-Scape/Parabot-Randoms.git
synced 2026-07-07 16:49:11 +00:00
[FEATURE] Fix for mac address for Dreamscape
This commit is contained in:
@@ -14,8 +14,8 @@ public class AntiDetector implements Random, Runnable {
|
||||
|
||||
private boolean activated;
|
||||
|
||||
private final String[] toBeNull = {"P", "Q", "N"};
|
||||
private final String className = "cb";
|
||||
private final String[] toBeNull = { "P", "Q", "N" };
|
||||
private final String className = "cb";
|
||||
|
||||
@Override
|
||||
public boolean activate() {
|
||||
|
||||
@@ -13,9 +13,9 @@ import java.util.Random;
|
||||
*/
|
||||
public class LogoutDisabler implements org.parabot.environment.randoms.Random {
|
||||
|
||||
private final int[] KEYS = {KeyEvent.VK_UP, KeyEvent.VK_DOWN, KeyEvent.VK_LEFT, KeyEvent.VK_RIGHT};
|
||||
private final int[] KEYS = { KeyEvent.VK_UP, KeyEvent.VK_DOWN, KeyEvent.VK_LEFT, KeyEvent.VK_RIGHT };
|
||||
private final Random random = new Random();
|
||||
private long ms = System.currentTimeMillis();
|
||||
private long ms = System.currentTimeMillis();
|
||||
|
||||
@Override
|
||||
public boolean activate() {
|
||||
|
||||
Reference in New Issue
Block a user