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
Anti Idle
#1
so on this server they changed it so u have to actually move 1 sqr instead of dancing or eating food wondering if you can make a script were it'll go left or right and another one for up and down or make it so it'll move to X y Z and you just input where u want it to move. like between 10-15 minutes move to X,Y,Z then move back to X,y,Z then wait. till it does it again.
Reply

#2
Just change the table "MOVEMENTS" then it will do the movements that you add on it.
By default, it will walk EAST and WEST.
local TURN_COUNT = 2 -- How many times should it turn around.
local TIME_WAIT = { Min = 1000 * 60 * 10, Max = 1000 * 60 * 14} -- How long it should wait after turning around. 10 to 14 minutes.
local MOVEMENTS = { 'e', 'w' } -- n = north, e = EAST, s = SOUTH and w = WEST

for _, dir in ipairs(MOVEMENTS) do
     move(dir)
     wait(500, 800)
end

wait(TIME_WAIT.Min, TIME_WAIT.Max)
Reply

#3
by default how long will this wait till it moves again?
Reply

#4
It's written in the script, but it's the exactly as you requested: 10 to 14 minutes.
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016