Logo

CS.RIN.RU - Steam Underground Community

IRC: #cs.rin.ru at irc.rizon.net
It is currently Friday, 17 Apr 2015, 21:31

English | Русский




Post new topic Reply to topic  [ 2289 posts ] 
Author Message

Post Post subject: Re: dproto [0.9.356] - HLDS serverside crack (13/11/2013)   
Posted: Sunday, 11 Jan 2015, 05:16   
User Редкий гость
Joined: Monday, 23 Mar 2009, 17:25
Posts: 34
For this, I must use the NetBufExtender 1.0 module?

Spoiler
SZ_GetSpace: overflow on Client Datagram
WARNING: msg overflowed for zvaVARach3
SZ_GetSpace: overflow on Client Datagram
WARNING: msg overflowed for MORG@N
SZ_GetSpace: overflow on Client Datagram
WARNING: msg overflowed for Adrian*
SZ_GetSpace: overflow on Client Datagram
WARNING: msg overflowed for FundDePopandau
SZ_GetSpace: overflow on Client Datagram
WARNING: msg overflowed for cL4u
SZ_GetSpace: overflow on Client Datagram
WARNING: msg overflowed for dcornel
SZ_GetSpace: overflow on Client Datagram
WARNING: msg overflowed for BeBe
SZ_GetSpace: overflow on Client Datagram
WARNING: msg overflowed for TeO

_________________
Comunitate cs 1.6
Cs Plugins


Top
 Profile  

Post Post subject: Re: dproto [0.9.356] - HLDS serverside crack (13/11/2013)   
Posted: Sunday, 11 Jan 2015, 05:22   
User Редкий гость
Joined: Sunday, 14 Mar 2010, 16:52
Posts: 26
kitzu, no, there are unreliable buffer overflows.


Top
 Profile  

Post Post subject: Re: dproto [0.9.356] - HLDS serverside crack (13/11/2013)   
Posted: Sunday, 11 Jan 2015, 05:40   
User Редкий гость
Joined: Monday, 23 Mar 2009, 17:25
Posts: 34
This plugin by mazdan ?

Spoiler
#include <amxmodx>
#include <orpheu>

new g_offset
new size
new offset
new g_maxwarns
new p[33]

public plugin_init()
{
register_plugin("Anti overflow", "2.0", "mazdan")
register_cvar("anti_reliable_warns", "5")
set_cvar_string("anti_reliable_time", "10")
}

public plugin_cfg()
{
OrpheuRegisterHook( OrpheuGetFunction("SV_DropClient"), "SV_DropClient",OrpheuHookPre);
set_task(get_cvar_float("anti_reliable_time"),"r",0,_,_,"b")
g_maxwarns=get_cvar_num("anti_reliable_warns")
}

public OrpheuHookReturn:SV_DropClient( a , b , const szMessage[] )
{


new ret=OrpheuIgnored
if(size && offset)
{
if(containi(szMessage,"Reliable channel overflowed")!=-1)
{
ret = (p[(a-offset)/size]++<g_maxwarns)?OrpheuSupercede:OrpheuIgnored;
}
}
else
{
if(containi(szMessage,"Reliable channel overflowed")!=-1)
{
ret = OrpheuSupercede
}
g_offset=a
}
return ret
}

public r() arrayset(p,0,33)

public client_disconnect(id)
{
p[id]=0
static bool:zdes_byl_ya
static uid, l_o
if(!zdes_byl_ya && g_offset)
{
if(uid)
{
if(uid!=id)
{
size=(g_offset-l_o)/(id-uid)
offset=g_offset-id*size
zdes_byl_ya=true;
}
}
else
{
l_o=g_offset
uid=id
}
}
}

_________________
Comunitate cs 1.6
Cs Plugins


Top
 Profile  

Post Post subject: Re: dproto [0.9.356] - HLDS serverside crack (13/11/2013)   
Posted: Sunday, 11 Jan 2015, 05:46   
Advanced forumer Завсегдатай
User avatar
Joined: Friday, 16 May 2014, 12:14
Posts: 70
Location: ViRuSeS.cloudapp.net
@Flasher, Sir i found 2 bugs:
1- You can't see all steamers pictures after update, You see only some of them.
2- Not all people can see server in list or join it.
They are steamers & I'm sure just after last update, I know it's not easy to make updates ... Really great job and thanks we are waiting for fixes for now please :)

_________________
☣ Welcome To ViRuSeS # The Best CS 1.6 No-Steam Servers ☣
Auto-Mix: 104.40.179.144:27015
HeadShot: 104.40.179.144:27016
Classic: 104.40.179.144:27017
Download: ViRuSeS.cloudapp.net/cs
TeamSpeak3: 104.40.179.144


