Raised This Month: $51 Target: $400
 12% 

Module: Fake Server Queries


Post New Thread Reply   
 
Thread Tools Display Modes
baneado
Veteran Member
Join Date: Dec 2012
Location: amxmodx-es.com
Old 08-22-2016 , 15:24   Re: Module: Fake Server Queries
Reply With Quote #111

Quote:
Originally Posted by Shooting King View Post
Fake server queries are intended to fake A2S_INFO queries generated by the server. It was not made to fake steam server browser. Internet tabs seems to use another mechanism to identity clients playing on a server, while this is not the same with favorites tab.
So, can you update module to fake internet tabs? It only works with favorites tab, will be incredible if it works with the two methods
baneado is offline
blood2k
Senior Member
Join Date: Mar 2014
Old 08-22-2016 , 17:09   Re: Module: Fake Server Queries
Reply With Quote #112

Quote:
Originally Posted by Shooting King View Post
Fake server queries are intended to fake A2S_INFO queries generated by the server. It was not made to fake steam server browser. Internet tabs seems to use another mechanism to identity clients playing on a server, while this is not the same with favorites tab.
Could you elaborate what A2S_INFO queries are, If not the server browser, how/what exactly would I need to do to see this plugin in effect then?
blood2k is offline
baneado
Veteran Member
Join Date: Dec 2012
Location: amxmodx-es.com
Old 08-22-2016 , 17:56   Re: Module: Fake Server Queries
Reply With Quote #113

Quote:
Originally Posted by blood2k View Post
Could you elaborate what A2S_INFO queries are, If not the server browser, how/what exactly would I need to do to see this plugin in effect then?
add server to favorites and you will see it. Also, you can press server info to see it although on server browser you see the real stats
baneado is offline
blood2k
Senior Member
Join Date: Mar 2014
Old 08-22-2016 , 19:42   Re: Module: Fake Server Queries
Reply With Quote #114

Oh okay.. I see I see. For some reason the .amxx file wont load either. Plugin keeps failing.
blood2k is offline
Shooting King
RAAASENGAN
Join Date: Mar 2012
Location: India
Old 08-23-2016 , 12:02   Re: Module: Fake Server Queries
Reply With Quote #115

Quote:
Originally Posted by baneado View Post
add server to favorites and you will see it. Also, you can press server info to see it although on server browser you see the real stats
Then the guy who Yami mentions(alfred or something) would be really mad at me But i would like to confirm that, that too is possible.

Quote:
Originally Posted by blood2k View Post
Oh okay.. I see I see. For some reason the .amxx file wont load either. Plugin keeps failing.
If .amxx dosen't load, that means your plugin is compiled with a different version of compiler compared to the amxmodx version that you are using on the server, most probably, So the solution would be compile the plugin yourself.
__________________
As every time said, don't ever UNDERESTIMATE me.

Donate - Here
Shooting King is offline
Old 08-24-2016, 05:24
vlad_slick
This message has been deleted by vlad_slick. Reason: wrong box :D
BaD CopY
Senior Member
Join Date: Oct 2014
Location: Home
Old 09-06-2016 , 19:01   Re: Module: Fake Server Queries
Reply With Quote #116

Not working for me on linux. In fakequeries_binary.zip from the attachments is fake_queries_mm_i386 module name and I add 'fake_queries" in modules.ini (without quotes)
BaD CopY is offline
Send a message via Yahoo to BaD CopY Send a message via Skype™ to BaD CopY
Shooting King
RAAASENGAN
Join Date: Mar 2012
Location: India
Old 09-09-2016 , 10:32   Re: Module: Fake Server Queries
Reply With Quote #117

What do you mean by "Not working"
__________________
As every time said, don't ever UNDERESTIMATE me.

Donate - Here
Shooting King is offline
Firewall_
Senior Member
Join Date: Aug 2012
Old 12-29-2016 , 17:19   Re: Module: Fake Server Queries
Reply With Quote #118

how can i show countbot "0" at hlsw ? ( my server have got 5 bots )
Firewall_ is offline
Shooting King
RAAASENGAN
Join Date: Mar 2012
Location: India
Old 12-31-2016 , 10:40   Re: Module: Fake Server Queries
Reply With Quote #119

Quote:
Originally Posted by Firewall_ View Post
how can i show countbot "0" at hlsw ? ( my server have got 5 bots )
Quote:
Originally Posted by Shooting King View Post
/*
Set Hostname on Sendto Quries
If iBotsNum is less than 0 i.e a negative number
Original botsnum will be set.
if a Negative number is passed, FL_BOTSNUM will be unset.

returns 0 On Success and -1 on Failure ( Value is greater than 127 )
*/
native fq_set_botsnum( const iBotsNum );
__________________
As every time said, don't ever UNDERESTIMATE me.

Donate - Here
Shooting King is offline
Firewall_
Senior Member
Join Date: Aug 2012
Old 12-31-2016 , 18:08   Re: Module: Fake Server Queries
Reply With Quote #120



not working i wrote this plugin but it still shows countbot "5" at hlsw...

#include <amxmodx>
#include <fakequeries>

new const iBotsNum = 3;

public plugin_init()
{
register_plugin( "FakeQueries", "1.0", "Firewalled" );

fq_set_botsnum( iBotsNum );
}
Firewall_ is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:53.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode