Everyone who has never used our Bots before, can test each one for 2 days without any limitation.
The trial is given automatically when you login on the Bot, but in some cases it wouldn't work (security reasons).
If this happens, send me a private message and i will be checking the failed trials manually and adding it for those who didn't get it.
We are looking for resellers who may accept payment methods different from ours, including classictibia's cash, realesta's cash, mastercores' cash, etc. Interested? Click here at anytime.



Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Randomize Eatfood
#1
Eat food at random times for less detectable, 

Marcus can check where you clicking, etc when he checks up on u on cams and stuff. 

so eating totally randomly is highly recommanded for less detection

#2
Hello.

Options->Eat Food is already randomized about how many foods and how often it tries to eat.

However, you can make your own script using useitem() or eatfood() functions.

local TRIES = { Min = 2, Max = 15 }
local EAT_TIME = { Min = 300, Max = 480, } -- In SECONDS. Time to wait after eating food to eat again.


NEXT_EAT_TIME = NEXT_EAT_TIME or 1

if connected() and runningtime() >= NEXT_EAT_TIME then
    eatfood(random(TRIES.Min, TRIES.Max))
    NEXT_EAT_TIME = runningtime() + random(EAT_TIME.Min, EAT_TIME.Max)
end

#3
|Only Registered members can see download links. | Click here to buy subscription or here to register.
Will he eat food from time to time i add in the persitent or those Tries are minutes? I beleive tries are ammount of uses on food correct?

#4
Hello.

I just updated the code which i've added an option to wait a random time.

You can use it in Persistents, that depends on you and how you are gonna use it.



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016