Everything is ready, now waiting for trane to unlock threads
2 paypal69:
Of course i can make a tutorial, then it will be a good tutorial for Xigncode Devs on how to counteract it. And if i post source code, someone will copy-paste it and mail to GameHi for sure...
All you must do, and that is huge lot of work, is reversing the code so the client thinks that the xigncode is running when it really isn't. And when you have done this, ir comes the difficult part, you must do it somehow so the bypass can dodge the packets sent by the server to check if the anti-cehating code is still online, and they're sent in random spaces of time. That's what i got reading the code, im still learning c++ soprobably some things we're skipped by me.
My bad i never thought about that. ive been messing around with visual c++ too. but i cant figure out anything, i want to go back to school and find out how to do this. but i will contuine to try and try untill i cant accept failure anymore. lol thanks guys
Yeah Nebular codes his applications in Visual C++ with Microsoft Visual Studio 7 (you can disassemble the applications and recognize the VC++ 7 pattern in the entrypoint).
This doesn't however mean that you would be unable to create the bypass in some other programming language with some other compiler.
In case someone wonders I code my applications with MASM32. I used to code in VC++ 7 too but I didn't really get a hang on how the things work so I started to make everything in ASM .
Welcher Anti-SQL-Injection-Code ist sicherer? 07/19/2010 - General Coding - 5 Replies Ich beschäftige mich schon seit längerem mit Privatserver HPs, nun meine Frage:
Was ist sicherer?
<?php
function anti_injection($sql) {
$sql = preg_replace(sql_regcase("/(from|select|inser t|delete|where|drop table|show tables|#|\*|--|\\\\)/"),"",$sql);
$sql = trim($sql);
$sql = strip_tags($sql);
$sql = addslashes($sql);
CO MemoryPlay! made IN C# WITH Source Code 01/04/2007 - CO2 Exploits, Hacks & Tools - 26 Replies OK if this is stupid, a lot of errrorrs or tooo nooob please dont flame cause this is for the nooobs to learn so they can contribute i dont have time to type so much
as i said be4 THIS IS MADE WITH C#.. so u need .NET framework
IT SUPPORTS MULTICLIENT BUT IT IS JUST ANYHOW DO WORK SO DONT GET TOO EXCITED
u can download it here
.NET framework 3.0