I have converted this outstanding bot to LUA 5.0.2. Both version 2.81 and 2.9 are now availible.
Thanks goto C??o?y?? & T?M??r?V?ll?R for this great bot! :)
thanks for making that m8
:)
Version 2.91 Bug Fix Converted to LUA 5.0.2
For the user who want use Leviathan + other script remember to add the profile Owner to the external script or you will not receive your RightClick commands normaly for your other scripts
How to change a script without the owner profile:
Without owner profile:
SetTo = {
- = 1, -- Masters
[1] = 1, -- Operators
[2] = 1, -- Vips
[3] = 1, -- Regs
[4] = 1, -- Moderator
[5] = 1, -- NetFounder
[-1] = 1, -- Users
}
With owner profile:
SetTo = {
- = 1, -- Masters
[1] = 1, -- Operators
[2] = 1, -- Vips
[3] = 1, -- Regs
[4] = 1, -- Moderator
[5] = 1, -- NetFounder
[6] = 1, -- Owner
[-1] = 1, -- Users
}
In this example [6] means: Owner
1 after the = means that you allow the command, 0 to disable