Register for your free account! | Forgot your password?

You last visited: Today at 13:22

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

Advertisement



[AutoIt] SRO Installer Bypasser

Discussion on [AutoIt] SRO Installer Bypasser within the SRO Hacks, Bots, Cheats & Exploits forum part of the Silkroad Online category.

Reply
 
Old   #1
 
Kape7's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 3,210
Received Thanks: 6,289
[AutoIt] SRO Installer Bypasser

Well the new Silkroad version is coming and I felt like I should start doing the things by myself, so I decided to make an small program for bypass the installer with a simple method that was explained on

So here you are the source, as you can see is VERY simple, I think this is my first serious program, and sadly I only know a bit of autoit -_-

Code:
$path = @TempDir&"\sver.dat" ;Path of your temp folder and the name of the file which the installer reads
$ver = InputBox("SRO Installer Bypasser - by Synx","Insert the client version of the installer, for example '260' for SRO version 1.260. For disable the patch type 'unpatch'.")
if $ver = "unpatch" or $ver = "UNPATCH" Then
 	FileSetAttrib($path,"-R") ;Deletes the "Read Only" attribute for be able to delete the file
	FileDelete($path) ;Deletes the file
	msgbox(0,"Success!","The patch has been removed!")
	else
if $ver <=100 or $ver >=999 or $ver = "" Then ;This also prevents to write text on the file instead of a numeric version
	msgbox(0,"Error!","The version that you have entered is not valid, please enter a valid SRO version (3 digits)")
Else
	FileWriteLine($path,$ver)
	filesetattrib($path,"+RA") ;Sets the "Read Only" attribute to the file for make the installer unable to delete/remplace it
	msgbox(0,"Success!","Patch done, run your Silkroad installer ^_^")
EndIf
EndIf
I'm not gonna post the compiled version so people don't have to say "VIRUS" or smth.
Probably the new client will be released tonight so you will be able to install it before the update using this.

#Added compiled version. theoneofgod.
Attached Files
File Type: zip SRO_Installer.zip (281.8 KB, 372 views)
Kape7 is offline  
Thanks
5 Users
Old 07/12/2010, 17:32   #2
 
theoneofgod's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 3,940
Received Thanks: 2,198
Not tested, but it looks right.

#Approved
theoneofgod is offline  
Old 07/12/2010, 23:46   #3
 
Chiddy's Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 542
Received Thanks: 116
Post the executable pl0x ^^
Chiddy is offline  
Thanks
1 User
Old 07/13/2010, 00:20   #4
 
theoneofgod's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 3,940
Received Thanks: 2,198
Added compiled version to the first post.
theoneofgod is offline  
Thanks
2 Users
Old 07/13/2010, 09:02   #5
 
Chiddy's Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 542
Received Thanks: 116
Quote:
Originally Posted by theoneofgod View Post
Added compiled version to the first post.
Much obliged
Chiddy is offline  
Old 08/28/2010, 05:53   #6
 
elite*gold: 0
Join Date: Oct 2009
Posts: 6
Received Thanks: 0
Synx still works with the version 1.265 is that here says "for SRO version 1.260."
jgmg15 is offline  
Old 08/28/2010, 06:13   #7
 
Kape7's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 3,210
Received Thanks: 6,289
Quote:
Originally Posted by jgmg15 View Post
Synx still works with the version 1.265 is that here says "for SRO version 1.260."
Yeah when I made it I guessed the Legend V Plus client was going to be 1.260, but that doesn't matter at all, since it was just an example of use. For make it works with the new client put 265 and it's done. Remember to unpatch after use for avoid problems with other versions installers such as kSRO.
Kape7 is offline  
Old 08/28/2010, 18:13   #8
 
elite*gold: 0
Join Date: Apr 2009
Posts: 53
Received Thanks: 12
Quote:
Originally Posted by Synx7 View Post
Yeah when I made it I guessed the Legend V Plus client was going to be 1.260, but that doesn't matter at all, since it was just an example of use. For make it works with the new client put 265 and it's done. Remember to unpatch after use for avoid problems with other versions installers such as kSRO.
how do you unpatch?? Is is something simple like run this again after the install??
Rzahm is offline  
Old 08/29/2010, 01:51   #9
 
elite*gold: 0
Join Date: Apr 2009
Posts: 53
Received Thanks: 12
Quote:
Originally Posted by Rzahm View Post
how do you unpatch?? Is is something simple like run this again after the install??
NVM i found the answer in your code in post 1. Normally i don't read code because 99% of the time it's gibberish to me since i know nothing about programming.
Rzahm is offline  
Old 08/31/2010, 08:25   #10
 
Electrified0's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 367
Received Thanks: 59
Wonderful.
Electrified0 is offline  
Thanks
1 User
Old 08/31/2010, 13:11   #11
 
Kape7's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 3,210
Received Thanks: 6,289
Quote:
Originally Posted by Rzahm View Post
NVM i found the answer in your code in post 1. Normally i don't read code because 99% of the time it's gibberish to me since i know nothing about programming.
It's also on the inputbox, it says "For disable the patch type 'unpatch'"
Kape7 is offline  
Old 09/01/2010, 00:34   #12
 
elite*gold: 0
Join Date: Sep 2010
Posts: 1
Received Thanks: 0
omg. thank you so much. seriously. i was getting so ****** off when it wouldn't let me install EVEN though it was 1 WHOLE day after the inspection -.-
SROtheMaster is offline  
Old 09/01/2010, 02:29   #13
 
moha80_2000's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 20
Received Thanks: 2
thx soo match now work my install the new patch
moha80_2000 is offline  
Old 09/01/2010, 21:04   #14
 
elite*gold: 0
Join Date: Apr 2007
Posts: 105
Received Thanks: 0
thx alot ! helped me right away
h4x000r is offline  
Old 12/18/2010, 03:11   #15
 
Siltho's Avatar
 
elite*gold: 0
Join Date: Dec 2010
Posts: 26
Received Thanks: 5
Thanks a lot, man. Finally worked for me.
Siltho is offline  
Reply


Similar Threads Similar Threads
Dc with bypasser
01/15/2010 - Dekaron - 10 Replies
every few min i get dced from using the bypasser everything is updated correctly wats wrongs :S
what gc bypasser?
09/21/2009 - Grand Chase - 2 Replies
were can i find that??
[Help] Ban Bypasser
08/15/2009 - Flyff - 1 Replies
Hey .. Ich hab mir den Ban Bypasser von dem thread hier : http://www.elitepvpers.com/forum/flyff-hacks-bots-c heats-exploits-macros/200654-release-bann-bypasser -4.html] geladen, und hab das gemacht was im HowTo stand. Also hab den host angegeben und die ip auf localhost geändert, aber wenn ich mich dann auf FlyfJ einlogg, ist kein Server zur auswahl x-x Kann man das i-wie machen das es geht =O?



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


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.