PDA

View Full Version : FTA users: Read your Truth,this'll set you free


SATTROY3M
07-11-2006, 09:29 PM
:) MESSAGE TO FTA-ATMEGA-ROOM 101,ROOM 10/11 USERS.




"I hope this is going to quash some rumors and speculation.

Blocker stops DN from changing data on the card, FTAs can't be changed this way, have to plug them into a computer, so no blocker needed, a blocker does not get you any channels.

This latest change has nothing to do with speed or memory size

This is the simplest way I can explain why there is no fix yet:
In a DN card there are 2 MAPs(math processors), that I know of there probably are more, these MAPs change numbers, or modify number strings.
They use irreversible math, so even though you know the number going in and the number coming out you can not determine what math was used to make that change, so you can't duplicate it just by knowing the answer.
The MAPs are readable, but it takes awhile to get each step.
The MAPs themselves can be modified by outside settings; this makes these MAPs multi-level if you will.
So its not just a matter of getting one read of a MAP and your done.

Now to have an FTA fix you need both MAPs and all possible combinations of those, this will take awhile.
For cards you need none of this, the MAPs are built-in, so you don't need to know squat about what’s going on inside the card, this is why card sharing works.
DN has never tried to stop FTAs from getting their channels until now; it does not surprise me that a fix will take some time.
Until now all they did was fake packets and changed the auto-roll signature, so basically they did nothing.
The rev108 update shut down the FTAs for a few days using a few MAPs calls, the rev109 update still has them shutdown using many MAP calls, for how long who knows but they will be back up, at least until rev10A.
I am sure the coders appreciate all the suggestions offered by non-coders but they know where the problem lies, it’s just a matter of getting the info".

"Don't let the FTA makers pull the wool over your eyes. Don't believe them when they say the fix is taking so long because "we have to read through 155 pages of prime number theory, AES ciphering" or "the new bin required is so mA$$ive the coder is exhausted" or my personal favorite "Mr. Viewsat will be putting 1 Canadian and 1 Korean in the same room with a electron laser scope". Complete and utter kaka. The reason FTA, Atmega, Armulator, ROM101, ROM10/11 and everything else (except ROM102) is down is because of these two lines of code:
936E: lda #$57
9370: jsrp #$00, $A822
That’s it! Those buggers are causing all this chaos. That code is A$$embly. A$$embly works by calling and executing various instructions.
The instruction at line 936E: lda #$57 means "load register a with the value 57". The instruction at 9370: jsrp #$00, $A822 means "okay, jump-to-routine MAP function that was loaded in register a, namely 57". So basically, those two lines of code execute something called MAP 57. The problem is, WE DON'T KNOW WHAT MAP 57 is. That is why Mr. Viewsat and the other FTA makers are sweating right about now. You see, without knowledge of MAP 57 their gravy train will run away soon. For those that say, "well, the FTA people will figure it out, don't worry". Start worrying.
Think of MAP 57 as a kind of black box. There is an input to the black box and an output. The idea is to try and figure out what this black box does. For example, if we input 2 and the output are 4, if when we input 3 the output is 6, if when we input 4 the output is 8, then we may reasonably deduce that this black box just multiplies the input by 2. That was easy. The real MAP 57 takes 128 bytes of input, another 16 bytes of input and magically produces a 128 byte output."

BiggerBear
07-11-2006, 09:33 PM
What the %&*^ do you know ? 1 post wonder!!!!!!

fubr
07-11-2006, 09:43 PM
another juicy nugget of info. pretty much same info in the other c&p's.
in the wrong section too

kgbwolf
07-11-2006, 09:53 PM
:) MESSAGE TO FTA-ATMEGA-ROOM 101,ROOM 10/11 USERS.




"I hope this is going to quash some rumors and speculation.

Blocker stops DN from changing data on the card, FTAs can't be changed this way, have to plug them into a computer, so no blocker needed, a blocker does not get you any channels.

