pomyśl trochę, użyj tego swojego mózgu o ile go masz i przeczytaj tutorial który masz 10 tematów niżej
Wersja do druku
Ma ktos jakis skrypt do xenobota, zeby robil ss gdy inna postac (gdy sie boci pare kont na raz) ma 1-2% do lvla? (Zeby zrobic screenshot thread)
Może to Ci się przyda:
A umie ktoś zrobić coś takiego żeby bił z exori flam w potwora tylko nie z końca ekranu próbuje spamować ale jak już ma go w zasięgu strzału.Kod:-- //////////////////////////////////
-- // ___ _ //
-- // / _ \ (_) //
-- // / /_\ \_ ____ _ _ __ _ //
-- // | _ \ \ / / _` | '_ \| | //
-- // | | | |\ V / (_| | | | | | //
-- // \_| |_/ \_/ \__,_|_| |_|_| //
-- // //
-- //////////////////////////////////
---------------------------------------------------------------
------------------------ SETTINGS ---------------------------
---------------------------------------------------------------
LevelUp = true -- Will take a screenshot when leveling up
Death = true -- Will take a screenshot upon death
Stamina = true -- Will take a screenshot if below 14:00 stamina
Skull = true -- Will take a screenshot when you get a skull
---------------------------------------------------------------
------------- DO NOT CHANGE ANYTHING BELOW ------------------
---------------------------------------------------------------
Level = Self.Level()
Name = Self.Name()
function takeScreenshot()
if Name ~= Self.Name() then
Level = Self.Level()
Name = Self.Name()
end
if (LevelUp == true) then
if Self.Level() > Level then
wait(200)
screenshot(Self.Name() .. "_level_" .. Self.Level())
wait(1000)
Level = Self.Level()
end
end
if (Death == true) then
if Self.Health() == 0 then
screenshot(Self.Name() .. "_death_" .. os.date("%H.%M"))
wait(1000)
Death = false
end
end
if (Stamina == true) then
if Self.Stamina() < 840 then
screenshot(Self.Name() .. "_LowStamina_" .. os.date("%H.%M"))
wait(1000)
Stamina = false
end
end
if (Skull == true) then
if (Self.Skull() ~= 0) and (activeSkull == false) then
screenshot(Self.Name() .. "_Skull_" .. os.date("%H.%M"))
wait(1000)
activeSkull = true
elseif (Self.Skull() == 0) and (activeSkull == true) then
activeSkull = false
end
end
end
while true do
takeScreenshot()
end
Wie ktoś czemu raz działa normalnie Nakuu Hud oraz JusticeHud ? Normalnie sobie włączałem skrypt na elfy, działało teraz nie, jest błąd :
20:37 XenoScript Error:
Script: Nakuu HUD - Original.lua
Line #: 1
Chunk: C:\Users\Komp\Documents\XenoBot\Scripts\Nakuu HUD - Original.lua
Error: unexpected symbol near 'ď'
This is an error with user-input and should not be reported as a bug with XenoBot.
początek skryptu:
----------------------------------------------------------------
-- All credits go to Nakuu, it was just edited by me, Justice --
----------------------------------------------------------------
AmmoID = 500 -- Separate with commas for multiple, keep at 500 if not using ammo
fileName = '[EK] Yalahar Minos or Elves' -- Put your settings file name in here - without the ".xbst"
da sie jednoczesnie miec zainstalowane kilka wersji xeno? bo boce na otsie 10.10, ale tez chcialbym puscic bota na realu 10.31. Problem w tym, ze jak instaluje jednego xenobota to od razu odinstalowuje tego co byl poprzednio ;d
ma ktoś skrypt do skillowania na slimie chyba że jest jakiś wbudowany w bota ale za bardzo nie ogarniam bo mam bota dopiero 1 dzien
poszukuje skryptu na darashia drgon lord with sd
jesli ktos ma odwdzięcze sie
Ma ktos jakies skrypry RP 100+ ? , poszukuje Talahu (hydra island) goroma , albo cos podobnego. ;)
może ktoś wrzucić skrypt na wolfy i beary w thais bo ten ze strony xeno nie działa?
w sensie nie wiem czy działa ale download nie działa ; d
ma ktoś skrypt na trolle ab?
Siemka, ma ktoś moze jakis skrypt na gsy dla MS'a i mogłby udostępnić?:P
sciagnalem skrypt, ale bot nie moze poradzic sobie z kupnem HMM i potionów, da sie wylaczyc jakos to zeby omijal krok ich kupowania?
Tak, usuń ten fragment :f