Register for your free account! | Forgot your password?

You last visited: Today at 22:40

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

Advertisement



[Macro]OverNight mode v2.3

Discussion on [Macro]OverNight mode v2.3 within the SRO Hacks, Bots, Cheats & Exploits forum part of the Silkroad Online category.

Reply
 
Old   #1
 
InvincibleNoOB's Avatar
 
elite*gold: 20
Join Date: Mar 2007
Posts: 4,277
Received Thanks: 2,990
[Macro]OverNight mode v2.3



Info:
Hello everyone...i have decided to bring my old script back to life,due to some people requesting it...
This script will allow u to choose what you want your computer to do after SRO gets DC,there are 3 choices:Shutdown,Stand By and Sound...
I think i don't need to explain what each of these options mean,it is pretty self explanatory...

For now it works only in 1024*768

How to use:
1. Download Autoit--->>>
2. Install AutoIt and create a new notepad file in your desktop and open it
4. Copy/paste the source code below in the new notepad file
5. After pasting save the notepad file in .au3 format
6. Run the .au3 file,Choose an option and then run SRO

Notes:
- U can run this before SRO or while ingame already just make sure your client is not /mini
- Does not support multiclient yet
- 1024*768
- Removed Source code because i can't stand those leechers who don't respect anyone a bit

OverNight Mode 2.2 code(Decompiled by ~inVincibLe)
Code:
#AutoIt3Wrapper_Icon = C:/Documents And Settings/Owner/Desktop/OvernightMode/Silkroad.ico
#Include <GUIConstants.au3>
GUICreate("OverNight Mode v2.2", 390, 225)
GUISetFont(11)
GUICtrlCreateLabel("Welcome to OverNight Mode", 104, 10)
GUICtrlCreateLabel("Made by Dark 0x33.org", 121, 27)
GUICtrlCreateLabel("[Decompiled by inVincibLe @elitepvpers.com]", 46, 42)
GUISetFont(10)
GUICtrlCreateLabel("What do you want your computer to do when dc is detected?", 20, 70)
GUISetFont(8.5)
GUICtrlCreateGroup("Resolution", 208, 97, 135, 89)
 = GUICtrlCreateRadio("1024 x 768", 221, 120, 120, 20)
GUICtrlSetState(, )
 = GUICtrlCreateRadio("1280 x 1024 <new>", 221, 150, 120, 20)
 = GUICtrlCreateButton("Stand By", 25, 100, 120)
 = GUICtrlCreateButton("Shut Down", 25, 130, 120)
 = GUICtrlCreateButton("Sound", 25, 160, 120)
GUISetState(@SW_SHOW)
While 1
	 = GUIGetMsg()
	Select
		Case  =  And  And BitAND(GUICtrlRead(), ) = 
			GUISetState(@SW_HIDE)
			While 1
				Sleep(250)
				If PixelGetColor(361, 315) = 13027014 Then
					Sleep(1000)
					Beep(3300, 10000)
				ElseIf Not WinExists("SRO_Client") Then
					Sleep(4000)
					Beep(3300, 1200)
				EndIf
			WEnd
		Case  =  And  And BitAND(GUICtrlRead(), ) = 
			GUISetState(@SW_HIDE)
			While 1
				Sleep(250)
				If PixelGetColor(489, 443) = 13027014 Then
					Sleep(1000)
					Beep(3300, 10000)
				ElseIf Not WinExists("SRO_Client") Then
					Sleep(4000)
					Beep(3300, 1200)
				EndIf
			WEnd
		Case  =  And  And BitAND(GUICtrlRead(), ) = 
			GUISetState(@SW_HIDE)
			While 1
				Sleep(250)
				If PixelGetColor(361, 315) = 13027014 Then
					Sleep(10000)
					Shutdown(1)
				ElseIf Not WinExists("SRO_Client") Then
					Sleep(10000)
					Shutdown(1)
				EndIf
			WEnd
		Case  =  And  And BitAND(GUICtrlRead(), ) = 
			GUISetState(@SW_HIDE)
			While 1
				Sleep(250)
				If PixelGetColor(489, 443) = 13027014 Then
					Sleep(10000)
					Shutdown(1)
				ElseIf Not WinExists("SRO_Client") Then
					Sleep(10000)
					Shutdown(1)
				EndIf
			WEnd
		Case  =  And  And BitAND(GUICtrlRead(), ) = 
			GUISetState(@SW_HIDE)
			While 1
				Sleep(250)
				If PixelGetColor(361, 315) = 13027014 Then
					Sleep(10000)
					Shutdown(6)
				ElseIf Not WinExists("SRO_Client") Then
					Sleep(10000)
					Shutdown(6)
				EndIf
			WEnd
		Case  =  And  And BitAND(GUICtrlRead(), ) = 
			GUISetState(@SW_HIDE)
			While 1
				Sleep(250)
				If PixelGetColor(489, 443) = 13027014 Then
					Sleep(10000)
					Shutdown(6)
				ElseIf Not WinExists("SRO_Client") Then
					Sleep(10000)
					Shutdown(6)
				EndIf
			WEnd
		Case  = 
			ExitLoop
	EndSelect
