Got 300 rank yesterday and imbued the rings I need
! Thanks so much Home!
This is what I changed my anti ban to as people were saying they were having problems with it
Simba Code:
procedure AntiBan;
var r: Integer;
begin
if not LoggedIn then Exit;
r := (RandomRange(1, 14));
if (r = 4) then
begin
SDebug('AntiBan');
case Random(25) of
0:
begin
SDebug('AntiBan 0')
TypeByte(112)
end;
1:
begin
SDebug('AntiBan 1')
TypeByte(113)
Wait(RandomRange(100, 200))
TypeByte(112)
end;
2:
begin
SDebug('AntiBan 2')
TypeByte(112)
Wait(RandomRange(100, 200))
TypeByte(113)
Wait(RandomRange(100, 200))
TypeByte(112)
end;
3:
begin
SDebug('AntiBan 3')
MMouse(MMX1, MMY1, MMX2, MMY2)
end;
4:
begin
SDebug('AntiBan 4')
TypeByte(37)
Wait(RandomRange(400, 600))
TypeByte(39)
end;
5:
begin
SDebug('AntiBan 5')
TypeByte(38)
Wait(RandomRange(400, 600))
TypeByte(40)
end;
6:
begin
SDebug('AntiBan 6')
TypeByte(39)
Wait(RandomRange(400, 600))
TypeByte(37)
end;
7:
begin
SDebug('AntiBan 7')
TypeByte(40)
Wait(RandomRange(400, 600))
TypeByte(38)
end;
end;
SDebug('Sleeping..');
end;
end;
You are free to just use that in the script if you want Home. Again thanks so much