Register for your free account! | Forgot your password?

You last visited: Today at 00:41

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

Advertisement



[Release]Anti-NameHack

Discussion on [Release]Anti-NameHack within the Shaiya PServer Guides & Releases forum part of the Shaiya Private Server category.

Reply
 
Old   #1
 
.Shaco.'s Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 171
Received Thanks: 295
[Release]Anti-NameHack

Hello,

I've seen that on some pservers you can use this hack and you can be anything you want like [GM]/[GM]/[GS] and so on. This is big problem and can get confused to players who don't know. I haven't seen this on most pserver because i've tested them on most server. I know there are a few like professional coder's servers. So here is a fix for servers which doesn't have patched this yet.

1. Open [dbo].[usp_Create_Char_R]

and Add this after: SET NOCOUNT ON
Code:
DECLARE @Ret int
SET @CharName = LTRIM(RTRIM(@CharName))
SET @Ret = 0
DECLARE @charcheck AS INT

SET @NameCnt = (SELECT ISNULL(COUNT(*),0) FROM Chars WHERE CharName=@CharName AND Del=0)
SET @charcheck = PATINDEX('%[^a-zA-Z0-9]%',@CharName)
IF @charcheck > 0
  RETURN -1
2. And click Execute!

Done, easy isn't it? I didn't show full info about where to find it how to find it, but IF you really a dev or new dev you have to find that out your self. I did same way, that will teach you alot of things, believe me. So Good luck!

PS: Have fun trying for it hackers. *Never grow up kids*
.Shaco. is offline  
Thanks
50 Users
Old 07/24/2012, 21:48   #2

 
[DN]'s Avatar
 
elite*gold: 126
Join Date: May 2012
Posts: 92
Received Thanks: 438
It's simple as fck, you need to change the name during creating a character with ollydbg (you need to change it before it will be sent to the server side) but I won't tell how and where not so many ppl know how to do it so thanks to *** lmao, anyway thanks for the release maybe it will be useful for someone.
[DN] is offline  
Thanks
1 User
Old 07/24/2012, 21:57   #3
 
JohnHeatz's Avatar
 
elite*gold: 150
Join Date: Apr 2010
Posts: 9,739
Received Thanks: 8,977
#Added to the Index
JohnHeatz is offline  
Thanks
1 User
Old 07/24/2012, 22:30   #4
 
.Shaco.'s Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 171
Received Thanks: 295
Quote:
Originally Posted by DnSnh View Post
It's simple as fck, you need to change the name during creating a character with ollydbg (you need to change it before it will be sent to the server side) but I won't tell how and where not so many ppl know how to do it so thanks to *** lmao, anyway thanks for the release maybe it will be useful for someone.
Are you saying that you "can" still create a char with tag on, shile this script is patched?
If it is so prove me that you can on my server.

Regards,
Shaco
.Shaco. is offline  
Old 07/24/2012, 22:46   #5
 
elite*gold: 0
Join Date: Feb 2012
Posts: 267
Received Thanks: 50
Huston we got a Problem here!

Msg 137, Level 15, State 1, Procedure usp_Create_Char_R, Line 56
Must declare the scalar variable "@Ret".

Any help? ^^
cypherxxl is offline  
Old 07/24/2012, 23:04   #6
 
anton1312's Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 195
Received Thanks: 343
add to usr_Create_Char_R
DECLARE @Ret int

SET @Ret = 0
anton1312 is offline  
Thanks
1 User
Old 07/25/2012, 01:13   #7
 
tracker62's Avatar
 
elite*gold: 0
Join Date: Jun 2011
Posts: 208
Received Thanks: 25
Msg 137, Level 15, State 2, Line 2
Must declare the scalar variable "@CharName".
Msg 137, Level 15, State 2, Line 6
Must declare the scalar variable "@CharName".
Msg 137, Level 15, State 2, Line 7
Must declare the scalar variable "@CharName".
Msg 178, Level 15, State 1, Line 9
A RETURN statement with a return value cannot be used in this context.


??
tracker62 is offline  
Old 07/25/2012, 10:24   #8

 
[DN]'s Avatar
 
elite*gold: 126
Join Date: May 2012
Posts: 92
Received Thanks: 438
Quote:
Originally Posted by .Shaco. View Post
Are you saying that you "can" still create a char with tag on, shile this script is patched?
If it is so prove me that you can on my server.

