• Lucid Dreaming - Dream Views




    Page 1 of 2 1 2 LastLast
    Results 1 to 25 of 29
    1. #1
      Member
      Join Date
      Jan 2008
      Gender
      Location
      Canada
      Posts
      63
      Likes
      0

      A little RC program I made

      Last night I read a post about a guy making a program to help with lucid dreaming. I think that the program might be a little time comming so I made this VERY basic one as a hold me over. It didn't take me very long to make, please don't just rip on it, because it's just to help you. What it does is reminds you to do a RC every 15, 30, 60 or 120 minutes. It runs in the backround using like 00 cpu. Please post comments, ill put the download link below.

      RealityChecker in exe file download: here
      RealityChecker in win rar file download: here

      If you don't have win rar you can get it here

      Again any comments or suggestions would be greatly appreciated!!

    2. #2
      One long lucid journey... warock's Avatar
      Join Date
      Oct 2007
      Gender
      Location
      Just around the corner
      Posts
      172
      Likes
      0
      I hessitated to download this because the file was called virus.exe but i remembered i had avast virus protector.
      I chose it to remind me every 30 mins, i will hopfully get more DILDs out of this.

      Wish me luck...

      Never take life seriously. Nobody gets out alive anyway.

    3. #3
      Do a reality check hankwheels's Avatar
      Join Date
      Oct 2007
      Gender
      Location
      Strathroy, Ontario
      Posts
      164
      Likes
      0
      DJ Entries
      3
      I've already made my own RC Reminder, I try to play it everynight. But I find it either wakes me up constantly, or I'll just sleep through it without it making it's way into my dreams. I'm going to keep trying though because I'm sure it will work eventually.

      Do a reality check.

    4. #4
      Wanderer Merlock's Avatar
      Join Date
      Sep 2005
      Gender
      Location
      On a journey
      Posts
      2,039
      Likes
      4
      Not to make hasty deductions but it's a rather shaky business offering executable apps for download having just joined and under the user name "virusexe" no less...

    5. #5
      Member
      Join Date
      Jan 2007
      Posts
      139
      Likes
      0
      not a virus, ignore this.
      Last edited by Fergie1; 01-29-2008 at 08:15 PM.

    6. #6
      Member
      Join Date
      Jan 2008
      Gender
      Location
      Canada
      Posts
      63
      Likes
      0
      .
      Last edited by virusexe; 01-29-2008 at 10:15 PM.

    7. #7
      Member
      Join Date
      Jan 2008
      Gender
      Location
      Canada
      Posts
      63
      Likes
      0
      Quote Originally Posted by Merlock View Post
      Not to make hasty deductions but it's a rather shaky business offering executable apps for download having just joined and under the user name "virusexe" no less...
      lol yeah true, ill I can say is it's not a virus, scan it as many times as you wish. I really have no time for virusing up peoples computer, nor do i even know how.

    8. #8
      Member
      Join Date
      Jan 2007
      Posts
      139
      Likes
      0
      I online scanned the exe file, Ill scan it on another site as well.

    9. #9
      Member
      Join Date
      Jan 2008
      Gender
      Location
      Canada
      Posts
      63
      Likes
      0
      Can someone thats downloaded an used this program tell people this is not a virus?
      Thanks

    10. #10
      Member
      Join Date
      Jan 2008
      Gender
      Location
      Canada
      Posts
      63
      Likes
      0
      Quote Originally Posted by DreamGuy View Post
      I online scanned the exe file, Ill scan it on another site as well.
      Why would you put VIRUS if it didn't even say it was one?

    11. #11
      Member
      Join Date
      Jan 2007
      Posts
      139
      Likes
      0
      read about 3/4 down. I'm not out to get you or anything, but it looks like its hidden quite well which is probably why only one has picked it up.

    12. #12
      Member
      Join Date
      Jan 2008
      Gender
      Location
      Canada
      Posts
      63
      Likes
      0
      Quote Originally Posted by DreamGuy View Post
      read about 3/4 down. I'm not out to get you or anything, but it looks like its hidden quite well which is probably why only one has picked it up.
      lol trojan KILL FILE? what the hell is that. The website yu used probally jsut wants you to download their program, thats the virus. Really man why would I be on a lucid dreamng site trying to KILL peoples files? I made the program to help you in RC's not kill files lol.

    13. #13
      Just plain weird King K's Avatar
      Join Date
      Sep 2007
      Gender
      Location
      location();
      Posts
      198
      Likes
      0
      I scanned it (NOD32) and it was not a virus.

      Besides, it seems to work normally.
      In which language did you make the program, in C++?

      EDIT: DreamGuy, could you please tell me which online antivirus did you use?
      Last edited by King K; 01-29-2008 at 06:38 PM.

    14. #14
      Member
      Join Date
      Jan 2008
      Gender
      Location
      Canada
      Posts
      63
      Likes
      0
      Quote Originally Posted by King K View Post
      I scanned it (NOD32) and it was not a virus.

      Besides, it seems to work normally.
      In which language did you make the program, in C++?
      yup, It was C++ I used Dev-C++ here ill post the script

      Code:
      // Reality Checker
      // By: David Seviour
      #include <iostream>
      #include <string>
      #include <sstream>
      #include <cstdlib>
      #include <iostream>
      #include <time.h>
      #include <windows.h>
      #include <string>
      #include <fstream>
      #include <iostream>
      #include <windows.h>
      #include <stdio.h>
      #include <winuser.h>
      #include <iostream>
      #include <fstream>
      #include <iostream>
      #include <string>
      #include <sstream>
      #include <cstdlib>
      #include <iostream>
      #include <time.h>
      #include <windows.h>
      #include <string>
      #include <cstdlib> 
      #include <ctime>
      using namespace std;
      
      int main()
      
      {
          
        int value=0; 
        string reminder;
      
      system("title Reality Checker v1.0");
      cout << "Welcome to the Reality Checker v1.0\n\n" << endl;
      cout << "This program is freeware, so spread it around as much as you like." << endl;
      cout << "Happy deamin!" << endl;
      cout << "\nCreated by: David Seviour (virus.exe) in 2008" << endl; 
      
      
      
      system("pause");
      system("cls");
      cout << "How often do you want to be reminded to reality check?\nPlease type 15, 30, 60 or 120 (time in minutes)" << endl;
      cin >> value;
      
              
          HWND stealth; /*creating stealth (window is not visible)*/
          AllocConsole();
          stealth=FindWindowA("ConsoleWindowClass",NULL);
          ShowWindow(stealth,0);    
          
          
          if(value == 15) {goto loop15;} 
          if(value == 30) {goto loop30;} 
          if(value == 60) {goto loop60;}
          if(value == 120) {goto loop120;}
      
      return 0;    
          
          
          
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      loop15:
             
             
      system("cls");
      
      MessageBox(0,"You will be reminded every 15 minutes!","Reality Check",MB_OK);
      
      loop15two:
      
      
      Sleep(900000);
      
      
      if (MessageBox(NULL, "Reality Check Now!!!\n\n Cancel  = close program\n Ok  = continue 15 minute reminders", "Reality Check", MB_OKCANCEL)
      == IDCANCEL)
      {
              
      goto end;
      
      }
          
      
      goto loop15two;
      
      
      
      
      
      loop30:
      
      system("cls");
              MessageBox(0,"You will be reminded every 30 minutes!","Reality Check",MB_OK);
      loop30two:
          
      Sleep(1800000);
      
      
      
      if (MessageBox(NULL, "Reality Check Now!!!\n\n Cancel  = close program\n Ok  = continue 30 minute reminders", "Reality Check", MB_OKCANCEL)
      == IDCANCEL)
      {
              
      goto end;
      
      }
          
      
          
      goto loop30two;
      
      
      
      
      loop60:
      
      system("cls");
              MessageBox(0,"You will be reminded every 60 minutes!","Reality Check",MB_OK);
      loop60two:
          
      Sleep(3600000);
      
      
      
      
      if (MessageBox(NULL, "Reality Check Now!!!\n\n Cancel  = close program\n Ok  = continue 60 minute reminders", "Reality Check", MB_OKCANCEL)
      == IDCANCEL)
      {
              
      goto end;
      
      }
          
      
      
      
      goto loop60two;
      
      
      loop120:
      
      system("cls");
              MessageBox(0,"You will be reminded every 120 minutes!","Reality Check",MB_OK);
      loop120two:
          
      Sleep(7200000);
      
      
      
      
      if (MessageBox(NULL, "Reality Check Now!!!\n\n Cancel  = close program\n Ok  = continue 120 minute reminders", "Reality Check", MB_OKCANCEL)
      == IDCANCEL)
      {
              
      goto end;
      
      }
          
      
      
      
      goto loop120two;
      
      end:
      return 0;
      
      
      }

    15. #15
      Member
      Join Date
      Jan 2007
      Posts
      139
      Likes
      0
      I used virustotal.com And it only one of 32 picked it up. Maybe it is a false positive, but im suspicious that your called virusexe and you signed up only recently.
      Last edited by Fergie1; 01-29-2008 at 06:48 PM.

    16. #16
      Just plain weird King K's Avatar
      Join Date
      Sep 2007
      Gender
      Location
      location();
      Posts
      198
      Likes
      0
      Wow, all those header files...

      The reason why it said that has the trojan.win32.KillFiles.lj is probably because it uses the CLS command, the STEALTH command or something like that, I don't see how it could be a virus (unless you hid part of the code ).

    17. #17
      Member
      Join Date
      Jan 2008
      Gender
      Location
      Canada
      Posts
      63
      Likes
      0
      Quote Originally Posted by DreamGuy View Post
      I used virustotal.com And it only one of 32 picked it up. Maybe it is a false positive, but im suspicious that your called virusexe and you signed up only recently.
      yea I just used it too, Im not sure why that site thinks its a virus.

    18. #18
      Member
      Join Date
      Jan 2008
      Gender
      Location
      Canada
      Posts
      63
      Likes
      0
      Quote Originally Posted by King K View Post
      Wow, all those header files...

      The reason why it said that has the trojan.win32.KillFiles.lj is probably because it uses the CLS command, the STEALTH command or something like that, I don't see how it could be a virus (unless you hid part of the code ).
      lol I just copy all the headers from all my other programs so every thing I use will work lol, I knew someone was going to comment on the headers lol.
      and yea it probally is the stealth command, but the program would sucks if you had to keepa black screen up all the time lol.

      Dream guy I can make you one without it if you want, but the black screen will be there the whole time. its up to you.
      Last edited by virusexe; 01-29-2008 at 07:02 PM.

    19. #19
      Dark Flapper Barns's Avatar
      Join Date
      Jan 2008
      Gender
      Location
      East London
      Posts
      518
      Likes
      2
      Wow this program is great! Thanks V.E.

      It keeps RCs on your mind, and I think it will help my DILDs a lot.

    20. #20
      Dream Acronym Pwner! TheOneAxiom's Avatar
      Join Date
      Jan 2008
      Gender
      Location
      Bronx, NY
      Posts
      48
      Likes
      0
      It is registered under his name as virus.exe...virus files in quarantine are .vir anyway...

      I ran a virus scan with Windows Defender, FDM and EZ Armor...no virus, I just launched it...put in 15 for the minutes and it gave me a notification with a loud DING! no virus, its runs at a pleasant 00 CPU w/ only 37,008k my bandwith and RAM is not effected so I would say it is safe

      Nice program, its gonna end up scaring the hell out of me at night when I do my C# work on my friend's AC2 Source
      Semi-LDs: 3
      Full-LDs: 1
      Completed Basic Task 4 Feb: Ask a DC something I dont know
      "The first step towards transcendence is always -- Unsettling" - Virindi Imperator, AC2

    21. #21
      Member
      Join Date
      Jan 2007
      Posts
      139
      Likes
      0
      Ill compile this myself and see if virus total picks anything up again.

      Edit: Still picks it up, file harmless then. Ill remove my other post. Sorry for the accusations.
      Last edited by Fergie1; 01-29-2008 at 08:20 PM.

    22. #22
      Member Captain Sleepalot's Avatar
      Join Date
      Aug 2007
      Gender
      Location
      Here.
      Posts
      591
      Likes
      5
      Nice program, I'll have to DL and put it on my computer at home after work.

    23. #23
      Member
      Join Date
      Jan 2008
      Gender
      Location
      Canada
      Posts
      63
      Likes
      0
      Thanks

    24. #24
      Member
      Join Date
      Nov 2007
      Posts
      52
      Likes
      0
      What kind of sound comes up when i have it on the "alarm"? Because i dont have any speakers. Do the sound come from the PC, og from the speakers?

    25. #25
      Yay.
      Join Date
      Mar 2007
      Gender
      Location
      Norway
      Posts
      133
      Likes
      0
      I've tried it, and it's awesome. Thanks!

      And Oscepott, there is a popup window telling you to RC
      LD's: 13
      11 DILD 1 WILD 1 Other

    Page 1 of 2 1 2 LastLast

    Bookmarks

    Posting Permissions

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