Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online
You last visited: Today at 11:06

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

Advertisement



[Mini-Script] Shutdown on DC

Discussion on [Mini-Script] Shutdown on DC within the Silkroad Online forum part of the Popular Games category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: May 2007
Posts: 63
Received Thanks: 3
I usually leave my pc stalling all night, the problem is that sometimes when I wake up I have the DC confirmation window and I think: "wtf... dc? I might as well leave my pc off".
But today I had an Idea.. What about if wenever the game DCs the pc shutsdown? well this is what this script does..
I was gonna make an .exe of it, but since then I would get a lot of noobs sain it was a keylogger and things like that I'll just paste the code here.

Instructions:
1Download and install Autoit V3
2Copy the code and paste it into a .txt and rename it to .au3
3Run the script when u r planning to go afk.

Code:
$a=1
While $a==1
Sleep(1000)
If PixelGetColor(361,318)=0x424242 Then
	If PixelGetColor(472,410)=0xDECE94 Then
 *$a=0
 *Shutdown(1)
	EndIf
EndIf
WEnd
That's it... All the script does is detect the dc window and shutsdown if detected sucesfull.

Ok, I said that I wouldn't up the exe, but here it is, just in case u don't want to have all that trouble. Scan all u want.
blizzgotbanned is offline  
Thanks
1 User
Old 06/04/2007, 13:55   #2
 
elite*gold: 0
Join Date: May 2007
Posts: 27
Received Thanks: 0
hehe =P i like it

i am a beginer on programation ^_^ i had that idea but start its not easy

congratz
Marcioreis is offline  
Old 06/04/2007, 16:49   #3
 
Reclaimer991's Avatar
 
elite*gold: 0
Join Date: Apr 2007
Posts: 877
Received Thanks: 6
blizz please just post the programm here......ill like to check it...ohh and dont give a **** to what noobs say...just post it man
Reclaimer991 is offline  
Old 06/04/2007, 18:01   #4
 
elite*gold: 0
Join Date: May 2007
Posts: 39
Received Thanks: 1
I got DC and my computer didn't shut down.
BTW. in what resolution this script works?
xplodek is offline  
Old 06/04/2007, 19:14   #5
 
elite*gold: 0
Join Date: May 2007
Posts: 63
Received Thanks: 3
Ok, I'll post the program here in a minute.
It works in 1024*768.
blizzgotbanned is offline  
Old 06/04/2007, 19:23   #6
 
elite*gold: 0
Join Date: May 2007
Posts: 39
Received Thanks: 1
ok thx, I solve the problem, i had silk minimized and now it works thx again
its very useful and +k for you of course
xplodek is offline  
Old 06/04/2007, 20:04   #7
 
elite*gold: 0
Join Date: May 2007
Posts: 63
Received Thanks: 3
ok Reclaimer I added it to the main thread...

btw someone called to my atention that since the party req window is somehow like the DC window that u would probabily shutdown on party req.
Can someone test this pelase?
Keep in mind that I made this in 2 mins or so, and only tested it once...

<hr>Append on Jun 4 2007, 20:07<hr>
Quote:
Originally posted by xplodek@Jun 4 2007, 19:23
ok thx, I solve the problem, i had silk minimized and now it works thx again
its very useful and +k for you of course
doesn't work with sro minimized...
thx 4 k

<hr>Append on Jun 4 2007, 20:24<hr> edition in the code:
added Sleep(1000) so it does't get so heavy
new compiled exe dl link:

added to main thread
blizzgotbanned is offline  
Old 06/05/2007, 07:18   #8
 
elite*gold: 0
Join Date: May 2007
Posts: 5
Received Thanks: 0
thx man ,it works with 1024*768

you said you make the script in 2 minutes

can you make a script for 1280*1024 , too?

ty if you can
Naruto1000 is offline  
Old 06/05/2007, 08:09   #9
 
elite*gold: 0
Join Date: Mar 2007
Posts: 22
Received Thanks: 0
post up the .exe
we nub don noe how to use autoit ^^
gaslyman is offline  
Old 06/05/2007, 08:29   #10
 
elite*gold: 0
Join Date: May 2007
Posts: 39
Received Thanks: 1
Quote:
Originally posted by gaslyman@Jun 5 2007, 08:09
post up the .exe
we nub don noe how to use autoit ^^
lol, he posted .exe file --->
BTW. why did you said "we"
I'm not noob and i know how to use autoit :P
xplodek is offline  
Old 06/05/2007, 16:42   #11
 
elite*gold: 0
Join Date: Aug 2006
Posts: 248
Received Thanks: 0
ok cool u are giving me ideas what to make next :0
yea autoit is the best so far u should make it in gui tho
Gh3tt0PlAyA is offline  
Old 06/05/2007, 19:41   #12
 
rsalumpit's Avatar
 
elite*gold: 0
Join Date: Apr 2007
Posts: 237
Received Thanks: 26
auto it is in what script?i mean like c, c# or java??thnx im noob
rsalumpit is offline  
Old 06/06/2007, 01:08   #13
 
elite*gold: 0
Join Date: May 2007
Posts: 63
Received Thanks: 3
Quote:
Originally posted by Gh3tt0PlAyA+Jun 5 2007, 16:42--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Gh3tt0PlAyA @ Jun 5 2007, 16:42)</td></tr><tr><td id='QUOTE'> ok cool u are giving me ideas what to make next :0
yea autoit is the best so far u should make* it in gui tho [/b]

nã... I'm not gonna make a gui, cos initially I made this for my personal use only,but the I decided to shar it... But u r welcome to change it and enhance it.

<hr>Append on Jun 6 2007, 01:12<hr><!--QuoteBegin--rsalumpit
@Jun 5 2007, 19:41
auto it is in what script?i mean like c, c# or java??thnx im noob [/quote]
autoit is in... autoit :S
It's a very powerfull scripting language that has the ability to work by itself or atached to any other program(s) (controling it(them) and/or sending/recieving data from it(them)).
blizzgotbanned is offline  
Old 02/16/2008, 12:21   #14
 
elite*gold: 0
Join Date: Jul 2007
Posts: 38
Received Thanks: 2
that works if sro is hided with botmoon¿
dandelion is offline  
Old 02/16/2008, 12:28   #15


 
--EpoX--'s Avatar
 
elite*gold: 140
Join Date: Jan 2008
Posts: 642
Received Thanks: 646
it doesnt work for me i even in solution of 1024 * 768 =(
--EpoX-- is offline  
Reply


Similar Threads Similar Threads
Ruben Mini Mini Hack
01/12/2011 - WarRock Hacks, Bots, Cheats & Exploits - 8 Replies
http://www.imguploaden.nl/img/11259.jpg Information : 5th slot NFD Premium DOWNLOAD
Kylin Mini Nub Contests - Mini Contests for Nubs
12/21/2007 - Conquer Online 2 - 8 Replies
Kylin Mini Nub Contest ------------------------------------------------- -------------------------------------------------- -------------------------------- Note: If you want to use these icons please ask me for permission I download them from: Vista Icons but I had to resize them single hand. I can tell you it's not fun the resize 150 icons. You have all permission to use the icons from Vista Icons but not the resized once on this post without permission. Thank You! ...



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


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.