Regards,
Shaco
Where did I said that It's possible even with the patched script? I said "it's simple as fck" and I mean the name"hack" not simple to name"hack" with your script patched.
and btw I'm not playing games a long time ago and I don't have Shaiya at my PC so I can't test it on any server <.<
and btw about the name"hack" you need to turn on shaiya client, run Ollydbg and connect it to the game process (file> attach)
Then click on the play (olly will stop the application after the analysis), now you will need to return to the game, log in to your account, create a character, give it a name etc
but yeah we don't "create" it yet, only set a profession, name etc or it won't work.
Now we will go back to ollydbg and go to the address (Ctrl + G) 589370 and click ok and blah blah blah blah maybe I'll just make a tut later with screen shots but first I need to know if the patched script is working at all or I won't make a tut. Does anyone tested it ?

Peace and regards.
DnSnh
[DN] is offline  
Old 01/24/2013, 03:10   #9
 
elite*gold: 0
Join Date: Jan 2013
Posts: 35
Received Thanks: 9
Msg 137, Level 15, State 2, Line 2
Must declare the scalar variable "@CharName".
Msg 137, Level 15, State 2, Line 6
Must declare the scalar variable "@CharName".
Msg 137, Level 15, State 2, Line 7
Must declare the scalar variable "@CharName".
Msg 178, Level 15, State 1, Line 9
A RETURN statement with a return value cannot be used in this context.
<Admin>Zynx is offline  
Old 01/24/2013, 04:51   #10
 
elite*gold: 0
Join Date: Jan 2013
Posts: 7
Received Thanks: 6
Arrow

Quote:
Originally Posted by <Admin>Zynx View Post
Msg 137, Level 15, State 2, Line 2
Must declare the scalar variable "@CharName".
Msg 137, Level 15, State 2, Line 6
Must declare the scalar variable "@CharName".
Msg 137, Level 15, State 2, Line 7
Must declare the scalar variable "@CharName".
Msg 178, Level 15, State 1, Line 9
A RETURN statement with a return value cannot be used in this context.
X-51 is offline  
Thanks
3 Users
Old 07/02/2013, 11:31   #11
 
adminganicus's Avatar
 
elite*gold: 0
Join Date: Jun 2013
Posts: 7
Received Thanks: 1
I used that, i have made an restart on server and still can do hackname :|
adminganicus is offline  
Old 10/08/2013, 08:18   #12
 
elite*gold: 0
Join Date: Oct 2010
Posts: 16
Received Thanks: 0
Msg 137, Level 15, State 1, Procedure usp_Create_Char_R, Line 22
Must declare the scalar variable "@NameCnt".

little help pls.
grecu36 is offline  
Old 06/28/2014, 23:22   #13
 
elite*gold: 0
Join Date: Jan 2014
Posts: 22
Received Thanks: 0
any one can tell me where [dbo].[usp_Create_Char_R]?
Aleni is offline  
Old 06/30/2014, 14:40   #14
 
Twilight360's Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 518
Received Thanks: 805
Quote:
Originally Posted by Aleni View Post
any one can tell me where [dbo].[usp_Create_Char_R]?
GameData > Stored Procedures > usp_Create_Char_R table > Edit Table.
Twilight360 is offline  
Old 09/02/2014, 23:12   #15
 
elite*gold: 0
Join Date: Jan 2012
Posts: 428
Received Thanks: 33
Msg 134, Level 15, State 1, Procedure usp_Create_Char_R, Line 106
The variable name '@Ret' has already been declared. Variable names must be unique within a query batch or stored procedure.
anyone help?^^
Cansas59 is offline  
Reply


Similar Threads Similar Threads
[RELEASE] Anti hacker | anti cheat Dekaron.exe | Critical Games
11/21/2020 - Dekaron Private Server - 28 Replies
http://img202.imageshack.us/img202/8456/splashsn.p ng Uploaded with ImageShack.us I'm sorry for my english using google translator a moderator please edit the post for better understanding. Hello everybody Eliepvpers began attending this forum 2 weeks ago and saw that plays absolutely no stake in that category.
[RELEASE]PickaClient Modded 1.7.3 Merged: *UPDATE 11* - NameHack ! ( Update 1.0 )
02/17/2012 - Minecraft Mods, Textures, Skins & Maps - 39 Replies
Hallo Minecraft Suchtis.. Hier der beste hack den ich kenne. Screens: http://img1.uploadscreenshot.com/images/orig/7/19 503164614-orig.jpg http://img1.uploadscreenshot.com/images/orig/7/19 503283096-orig.jpg Version 9.0
namehack
09/29/2009 - General Gaming Discussion - 1 Replies
apparently i have some malware reproducing in my visual basic im sorry



All times are GMT +2. The time now is 00:41.


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.