google-site-verification: googlebaca44933768a824.html Loader - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

Loader

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Loader

    hello :|

    can someone give me a VS 2005 or VS 2003 Project with a simple Loader with a Win32 GUI?

    i hate the win32 console loaders :P


    ps.: i dont know how to make a simple Loader^^

    #2
    Where is your Problem? the simplest way is using a Dialog...then you only need a injection function...implement all the stuff...modify the dialog the way you want it to be...and compile...tada a simple loader
    I 0x90 you!

    Comment


      #3
      ok, i dont understand that with a simple Loader^^

      hmm how i can edit the Starwars Loader? I want to remove the animated thing and replace it with a Label ;)

      How i can do this?:smiles_33:

      Greetz 3rr

      Edit:

      uh i have saw now your post ^^

      I have startet a MFC Project with the Option "Dialog".
      But where i must edit there the funcs?

      greetz
      Last edited by Guest; 10-21-2007, 12:51 PM.

      Comment


        #4
        3rr are you from gd? I recognize your name, just curious..
        Buy Hack

        Sig made by Xaen

        Comment


          #5
          Originally posted by cornholio View Post
          3rr are you from gd? I recognize your name, just curious..
          No.



          LAST QUESTION ;)

          Code:
          Info.hResource	= FindResource(NULL,MAKEINTRESOURCE(IDR_DLL1),"DLL");
          How i must declare the IDR_DLL1?


          Ps: its in the Stars.cpp (from the animated Loader) ;)
          Last edited by Guest; 10-21-2007, 04:43 PM.

          Comment


            #6
            normally you have to add the dll to the ressoureces
            I 0x90 you!

            Comment

            Working...
            X