this is my script i made sofar (noob at codeing)
Code: Select all
function random_keypress()
local keypress_chars = {"a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z"};
local index = math.random(1, #keypress_chars);
keyboardPress( key.VK_keypress_chars[index];
end
return true
end
and question nr 2
when adding this to a "waypointfile" or "profile" will i just type "random_keypress()"
if i get this function to work i will be rly happy and im sure there is lots of other ppls that need this also. when i get a similar script or some help whit this one i will be running the bot 24/7