DebateFort - Where Warriors Come To Debate
RAGECRY - Funny, Amusing, Interesting, Trending & Viral Videos and Images
GameOrc - Free Flash Games Online
Results 1 to 15 of 15
  1. #1
    Advanced Member
    MPGH Member
    yoyu333's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Behind You !
    Posts
    219
    Reputation
    7
    Thanks
    503
    My Mood
    Cool

    Question Why The Dll File Not Exist In Debug Folder ! [Vedio]

    Here Is A Video With Steps That I Do



    And The Code That I Used It TO Create The Simple hack (No Recoil Only !)
    Code:
    if (recoil)
    						for (int r=0; r<9; r++)
    						{
    							*(float*)(pWeapon+NoRecoil1+r*4) = 0.0f;
    							*(float*)(pWeapon+NoRecoil2+r*4) = 0.0f;
    							*(float*)(pWeapon+NoRecoil3+r*4) = 0.0f;
    							*(float*)(pWeapon+NoRecoil4+r*4) = 0.0f;
    							*(float*)(pWeapon+NoRecoil5+r*4) = 0.0f;
    							*(float*)(pWeapon+NoRecoil6+r*4) = 0.0f;
    							*(float*)(pWeapon+NoRecoil7+r*4) = 0.0f;
    					
    			}
    If There Is Any Mistake Tell Me
    I Need Your Help @Fizhy @Jutie @luizimloko @Dragon(H)ell @giniyat101 @Dead(H)ell
    Last edited by yoyu333; 04-15-2012 at 03:42 PM.
    Skype: MPGH-YoYu333
    Yahoo : yoyu333@ymail.com
    MSN: yoyu333@hotmail.com
    Do You Want To Know How To Create A Phisher ?
    Then Add Me


    Trusted Member = Rez modding NL

  2. #2
    Expert Member
    MPGH Member
    bandi12's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    501
    Reputation
    30
    Thanks
    218
    My Mood
    Yeehaw
    that is because if you didn't noticed you have an error on the first line if(recoil) "recoil" is not defined so your program can't run and that's all a non working code will never get debuged ( learn a litel C++ and next time read the messages and don't perss only ok button )


    And that code is not a working "hack" that's only the norecoil memory to get that code working you need an Undetected Base
    Last edited by bandi12; 04-15-2012 at 04:06 PM.

  3. The Following User Says Thank You to bandi12 For This Useful Post:

    Fly3r (04-15-2012)

  4. #3
    Threadstarter
    Advanced Member
    MPGH Member
    yoyu333's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Behind You !
    Posts
    219
    Reputation
    7
    Thanks
    503
    My Mood
    Cool
    Quote Originally Posted by bandi12 View Post
    that is because if you didn't noticed you have an error on the first line if(recoil) "recoil" is not defined so your program can't run and that's all a non working code will never get debuged ( learn a litel C++ and next time read the messages and don't perss only ok button )


    And that code is not a working "hack" that's only the norecoil memory to get that code working you need an Undetected Base
    Is This Works ?
    Code:
    Code:
    #define NoRecoil1	 0x051C
    #define NoRecoil2	 0x0684
    #define NoRecoil3	 0x1938
    #define NoRecoil4	 0x1B14
    #define NoRecoil5	 0x1FA0
    #define NoRecoil6	 0x2108
    #define NoRecoil7        0x227
    #define NoRecoil8        0x2790
    Code:
    		DWORD cCShell	   = (DWORD)GetModuleHandleA( "CShell.dll" );
    		DWORD pWeaponMgr   = *(DWORD*)(cCShell + WeaponMgr);
    
    		if(cNoRecoil) 
    		{
    			if (pWeaponMgr) 
    			{
    				for(int i=0; i<577; i++) 
    				{
    					if((*(DWORD*)((*(DWORD*)(cCShell+WeaponMgr))+(4*i)) ) != NULL) 
    					{
    						DWORD pNoRecoil = *(DWORD*)(pWeaponMgr + (4*i));
    						for(int y=0; y<9; y++)
    						{
    							if(pNoRecoil) 
    							{
    								*(float*)(pNoRecoil + (NoRecoil1 + (4*y))) = 0.0f;
    								*(float*)(pNoRecoil + (NoRecoil2 + (4*y))) = 0.0f;
    								*(float*)(pNoRecoil + (NoRecoil3 + (4*y))) = 0.0f;
    								*(float*)(pNoRecoil + (NoRecoil4 + (4*y))) = 0.0f;
    								*(float*)(pNoRecoil + (NoRecoil5 + (4*y))) = 0.0f;
    								*(float*)(pNoRecoil + (NoRecoil6 + (4*y))) = 0.0f;
    								*(float*)(pNoRecoil + (NoRecoil7 + (4*y))) = 0.0f;
    							}
    						}
    					}
    				}
    			}
    		}

  5. #4
    MPGH Member
    DaRk's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    MPGH
    Posts
    1,872
    Reputation
    119
    Thanks
    3,936
    My Mood
    Angelic
    wow go fkin learn Basic C++ first coz that's is the most stupidest error i have ever seen.....can't stop laughing
    i'll help u a little : u need to get the handle of CShell.dll and get the WeaponMgr in olly.define recoil and get the norecoil offsets then put a dllmain..

    EDIT : u just can't C+P..Leecher Spotted-.-
    Last edited by DaRk; 04-15-2012 at 05:26 PM.
    OPPA GANGNAM STYLE!!!

  6. The Following 4 Users Say Thank You to DaRk For This Useful Post:

    -iFaDy..* (04-16-2012), Fly3r (04-15-2012), GunBoy120 (04-30-2012), Ryuzaki™ (04-15-2012)

  7. #5
    Expert Member
    MPGH Member
    Dragon(H)ell's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    700
    Reputation
    154
    Thanks
    4,787
    My Mood
    Angelic
    you need to make the base and hook first and using search button

    Just C&P this base

    Code:
    #include <windows.h>
    
    #define NoRecoil1	 0x051C
    #define NoRecoil2	 0x0684
    #define NoRecoil3	 0x1938
    #define NoRecoil4	 0x1B14
    #define NoRecoil5	 0x1FA0
    #define NoRecoil6	 0x2108
    #define NoRecoil7    0x2790
    
    void please_get_all_hacks_patched()
    {
    
    bool norecoil = true;
    
      DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
      DWORD pWeaponMgr = *(DWORD*)(CShell + 0xAAC3D0);
    
    	 if(pWeaponMgr!=0)
    	 {
    	 for(int i=0;i<601;i++)
    		 {
    		 unsigned long Weapons = *(unsigned long*)(pWeaponMgr+(i*4));
    
    		 if(Weapons!=0)
    			 {
    				 if(norecoil)
    				 {
    					 for(int y=0;y<9;y++)
    					   {
    							    *(float*)(Weapons + (NoRecoil1 + (4*y))) = 0.0f;
    								*(float*)(Weapons + (NoRecoil2 + (4*y))) = 0.0f;
    								*(float*)(Weapons + (NoRecoil3 + (4*y))) = 0.0f;
    								*(float*)(Weapons + (NoRecoil4 + (4*y))) = 0.0f;
    								*(float*)(Weapons + (NoRecoil5 + (4*y))) = 0.0f;
    								*(float*)(Weapons + (NoRecoil6 + (4*y))) = 0.0f;
    								*(float*)(Weapons + (NoRecoil7 + (4*y))) = 0.0f;
    					 }
    				 }
    			
    			 }
    		 }
    	 }
    }
    
    int common_way_to_run_function()
    {
    please_get_all_hacks_patched();
    return true;
    }
    
    
    BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
    if (dwReason == DLL_PROCESS_ATTACH)
    {
    }
    if (GetModuleHandleA("CShell.dll") && GetModuleHandleA("ClientFx.Fxd") )
    {
    DisableThreadLibraryCalls(hDll); 
    SetTimer(0,0,100,(TIMERPROC)please_get_all_hacks_patched);
    }
    return TRUE;
    }
    credits
    @Dragon(H)ell
    @giniyat101
    @dakr54
    Sucessfull trades: 1
    phillyfunguy very trusted


    Scammed: 0


  8. The Following User Says Thank You to Dragon(H)ell For This Useful Post:

    Jutie (04-15-2012)

  9. #6
    MPGH Member
    DaRk's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    MPGH
    Posts
    1,872
    Reputation
    119
    Thanks
    3,936
    My Mood
    Angelic
    Quote Originally Posted by Dragon(H)ell View Post
    you need to make the base and hook first and using search button

    Just C&P this base

    Code:
    #include <windows.h>
    
    #define NoRecoil1	 0x051C
    #define NoRecoil2	 0x0684
    #define NoRecoil3	 0x1938
    #define NoRecoil4	 0x1B14
    #define NoRecoil5	 0x1FA0
    #define NoRecoil6	 0x2108
    #define NoRecoil7    0x2790
    
    void please_get_all_hacks_patched()
    {
    
    bool norecoil = true;
    
      DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
      DWORD pWeaponMgr = *(DWORD*)(CShell + 0xAAC3D0);
    
    	 if(pWeaponMgr!=0)
    	 {
    	 for(int i=0;i<601;i++)
    		 {
    		 unsigned long Weapons = *(unsigned long*)(pWeaponMgr+(i*4));
    
    		 if(Weapons!=0)
    			 {
    				 if(norecoil)
    				 {
    					 for(int y=0;y<9;y++)
    					   {
    							    *(float*)(Weapons + (NoRecoil1 + (4*y))) = 0.0f;
    								*(float*)(Weapons + (NoRecoil2 + (4*y))) = 0.0f;
    								*(float*)(Weapons + (NoRecoil3 + (4*y))) = 0.0f;
    								*(float*)(Weapons + (NoRecoil4 + (4*y))) = 0.0f;
    								*(float*)(Weapons + (NoRecoil5 + (4*y))) = 0.0f;
    								*(float*)(Weapons + (NoRecoil6 + (4*y))) = 0.0f;
    								*(float*)(Weapons + (NoRecoil7 + (4*y))) = 0.0f;
    					 }
    				 }
    			
    			 }
    		 }
    	 }
    }
    
    int common_way_to_run_function()
    {
    please_get_all_hacks_patched();
    return true;
    }
    
    
    BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
    if (dwReason == DLL_PROCESS_ATTACH)
    {
    }
    if (GetModuleHandleA("CShell.dll") && GetModuleHandleA("ClientFx.Fxd") )
    {
    DisableThreadLibraryCalls(hDll); 
    SetTimer(0,0,100,(TIMERPROC)please_get_all_hacks_patched);
    }
    return TRUE;
    }
    credits
    @Dragon(H)ell
    @giniyat101
    @dakr54
    dude -.- don't give out base..it will just get more leechers...that guy thinks programming is soo easy coz he just C+Ps
    OPPA GANGNAM STYLE!!!

  10. #7
    Threadstarter
    Advanced Member
    MPGH Member
    yoyu333's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Behind You !
    Posts
    219
    Reputation
    7
    Thanks
    503
    My Mood
    Cool
    ty For All Tips And I Am Also Still Biggner !
    Skype: MPGH-YoYu333
    Yahoo : yoyu333@ymail.com
    MSN: yoyu333@hotmail.com
    Do You Want To Know How To Create A Phisher ?
    Then Add Me


    Trusted Member = Rez modding NL

  11. #8
    Blackhat Hacker
    MPGH Member
    Ryuzaki™'s Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    At my headquarter, catching KIRA
    Posts
    1,551
    Reputation
    24
    Thanks
    5,102
    My Mood
    Aggressive
    Quote Originally Posted by yoyu333 View Post
    ty For All Tips And I Am Also Still Biggner !
    A beginner doesn't copy+paste. A beginner learns stuff not just c+p.


  12. #9
    MPGH Member
    Jutie's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Right here.
    Posts
    7,277
    Reputation
    387
    Thanks
    2,326
    My Mood
    Relaxed
    where is for(int i=0;i<601;i++) /fp



    1st Place at MPGH CF Halloween Event
    Contributor Since 24-11-2011 ~ 26-12-2011
    MEMBER SINCE : 12-6-2011





  13. #10
    Banned
    BANNED!
    BlackLite's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    548
    Reputation
    58
    Thanks
    934
    My Mood
    Aggressive
    LOL no weapon loop and for int <10 not 9 it changed

  14. #11
    Expert Member
    MPGH Member
    Dragon(H)ell's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    700
    Reputation
    154
    Thanks
    4,787
    My Mood
    Angelic
    @BlackLite
    @Jutie

    1st it's not my base
    2nd Weapons already looped
    3rd Norecoil <9 working with me perfectly

    Code:
    #include <windows.h>
    
    #define NoRecoil1	 0x051C
    #define NoRecoil2	 0x0684
    #define NoRecoil3	 0x1938
    #define NoRecoil4	 0x1B14
    #define NoRecoil5	 0x1FA0
    #define NoRecoil6	 0x2108
    #define NoRecoil7    0x2790
    
    void please_get_all_hacks_patched()
    {
    
    bool norecoil = true;
    
      DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
      DWORD pWeaponMgr = *(DWORD*)(CShell + 0xAAC3D0);
    
    	 if(pWeaponMgr!=0)
    	 {
    	 for(int i=0;i<601;i++)
    		 {
    		 unsigned long Weapons = *(unsigned long*)(pWeaponMgr+(i*4));
    
    		 if(Weapons!=0)
    			 {
    				 if(norecoil)
    				 {
    					 for(int y=0;y<9;y++)
    					   {
    							        *(float*)(Weapons + (NoRecoil1 + (4*y))) = 0.0f;
    								*(float*)(Weapons + (NoRecoil2 + (4*y))) = 0.0f;
    								*(float*)(Weapons + (NoRecoil3 + (4*y))) = 0.0f;
    								*(float*)(Weapons + (NoRecoil4 + (4*y))) = 0.0f;
    								*(float*)(Weapons + (NoRecoil5 + (4*y))) = 0.0f;
    								*(float*)(Weapons + (NoRecoil6 + (4*y))) = 0.0f;
    								*(float*)(Weapons + (NoRecoil7 + (4*y))) = 0.0f;
    					 }
    				 }
    			
    			 }
    		 }
    	 }
    }
    
    int common_way_to_run_function()
    {
    please_get_all_hacks_patched();
    return true;
    }
    
    
    BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
    if (dwReason == DLL_PROCESS_ATTACH)
    {
    }
    if (GetModuleHandleA("CShell.dll") && GetModuleHandleA("ClientFx.Fxd") )
    {
    DisableThreadLibraryCalls(hDll); 
    SetTimer(0,0,100,(TIMERPROC)please_get_all_hacks_patched);
    }
    return TRUE;
    }
    Sucessfull trades: 1
    phillyfunguy very trusted


    Scammed: 0


  15. #12
    MPGH Member
    Jutie's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Right here.
    Posts
    7,277
    Reputation
    387
    Thanks
    2,326
    My Mood
    Relaxed
    @BlackLite u mad ??
    first u should add weapon loop then no recoil loop and y<9 work perfectly



    1st Place at MPGH CF Halloween Event
    Contributor Since 24-11-2011 ~ 26-12-2011
    MEMBER SINCE : 12-6-2011





  16. #13
    Banned
    BANNED!
    BlackLite's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    548
    Reputation
    58
    Thanks
    934
    My Mood
    Aggressive
    Quote Originally Posted by Jutie View Post
    @BlackLite u mad ??
    first u should add weapon loop then no recoil loop and y<9 work perfectly
    i wasnt talking to you , i was talking with yoyu333

  17. #14
    Dual-Keyboard Member
    MPGH Member
    Dead(H)ell's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Earth
    Posts
    469
    Reputation
    37
    Thanks
    471
    My Mood
    Angelic
    Quote Originally Posted by Jutie View Post
    @BlackLite u mad ??
    first u should add weapon loop then no recoil loop and y<9 work perfectly
    Ur the mad one lol.. u could just add 1 weapon loop for the whole code! lol u just need to add it to a null class first with the dword reading...Next time don't speak unless u know what ur talking about

  18. #15
    Banned
    BANNED!
    BlackLite's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    548
    Reputation
    58
    Thanks
    934
    My Mood
    Aggressive
    Quote Originally Posted by Dead(H)ell View Post


    Ur the mad one lol.. u could just add 1 weapon loop for the whole code! lol u just need to add it to a null class first with the dword reading...Next time don't speak unless u know what ur talking about
    t as i see , you grow up kid

  19. The Following User Says Thank You to BlackLite For This Useful Post:

    Dead(H)ell (12-28-2012)

Similar Threads

  1. [Help] How to View Source Code or Debug the DLL File
    By ervic234 in forum WarRock Hack Source Code
    Replies: 0
    Last Post: 03-27-2012, 09:15 AM
  2. [Info] The dll files
    By cacalez in forum Operation 7 General
    Replies: 1
    Last Post: 08-26-2011, 06:25 PM
  3. Can I edit a hack through the .dll file?
    By Andrew89898 in forum C++/C Programming
    Replies: 1
    Last Post: 07-03-2010, 04:47 AM
  4. d3dx9-42.dll where do you put the .dll file
    By grindking69 in forum Combat Arms Help
    Replies: 9
    Last Post: 05-09-2010, 02:09 PM
  5. am i supposed to put the dll file things in the game folder or inject it pls help?
    By kingofCA5544 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 09-20-2008, 10:56 AM