EvilZone
Programming and Scripting => Projects and Discussion => : Kulverstukas June 14, 2012, 05:14:06 PM
-
Well... I just got into android development and it seems lots of fun :D
Next thing I'd like to do which looks fairly easy is a port of this fancy-ish app that has been seen on iPhone in a movie Reboot, which was discussed here (http://evilzone.org/general-discussion/reboot-new-movie-about-'hackers'/), and trailer is here (http://rebootfilm.com/trailer).
What I am not sure about is what to put there as a scrolling text and if to put a timer...
For text it of course has to be some useless hex crap and some weird commands... but there has to be a lot so that if a guy is looking at it wouldn't notice that it's repeating every minute.
So what do you guys think? and suggest text to put in it :)
The app itself looks like this:
(http://i47.tinypic.com/4jvofa.png)
(http://i50.tinypic.com/2uswdu1.png)
(http://i45.tinypic.com/2m6wi11.png)
-
just open some exe file that you have made and open it in a hex editor... it will have all things weird :P
if you want to add something symbolic put something like
y.lasdkjflasdjflasdf.asf.asdflasjlfjasl;fj
ollajdflasjfklasjdfljasdlfjasldfjalsdfjladsjf
ulakjsdflasjkdflk;jasdfljasfljsdla;fjlasdjfl
hlakdjflsdjkflskadjflskadjfl;asjf
alasdkfjklasdjfklajsdfljasldfj
valsd;kfjalsdkjflaksjdfklasjdflkja
easldkfjasldkfjlaskjdfklasjflkasj
baldkjflaksdjflkasjdflkajlfjasdkl;fj
eal;dkfjal;ksjdfklajsdflkajsdlfkja
ealkdjflakjsdflkajsdflkjaslfjal;
nalsdkfjlaskjdflasjflasjfljasldf;jk
tadlskfjalskdjflaksjdflkasjdflkjaslfkj
raldskfjlask;jfl;asjkdflkajslfkjal;jf
oalsdkfjlaskdjfl;asjlfjasl;djfla;jfl;j
lal;sdkfjlaksjdflkasjdflk;ajdfljaljfdl;a
eald;kfjal;kjdfl;akjdl;jfl;ajldjflajkl;a
dalsd;fjlask;djflasjfl;ajsfkl;jalk;fjlajf
where replace the keyboard chars from higher ranged ascii... and READ THE FIRST LETTER OF each LINE.
-
putting random crap is the least thing I want to make. The scrolling of text should at least make SOME sense...
Maybe hardcode a kernel log or something and then combine with some hex crap here and there...
-
BUMP!
I thought that instead of a standard countdown timer set for some days it would be nice to have it count time down to December 21st, 2012 lol.
-
maybe you could display the epoch time difference
-
epoch time difference? explain more.
-
epoch time is the time
https://en.wikipedia.org/wiki/Unix_time
when you make sessions in java.. epoch time is returned when certain functions are called... read more on it on wiki..
it is significant in old school way.. not used anymore.. atleast not by a common user.. J2SE programmers or unix users know of it.