C Board  

Go Back   C Board > General Programming Boards > C++ Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 09-09-2008, 01:17 AM   #16
Algorithm Dissector
 
iMalc's Avatar
 
Join Date: Dec 2005
Location: New Zealand
Posts: 2,475
Quote:
Originally Posted by switch-blade View Post
well if i could just know if their pressed, and they will be banned before they can fix anything with their hacks... thats all i want, they will be banned by ip. and steamid. i dont do that cal/cevo ........ where u just buy another id and give them another chance.
What seriously? One accidental slip onto pressing say F12 instead of backspace and the player is brutally banned forever. Are you insane? You can't ban someone based on what keyboard keys they press, that's ridiculous!
__________________
My homepage
Advice: Take only as directed - If symptoms persist, please see your debugger
iMalc is offline   Reply With Quote
Old 09-10-2008, 04:46 PM   #17
Registered User
 
Join Date: Sep 2008
Posts: 11
no, i didnt say it would ban them, I SAID IT WOULD LET ME KNOW IF THAT BUTTON WAS PRESSED< IF HE IS DISPUTED FOR CHEATING

we would watch the demos, and see at any point of an aimbot/wallhacks.

Read everything before you reply with that .........
switch-blade is offline   Reply With Quote
Old 09-10-2008, 05:10 PM   #18
Registered User
 
Join Date: Oct 2007
Posts: 65
So if they hit those buttons and their just having a really good game they get banned as well? If you intend to call someone a cheater, please get proof. Pressing a certain button on a keyboard is far from evidence of cheating.

This is a bad idea. If you want some sort of anti-cheating program for your tournament, and you can't write one please don't half-ass it and end up throwing false and baseless accusations around- which is what you are saying you will do if they are "accused of cheating."

A better idea would be to have them play on Garena, it's not hack-proof, but it's a MUCH better option than what you are currently considering. It connects players onto a VLAN, which usually reduces lag for everyone and has it's own anti-cheat systems.
__________________
"When your work speaks for itself - don't interrupt!"

-Samantha Ingraham.
tjpanda is offline   Reply With Quote
Old 09-11-2008, 11:14 AM   #19
Registered User
 
Join Date: Sep 2008
Posts: 11
if someone gets disputed and presses a key that is related to hacking only ONCE their whole game, in my opinion that is pretty obvious of some sort of hack.


also with garena, how am i supposed to tell if they are actually running the anti-cheat or not?

Last edited by switch-blade; 09-11-2008 at 11:19 AM.
switch-blade is offline   Reply With Quote
Old 09-11-2008, 11:40 AM   #20
Registered User
 
Join Date: Oct 2007
Posts: 65
Quote:
Originally Posted by switch-blade View Post
if someone gets disputed and presses a key that is related to hacking only ONCE their whole game, in my opinion that is pretty obvious of some sort of hack.


also with garena, how am i supposed to tell if they are actually running the anti-cheat or not?
That's why your opinion is worthless-no offense. If someone runs a cheat in garena their account will be banned, usually instantly-but it can be delayed for up to an hour or so. It's the platform for the majority of top competition online esports, surely if it's good enough for them ...?
__________________
"When your work speaks for itself - don't interrupt!"

-Samantha Ingraham.
tjpanda is offline   Reply With Quote
Old 09-12-2008, 11:14 AM   #21
Registered User
 
Join Date: Aug 2008
Posts: 10
I made a script for a friend once that swapped the Esc and pause break keys.

you could set the F6 and F12 keys so that there action was changed.

I guess thought that you could program a C++ thingy to run it

http://madnessred.co.cc/download/Ant...20Disabler.zip

Very basic. its made using the ahk coding. (Auto hot Key)

Code:
;This code will repace the F1 and F12 keys with the F1 key. So any time they press F12 or F6 all they get is the action for F1. Could be set up to do more when F6 r 12 is set up.
;Code by MadnessRed, do what you like with it, its only 13 chars.
F6::F1
F12::F1
There is this code.

Last edited by MadnessRed; 09-12-2008 at 11:37 AM.
MadnessRed is offline   Reply With Quote
Old 09-12-2008, 03:20 PM   #22
Registered User
 
Join Date: Sep 2008
Posts: 11
would you happen to have the code for C#?
switch-blade is offline   Reply With Quote
Old 09-12-2008, 04:59 PM   #23
Registered User
 
Join Date: Oct 2007
Posts: 65
Quote:
Originally Posted by switch-blade View Post
would you happen to have the code for C#?
Please don't tell me you are actually going to use that. Your logic is flawed here, you're only going to ........ off the legit gamers and do nothing to stop the cheaters.
__________________
"When your work speaks for itself - don't interrupt!"

-Samantha Ingraham.
tjpanda is offline   Reply With Quote
Old 09-12-2008, 05:17 PM   #24
Registered User
 
Join Date: Sep 2008
Posts: 11
nah, you dont understand, and probably wont ever understand what im trying to do, yet do i have time to explain to you.
switch-blade is offline   Reply With Quote
Old 09-12-2008, 07:27 PM   #25
Registered User
 
Join Date: Aug 2008
Posts: 67
Quote:
Originally Posted by switch-blade View Post
nah, you dont understand, and probably wont ever understand what im trying to do, yet do i have time to explain to you.
ad hominem
kpreston is offline   Reply With Quote
Old 09-12-2008, 07:44 PM   #26
Registered User
 
Join Date: Oct 2007
Posts: 65
Quote:
Originally Posted by switch-blade View Post
nah, you dont understand, and probably wont ever understand what im trying to do, yet do i have time to explain to you.
Actually I have worked as a professional eSport tournament admin and I would say since I have experience, have dealt with the problem of cheaters, and successfully dealt with cheaters I do understand.

Having said that feel free to ignore the information I'm telling you - you'll probably lose your users for a stupid anti-cheating system (if their any good or logical) and eventually you'll realize on your own it's flawed logic. But - that's ok, we all make our own mistakes, good luck with it! (I mean that too, hopefully it all turns out well and you don't need to put the cheating system to use at which point it won't matter, so really I am wishing you good luck, don't take it the wrong way ^^)
__________________
"When your work speaks for itself - don't interrupt!"

-Samantha Ingraham.

Last edited by tjpanda; 09-12-2008 at 07:47 PM. Reason: fixed a typo
tjpanda is offline   Reply With Quote
Reply

Tags
disabling, game, gaming, program, simple

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Simple window program baniakjr C++ Programming 5 03-11-2006 03:46 PM
Help with simple program nik2007 C++ Programming 4 02-27-2006 09:54 AM
making a program leave a msg for background program when it closes superflygizmo Windows Programming 2 02-06-2006 07:44 PM
Need help with a simple program... Omer_D C++ Programming 3 07-09-2004 03:13 PM
making programs communicate && making a (simple) compiler arctidog C Programming 2 01-13-2003 01:28 PM


All times are GMT -6. The time now is 11:18 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22