Simba Code:
Begin
TypeSend(' 100');
Wait(100 + Random(50));
End;
^ This here will hit space then type 100. There ya go 
Simba Code:
begin
TypeSend(' ', 100);
Wait(331 + Random(237));
TypeSend('1', 100);
Wait(331 + Random(237));
TypeSend(' ', 100);
Wait(331 + Random(237));
TypeSend(' ', 100);
Wait(331 + Random(237));
TypeSend('4', 100);
Wait(331 + Random(237));
TypeSend(' ', 100);
Wait(331 + Random(237));
TypeSend(' ', 100);
Wait(331 + Random(237));
TypeSend(' ', 100);
Wait(331 + Random(237));
end;
Type the whole thing out for you if you just wanted to copy and paste.