hey how do i make my script pree eithe backspace or del??
hey how do i make my script pree eithe backspace or del??
Delete doesn't work with scar
But backspace does:
SCAR Code:sendkeys(chr(VK_BACKSPACE));
I made a new script, check it out!.
thankyou very much lolits for my stickRPG script im making lol
oh yeah havnt scripted for ages but would this press it 9 times?
Sendkeys(chr(VK_BACKSPACE)+ 9 );
SCAR Code:for i := 1 to 9 do
Sendkeys(chr(VK_BACKSPACE));
Interested in C# and Electrical Engineering? This might interest you.
would i have to do a var for that would it be
var
i: boolean
thank you sorry 4 my nubness lol im learning slowly
Its alright, your still learning, no worries.
There are currently 1 users browsing this thread. (0 members and 1 guests)