Register for your free account! | Forgot your password?

You last visited: Today at 06:15

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

Advertisement



Auto Shutdown CO

Discussion on Auto Shutdown CO within the CO2 Bots & Macros forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
evanxxxm's Avatar
 
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
As many of you might know, there is a command in "RUN" that can shut down your computer after X seconds
shutdown.exe -s -t 1000

However, i dont really the fact that it closed all my other programs, so i made this TIMER program to shut down CO.
of course, as u guys expected, it works fine with minimize windows

type in X seconds for the timer

Screenshots:



when u press F11, it will show how many seconds left.


*this is the autohotkey exe file, its a stand alone program. works with all XP windows...not sure about vista

Code:
if you have autohotkey complier, thats even better, here is the script:
Code:
Gui, Add, Text,, COclose 1024x768
Gui, Add, Text,x10 y32 w60 h20, Close after:
Gui, Add, Edit, x80 y30 w58 h20 vTime,3600
Gui, Add, Text,x138 y32 w80 h20, seconds
Gui, Add, Text,x10 y62 w180 h30, Press F11 to show how many seconds left
Gui, Add, Button, x100 y92 w60 h30 vButton gStart, Ok
Gui, Show
return

Start:
Gui, Submit, Hide
number = %Time%

WinGet,id, ID,[Conquer2.0]
gata := false
MsgBox, CO will shut down after %Time% seconds

;------------------Timer---------------------------
Loop %Time%
{
sleep 1000
number--
}

;------------------Exit_functions-------------------
winkill, ahk_id %id% 

ExitApp

;------------------F11_timer------------------------
*F11::
SplashTextOn,140 , , %number% seconds left.
Sleep, 3000
SplashTextOff
return
Download:
updated on 12/3/07
Attached Files
File Type: rar Timer.rar (192.8 KB, 213 views)
File Type: rar COcloseALL.rar (192.8 KB, 147 views)
evanxxxm is offline  
Thanks
2 Users
Old 04/11/2007, 13:22   #2
 
elite*gold: 0
Join Date: Dec 2006
Posts: 173
Received Thanks: 17
has been posted once
nestea is offline  
Old 04/11/2007, 16:33   #3
 
evanxxxm's Avatar
 
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
i search before posting
other than COParter or SV, i couldnt find any standalone program about closing CO.

some of the players might be "scared" to use those kind of botting programs, but this program can never get u to bot jail
(it doesnt send packets to dc u, it actually help u to click exit)
evanxxxm is offline  
Old 04/11/2007, 20:23   #4
 
elite*gold: 0
Join Date: Dec 2006
Posts: 173
Received Thanks: 17
look in here


pokeys timer
nestea is offline  
Old 04/12/2007, 05:39   #5
 
evanxxxm's Avatar
 
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
yea i guess there are few similar programs exist in here.
just make it like McDonald and tocobell, let people have more choice
evanxxxm is offline  
Old 04/12/2007, 14:02   #6
 
DM2000's Avatar
 
elite*gold: 0
Join Date: Jan 2006
Posts: 1,919
Received Thanks: 178
#Added to LinkList (^^)
DM2000 is offline  
Old 04/18/2007, 07:14   #7
 
elite*gold: 0
Join Date: Mar 2006
Posts: 1,252
Received Thanks: 476
Quote:
Originally posted by evanxxxm@Apr 12 2007, 06:39
yea i guess there are few similar programs exist in here.
just make it like McDonald and tocobell, let people have more choice
lmao nice program + comment ^^
GrimReaper91 is offline  
Old 04/19/2007, 06:08   #8
 
evanxxxm's Avatar
 
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
although making programs takes lots of trial and error, its fun and challenging.
i recommend u guys should start learning some basics of programmings.
for example:
AutoHotKey
AutoIt
C++

besides, u will never get owned by those hackers with using ur own program =)
evanxxxm is offline  
Old 04/19/2007, 23:43   #9
 
elite*gold: 0
Join Date: Nov 2006
Posts: 544
Received Thanks: 25
nice program would give you +1k but cant right now cause of 1 day thingy
kkaosbudbud is offline  
Old 04/19/2007, 23:51   #10
 
evanxxxm's Avatar
 
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
greatly appreciate =)
evanxxxm is offline  
Old 04/02/2008, 22:09   #11
 
elite*gold: 0
Join Date: Jul 2007
Posts: 92
Received Thanks: 5
woohoo just what i needed!!
ty ^^
works like a charm too
ryu9990 is offline  
Old 04/08/2008, 17:32   #12
 
bossdude's Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 619
Received Thanks: 40
just quick question does it close all ur CO windows, if it doesnt could u make it do that?
thanx



lol sorry bout askin u to do stuff, but so far ur like the bee's knees in bots ive used
bossdude is offline  
Old 04/09/2008, 02:15   #13
 
evanxxxm's Avatar
 
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
added COcloseALL
evanxxxm is offline  
Old 04/09/2008, 07:15   #14
 
bossdude's Avatar
 
elite*gold: 0
Join Date: Oct 2006
Posts: 619
Received Thanks: 40
thnx m8
bossdude is offline  
Old 04/13/2008, 08:07   #15
 
ghostly_charlie's Avatar
 
elite*gold: 0
Join Date: May 2007
Posts: 9
Received Thanks: 0
Quote:
As many of you might know, there is a command in "RUN" that can shut down your computer after X seconds
shutdown.exe -s -t 1000
#15 that shutsdown ur comp...derr hence the name, course it closes all ur other programs?
ghostly_charlie is offline  
Reply


Similar Threads Similar Threads
Auto It Befehl shutdown
06/21/2010 - General Coding - 4 Replies
Hi Wie Geht der Befehl bei Auto It ? Das es da den Befehl Shutdown gibt weiss ich aber wie muss ich ihn Nun hinschreiben das mein Pc sich Herunterfährt mit Call ?
Auto-Shutdown(MULTI)
01/07/2009 - Metin2 - 10 Replies
hi@all also das ist mein erster post(bis etzt reichte es mir zu LESEN) also hoffe ich werde da mal nicht einfach mit einem billigen antwortepost abgespeist. ich hab sufu benutzt => nothing found also hier meine frage: gibt es ein programm(bot) mit dem ich die minimap scannen kann und es automatisch multihack pausiert(oda was auch imma aber NICHT zumacht) und man später wieder laufen lassen kann ohne das man alles neu einstellen muss WENN ein farblich unterschiedlicher...
Auto ShutDown xD
07/02/2007 - CO2 Exploits, Hacks & Tools - 4 Replies
Hi! I know many auto shutdown's have been posted before. But this it's just the coolest one xD This Auto ShutDown it's only for Vista! ZeroWaitingTime: http://www.zerowaitingtime.com/24142-downl...Shut down.gadget And here it's a screenshoot: http://rapidshare.com/files/40466747/Auto_...utdo wn.jpg.html
Auto Shutdown :)
05/04/2007 - CO2 Bots & Macros - 14 Replies
Here's the deal.. I know I haven't done much recently and I appologize. So to make up for that, here is a little something from my paws to your comps! *Note* /Tested and created on a win XP box. May not work on 95/98/ Ever want to set up a macro to run over night @ Basi or something, but scared that your equip might break? Here is the solution, although a bit messy in its ways.. It DOES work Don't go out and get some shitty program to automatically kill a program or restart you comp....



All times are GMT +2. The time now is 06:15.


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.