Buckleyindahouse
12-07-2006, 11:46 AM
how do i speed up the mouse on this script. Yes, I know it isnt mines but it is dropping too slow for my taste.
// RS-Bitch Made by M0ng00se \\
//Thanks to Bego and ClashFan\\
//For the tutoring and help \\
////////////////////////////\\
//For Support, Feedback, and \\
//Comments or questions, email to\\
//Supercrosser_23@hotmail.com\\
/////////////////////////////\\
Program RSBuddy;
{.Include SRL/SRL.scar}
Const
//////Inventory Dropper
DropEverything=false;
Procedure ClearInventory;
begin
If(IsFkeydown(12))then
begin
Dropto(6,28);
end else;
end;
Begin
SetupSRL;
repeat
ClearInventory;
until(false)
end.
// RS-Bitch Made by M0ng00se \\
//Thanks to Bego and ClashFan\\
//For the tutoring and help \\
////////////////////////////\\
//For Support, Feedback, and \\
//Comments or questions, email to\\
//Supercrosser_23@hotmail.com\\
/////////////////////////////\\
Program RSBuddy;
{.Include SRL/SRL.scar}
Const
//////Inventory Dropper
DropEverything=false;
Procedure ClearInventory;
begin
If(IsFkeydown(12))then
begin
Dropto(6,28);
end else;
end;
Begin
SetupSRL;
repeat
ClearInventory;
until(false)
end.