This latest change has nothing to do with speed or memory size

This is the simplest way I can explain why there is no fix yet:
In a DN card there are 2 MAPs(math processors), that I know of there probably are more, these MAPs change numbers, or modify number strings.
They use irreversible math, so even though you know the number going in and the number coming out you can not determine what math was used to make that change, so you can't duplicate it just by knowing the answer.
The MAPs are readable, but it takes awhile to get each step.
The MAPs themselves can be modified by outside settings; this makes these MAPs multi-level if you will.
So its not just a matter of getting one read of a MAP and your done.

Now to have an FTA fix you need both MAPs and all possible combinations of those, this will take awhile.
For cards you need none of this, the MAPs are built-in, so you don't need to know squat about what’s going on inside the card, this is why card sharing works.
DN has never tried to stop FTAs from getting their channels until now; it does not surprise me that a fix will take some time.
Until now all they did was fake packets and changed the auto-roll signature, so basically they did nothing.
The rev108 update shut down the FTAs for a few days using a few MAPs calls, the rev109 update still has them shutdown using many MAP calls, for how long who knows but they will be back up, at least until rev10A.
I am sure the coders appreciate all the suggestions offered by non-coders but they know where the problem lies, it’s just a matter of getting the info".

"Don't let the FTA makers pull the wool over your eyes. Don't believe them when they say the fix is taking so long because "we have to read through 155 pages of prime number theory, AES ciphering" or "the new bin required is so mA$$ive the coder is exhausted" or my personal favorite "Mr. Viewsat will be putting 1 Canadian and 1 Korean in the same room with a electron laser scope". Complete and utter kaka. The reason FTA, Atmega, Armulator, ROM101, ROM10/11 and everything else (except ROM102) is down is because of these two lines of code:
936E: lda #$57
9370: jsrp #$00, $A822
That’s it! Those buggers are causing all this chaos. That code is A$$embly. A$$embly works by calling and executing various instructions.
The instruction at line 936E: lda #$57 means "load register a with the value 57". The instruction at 9370: jsrp #$00, $A822 means "okay, jump-to-routine MAP function that was loaded in register a, namely 57". So basically, those two lines of code execute something called MAP 57. The problem is, WE DON'T KNOW WHAT MAP 57 is. That is why Mr. Viewsat and the other FTA makers are sweating right about now. You see, without knowledge of MAP 57 their gravy train will run away soon. For those that say, "well, the FTA people will figure it out, don't worry". Start worrying.
Think of MAP 57 as a kind of black box. There is an input to the black box and an output. The idea is to try and figure out what this black box does. For example, if we input 2 and the output are 4, if when we input 3 the output is 6, if when we input 4 the output is 8, then we may reasonably deduce that this black box just multiplies the input by 2. That was easy. The real MAP 57 takes 128 bytes of input, another 16 bytes of input and magically produces a 128 byte output."


I just like to clarify this THERE IS ONLY 1 OUTPUT but there can be several inputs. dumbass keep quoting other people and thats what happends..

mili
07-11-2006, 11:35 PM
For fuck's sake at least spell ROM properly.

mili

JT
07-11-2006, 11:43 PM
It's amazing how much inside info some of these one post wonders have to offer sometimes.

badger6
07-12-2006, 12:04 AM
Room 101, ain't that where you meet the hooker with the fifth of bojangles wine, hehehe.

bamfordb
07-12-2006, 12:52 AM
forget all that fta mumbo jumbo how do i post in that fancey lettering.

udntcme
07-12-2006, 01:00 AM
While we are all speculating,....Maybe they don't put out what they have knowing it will get squashed preety quick sooo...maybe just maybe...they are trying to figure out something that "mite" (read)..."mite" stay up for a while like fta is known for .....just a thought ....But i'm turning into a preety big "Gaassbag" about now with all this speculating ...hey but what the hell else do we have to talk about now i mean reall even with "plastic" (No unlooper) .....yet...All the best...!!!hehehe....

