Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    badboy3's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Seattle , Washington, USA
    Posts
    839
    Reputation
    40
    Thanks
    88
    My Mood
    Tired

    What in the world is wrong with this...PLZ help>>_

    My base is not working...the code is right but the base does not work.....


    MY code:
    Code:
    #include <windows.h>
    
    bool injected = true;
    
    DWORD WINAPI hacks(LPVOID)
    {
    	bool Basic = true;
    
    	while(1)
    	{
    		DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
    		DWORD WeaponMgr = *(DWORD*)(CShell + 0xA69120);
    
    if( Basic )
    			{
    				if( WeaponMgr )
    					for(int i = 0; i < 601; i ++)
    					{
    						PDWORD Weapon2 = (PDWORD)(CShell + 0xA69120);
    						DWORD Weapon = *(DWORD*)(*Weapon2 + 4*i);
    
    						if ( Weapon )
    						{
    								for(int y = 0; y<9;y++)
    							{
    								*(float*)( Weapon + (0x225C) + (4*y)) = 0.0f;
    								*(float*)( Weapon + (0x20F4) + (4*y)) = 0.0f;
    								*(float*)( Weapon + (0x1F8C) + (4*y)) = 0.0f;
    								*(float*)( Weapon + (0x1B00) + (4*y)) = 0.0f;
    								*(float*)( Weapon + (0x192C) + (4*y)) = 0.0f;
    								*(float*)( Weapon + (0x0684) + (4*y)) = 0.0f;
    								*(float*)( Weapon + (0x269C)) = (float)75;
    				}
    			}
    		}
    	}
    }
    }
    BOOL WINAPI runner(LPVOID) {
    	Sleep(2000);
    	try {
    		DWORD dllfile = (DWORD)GetModuleHandleA("Cshell.dll");
    		if(dllfile == false) {
    			throw 1;
    		}
    	} 
    	catch (int error) {
    		switch(error) {
    		case 1:
    			CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)runner, NULL, NULL, NULL);
    			return false;
    		default:
    			return false;
    		}
    	}
    	CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)hacks, NULL, NULL, NULL);
    	return true;
    } 
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved ) {
    	DisableThreadLibraryCalls(hDll);
    	if (dwReason == DLL_PROCESS_ATTACH) {
    		CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)runner, NULL, NULL, NULL);
    	}
    	return true;
    }
    Tell me what is wrong@@@
    Last edited by badboy3; 01-05-2012 at 05:39 PM.

  2. #2
    Assassin's Creed's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    1,210
    Reputation
    54
    Thanks
    1,408
    My Mood
    Worried
    stop begging..!! and I think the base got detected by xtrap!!...as i thought u got it from Brimir's TUT..
     

    Contributer Since 20/2/2012
    MPGH Member Since December 2011

     





     

    offical thread> Assassin V15<

    To all People who thinks am a leecher,hate me,are jelly from me....
    Refer to this thread...
    https://www.mpgh.net/forum/232-crossf...stop-hate.html

  3. #3
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool
    make your OWN and it will work

  4. The Following User Says Thank You to kmanev073 For This Useful Post:

    ~FALLEN~ (01-08-2012)

  5. #4
    badboy3's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Seattle , Washington, USA
    Posts
    839
    Reputation
    40
    Thanks
    88
    My Mood
    Tired
    Quote Originally Posted by Assassin's Creed View Post
    stop begging..!! and I think the base got detected by xtrap!!...as i thought u got it from Brimir's TUT..
    I'm going to be nice with you! STFU
    I'm not begging FYI....you relize that I have a base with pointers and offsets....the base is used for No recoil and No reload!
    Know if you want to help than help do not just BS around! OK

    Thank YOU :0

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

    Quote Originally Posted by kmanev073 View Post
    make your OWN and it will work
    I did....
    Do I need to put Cshell.dll to sleep...

  6. #5
    Coder[Vb10e]'s Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Crossfire Alaska
    Posts
    1,577
    Reputation
    -10
    Thanks
    349
    My Mood
    Fine
    you got to put spleep(100) before the "waiting for the game"

  7. #6
    Assassin's Creed's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    1,210
    Reputation
    54
    Thanks
    1,408
    My Mood
    Worried
    Quote Originally Posted by BlackLite View Post
    Stop fucking saying [ BASE IS DETECT ]

    i tested swifdude base before 3 mnts and it work perfect with out any edit or hook , just update offset and pointer + loop !!!!!!!
    lol u tested this base right here??? then how come he is saying detected lol..
     

    Contributer Since 20/2/2012
    MPGH Member Since December 2011

     





     

    offical thread> Assassin V15<

    To all People who thinks am a leecher,hate me,are jelly from me....
    Refer to this thread...
    https://www.mpgh.net/forum/232-crossf...stop-hate.html

  8. #7
    goold1's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    152
    Reputation
    10
    Thanks
    76
    My Mood
    Busy
    it working in 7 64 Bits

  9. #8
    “I fear the day technology will surpass our human interaction. The world will have a generation of idiots.” ~Albert Einstein
    MPGH Member
    SteamAss's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    Crossfire
    Posts
    2,278
    Reputation
    28
    Thanks
    770
    My Mood
    Asleep
    Hook detected change it...



    If you need my Help:
    PM/VM

    Because The People Who Are Crazy Enough To Think They Can Change The World, Are The Ones Who Do. ~Steve Jobs

  10. #9
    DaRk's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    MPGH
    Posts
    1,910
    Reputation
    119
    Thanks
    3,986
    My Mood
    Asleep
    this base doen't work for 32 bit operating system it only works for 64 so u have to change the dllmain to make it work

  11. #10
    Royku's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    G-Force.dll
    Posts
    3,015
    Reputation
    381
    Thanks
    3,308
    My Mood
    Devilish
    Who Gaved you this ??
    bcus this is my base..

  12. #11
    Assassin's Creed's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    1,210
    Reputation
    54
    Thanks
    1,408
    My Mood
    Worried
    Quote Originally Posted by Royku View Post
    Who Gaved you this ??
    bcus this is my base..
    lol this is from Brimir's TUT>>.!
     

    Contributer Since 20/2/2012
    MPGH Member Since December 2011

     





     

    offical thread> Assassin V15<

    To all People who thinks am a leecher,hate me,are jelly from me....
    Refer to this thread...
    https://www.mpgh.net/forum/232-crossf...stop-hate.html

  13. #12
    Royku's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    G-Force.dll
    Posts
    3,015
    Reputation
    381
    Thanks
    3,308
    My Mood
    Devilish
    Quote Originally Posted by Assassin's Creed View Post

    lol this is from Brimir's TUT>>.!
    Ughh .. its not...

  14. #13
    DaRk's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    MPGH
    Posts
    1,910
    Reputation
    119
    Thanks
    3,986
    My Mood
    Asleep
    Quote Originally Posted by Royku View Post
    Ughh .. its not...
    yes it is look at the runner thread that's form brimir's tut

  15. #14
    Royku's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    G-Force.dll
    Posts
    3,015
    Reputation
    381
    Thanks
    3,308
    My Mood
    Devilish
    .....
    he combined 2 hacks ..
    he took the No recoil part from "FreeCode?"
    and the MainDll from Bidmir

    and the No Recoil is my code.

  16. #15
    penguinglx's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    2
    I don't really care whosever code it is, I thank anyway. It is good reference and knowledge base. Save me a lot of time figuring out where to go and modify things.
    The real sad thing is that most people always copy and paste the code then compile without understanding what it actually does.

Page 1 of 2 12 LastLast

Similar Threads

  1. Whats wrong with this plz :(
    By racardo in forum Combat Arms Coding Help & Discussion
    Replies: 17
    Last Post: 08-04-2011, 12:05 PM
  2. What is wrong with this ( im new in coding. pardon me for the lack of knowledge)
    By pongping88 in forum WarRock Philippines Help & Discussions
    Replies: 12
    Last Post: 02-16-2011, 10:13 PM
  3. Whats wrong with this code ?
    By bohnenbong in forum WarRock - International Hacks
    Replies: 7
    Last Post: 10-26-2007, 06:57 AM
  4. whats wrong with this...
    By NetNavi in forum WarRock - International Hacks
    Replies: 6
    Last Post: 09-03-2007, 01:19 AM
  5. what is wrong with this source?
    By Petros in forum C++/C Programming
    Replies: 6
    Last Post: 07-04-2007, 04:33 PM