Basically, as an antiban I want my script to randomize which inventory slot to use for depositing. What I have now is a simple case procedure to randomize which slot it uses to deposit the items, but I feel like using hard coordinates has a safer alternative. Is there a function/procedure that can do this?
Simba Code:Case (random(5)) of
0: Mouse(660, 229, 4, 4, false);
1: Mouse(576, 265, 4, 4, false);
2: Mouse(619, 265, 4, 4, false);
3: Mouse(576, 301, 4, 4, false);
4: Mouse(618, 301, 4, 4, false);
Thanks.



Reply With Quote









This could do it:
