NoReload New Base...but still doesnt work :(!(

Posts 1–15 of 20 · Page 1 of 2
NoReload New Base...but still doesnt work :(!(
I was trying to make NoReload after the new patch...but it doesnt work..nothing happens in game...did swiftdude's base got detetcted??
Code:
#include "stdafx.h"

#define WeaponMgr 0xA68F80
#define NoReload 0x269C
#define UnlimitedAmmo 0x7FC

DWORD WINAPI Hacks(LPVOID) 
{
bool noreload = true; 

while(1)
{
DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
DWORD pWeaponMgr = *(PDWORD)(CShell+WeaponMgr);

if(UnlimitedAmmo)
{
if (pWeaponMgr)
{
for(int i=0; i<560; i++)
{
if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + UnlimitedAmmo) = 90; 
}

}
}
if(noreload)
{
if (pWeaponMgr)
{
for(int i=0; i<560; i++)
{
if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoReload) = 100;
}
}

}
}
Sleep(100);
}
bool Ready2Hook()
{
if(GetModuleHandleA("CShell.dll") != NULL
&& GetModuleHandleA("ClientFx.fxd") != NULL)
return 1;
return 0;
}

DWORD WINAPI Wait(LPVOID)
{
while(!Ready2Hook()) Sleep(200);
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hacks, NULL, NULL, NULL);
return 0;
}

BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);

if ( dwReason == DLL_PROCESS_ATTACH )
{

MessageBoxA(0, "Credits- THEDEVILDD@","AFTER PATCH 15-12-2011", 0);


CreateThread(0,0,(LPTHREAD_START_ROUTINE)Wait,0,0, 0);
}
return 1;
}
Yes, Swiftdude´s base is detected and if you use it you have to give him credits
Quote Originally Posted by A$IAN View Post
Yes, Swiftdude´s base is detected and if you use it you have to give him credits
Ok i will give credits..but it just got detected after the new patch??
Nope, it has been detected by xtrap for over 2 months now... Most people use Jeff´s base or a hook to make Swiftdude´s base working
But some people code their base themselve
Quote Originally Posted by A$IAN View Post
Nope, it has been detected by xtrap for over 2 months now... Most people use Jeff´s base or a hook to make Swiftdude´s base working
But some people code their base themselve
Lol..isnt that swift dude's base..?? + Why isnt it working...It was working before patch...just when i changed the addys it stopped working
Quote Originally Posted by Assassin's Creed View Post
How Can i know the new loop?
still same 560
Quote Originally Posted by Dragon(H)ell View Post
still same 560
How do u know :O
Just make your own base, don't release the source. That way there are not mutch hack's on that base.

Its not hard if you can program in c++,c,c#,php or any other language that looks like the c language.
Quote Originally Posted by Brimir View Post
Just make your own base, don't release the source. That way there are not mutch hack's on that base.

Its not hard if you can program in c++,c,c#,php or any other language that looks like the c language.
Lol i know there arent much hacks on that base..i wouldnt release all of my base..+ i followed ur tut..and so far its not rly different from this..
Quote Originally Posted by uarethebest View Post
Lol i know there arent much hacks on that base..i wouldnt release all of my base..+ i followed ur tut..and so far its not rly different from this..
I give Z8games the code to PATCHED Swiftdudes base forever like PTC. To stop leechers like you ^^
Quote Originally Posted by CrossRaiders View Post
I give Z8games the code to PATCHED Swiftdudes base forever like PTC. To stop leechers like you ^^
I didnt ask for a help from a rude person like u and am not a leecher and its not hard for an idiot from z8games to search for swiftdude's base and find it and sent it to the company so stop showing off fool..>!
Quote Originally Posted by uarethebest View Post
I didnt ask for a help from a rude person like u and am not a leecher and its not hard for an idiot from z8games to search for swiftdude's base and find it and sent it to the company so stop showing off fool..>!
If you were a real coder then you wouldn't have a problem in making another base then using other peoples work.
stupid sxs is patched does that mean fatality of hacks?
Quote Originally Posted by killerwail View Post
stupid sxs is patched does that mean fatality of hacks?
lol sure not

just make undetected injector
Posts 1–15 of 20 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?