Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Diggsey

Pages: [1]
1
The Gene depository / Explosion virus
« on: June 18, 2007, 12:40:41 PM »
Thanks for the ideas  

I have been trying to make it infect the 'Furiae' bot, but have found that it's impossible unless two viruses or a virus and a bullet hit it at the same time. I made infected bots fire out bullets which deleted genes in robots that they hit. The problem was that the last gene in 'Furiae' set delgene, and other useful commands to 0. Bullets can't contain two commands, and viruses can't contain two genes, so the only way is for two to hit at exactly the same time (which is almost impossible  ).

edit:

Here is the updated version. It now deletes some of the host's genes incase of an an antivirus system.

cond
0
0
=
start
*.thisgene .mkvirus store
250 .vshoot store
150
.aimsx
store
50
.repro
store
5
.up
store
*.thisgene
1
sub
.delgene
store
stop

end

2
The Gene depository / Explosion virus
« on: June 17, 2007, 12:00:28 PM »
This is my first virus, and it basically causes every unprotected bot to explode in a shower of shots, containing copies of the virus. It spreads extremely fast.

Here is the initial bot code:

Code: [Select]
cond
0
0
=
start
*.thisgene .mkvirus store
250 .vshoot store
10
.aimsx
store
50
.repro
store
stop

end

Pages: [1]