Thread: Notepad DLL?

Page 2 of 2 FirstFirst 12
Results 16 to 23 of 23
  1. #16
    Jabuuty671's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    21,229
    Reputation
    1468
    Thanks
    4,098
    Quote Originally Posted by UltimateX1 View Post
    or you could use CMD
    CMD can't do that


    wouldn't making a hack in normal notepad take longer?


  2. #17
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by Jabuuty671 View Post


    CMD can't do that


    wouldn't making a hack in normal notepad take longer?
    Yes it would. You would actually have to type everything that's not on your clipboard. And then you'd have an annoyance starting from line 1 and counting down to the line number that your compiler threw an error on. And so on...

  3. #18
    dethharmonic15's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    36
    Reputation
    4
    Thanks
    7
    Naw, Rhajininininininininininininini types his codes up in Notepad and C/Ps em over to his compiler. =/ Very possible to make hacks with notepad, Just impossible to properly compile em with it.

  4. #19
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by dethharmonic15 View Post
    Naw, Rhajininininininininininininini types his codes up in Notepad and C/Ps em over to his compiler. =/ Very possible to make hacks with notepad, Just impossible to properly compile em with it.
    It is possible to compile it with notepad --"

    Save the following into a .cpp file, then compile it using a compiler, like MinGW.

    Code:
    #include <iostream>
    using namespace std;
    
    int main ()
    {
      cout << "Hey look! I've been compiled and run! It IS possible!";
      return 0;
    }
    PS. You cannot type code into a compiler.

  5. The Following User Says Thank You to freedompeace For This Useful Post:

    dethharmonic15 (10-22-2010)

  6. #20
    dethharmonic15's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    36
    Reputation
    4
    Thanks
    7
    Thats what i mean, reread my post. You cant dierectly compile it in notepad. I cant just press file and select build>Compile. It doesn't work that way, you can use an external compiler.

  7. #21
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by dethharmonic15 View Post
    Thats what i mean, reread my post. You cant dierectly compile it in notepad. I cant just press file and select build>Compile. It doesn't work that way, you can use an external compiler.
    You said "Just impossible to properly compile em with it."

    It's a text editor. The text editor and compiler are two different things. Even in Visual Studio, they are two different things.

    In the most basic terms, Visual Studio integrates the text editor with the compiler - they still exist as two different things, but Visual Studio just does the command-line compile using your files for you, just like you would manually with notepad.

  8. #22
    BenXer's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    6,196
    Reputation
    357
    Thanks
    720
    Quote Originally Posted by UltimateX1 View Post
    if you use notpad++ maybe ::
    notepad ++ i have that

  9. #23
    Spookerzz's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    4,647
    Reputation
    26
    Thanks
    572
    Quote Originally Posted by freedompeace View Post
    It is possible to compile it with notepad --"

    Save the following into a .cpp file, then compile it using a compiler, like MinGW.

    Code:
    #include <iostream>
    using namespace std;
    
    int main ()
    {
      cout << "Hey look! I've been compiled and run! It IS possible!";
      return 0;
    }
    PS. You cannot type code into a compiler.
    You just killed him with facts.

    I congratulate you on this
    I'm back.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Help Request] Dll I openned with NotePad need help !
    By deathtrap in forum CrossFire Help
    Replies: 9
    Last Post: 08-01-2011, 04:20 PM
  2. DLL Comes up as Notepad
    By PB&J in forum General Game Hacking
    Replies: 3
    Last Post: 07-22-2010, 04:59 PM
  3. .dll injector
    By EleMentX in forum Gunz General
    Replies: 31
    Last Post: 07-08-2010, 10:44 AM
  4. dll for those who cant even google :P
    By jam in forum Gunz Hacks
    Replies: 5
    Last Post: 06-07-2007, 03:32 AM
  5. DLL injection Failled
    By aynal in forum WarRock - International Hacks
    Replies: 1
    Last Post: 01-15-2006, 09:41 PM