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

[CS:S] Macrodox - Bhop cheat detection


Post New Thread Reply   
 
Thread Tools Display Modes
barsminsk
Junior Member
Join Date: Sep 2015
Location: Belarus, Minsk
Old 01-10-2016 , 07:38   Re: [CS:S] Macrodox - Bhop cheat detection
Reply With Quote #41

del/
Pm me if u want advanced version

Last edited by barsminsk; 01-26-2016 at 12:32.
barsminsk is offline
Send a message via Skype™ to barsminsk
RzGaming
Member
Join Date: Feb 2012
Location: Denmark
Old 03-24-2016 , 11:41   Re: [CS:S] Macrodox - Bhop cheat detection
Reply With Quote #42

can someone update macrodox apperently its not accurate anymore
RzGaming is offline
TheEdgeClan.Eu
Member
Join Date: Jun 2016
Old 09-22-2016 , 14:27   Re: [CS:S] Macrodox - Bhop cheat detection
Reply With Quote #43

anyway to have only pluse left and right slay with a print to person saying we dont allow +left and +right on the server
__________________
TheEdgeClan.Eu is offline
wolvez04
Senior Member
Join Date: Feb 2016
Location: Andora
Old 11-10-2016 , 02:58   Re: [CS:S] Macrodox - Bhop cheat detection
Reply With Quote #44

Looks like a very cool code!
Can anyone remake for CS:GO?
wolvez04 is offline
Nairdaa
Member
Join Date: Nov 2012
Old 11-22-2016 , 17:35   Re: [CS:S] Macrodox - Bhop cheat detection
Reply With Quote #45



Do you even loop?
Nairdaa is offline
shavit
AlliedModders Donor
Join Date: Dec 2011
Location: Israel
Old 11-22-2016 , 20:21   Re: [CS:S] Macrodox - Bhop cheat detection
Reply With Quote #46

Quote:
Originally Posted by Nairdaa View Post


Do you even loop?
Code:
void GetClientStats(int client, char[] string, int length)
{
	char[] sJumpPattern = new char[SAMPLE_SIZE * 5];
	strcopy(sJumpPattern, SAMPLE_SIZE * 5, ""); // dirty hack so i can instantly %s this string

	for(int i = 0; i < SAMPLE_SIZE; i++)
	{
		Format(sJumpPattern, SAMPLE_SIZE * 5, "%s%d ", sJumpPattern, gI_LastJumps[client][i]);
	}

	TrimString(sJumpPattern);

	char[] sMap = new char[256];
	GetCurrentMap(sMap, 256);
	GetMapDisplayName(sMap, sMap, 256);

	FormatEx(string, length, "%L | style: %s | avg speed: %f | perf: %.2f%% | %s | jump pattern: {%s}", client, gS_StyleStrings[sStyleName][Shavit_GetBhopStyle(client)], gF_AvgSpeed[client], (gF_AvgPerfJumps[client] * 100.0), sMap, sJumpPattern);
}
might need this part edited for compatibility with other timers:
Code:
gS_StyleStrings[sStyleName][Shavit_GetBhopStyle(client)]
and variable names changed because i rewrote nearly the whole plugin
__________________
retired

Last edited by shavit; 11-22-2016 at 20:22.
shavit is offline
Nairdaa
Member
Join Date: Nov 2012
Old 11-23-2016 , 17:34   Re: [CS:S] Macrodox - Bhop cheat detection
Reply With Quote #47

Quality post. That's why I love you shavit. I was just browsing through the default code yesterday and just lold when I saw the thingy. Add me on steam please /nairda1339 . Been a long time since we talked Cheers shavit!

Last edited by Nairdaa; 11-23-2016 at 17:35. Reason: typo
Nairdaa is offline
Nolongerinthegame
AlliedModders Donor
Join Date: Sep 2005
Old 01-16-2017 , 17:36   Re: [CS:S] Macrodox - Bhop cheat detection
Reply With Quote #48

Does anyone use a CSGO equivalent?
Nolongerinthegame is offline
wache
New Member
Join Date: Apr 2023
Location: Turkey
Old 04-06-2023 , 08:16   Re: [CS:S] Macrodox - Bhop cheat detection
Reply With Quote #49

is that plugin workin on csgo?
__________________
My Steam Profile (from SteamDB)
  • Value: ₺2598₺9325₺76302
  • Games owned: 395
  • Games played: 168 (42%)
  • Hours on record: 4,747.3h
wache 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 09:52.


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