Last edited by ViRuSeS on Sunday, 11 Jan 2015, 06:08, edited 1 time in total.

Top
 Profile  

Post Post subject: Re: dproto [0.9.356] - HLDS serverside crack (13/11/2013)   
Posted: Sunday, 11 Jan 2015, 05:59   
User Редкий гость
Joined: Sunday, 14 Mar 2010, 16:52
Posts: 26
kitzu wrote:
This plugin by mazdan ?

Spoiler
#include <amxmodx>
#include <orpheu>

new g_offset
new size
new offset
new g_maxwarns
new p[33]

public plugin_init()
{
register_plugin("Anti overflow", "2.0", "mazdan")
register_cvar("anti_reliable_warns", "5")
set_cvar_string("anti_reliable_time", "10")
}

public plugin_cfg()
{
OrpheuRegisterHook( OrpheuGetFunction("SV_DropClient"), "SV_DropClient",OrpheuHookPre);
set_task(get_cvar_float("anti_reliable_time"),"r",0,_,_,"b")
g_maxwarns=get_cvar_num("anti_reliable_warns")
}

public OrpheuHookReturn:SV_DropClient( a , b , const szMessage[] )
{


new ret=OrpheuIgnored
if(size && offset)
{
if(containi(szMessage,"Reliable channel overflowed")!=-1)
{
ret = (p[(a-offset)/size]++<g_maxwarns)?OrpheuSupercede:OrpheuIgnored;
}
}
else
{
if(containi(szMessage,"Reliable channel overflowed")!=-1)
{
ret = OrpheuSupercede
}
g_offset=a
}
return ret
}

public r() arrayset(p,0,33)

public client_disconnect(id)
{
p[id]=0
static bool:zdes_byl_ya
static uid, l_o
if(!zdes_byl_ya && g_offset)
{
if(uid)
{
if(uid!=id)
{
size=(g_offset-l_o)/(id-uid)
offset=g_offset-id*size
zdes_byl_ya=true;
}
}
else
{
l_o=g_offset
uid=id
}
}
}

It also don't fixes unreliable overflows.


Top
 Profile  

Post Post subject: Re: dproto [0.9.356] - HLDS serverside crack (13/11/2013)   
Posted: Sunday, 11 Jan 2015, 07:41   
Forum ghost Местное привидение
Joined: Thursday, 23 Apr 2009, 17:57
Posts: 337
Flasher wrote:
Nardamon
Bug in the client.
Update your revServerBrowser.dll.

Any good reason why should we use your .dll? what is different from revServerBrowser.dll by Crock?

AFAIK that .dll from Crock has an issue with LAN tab only.

_________________
Image


Top
 Profile  

Post Post subject: HLSW bug   
Posted: Sunday, 11 Jan 2015, 10:28   
User Редкий гость
Joined: Monday, 23 Mar 2009, 17:25
Posts: 34
Bugs in HLSW v1.4.0.2
In the dproto v 0.9.510, Limits & Anticheat Tool can`t be viewed.
On the Version 0.9.497 Linux everything it`s alright.


Spoiler
Image
Image

_________________
Comunitate cs 1.6
Cs Plugins


Top
 Profile  

Post Post subject: Re: dproto [0.9.356] - HLDS serverside crack (13/11/2013)   
Posted: Sunday, 11 Jan 2015, 13:29   
User Редкий гость
User avatar
Joined: Monday, 16 Jul 2012, 02:53
Posts: 21
lespaul wrote:
Flasher wrote:
Nardamon
Bug in the client.
Update your revServerBrowser.dll.

Any good reason why should we use your .dll? what is different from revServerBrowser.dll by Crock?

It's not his DLL, it's Crock's DLL too (as far as I know). And I have no idea, what kind of revSrvBrowser uses in shit-installations, published by known promoters, which causing freezes at the beginning of connection.
And the good reason is that this one simply works without headaches.


Top
 Profile  

Post Post subject: Re: dproto [0.9.356] - HLDS serverside crack (13/11/2013)   
Posted: Sunday, 11 Jan 2015, 15:15   
Advanced forumer Завсегдатай
User avatar
Joined: Friday, 16 May 2014, 12:14
Posts: 70
Location: ViRuSeS.cloudapp.net
1- You can't see all steamers pictures after update, You see only some of them.
2- Not all people can see server in list or join it.

Anyone have same problems or just me !?

_________________
☣ Welcome To ViRuSeS # The Best CS 1.6 No-Steam Servers ☣
Auto-Mix: 104.40.179.144:27015
HeadShot: 104.40.179.144:27016
Classic: 104.40.179.144:27017
Download: ViRuSeS.cloudapp.net/cs
TeamSpeak3: 104.40.179.144


