Results 1 to 5 of 5

Thread: Nielsie's DDTM EDITOR!!!!!!!

  1. #1
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Nielsie's DDTM EDITOR!!!!!!!

    hey guys,
    I'm in a HUGE rush and i need sum1 to tell me or send a link to Nielsie's ddtm editor Quickly plz! all would be repped and appreciated!

  2. #2
    Join Date
    Dec 2006
    Location
    Boss central
    Posts
    811
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Being A Boss

  3. #3
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Neilsie's DDTM editor only works if you capture it from the main screen.

    Run this script. It will ge tthe window for you, when you have got it just load it on the DDTM editor.

    Might need to save it on the desktop first as it will write the bitmap there.

    SCAR Code:
    program RS_ScreenCaptcha;
    var
      bmpScreen, x, y: Integer;
    begin
      ActivateClient;
      wait(800+Random(200))
      //Have sex;
      GetClientDimensions(x, y);
      bmpScreen := BitmapFromString(x, y, '');
      CopyClientToBitmap(bmpScreen, 0, 0, x, x);
      SaveBitmap(bmpScreen, ScriptPath + 'RS Screenshot.bmp');
    end.


    Good Luck.

  4. #4
    Join Date
    Aug 2007
    Location
    Hawaii
    Posts
    3,880
    Mentioned
    7 Post(s)
    Quoted
    152 Post(s)

    Default

    Offtopic: Few questions for you naum.

    Are you a boy or girl?
    and are u a muslim?
    Faith is an oasis in the heart which will never be reached by the caravan of thinking.

  5. #5
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    offtopic: Why you asking this
    Muslim
    Boy.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. (D)DTM Editor
    By nielsie95 in forum Delphi/FPC Help and Tutorials
    Replies: 43
    Last Post: 09-19-2010, 06:49 PM
  2. Dev C++ resource editor?
    By JAD in forum C/C++ Help and Tutorials
    Replies: 1
    Last Post: 12-21-2008, 08:18 PM
  3. Form Editor Help
    By anonymity in forum OSR Help
    Replies: 3
    Last Post: 11-08-2008, 09:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •