Author Topic: Hacker movie-like app for android  (Read 1467 times)

0 Members and 1 Guest are viewing this topic.

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Hacker movie-like app for android
« on: 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, and trailer is here.

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:





Offline p_2001

  • Royal Highness
  • ****
  • Posts: 684
  • Cookies: -64
    • View Profile
Re: Hacker movie-like app for android
« Reply #1 on: June 14, 2012, 05:32:53 pm »
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.
« Last Edit: June 14, 2012, 05:33:23 pm by p_2001 »
"Always have a plan"

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Hacker movie-like app for android
« Reply #2 on: June 14, 2012, 06:17:45 pm »
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...

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Hacker movie-like app for android
« Reply #3 on: June 15, 2012, 07:20:29 pm »
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.

Offline p_2001

  • Royal Highness
  • ****
  • Posts: 684
  • Cookies: -64
    • View Profile
Re: Hacker movie-like app for android
« Reply #4 on: June 15, 2012, 08:39:47 pm »
maybe you could display the epoch time difference
"Always have a plan"

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Hacker movie-like app for android
« Reply #5 on: June 15, 2012, 08:58:07 pm »
epoch time difference? explain more.

Offline p_2001

  • Royal Highness
  • ****
  • Posts: 684
  • Cookies: -64
    • View Profile
Re: Hacker movie-like app for android
« Reply #6 on: June 15, 2012, 09:02:47 pm »
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.
"Always have a plan"