strike rapier // User Search

strike rapier // User Search

1  ...  20  21  22  23  24  25  ...  141  |  

One click shows all?

Sep 8, 2003, 5:23pm
Only been in it once... and that was too much...

- Mark

[View Quote]

One click shows all?

Sep 11, 2003, 6:43pm
Most lighting just uses preston with flip commands...

- Mark

[View Quote]

Help Needed!

Sep 11, 2003, 3:32pm
I can't help but think that most people will be getting too busy with the
new acedemic year right now...

- Mark

[View Quote]

Spiral Matrix

Sep 28, 2003, 7:12am

world open for bots

Oct 23, 2003, 5:31pm
But... why?

- Mark

[View Quote]

weather bot

Nov 15, 2003, 11:43am
Your not willing to give what away freely? I know from experience its gotta
be a damned advanced bot to warrent selling it...

- Mark

[View Quote]

weather bot

Nov 15, 2003, 3:29pm
Didn't know you wrote PHP also Andras :)

Vamp, I don't need as much as Andras... if you pay me £10,000 you can have
my PHP code.

- Mark R

[View Quote]

weather bot

Nov 15, 2003, 5:05pm
[View Quote] Gahhh Bowen get the jokes will you >_< I know its a lot more, I wanted to
see if vamp here would catch on.

> Secondly, I think Andras has confused himself with Ananas -- like most
> of us do. :D (a Joke)

Indeed, those 2 need to get name tags.

> Thirdly, he probably doesn't know how to write <a href=object.zip>Click
> here to download my bot!</a> in a php file.

mmmmm

<?php
echo ("<a href=object.zip>Click here to download my bot!</a>");
?> perhaps... taking the rediculously long roundabout way of using a ruddy
standard HTML outside of PHP.

> --Bowen--
> http://bowen.homelinux.com
> Give me ideas.
>

Bot people

Nov 6, 2003, 7:57pm
Ud be a lot better waiting for the 4.0 plugin server... I've tried this sort
of thing before and the data handling is so big you need lightning quick
speed... Even running a world server and bot on the same computer... the
speed is still lacking..

- Mark

[View Quote]

MFC bot

Nov 23, 2003, 6:29pm
There ain't much of a diff really... you use WM_TIMER to call a aw_wait
every x seconds and have the entire thing encapsulated into a class instead
of just on its own in the main cpp file.

- MR

[View Quote]

MFC bot

Nov 24, 2003, 7:29pm
Make sure your firing off an aw_wait every second or so using a WM_TIMER
message... n ensure that the functions you call aint in the actual class...
but global funcs... class functions go boom cause theyre instanced.

- MR

[View Quote]

Re: Version

Dec 8, 2003, 5:50pm
Of course... versions can be faked and browser dissabled be reenabled.

- MR

[View Quote]

Announcing T2V Version 3

Dec 20, 2003, 1:16am
Announcing the beta release of T2V (TeleVisionViewer) for Active Worlds.

New Features:

- On Top Viewing
- Popup Window (On-Top)
- New GUI
- Process Indicators for Download Remaining
- Process Indicators for Time Till Next Interval
- Record Show Ability

Record Show Ability:

- New 'select save folder' capability
- Recorded Frame Count capability
- Recorded Date Count

Other Updates and BugFixes:

- Update Interval now selectable between 3 and 15 seconds
- Fixed bug where image would sometimes save as a corrupted file
- Fixed bug when countdown to interval would get stuck randomly
- Slightly widened the screen
- Maximum record length now 99,999 images

Available at:

http://members.lycos.co.uk/markrandallsr1/t2v3.zip

Install Instructions:

Unzip into new folder, you may wish to create a shortcut on your start menu
to the program. You can run multiple instances of this program, each one
will create a random named .tmp file in the application folder. For this
reason I would not advise running it from your desktop or other main working
folder.

Currently Supported Stations & Questions:

- Ablivion Network
- WVTV
- IceFlare

If you would like your station adding to any future clients please email me
at strike at rapiercom.freeserve.co.uk and I will add them if suitable.

Licence:

You may not decompile this program, you may not eat this program when you
are hungry, you may not use EXE binders to try and distribute viruses via
this program.

You may distribute... but be it on your own heads if you end up being
involved with some form of virus or trojan.

- Mark Randall
Zenith Echelon Technologies

Announcing T2V Version 3

Dec 20, 2003, 8:26am
Sure, digest away.

- Mark R

[View Quote]

Announcing T2V Version 3

Dec 20, 2003, 11:42am
Now its nice and pretty :) Also, new site containing some help files.

http://members.lycos.co.uk/markrandallsr1/

- Mark R
Zenith Echelon Technologies

Announcing T2V Version 3

Dec 23, 2003, 4:30pm
What I find most amusing is that M a t t thinks im as shite as he is and
would bind an exe...

- Mark R

[View Quote]

need new paint ball bot or fixed ultimate paint ball bot

