Jump to content
Viggo

Need help with script

Recommended Posts

I need help to add a relog function to this script 

 

 

Program Ctrl;{By Sorokya}
begin
cleardebug;
writeln('Ctrl by Sorokya Press F8');
writeln('to Start and F9 to Stop');
repeat
begin
if(findwindowtitlepart('Endless Online',False))then
begin
activateclient;
end
if(isfkeydown(8))then
begin
keydown(17);
end
if(isfkeydown(9))then
begin
keyup(17);
end
end
until(false);
end.

 

 

Link to comment
Share on other sites

14 hours ago, Viggo said:

Im looking for a script that just relog my character in a 20 min time interval 

 

I don't play Endless Online or whatever this is for. I would need a breakdown of what actions you are doing and probably a video. Or maybe the route of explaining something more particular that you are trying to do

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...