Analysis on XINGCODE

Posts 3145 of 97 · Page 3 of 7
k i fell manual mapping is a nice idea ...
i think we must try to inject through new methods after manually mapping it like

injection via window title:

newloader --lib "C:\test.dll" --wndtitle "Window Title"

manual map:

newloader --lib "C:\test.dll" --procname "TARGET.exe" --mm
@Jabberwock can u give me a manual mapper code ... since im not familiar with it......
That won't fool a CRC check.
is it possible to make manual mapper as multiple dll injector? because i can add only one dll file and i get 500 euro even if i run about 5 copies of manual mapper with different copies of euro adder
Aeria - We are currently updating XINGCODE every week, so all this bypass work that u guys are doin wont work after the update, so u gotta start all over.
Quote Originally Posted by alavergacholo View Post
Aeria - We are currently updating XINGCODE every week, so all this bypass work that u guys are doin wont work after the update, so u gotta start all over.
dude once we crack it its over..... every time they update there anti-cheat we also will update our cheats
Quote Originally Posted by alavergacholo View Post
Aeria - We are currently updating XINGCODE every week, so all this bypass work that u guys are doin wont work after the update, so u gotta start all over.
If we manually map the bypass into Aerias API and spoof the CRC check, the most they will be able to do is change the offsets.
Quote Originally Posted by abhishekv View Post
the only possible way is to tweak it at the kernel level and that is to un hook the anti cheat log reader from the api ......and like i said i already have the code for a undetected injection ......

way to inject a dll undetected :- this might be a breakthrough guys this code is undetected

// To Inject a DLL, we need three steps in APIHandler side.
// Allocate memory in the remote process for our library
// with write permission using the below mentioned WINAPI.
HANDLE hProc;
pLibRemote = ::VirtualAllocEx( hProcess,
NULL, sizeof(szLibPath), MEM_COMMIT, PAGE_READWRITE );

// This API writes the library path name to third party process.
::WriteProcessMemory( hProcess, pLibRemote, (void*)szLibPath,
sizeof( szLibPath ), NULL );
// Load the DLL to third party process by creating a thread in that
// process, using the below mentioned WIN API, this API enable
hThread = ::CreateRemoteThread( hProcess, NULL, 0,
(LPTHREAD_START_ROUTINE)::GetProcAddress( hKernel32,"LoadLibraryA" ),
pLibRemote,0,NULL );

// Once address is found, we have to redirect using the VirtualProtect WinAPI
// that enables write permission to third party EXE.

bool ChangeAddress(DWORD* dwOldAddress,DWORD dwNewAddress)
{
// Change the old address of the function with the new address.
// Firstly this address is changed.
DWORD dwOld;
if (!(VirtualProtect(dwOldAddress,4,PAGE_READWRITE,&d wOld)))
{
return false;
}
*dwOldAddress = dwNewAddress;
// Once changed it updated in the executable.
if (!(VirtualProtect(dwOldAddress,4,PAGE_EXECUTE,&dwO ld)))
{
return false;
}
else
{
OutputDebugString( "Change Address Final.." );
return true;
}
}



give me a few more hours ill be done with this injector.......

---------- Post added at 09:46 PM ---------- Previous post was at 09:42 PM ----------

see encryption has nothing to do with detection like i figured out the crash is triggered out by an task called CRC and the only way to inject undetectedly is t o stop the CRC task or by masking the .dll processes as an common process like internet explorer, Microsoft api etc.....

---------- Post added at 09:48 PM ---------- Previous post was at 09:46 PM ----------



i dont know whats dumb about this revelation but what i only know is that ur eccentric ..it would be better if u let people do there job to crack the anti-cheat soon..
omg finally someone cracked the crc check thank you so much cant wait to see it

---------- Post added at 08:42 PM ---------- Previous post was at 08:38 PM ----------

Quote Originally Posted by abhishekv View Post
im trying to to mask the crc check from 3 days and there has been no betterment's can anyone pls help me with this cause if i try to block the crc check it crashes ... im loosing patience and hope ..trust me i have busted punk buster and hackshelid pro this anti-cheat is way above them when it comes to kernel level hooking... damn those noobs who found it :@
they have been using an emulator to fool it
Quote Originally Posted by HOOSIER View Post
omg finally someone cracked the crc check thank you so much cant wait to see it

---------- Post added at 08:42 PM ---------- Previous post was at 08:38 PM ----------


they have been using an emulator to fool it
As soon as the CRC check is masked it will crash, I can almost guarantee it.
i think you guys are close to cracking this thing and i wish you the best of luck on your efforts

If not please let us hacker fk such Aeria
my injector lasted for 10 mins then it crashed im getting close ....
beware xingcode were taking u down

---------- Post added at 01:20 AM ---------- Previous post was at 01:13 AM ----------

my appeal to all my fellow hackers,coders and programmers lets bust this anti-cheat such that we teleport them to the stone ages they must remember for generations to come for how we owned there codes and how we will continue to own them lets start a revolution a fierce one this time lets bring out opk,speed hack,uav, 1 hit and many more vips for free lets bring down there tyranny of capitalism and ban hammering lets make sure that they don't mess with us ...
AVA must be free2play not pay2play ..... lets do it guys !!!!!!!!!!!!!!!!
i got my lil bypass to work for 1 game then it crashed -.- lol this thing sucks XD

---------- Post added at 03:04 AM ---------- Previous post was at 03:03 AM ----------

Quote Originally Posted by abhishekv View Post
my injector lasted for 10 mins then it crashed im getting close ....
beware xingcode were taking u down

---------- Post added at 01:20 AM ---------- Previous post was at 01:13 AM ----------

my appeal to all my fellow hackers,coders and programmers lets bust this anti-cheat such that we teleport them to the stone ages they must remember for generations to come for how we owned there codes and how we will continue to own them lets start a revolution a fierce one this time lets bring out opk,speed hack,uav, 1 hit and many more vips for free lets bring down there tyranny of capitalism and ban hammering lets make sure that they don't mess with us ...
AVA must be free2play not pay2play ..... lets do it guys !!!!!!!!!!!!!!!!
revolutionary...

---------- Post added at 03:05 AM ---------- Previous post was at 03:04 AM ----------

once someone cracks the AC its over for AVA this is prolly one of the best they can get xD so once its cracked and we get the hang of it its done XD
Quote Originally Posted by abhishekv View Post
lets bust this anti-cheat such that we teleport them to the stone ages they must remember for generations to come
Lol you are funny.
Please do not post unless it is contributing source code or discussing coding techniques, thank you.
leshyrus i have in my mind 2 options
1.can we make a dll like avas dll's and put it inside avas dll's so we can make xingcode3
little stupid bc he didnt know that dll is ours
(like example we take 1 avas dll must have a programe to edit dll we can put in that dll
our code and somehow to inject with the game) xingcode3 detects all the accesibility outside avas folder not inside
2.or we can make it blind so cant see what injects can anyone make this happen?
Quote Originally Posted by Lehsyrus View Post
Please do not post unless it is contributing source code or discussing coding techniques, thank you.
Posts 3145 of 97 · Page 3 of 7

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?