mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-07 08:39:07 +00:00
::stuck
This commit is contained in:
@@ -93,7 +93,7 @@ public abstract class Player {
|
||||
dialogueAction = 0, autocastId, followDistance, followId2,
|
||||
barrageCount = 0, delayedDamage = 0, delayedDamage2 = 0,
|
||||
pcPoints = 0, magePoints = 0, desertTreasure = 0,
|
||||
lastArrowUsed = -1, autoRet = 0, pcDamage = 0, xInterfaceId = 0,
|
||||
lastArrowUsed = -1, autoRet = 1, pcDamage = 0, xInterfaceId = 0,
|
||||
xRemoveId = 0, xRemoveSlot = 0, tzhaarToKill = 0, tzhaarKilled = 0,
|
||||
waveId, frozenBy = 0, poisonDamage = 0, teleAction = 0,
|
||||
bonusAttack = 0, lastNpcAttacked = 0, killCount = 0, witchspot,
|
||||
|
||||
@@ -11,7 +11,7 @@ import redone.util.Misc;
|
||||
public class AntiBotting {
|
||||
|
||||
public static void botCheckInterface(Client client) {
|
||||
int x = Misc.random(190);
|
||||
/*int x = Misc.random(190);
|
||||
int y = Misc.random(190);
|
||||
|
||||
client.getActionSender().setInterfaceOffset(x, y, 6015);
|
||||
@@ -23,7 +23,8 @@ public class AntiBotting {
|
||||
client.getPlayerAssistant().sendFrame126("I'm not a bot!", 6020);
|
||||
client.getPlayerAssistant().showInterface(6014);
|
||||
client.isBotting = true;
|
||||
client.getActionSender().sendMessage("@red@Are you a bot?@bla@");
|
||||
client.getActionSender().sendMessage("@red@Are you a bot?@bla@");*/
|
||||
client.isBotting = false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user