i need it to reload the page and i dont know how to do ctrl+r in a script
any help?
i need it to reload the page and i dont know how to do ctrl+r in a script
any help?
clicky
There's a table of all the values needed to use for 'KeyDown(byte)' so you can just have
And just replace ctr and r with the code needed (single or double integer) and it should then press ctr+r then let it go, thus refreshing.SCAR Code:KeyDown(ctr);
Wait(50+Random(100));
KeyDown(r);
Wait(50+Random(100));
KeyUp(r);
Wait(50+Random(100));
KeyUp(ctr);
Wait(50+Random(100));
There are currently 1 users browsing this thread. (0 members and 1 guests)