Page 2 of 2 FirstFirst 12
Results 16 to 25 of 25
  1. #16
    NanoGold's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    23
    My Mood
    Paranoid
    @luizimloko What should i use Getmodule handle or loadlibrary and have i use Hidemodule handle How to make a my base undetected could you give me some instructions , sorry iam new in c++ coding but i know some basics that will help me and thanls

  2. #17
    258456's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    ghjghj
    Posts
    1,222
    Reputation
    18
    Thanks
    300
    My Mood
    Relaxed
    Quote Originally Posted by luizimloko View Post
    dll main in asm

    crédits: 100% luizimloko

    Code:
    BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
    	DisableThreadLibraryCalls(hDll);
    	if(dwReason == DLL_PROCESS_ATTACH) {
    		_asm {
    			PUSH 0;
    			PUSH 0;
    			CALL myHacksThread;
    			PUSH 0;
    			PUSH 0;
    			PUSH 0;
    			CALL CreateThread;
    		}
    		_asm {
    			MOV EAX, 1;
    			RET;
    		}
    	}
    	return TRUE;
    }

    I hope you realize that writing it in asm is pointless because ur function call is translated into that anyways

  3. #18
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool
    Quote Originally Posted by luizimloko View Post
    dll main in asm

    crédits: 100% luizimloko

    Code:
    BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
    	DisableThreadLibraryCalls(hDll);
    	if(dwReason == DLL_PROCESS_ATTACH) {
    		_asm {
    			PUSH 0;
    			PUSH 0;
    			CALL myHacksThread;
    			PUSH 0;
    			PUSH 0;
    			PUSH 0;
    			CALL CreateThread;
    		}
    		_asm {
    			MOV EAX, 1;
    			RET;
    		}
    	}
    	return TRUE;
    }
    dude i like your code style... i mean everyrything is very easy to understand and you have used the line with "}" or "{" which i bealive that in one point proofs somebodys expirience...

  4. #19
    derh.acker's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    localhost
    Posts
    826
    Reputation
    14
    Thanks
    616
    My Mood
    Angelic
    Quote Originally Posted by 258456 View Post
    I hope you realize that writing it in asm is pointless because ur function call is translated into that anyways
    What he wrote isn't even correct if he wants to create a thread
    The game could crash when the hack returns out of the function.

  5. #20
    GunBoy120's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    In my house lol
    Posts
    102
    Reputation
    10
    Thanks
    5
    My Mood
    Cheerful
    thx u all for the help , but now im receiving this message:
    "Invalid shell DLL cshell.dll."

  6. #21
    258456's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    ghjghj
    Posts
    1,222
    Reputation
    18
    Thanks
    300
    My Mood
    Relaxed
    Quote Originally Posted by derh.acker View Post
    What he wrote isn't even correct if he wants to create a thread
    The game could crash when the hack returns out of the function.
    Ya, I noticed but i didn't want to destroy him so i just found another way to politely tell him lol

  7. #22
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool
    Quote Originally Posted by GunBoy120 View Post
    thx u all for the help , but now im receiving this message:
    "Invalid shell DLL cshell.dll."
    bcs of load library...

  8. #23
    GunBoy120's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    In my house lol
    Posts
    102
    Reputation
    10
    Thanks
    5
    My Mood
    Cheerful
    Quote Originally Posted by kmanev073 View Post
    bcs of load library...
    i tried getmodulehandle, but i received hack tool detected - ban LOL
    what can be?

  9. #24
    bandi12's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    562
    Reputation
    30
    Thanks
    318
    My Mood
    Yeehaw
    Quote Originally Posted by GunBoy120 View Post
    i tried getmodulehandle, but i received hack tool detected - ban LOL
    what can be?

    getmodulehandle or even a detected dll main will not ban you ,it will only send a messange whit illegal memory acces blbla ... hack tool detected is your injector use another injector ..
     




    MY Latest Aimbot on : Orbital Space (Video Comming Soon)'





     

    - @UltraPGNoob
    - @dicky88smd
    - @giniyat101

  10. #25
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    its not xcrap its sextrap


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

Page 2 of 2 FirstFirst 12

Similar Threads

  1. How to make a Undetected Cheat Engine
    By mental81 in forum Game Hacking Tutorials
    Replies: 51
    Last Post: 12-12-2018, 02:49 PM
  2. How to make a Undetected Cheat Engine
    By ndk721 in forum Game Hacking Tutorials
    Replies: 8
    Last Post: 07-07-2014, 11:36 PM
  3. How to make proxifier undetected?
    By J in forum General Game Hacking
    Replies: 2
    Last Post: 01-09-2011, 11:07 AM
  4. [Tutorial] How to make an undetected module.
    By wr194t in forum Visual Basic Programming
    Replies: 29
    Last Post: 11-04-2008, 01:06 PM
  5. [Video Tutorial] How to make an undetected module.
    By wr194t in forum Visual Basic Programming
    Replies: 24
    Last Post: 11-04-2007, 05:48 AM