Everbot
Classicus / OriginalTibia /Tibianic 7.72
Classicus / OriginalTibia /Tibianic 7.72
Strona domowa: http://everbot.pl
Wiele osób prosiło mnie, abym zrobił bota pod OriginalTibia i Tibianica.
Z racji wykorzystania tam innych pakietów itp, nie było możliwe korzystanie z np. BlackD Proxy.
Z pomocą przychodzi tutaj Everbot, który jest kompatybilny z klientem Classicusa.
Everbot posiada: Lighthack, food eater, Alarm on GM, Cavebot, Looter oraz Scripter. Jest darmowy.
Wersja 1.0 jest w sumie wersją testową. Sam testowałem ogólne funkcje, ale sam nie jestem w stanie przewidzieć wszystkich możliwych konfiguracji.
Bot nie ma jeszcze stronki domowej, ale jesli bedzie cieszył się popularnoscia to założe jakies forum.
Uwaga!
Aby wybrać klienta, kliknij Select Client. Bot wykryje wszystkie okna w których jest słowo Tibia.
Jesli w info pojawi sie twoj nick, to znak ze wybrales dobrze!
Sercem EverBota jest skrypter. Można tu zrobić wszystko.
Na przykład mozna dodawać wlasne funkcje do bota:
Kod :
procedure logout;
var
p: array [0..0] of byte;
begin
p[0]:=$15;
packet(p,1);
end;
begin
if getmp>10 then logout;
end.
Wbudowane funkcje:
Kod :
procedure packet(packetbuffer:array of byte; len:integer);
procedure say(s:string);
procedure alarm;
function gethp:integer;
function getmaxhp:integer;
function getmp:integer;
function getmaxmp:integer;
function getcap:integer;
function getlabel:string;
procedure setlabel(s:string);
function gettargetblpos:integer;
function gettargetid:integer;
procedure jump(i:integer);
playerx:integer;
playery:integer;
playerz:integer;
targetx:integer;
targety:integer;
targetz:integer;
procedure gettarpos;
procedure memreadinteger(adr:integer);
function LongToByte(ii,aa:integer):integer;
procedure usewith(itemid,x,y,z:integer);
procedure moveslot(f,t,id,c:integer);
function iskey(code:byte):boolean
procedure useitem(itemid:integer);
procedure wait(ms:integer);
Kod :
{
Lovely runemaker v1.0
Add to Protector -> Refill left hand this ID: 2260
Left open all backpacks with blank runes
Profit!
}
const
spell='adura vita';
mana=100;
id=2273;
//DONT EDIT LINES BELOW
CONTAINER_BEGIN = $005CEDD8;
procedure letmefeelyourlove;
var adr,i,volume,amount:integer;
p: array [0..16] of byte;
begin
if getmp>=mana then begin
if memreadinteger($005CEDA0-4)=2260 then begin
say(spell);
wait(1000);
for i:=0 to 10 do
begin
adr:=CONTAINER_BEGIN+(i*492);
volume:=memreadinteger(adr+48);
amount:=memreadinteger(adr+56);
if (volume=0) or (volume>40) or (amount>40) then continue;
if volume=amount then continue;
p[0]:=$79;
p[1]:=$ff;
p[2]:=$ff;
p[3]:=6;
p[4]:=0;
p[5]:=0;
p[6]:=longtobyte(id,1);
p[7]:=longtobyte(id,2);
p[8]:=0;
p[9]:=$ff;
p[10]:=$ff;
p[11]:=i+64;
p[12]:=0;
p[13]:=0;
p[14]:=1;
packet(p,15);
break;
end;
end;
end;
end;
//HERE YOU CAN EDIT
BEGIN
letmefeelyourlove(); //DONT REMOVE IT
END.
Bot działa pod Win XP, 7 i Windows 8.
Nie potrzeba instalować czegokolwiek.
Strona domowa:
http://everbot.pl
W razie pytan walic smiało
Zmiany:
Bot jest płatny, oraz kompatybilny z Classicus i TIbianic OTS. Możliwe że dodam wiecej klientów w przyszlosci
Zakładki