udntcme
07-12-2006, 01:07 AM
Wrong forum I know but could not help it ...If your window is open and a breeze blow's in your 102 cam is "looped" Lmao...hehehe...I was one of the very first to glitch into the 102 and then put bin on ...then put it away with my new vs toy to play with ....now those two 102 cam looped to friggin death ...have one still open afraid to touch it...hehehhahaha LOL...All the best...!!!

dishnewbief59E
07-12-2006, 02:50 AM
:) MESSAGE TO FTA-ATMEGA-ROOM 101,ROOM 10/11 USERS.




"I hope this is going to quash some rumors and speculation.

Blocker stops DN from changing data on the card, FTAs can't be changed this way, have to plug them into a computer, so no blocker needed, a blocker does not get you any channels.

This latest change has nothing to do with speed or memory size

This is the simplest way I can explain why there is no fix yet:
In a DN card there are 2 MAPs(math processors), that I know of there probably are more, these MAPs change numbers, or modify number strings.
They use irreversible math, so even though you know the number going in and the number coming out you can not determine what math was used to make that change, so you can't duplicate it just by knowing the answer.
The MAPs are readable, but it takes awhile to get each step.
The MAPs themselves can be modified by outside settings; this makes these MAPs multi-level if you will.
So its not just a matter of getting one read of a MAP and your done.

Now to have an FTA fix you need both MAPs and all possible combinations of those, this will take awhile.
For cards you need none of this, the MAPs are built-in, so you don't need to know squat about what’s going on inside the card, this is why card sharing works.
DN has never tried to stop FTAs from getting their channels until now; it does not surprise me that a fix will take some time.
Until now all they did was fake packets and changed the auto-roll signature, so basically they did nothing.
The rev108 update shut down the FTAs for a few days using a few MAPs calls, the rev109 update still has them shutdown using many MAP calls, for how long who knows but they will be back up, at least until rev10A.
I am sure the coders appreciate all the suggestions offered by non-coders but they know where the problem lies, it’s just a matter of getting the info".

"Don't let the FTA makers pull the wool over your eyes. Don't believe them when they say the fix is taking so long because "we have to read through 155 pages of prime number theory, AES ciphering" or "the new bin required is so mA$$ive the coder is exhausted" or my personal favorite "Mr. Viewsat will be putting 1 Canadian and 1 Korean in the same room with a electron laser scope". Complete and utter kaka. The reason FTA, Atmega, Armulator, ROM101, ROM10/11 and everything else (except ROM102) is down is because of these two lines of code:
936E: lda #$57
9370: jsrp #$00, $A822
That’s it! Those buggers are causing all this chaos. That code is A$$embly. A$$embly works by calling and executing various instructions.
The instruction at line 936E: lda #$57 means "load register a with the value 57". The instruction at 9370: jsrp #$00, $A822 means "okay, jump-to-routine MAP function that was loaded in register a, namely 57". So basically, those two lines of code execute something called MAP 57. The problem is, WE DON'T KNOW WHAT MAP 57 is. That is why Mr. Viewsat and the other FTA makers are sweating right about now. You see, without knowledge of MAP 57 their gravy train will run away soon. For those that say, "well, the FTA people will figure it out, don't worry". Start worrying.
Think of MAP 57 as a kind of black box. There is an input to the black box and an output. The idea is to try and figure out what this black box does. For example, if we input 2 and the output are 4, if when we input 3 the output is 6, if when we input 4 the output is 8, then we may reasonably deduce that this black box just multiplies the input by 2. That was easy. The real MAP 57 takes 128 bytes of input, another 16 bytes of input and magically produces a 128 byte output."

thats a cute & paste from another site cant remember were.

jerez
07-12-2006, 03:17 AM
For fuck's sake at least spell ROM properly.

mili

Mili:

you got me laughing so hard on your quote:D :D :D :D

wasntme24
07-12-2006, 04:10 AM
for fucks sake close this thread!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!