 |
Forums |
Admin Discussion Forums: robots Start New Thread
By: Nobody
RE: DebugDuck02 - Helps You Debug Your Duck :) [ reply ] 2005-12-09 13:57
|
Here is the one i wrote.. just pass the files as arguments...
#start of ruby encoded file ruencode.rb
x=<<EODATA
eJyVUMFKxDAQvecrhtnDNiD5gGX3UFgVT4KIB42HtJlosE1rkmLV9d9NG2VX
WFg8DfNm3uO95+l1sJ5g+dHYasn6IQbARYjKR+gM+KF6B3J1p0mDsQ0FZOXN
5Z0gVT+D7mCn/NOOAVykm+h6ckUC+HwxEw5wUhIWnzO7UoGcamlW+MID8rhZ
r8+vt+VteYA+3CfHq9WWTKMiCZ1nYYQnpfmj6FX9UmCLfE+RDLMMGzejGNz8
IrGVyIWxPkTm/9axTyXxqEuJZxLfEv83sRG9ty5CNnflsjmbZzFyRk5PIX5a
Sds/O0mMSYOdEAj4DakEmgs=
EODATA
x=x.unpack("m").first
require 'zlib'
File.open("ruencode.rb","w") do |f|
f.print Zlib::Inflate.inflate(x)
end
#end of ruby encoded file ruencode.rb
|
By: sox box
RE: DebugDuck02 - Helps You Debug Your Duck :) [ reply ] 2005-12-09 05:20
|
|
It wold be real cool if someone posted instructions or script for doing the pack/zlib thing that some of the other bots used. I had the same problem with my last bot ( give it a TRY ) were the robot code was mistaken for HTML code.
|
|
 |