Top
 Profile  

Post Post subject: Re: dproto [0.9.356] - HLDS serverside crack (13/11/2013)   
Posted: Sunday, 11 Jan 2015, 15:55   
Advanced forumer Завсегдатай
User avatar
Joined: Wednesday, 11 Mar 2009, 14:30
Posts: 50
Dollar-Gamer wrote:
1- You can't see all steamers pictures after update, You see only some of them.
2- Not all people can see server in list or join it.

Anyone have same problems or just me !?

Doesn't saw first problem, but second was present after update indeed, even with FakePlayers_AntiReconnect = 0 (ServerInfoAnswerType is 2), rolled back to 390 build for now


Top
 Profile  

Post Post subject: Re: dproto [0.9.356] - HLDS serverside crack (13/11/2013)   
Posted: Sunday, 11 Jan 2015, 16:16   
Advanced forumer Завсегдатай
User avatar
Joined: Friday, 16 May 2014, 12:14
Posts: 70
Location: ViRuSeS.cloudapp.net
-Px- wrote:
Dollar-Gamer wrote:
1- You can't see all steamers pictures after update, You see only some of them.
2- Not all people can see server in list or join it.

Anyone have same problems or just me !?

Doesn't saw first problem, but second was present after update indeed, even with FakePlayers_AntiReconnect = 0 (ServerInfoAnswerType is 2), rolled back to 390 build for now

Same, I'm waiting an update :)

_________________
☣ Welcome To ViRuSeS # The Best CS 1.6 No-Steam Servers ☣
Auto-Mix: 104.40.179.144:27015
HeadShot: 104.40.179.144:27016
Classic: 104.40.179.144:27017
Download: ViRuSeS.cloudapp.net/cs
TeamSpeak3: 104.40.179.144


Top
 Profile  

Post Post subject: Re: dproto [0.9.356] - HLDS serverside crack (13/11/2013)   
Posted: Sunday, 11 Jan 2015, 17:33   
Beginner Без звания
User avatar
Joined: Monday, 29 Dec 2014, 20:18
Posts: 3
Why my server doesn't show all the players in the server search? Favorites servers tab it's OK (shows all the players).

INTERNET
Spoiler
Image


FAVORITES
Spoiler
Image


Top
 Profile  

Post Post subject: Re: dproto [0.9.356] - HLDS serverside crack (13/11/2013)   
Posted: Sunday, 11 Jan 2015, 18:47   
User Редкий гость
Joined: Saturday, 02 Aug 2014, 23:40
Posts: 44
Hagoromo wrote:
Why my server doesn't show all the players in the server search? Favorites servers tab it's OK (shows all the players).

INTERNET
Spoiler
Image


FAVORITES
Spoiler
Image

Internet tab displays only the steam players, if the server does not full (32/32)


Top
 Profile  

Post Post subject: Re: dproto [0.9.356] - HLDS serverside crack (13/11/2013)   
Posted: Monday, 12 Jan 2015, 00:18   
Advanced forumer Завсегдатай
User avatar
Joined: Friday, 16 May 2014, 12:14
Posts: 70
Location: ViRuSeS.cloudapp.net
I'm really shy from you Flasher, But we need fixes for last 2 problems at least for now please ... And thanks for everything, Really great job ! Imagine when i changed my community from Steam Only to No-Steam, And i'm using last versions from DPROTO what ever i'll be the first one who will download it and use it and give you suggestions and i'll report errors always, Good job and Thanks again. :ROFL:

_________________
☣ Welcome To ViRuSeS # The Best CS 1.6 No-Steam Servers ☣
Auto-Mix: 104.40.179.144:27015
HeadShot: 104.40.179.144:27016
Classic: 104.40.179.144:27017
Download: ViRuSeS.cloudapp.net/cs
TeamSpeak3: 104.40.179.144


Top
 Profile  

Post Post subject: Re: dproto [0.9.356] - HLDS serverside crack (13/11/2013)   
Posted: Monday, 12 Jan 2015, 09:56   
Beginner Без звания
Joined: Friday, 06 Jun 2014, 16:38
Posts: 1
hlds version: 6153
[ 2] dproto_EF fail load dproto.dll v0.9.510 ini Start Never


Top
 Profile  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2289 posts ]  Go to page Previous  1 ... 133, 134, 135, 136, 137, 138, 139 ... 153  Next


Who is online

Users browsing this forum: Terror and 11 guests


Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum




Powered by phpBB® Forum Software © phpBB Group