Skip to content
This repository was archived by the owner on Dec 26, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added team_Cybix/cookies_cybix.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added team_Cybix/evaluation_cybix.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 72 additions & 0 deletions team_Cybix/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
; Magic Floating DonutZ

ORG $3145

CHECK_HACKER_ABILITY:
move.w #1, d0
cmp.w #0, d0
bne SET_BAKERY_DESTINATION
jsr HACKER_BAKES

SET_BAKERY_DESTINATION:
lea.l LIDL, a0
lea.l CAR, a1
move.l HACKER, d0
move.l d0, (a1)

MOVE_WITHIN_SPEED_LIMIT:
add.l $70, a1
cmp.l a1, a0
bne MOVE_WITHIN_SPEED_LIMIT

EXPLOIT_BAKERY:
lea DONUT_SHELF, a1
lea HACKER, a0
add.l #1, a0
cmp.l a0, a1
bne EXPLOIT_BAKERY
move.l DONUTS, d1

SET_HQ_DESTINATION:
lea HQ, a0
lea CAR, a1
move.l HACKER, d0
move.l d0, (a1)

HURRY:
add.l #110, a1
cmp.l a1, a0
bne HURRY

TASTE:
lea HACKER, a0
lea DONUTS, a1
move.l (a0), (a1)
move.l #3,d0
move.l #3,d7
cmp.l d0,d7
bne TASTES_GOOD

IMPLEMENT_MAGIC_RECIPIE:
move.l #314159265359, d7
move.w #42, d3
move.l #7, d6
movel.l #666, d5
move.l $1337, d4

PUFFY_MAGIC:
mulu.l d4, d5
divu.l d5, d6
add.l d7, d6
sub.w #1, d3
swap d6
cmp.w #0,d3
bne PUFFY_MAGIC

FLOAT: ; DONUT IS NOW FLOATING
lea $dff180, a0
lea $dff006, a1
move.w (a1), (a0) ; DISPLAY FANCY COLORS, EAT AND DANCE
jmp FLOAT


9 changes: 9 additions & 0 deletions team_Cybix/public.pem
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxKGyb3OYa3JYZLgeeH/8
eHPIcJMHJ5AmHPgX+RbMCRfBEIGp5LtVUhdFLmL4cjhiWykNZyAjeteImQSigLB2
RuSOnhMw5P7C7erLXr1e0QAfp6jCe0AUQ5IqwGP0BkN9CxXGUOHWe6i2NOnbRK08
RiVrMr/9cGB/b8J3a/+pD69KxckktWcDfg26KamZS7uslDxDfowX4DwsESE2NxLp
06je8FJdhacdX3hlf8Mmwrnr/L8YL7rv92ov+JsJ1UosfP454K+I8oBLfPbjTpbm
hGVp7foyuJr8C6iJuA7zG/fhrGFlu+5Y9Fqi9YjwS9MQ3k6zGRHzdFOnVkseX8Fo
rQIDAQAB
-----END PUBLIC KEY-----