WEnd
Download:(incase you don't have au3 compiler)
v 2,2 -
v 2.2 mirror -
MD5: a6085a065218ad9fea2f3dc9e5c901b8

Changelog:
v1.0 -Oldest version,contained only pc shutdown
v1.1 -Added 2 more options to the first version
v2.0 -Completely redone the whole script from scratch
v2.1 -Added client dissapear detection
v2.2 -Added new resolution 1280*1024
v2.3 -Added 2 Clients for Sound,Some minor script changes

Working On:
-2+ Clients
-Multiclient for all options
-Multi,choose if u want action when all sro clients close or one of them
InvincibleNoOB is offline  
Thanks
7 Users
Old 04/02/2008, 12:47   #2
 
InvincibleNoOB's Avatar
 
elite*gold: 20
Join Date: Mar 2007
Posts: 4,277
Received Thanks: 2,990
Updated to 2.1,I decompiled it since the author removed the source,but still you should respect this os!
All posts have been merged
#Title changed - OverNight mod v2.1
InvincibleNoOB is offline  
Old 04/02/2008, 14:56   #3
 
elite*gold: 0
Join Date: Aug 2007
Posts: 6,009
Received Thanks: 610
I think the back slsahes ( \ ) are missing in this code...

edit: and the RS link dont works.
DarkCronicLe is offline  
Old 04/02/2008, 15:34   #4
 
InvincibleNoOB's Avatar
 
elite*gold: 20
Join Date: Mar 2007
Posts: 4,277
Received Thanks: 2,990
Quote:
Originally Posted by DarkCronicLe View Post
I think the back slsahes ( ) are missing in this code...

edit: and the RS link dont works.
Fixed.
InvincibleNoOB is offline  
Old 04/03/2008, 10:21   #5
 
affgane123's Avatar
 
elite*gold: 0
Join Date: Apr 2007
Posts: 99
Received Thanks: 61
the prog is nice but can you add a button that only close the client after dc ?
affgane123 is offline  
Old 04/03/2008, 11:40   #6
 
elite*gold: 0
Join Date: Dec 2007
Posts: 43
Received Thanks: 2
Why use this when there is a better dc detector (Devils DC Detector)?
10kpl0x is offline  
Old 04/03/2008, 20:40   #7
 
Paddy10's Avatar
 
elite*gold: 0
Join Date: Aug 2007
Posts: 868
Received Thanks: 165
Quote:
Originally Posted by 10kpl0x View Post
Why use this when there is a better dc detector (Devils DC Detector)?
its up to everyone which one you want use!
if it would working with 1280x1024 i would use it :S
Paddy10 is offline  
Old 04/03/2008, 21:36   #8
 
elite*gold: 0
Join Date: Aug 2007
Posts: 6,009
Received Thanks: 610
This auto-it code don't works for me.

I didn't download the compiled exe yet.
DarkCronicLe is offline  
Old 04/04/2008, 06:15   #9
 
elite*gold: 0
Join Date: Apr 2008
Posts: 1
Received Thanks: 0
how do i use it i have it installed and everything?
ssbbsasuke is offline  
Old 04/04/2008, 21:09   #10
 
elite*gold: 0
Join Date: Feb 2008
Posts: 33
Received Thanks: 1
SCAN PLS
blubd is offline  
Thanks
1 User
Old 04/05/2008, 11:45   #11
 
xxfukerxx's Avatar
 
elite*gold: 0
Join Date: Jan 2008
Posts: 222
Received Thanks: 144
isnt this the same like devils no dc?
xxfukerxx is offline  
Old 04/06/2008, 15:00   #12
 
InvincibleNoOB's Avatar
 
elite*gold: 20
Join Date: Mar 2007
Posts: 4,277
Received Thanks: 2,990
Version 2.2 is out now supporting 1280 x 1024,just for you Paddy10
blubd and DarkCronicle,stop being lazy and scan it on your own,because i don't expect someone else to scan a source code.
-Source code updated.
Enjoy
InvincibleNoOB is offline  
Old 04/06/2008, 15:31   #13
 
affgane123's Avatar
 
elite*gold: 0
Join Date: Apr 2007
Posts: 99
Received Thanks: 61
Quote:
Originally Posted by 10kpl0x View Post
Why use this when there is a better dc detector (Devils DC Detector)?
because devislDCDetector is stupid .. he close the the client when i have a lag
and its very buggy
affgane123 is offline  
Old 04/06/2008, 18:05   #14
 
kramnommir's Avatar
 
elite*gold: 0
Join Date: Oct 2007
Posts: 92
Received Thanks: 1
<scan result - deleted>
all i know is that sohanad is kinda a harmful virus...
i trust the mod who post this.. im using it now...trying if it works.. and will somthing happen to my char...

so its up to you guys...

im still trying to google the effect of the higlighted viruses i found in the exe file.
kramnommir is offline  
Old 04/13/2008, 04:20   #15
 
InvincibleNoOB's Avatar
 
elite*gold: 20
Join Date: Mar 2007
Posts: 4,277
Received Thanks: 2,990
ver 2.3 is out,now working with multi client.
#Download link updated
#Source will be updated later.

kramnommir,all you know is nothing,it's Open source.
InvincibleNoOB is offline  
Reply


Similar Threads Similar Threads
Playing AL Overnight o.o
04/04/2010 - Archlord - 22 Replies
So now that i got bought Lot of Cookies and milk i can tell you this.Meh guys its 1:16 Night here and in 14 mins im gonna Train lvl Like Skunk >.< i want to see how good i can train (but there is no 2x rate in this hour >.<) so i thought i can share my experience whit you guys ^^ BTW This is Korean archlord im gonna train lvl lol.As you all know WZ sucks cookies ^^. Here the screen of the Starting position. http://img684.imageshack.us/img684/2222/starttrai n.png And so i will Screen...
OverNight Mode v2.5
06/04/2008 - SRO Hacks, Bots, Cheats & Exploits - 7 Replies
Info: Hello everyone...i have decided to bring my old script back to life,due to some people requesting it... This script will allow u to choose what you want your computer to do after SRO gets DC,there are 3 choices:Shutdown,Stand By and Sound... I think i don't need to explain what each of these options mean,it is pretty self explanatory I decided to post it here too cuz older versions were posted too...and i see it helps people...:) Screenshot:...
[TOOL]: OverNight Mode v2.3 (2 clients update)
05/26/2008 - SRO Hacks, Bots, Cheats & Exploits - 22 Replies
Info: Hello everyone...i have decided to bring my old script back to life,due to some people requesting it... This script will allow u to choose what you want your computer to do after SRO gets DC,there are 3 choices:Shutdown,Stand By and Sound... I think i don't need to explain what each of these options mean,it is pretty self explanatory Screenshot: http://img355.imageshack.us/img355/170/image2xc2. jpg How to use:
Devil DC Detector // Overnight Mode HELP
05/22/2008 - Silkroad Online - 2 Replies
Hello, I'm having problems with this programe, in fact with all the programes to prevent DC. I tryed to use Devil DC Detector, but when a DC occurs nothing happens. I tryed overnight mode too, and the same as Devil Dc Detector.. Nothing.. I don't Know where is the problem.. Should be in a specific place ? Maybe, my pc don't let the programe work correctly ?



All times are GMT +2. The time now is 22:40.


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.