You can see the list of cheats blocked's on the first post, but also you can add new cheats if their are not listed, the server replace the DB of ALL clients automatically.
Printable View
Aries, i have this error in site..
Parse error: syntax error, unexpected T_VARIABLE in C:\AppServ\www\el\TDAgg\config.php on line 38
is this line:
$q = "SHOW FULL TABLES IN ".$mysql_db;
if i am doing server 97d+99i with this anticheat, i can put ST anticheat 911 build too or no?
thanks Aries, I already use that version and upgrading.
I'll use the old site.
I can't hook the anticheat in main.exe(97d+99i) can someone help me please?
i use ollydb by shadow;
my main 97d+99i+3d, i did by video tutorial, but didin't find many lines :(
can someone help hooking the anticheat in main.exe?
http://www.gamefront.com/files/21038341/a.rar
WebSite TDAGameGuard dont work in my server :(
For all who have problems with the configuration tool to add new cheats to the database are updated tool here: MEGAUPLOAD - The leading online storage and file delivery service
To make it work as a tool to aggregate hacks, should create a shortcut and place in the attributes "HackTool"
Example:
This tool will open in add mode hacks.Code:"C: \ folder \ folder \ TDACfg.exe "HackTool
Soon we will launch the new version of TDAGameGuard with and without launcher and configuration file to select the key that will show the High Ping Kicker.
Regards.!
Aries I can not put new hacks in the database, using the TDA AntiHacker Tool ... it's an error when I click "attach "....
Now I did this procedure you posted, and the error did not work I use Windows XP SP3!
ARIES
Pleas add Title Scaner
Files H:
Files CPPCode:#include <windows.h>
#include <stdio.h>
#include <conio.h>
#define TitleLen 1024
#define BadWordsCount 121
typedef struct Anti_BadWords
{
char BadWords[100] ;
};
typedef struct Word_Parts
{
char Parts[1024] ;
};
Word_Parts Word_Part[20]={0};
Anti_BadWords Anti_BadWord [BadWordsCount] =
{
{{"biatch"}},
{{"easy"}},
{{"mupie"}},
{{"chaos"}},
{{"bot"}},
{{"zhypermu"}},
{{"catastrophe"}},
{{"astogod"}},
{{"muhackrm"}},
{{"topgun"}},
{{"gmo"}},
{{"dupehack"}},
{{"hack"}},
{{"cheat4fun"}},
{{"d-c"}},
{{"gunz"}},
{{"pie"}},
{{"godlike"}},
{{"zmu"}},
{{"zergnm"}},
{{"muproxy"}},
{{"wildproxy"}},
{{"muwars"}},
{{"www.cheats.lv"}},
{{"speedhack"}},
{{"hasy"}},
{{"hasty"}},
{{"hastymu"}},
{{"hasymu"}},
{{"j0ker"}},
{{"joker"}},
{{"dirtystats"}},
{{"stat"}},
{{"wildpower"}},
{{"mupower"}},
{{"muhp"}},
{{"magicshield"}},
{{"hidetoolz"}},
{{"www.sysinternals.com"}},
{{"wpe"}},
{{"funnyhacking"}},
{{"cheat"}},
{{"mucheats"}},
{{"cheats"}},
{{"mods"}},
{{"autoit"}},
{{"4muwars.lv"}},
{{"pjautoplay"}},
{{"happens"}},
{{"xelerator"}},
{{"kiasu"}},
{{"speederxp"}},
{{"lipsum"}},
{{"ziomal"}},
{{"hahamu"}},
{{"cani"}},
{{"zmu"}},
{{"wowtfistderkerlhin?!"}},
{{"energy"}},
{{"mhs"}},
{{"tradebug"}},
{{"uopilot"}},
{{"mushv2"}},
{{"ollydbg"}},
{{"blaster"}},
{{"smg"}},
{{"mu.gate.vn"}},
{{"muvn"}},
{{"gm"}},
{{"paulo94"}},
{{"injector"}},
{{"hithack"}},
{{"godmode"}},
{{"blaster"}},
{{"shadow"}},
{{"stacker"}},
{{"solidproxy"}},
{{"c0da"}},
{{"7mm"}},
{{"gustymu"}},
{{"kiki's"}},
{{"kiki"}},
{{"uce"}},
{{"cheathappens"}},
{{"autocombo"}},
{{"ghostproxy"}},
{{"wanted"}},
{{"d-c"}},
{{"***********.de"}},
{{"combo"}},
{{"vaultblaster"}},
{{"charblaster"}},
{{"moonlight"}},
{{"faaf"}},
{{"ilvmoney"}},
{{"darkystats"}},
{{"autoclicker"}},
{{"muautoclicker"}},
{{"diremu-autobuff"}},
{{"sbh1000"}},
{{"solid"}},
{{"proxy"}},
{{"snd.bot"}},
{{"sandin"}},
{{"wireshark"}},
{{"kismet"}},
{{"tcpdump"}},
{{"ettercap"}},
{{"dsniff"}},
{{"sniffer"}},
{{"netstumbler"}},
{{"ntop"}},
{{"ngrep"}},
{{"kismac"}},
{{"etherape"}},
{{"packet"}},
{{"darkstat"}},
{{"ethereal"}},
{{"sniffit"}},
{{"dupe"}},
{{"snif"}},
{{"sniff"}},
{{"SNIFF"}}
};
Credit to DarkCrow (Sagi Medina)Code:// blat.cpp : Defines the entry point for the console application.
//
//credit to DarkCrow (Sagi Medina)
#include "stdafx.h"
#include "Title_scan.h"
#include "Configs.h"
extern Anti_BadWords Anti_BadWord[BadWordsCount] ;
extern char Ban_Reason[30];
char windowName[TitleLen];
char ClassName[TitleLen];
int HackFlag=0;
char * LowCaseChanger (char MixedCase[TitleLen])
{
int i,WordLen=0;
WordLen=strlen(MixedCase);
for (i=0;i<=WordLen;i++)
{
if ( MixedCase[i] >= 65 && MixedCase[i] <=90 )
MixedCase[i]=MixedCase[i] + 32;
}
return MixedCase;
}
BOOL CALLBACK MyEnumProc(HWND hWnd, LPARAM lParam)
{
Word_Parts Word_Part[20]={0};
int i,j,z,lenwords;
char *pword,partWindowName[1024]={0} ;
GetWindowText(hWnd, windowName, sizeof(windowName));
GetClassName(hWnd, ClassName, sizeof(ClassName) );
if (strcmp(windowName,"Default IME" ) == 0)
{
return false;
//ExitProcess(0);
}
strcpy(windowName,LowCaseChanger(windowName));
strcpy(ClassName,LowCaseChanger(ClassName));
if(strcmp(ClassName,"tabthumbnailwindow")==0 || strcmp(ClassName,"mozillauiwindowclass")==0 || strcmp(ClassName,"chrome_widgetwin_0")==0 || strcmp(ClassName,"ieframe")==0 ) //prevent from scaning internet browsers
{
return true;
}
pword=&windowName[0]; //start Scan Titles
for (i=0; i<=19 ; i++)
{
sscanf(pword,"%s",Word_Part[i].Parts);
lenwords=strlen(Word_Part[i].Parts) +1;
pword=pword+lenwords; //move pointer to the next word
for (j=0;j<=BadWordsCount-1;j++) //scan badwords
{
if(strcmp(Anti_BadWord[j].BadWords,Word_Part[i].Parts) == 0 || strcmp(Anti_BadWord[j].BadWords,ClassName) == 0)
{
//printf("Found Hack = %s " , windowName);
for(z=1;z<=29;z++)
Ban_Reason[z]=Word_Part[i].Parts[z-1];
HackFlag=1;
return (false);
}
}
if(lenwords==1)
break;
}
return true;
}
int Scan_Titles(void)
{
EnumWindows(MyEnumProc,0);
if (HackFlag==1)
return (1);
return (0);
}
This antihack sometimes detect wrong applications as cheat software but i'm pretty sure it's the best free ah. I hope that owner is going to make some stability updates. Thanks :)
This antihack detects only applications trying to get network or memory access to gameQuote:
This antihack sometimes detect wrong applications as cheat software but i'm pretty sure it's the best free ah. I hope that owner is going to make some stability updates. Thanks :)