Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Xeda112358

Pages: 1 ... 299 300 [301] 302 303 ... 317
4501
Other / Re: Anyone use Logisim?
« on: December 01, 2010, 09:12:46 pm »
Nevermind, I got it... XNOR

I made the circuit already, I just wanted to know what it was called :D

4502
Other / Re: Anyone use Logisim?
« on: December 01, 2010, 09:08:35 pm »
AND? AND only outputs a 1 if both bits are 1, doesn't it? What if it outputs 1 if both bits are 0, too?

4503
Other / Re: Anyone use Logisim?
« on: December 01, 2010, 09:01:15 pm »
What is the logic called where if both bits are the same, the output bit is 1. Isn't XOR 1 if the inputs are different?

4504
Other / Re: Anyone use Logisim?
« on: December 01, 2010, 08:51:49 pm »
Oh my wow. Screw programming in hex, I am already loving this. Thank you, I am going to have so much fun with this.

4505
Other Calculators / Re: Simple yet useful virus
« on: December 01, 2010, 05:19:36 pm »
No, this will overwrite Sentry's hooks. Sentry works well, but I have to access the menu's it blocks, often (as do most on-calc programmers). This program will let you press some combination of keys (allowing for multiple key presses at a time) to activate or deactivate protection. This means, while you are testing programs or whatever, you just press the sequence and you are good to go. When you are ready to set it down for a little while, you press the sequence to activate it again so that if somebody else picks it up, they cannot access your important menu's like the program menu or memory menu. The key here is that there are no menus to one, irritate you as you are trying to program, and two, give away that there is a password protecting the menus.

4506
Other Calculators / Re: Simple yet useful virus
« on: December 01, 2010, 04:41:34 pm »
Err... I am confused... All it will do is prevent people from accessing your programs menu, memory menu, apps menu, and that kind of thing. It is an assembly program....

4507
Other Calculators / Re: Simple yet useful virus
« on: December 01, 2010, 04:36:01 pm »
Oh, no. It will just set a hook that tells which menu a user is trying to access. If the program is activated, it will stop the user from opening that menu. I will search my projects folder on my computer for some code. When I was testing it, I made a program that caused a different menu to pop up when a user pressed the program menu :D

4508
Other Calculators / Re: Simple yet useful virus
« on: December 01, 2010, 04:21:53 pm »
Ah, okay. Well, I'm not actually making something like that... I am making something more like Sentry or the programs that block the memory menu or other menu's.

4509
Other Calculators / Re: Simple yet useful virus
« on: December 01, 2010, 03:46:46 pm »
Yeah, I agree, but if it can be done in axe, cool. I still have no clue where I can find this project of his...

4510
Other Calculators / Re: Simple yet useful virus
« on: December 01, 2010, 03:37:33 pm »
I didn't know that! Cool, let me hun-- er, find him :D I'll see what he has in mind and I will check his ideas.

4511
Other Calculators / Re: Simple yet useful virus
« on: December 01, 2010, 10:32:39 am »
:P Actually, I am doing this for experience (ironically) for a security prorgam. A friend of mine (the only other calc programmer I know) asked if I could make a simple security program and I have yet to make it. It is supposed to use a sequence of key presses to activate or deactivate menu protection, that way you do not need to input a password every time you access a menu :D

4512
Other Calculators / Re: Simple yet useful virus
« on: November 30, 2010, 04:08:02 pm »
Well, they could pull out the batteries... But otherwise, I could make it say "The Game." over and over. And I could make it require more key presses...

4513
Other Calculators / Re: Simple yet useful virus
« on: November 30, 2010, 03:59:36 pm »
No problem :D Did it work for you? It is a long code, so I may have typed it in incorrectly...

4514
Other Calculators / Re: Simple yet useful virus
« on: November 30, 2010, 03:25:49 pm »
Hehehe... It should be fun. I made it so that I can easily edit the "virus" portion and still use the exit code. Plus, if you have ideas for a keypress combo, I can easily modify the code...

4515
Other Calculators / Re: Simple yet useful virus
« on: November 30, 2010, 03:01:19 pm »
Yeah, I'm not shocked at all... Use For(A,0,0 and that might last much longer.

EDIT: Here is that code... it is a little on the long side:
Code: [Select]
1814
FEFCFDFAFEF0
ED5F07070707E601C630EF0445C9
21979D
E5CD9D9DE1
7E23D301DB01
BE2328022B2B
7DFE9D20EAC9

It will start spouting off 1's and 0's and to stop it, you must press in this order:
-First, press down and left at the same time. Release the buttons.
-Then, press Enter and Subtract at the same time. Release the buttons.
-Finally, press all of the arrows at once

Pages: 1 ... 299 300 [301] 302 303 ... 317