Chapter 16: Hit the Wall

2 0 0
                                    

He continued hitting the keys on his keyboard and injecting codes to his program currently running inside the system of Orion.

"I never thought I will really win a spot in the tournament. All I have to do is to get to that spot where their firewall has a glitch. I've researched about their security for almost 2 months now, thus I'm rewarded. Hahaha." He sipped on his cupped noodles. "I just want the original copy of the latest, the newest version of ROA-RPG xx3." he rubbed his eyes. "I'm sorry ORION, my mom will not let me buy that game no matter how hard I ask so let me have a copy this way... I promise you will not notice it, PA's gonna disappear like a fly. " he giggled. "Now, let's get this hack on the roll!" he returned on hitting keys on his keyboard.

"The new version of the Phantom Algorithm I created the night before the finals were injected in their system. It's running like a mice inside their system. That virus-like program will navigate through their system, the ORION network, and will search for the key code during the final seconds on the game I played this afternoon." he said to himself and continued typing.

<start>

dim cnt as byte

dim oldstate as boolean

dim state as boolean

dim lngCounter as longint

dim secs as integer

dim minutes as integer

dim hours as integer

dim blnHighState as boolean

dim blnLowState as boolean

dim blnAlarmState as boolean

dim blnAlarmSignal as boolean

sub procedure sendBit(dim b as boolean)

if (b) then

gpio.2 = 1

delay_us(1125)

gpio.2 = 0

delay_us(375)

else

gpio.2 = 1

delay_us(375)

gpio.2 = 0

delay_us(1125)

end if

end sub

sub procedure sendBit2(dim b as boolean)

if (b) then

gpio.2 = 1

delay_us(1125)

gpio.2 = 0

delay_us(375)

else

gpio.2 = 1

delay_us(375)

gpio.2 = 0

delay_us(1125)

end if

end sub

sub procedure sendPair(dim b as boolean)

sendBit(false)

sendBit(b)

end sub

sub procedure sendPair2(dim b as boolean)

sendBit2(false)

sendBit2(b)

end sub

sub procedure switchcode2(dim b as boolean)

The Phantom: Code BreakerWhere stories live. Discover now