Feb 8, 2004, 8:27am
Dude... it took me like 5 days to port about 15,000 lines of SDK code to the
new COM DLL. Its not what you could call hard if you understand the
comparisons between the OCX and the COM models.

- Marky R

[View Quote]

need new paint ball bot or fixed ultimate paint ball bot

Feb 8, 2004, 8:35am
right then....

get attributes... replace each property with its new equivilent
set attributes, replace each 'sdk.awloginapplication = ' with
'sdk.aw_string_set$(AW_LOGIN_APPLICATION, ' then just add the brackets where
it tells you to. (probably end of the line)

yer see... if your really crafty you could make something to parse your code
and when it finds AwAvatarName it parses it by the capitals, and upper cases
it all, with a _ before each... but I didnt do that, was much quicker for me
to do it using find / replace.

- MR

[View Quote]

need new paint ball bot or fixed ultimate paint ball bot

Feb 18, 2004, 9:24pm
When I am coding at my maximum output... 17 or 18 hours a day...

Those however only took about about 20 hours to convert everything.
PS: I just use an array of COM objects without problem.

- Mark R

[View Quote]

May I Install Chazbot but it didnt work

Feb 2, 2004, 10:15pm
Can i have your official permission to install it on my springer spaniel?

- Marky R

[View Quote]

VectraChat Source Code Released!

Feb 8, 2004, 8:50am
Very nice bot Lord Fett, would seem to do its job quite well :)

although i notice you use:
If Left(LCase(message), 6) = "c:view" Then

How about another variable for the lowercase msg? and just lowercase it at
the start, would save you a lot of processing time!

- Marky R

[View Quote] > and hope the source code can help you out in learning how to do cool
things
> with the chat. Comments are always welcome on my forum located at
> http://www.vectracon.com/forum/.
>
> -Lord Fett
>
>

Help with Xelag ... build from survey

Feb 14, 2004, 9:43pm
Your DoSing your connection and the server, ensure that your objects
per-second rate is less than 40 (depending on your connection, I usually
stick with about 20 unless im using something to monitor my connection
capacity)

- MR

[View Quote]

Help me.....

Feb 22, 2004, 7:18am
Read it in the obitutories section of my local paper

- MR


[View Quote]

Help me.....

Feb 22, 2004, 3:23pm
True.. it just needed a direct scripting interface so you could put in
repeated types of commands a lot quicker than the GUI (well... if you knew
what you were doing, manual editing of the INI could be hell)

- MR

[View Quote]

AutoTimer Teleport Tool

Apr 11, 2004, 2:28pm
This is a little app that uses the AWM format to teleport your user around
Active Worlds. Its a simple interface, the 3 up/down buttons control the
hours, minutes and seconds.

You need to locate your aworld.exe directly (because I don't trust AW to
install its reg keys right for MIME).

The EXE path, and last world and coordinates are remembered for next use.

http://zetech.swehli.com/downloads/awautoteleport.zip

Download is 15407 bytes in size (Zipped) Please check the ZIP size when
downloading to ensure the file has not had anything attached.

- MR

Dodgy Dialog

Apr 11, 2004, 3:02pm
Seems somone has been pressing the arrow keys in the the dialog designer, at
the bottom of the generals pane, it juts looks... uh... crap. The check
boxes need re-ordering.

- MR

EMERGENCY UPDATE: ChatRelayBot 3.0 Build 116

Apr 17, 2004, 10:36pm
Ohhhhhhhhhhhhhhhhh this is a nasty one :) Realised it quite a while ago when
making mine. strtok then forced cutting :) simple solution, but a nasty
bugger if you miss it.

- MR

[View Quote]

Looking for BETA testers for Eclipse

Apr 24, 2004, 3:43pm
Hey Everyone,

I am currently looking for 3 or 4 BETA testers to give my Eclipse security
bot a try (some pics and info: http://zetech.swehli.com/eclipse/) in general
use. I stress that the entire purpose of this bot is security monitoring and
as such will only be eventually released to persons whom have security needs
such as world staff, peacekeepers etc as otherwise it is generally something
similar to Xelagot (although no query) without eject.

People with experience with other security bots would be good as they will
know what to expect, also the system comes with voice control and text to
speech so anyone applying will require the Speech API 5.1 available on the
microsoft website.

If you are interested and have experience and general security knowledge of
AW please email me strike at rapiercom.freeserve.co.uk

- Mark Randall

Looking for BETA testers for Eclipse

Apr 24, 2004, 5:05pm
aw_bool_set(AW_SNEAKY_SOD, 1)
aw_enter("aw")

- MR

[View Quote]

Looking for BETA testers for Eclipse

Apr 24, 2004, 5:19pm
oh uh...

#define AW_SNEAKY_SOD 666

:)

- MR

[View Quote]

1  ...  20  21  22  23  24  25  ...  141  |  
Awportals.com is a privately held community resource website dedicated to Active Worlds.
Copyright (c) Mark Randall 2006 - 2024. All Rights Reserved.
Awportals.com   ·   ProLibraries Live   ·   Twitter   ·   LinkedIn