i need help i need to make smart press the 3 key (not the numpad3)
i keep getting this error
Error: No default value for parameter 2 found at line 51
Compiling failed.
here is the part of the script that im working with
can anyone help plz?Code:procedure GrabNeedles; var x, y: integer; var loop: integer; begin for loop:=0 to 9999 do FindNormalRandoms; begin if FindObj(x, y, 'ear', 15198954, 10) then mouse(x, y, 0, 0, false); ChooseOption('ear'); wait(400+random(75)); SmartSendKeys(3); Antiban end; end;


Reply With Quote
