Register for your free account! | Forgot your password?

You last visited: Today at 21:37

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Question] Pascal

Discussion on [Question] Pascal within the Seafight forum part of the Browsergames category.

Closed Thread
 
Old   #1
 
SeafightSellShip's's Avatar
 
elite*gold: 0
Join Date: Feb 2014
Posts: 1,227
Received Thanks: 459
[Question] Pascal

yoo,

I'm no longer playing seafight but still had a question and since some people in this section know some basic **** about pascal(scar) I thought let's ask it here;-)

I'd like to know how to do a certain action:

My script should click on some buttons and after X time it should click on another button(click on it once in 5-10 minutes) anyone here knows how to put this into a code? (just started studying pascal)


greetz, edwin.
SeafightSellShip's is offline  
Old 09/28/2015, 23:38   #2
 
.Hyleex.'s Avatar
 
elite*gold: 0
Join Date: Jun 2012
Posts: 377
Received Thanks: 107
program New;
procedure ClickButton;
begin
ClickMouse(X1,Y1,true); // button 1
sleep(600000); // Wait 10 minutes
ClickMouse(X2,Y2,true); // button 2
sleep(600000); // Wait 10 minutes
Clickbutton; // Run again
end;
begin
Clickbutton;
end.
.Hyleex. is offline  
Old 09/29/2015, 00:10   #3
 
SeafightSellShip's's Avatar
 
elite*gold: 0
Join Date: Feb 2014
Posts: 1,227
Received Thanks: 459
I meant that the script should click non stop on some buttons and once click on a certain button every 5-10 minuten. Thanks for what you wrote above, thats something I can use
SeafightSellShip's is offline  
Old 09/29/2015, 00:21   #4
 
.Hyleex.'s Avatar
 
elite*gold: 0
Join Date: Jun 2012
Posts: 377
Received Thanks: 107
Hm... ok, good luck with your script!
.Hyleex. is offline  
Old 09/29/2015, 02:08   #5
 
elite*gold: 0
Join Date: Oct 2012
Posts: 391
Received Thanks: 75
Hylex how can I make it spam a key? I need for a MGS game.
comproputas is offline  
Old 09/29/2015, 22:21   #6
Moderator




 
Scytex's Avatar
 
elite*gold: 156
Join Date: Feb 2011
Posts: 3,346
Received Thanks: 1,896
#closed (on request)
Scytex is offline  
Closed Thread


Similar Threads Similar Threads
NEED HELP, PASCAL
03/13/2015 - General Coding - 3 Replies
Hello, is here someone who can help me with programming in Pascal? I need to help with programme which have to do system of linear equations via Gauss or Gauss Jordan elimination method. Thank you.
Pascal
10/06/2009 - General Coding - 12 Replies
Ja etwas spät sry Ich muss morgen ein Vortrag über ein Pascal Skript halten blos Irgendwie kann ich das Skript nicht ausführen ich mache es in notepad++ Speicher es als .pas ab aber er startet es dann nicht das Skript ist das. program Hallo; begin writeln('Hallo Welt'); end.



All times are GMT +2. The time now is 21:37.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.