m a k a v e l i // User Search

m a k a v e l i // User Search

1  2  3  4  5  6  ...  9  |  

Seprating words in a ListBox

Apr 9, 2001, 8:25pm
Add a Timer to the form and label it "timCheck" then:

Private Sub sdk_EventChat()

timCheck.Interval = 1000

timCheck.Enabled = True

End Sub

Private Sub timCheck_Timer()

Message = LCase(sdk.AwChatMessage)

If lstWord.ListCount = 0 Or lstWord.ListIndex = lstWord.ListCount - 1
Then
timCheck.Enabled = False
Exit Sub
End If

If X = "" Then
X = 0
lstWord.ListIndex = X
Else
X = (X + 1)
lstWord.ListIndex = X
End If

Word = lstWord.Text

If InStr(Message, Word) <> 0 Then

sdk.AwEjectDuration = (5 * 60)

sdk.AwEjectSession = sdk.AwChatSession

If sdk.AwWorldEject Then
MsgBox "Unable to ejection session " & sdk.AwChatSession
Else
MsgBox "Session " & sdk.AwChatSession & " ejected"
End If

End If
End Sub

Add a Module named anything and add this to the Module:

Global X as Integer
Global Message

Seprating words in a ListBox

Apr 9, 2001, 11:17pm
Well, was thinking it wasn't the easiest or best way to do it. It was a on
the spot thing, I am not as experienced as you two so I used the way I know
of doing it.

Banking System Almost Complete!

Apr 10, 2001, 7:53pm
I am almost finished with the bot! I have a few more bugs to work out and
then I will be releasing it to the public for a "Beta" test, I am disabling
the Loan, Pay, and Number features because I don't want everyone having my
bot. If you have any problems with it when it is released (April 11th,
2001) please email me them.

Banking System Almost Complete!

Apr 11, 2001, 1:02am
My attitude comes from my school, you try going to a "prep" invaded place 5
days a week. A lot of people make bots, should we accuse them too? I am
not the only one who showed up after he left, what about Leaf, or Gamer?

Banking System Almost Complete!

Apr 11, 2001, 2:51pm
Gamer
I am dumb, what is your point? I am sorry for saying you were new, I could
have sworn you posted something about "testing".

S p a r k
I go to the worst school there is b/c everyone there thinks they are
"stronger" than everyone else, so Freshman (like me) have to show SOME of
them that they are not like they say they are.

Moria
When people post saying "I am new to the NG" it is kind of obvious.

I need a xleagot script that delets tourist buildings, & rebuilds them under the owners cit#.

Apr 12, 2001, 4:36pm
I am not positive but isn't this HTML?


Bank Bot (again)

Apr 12, 2001, 4:40pm
I have just finished fixing all the bugs I have found so far in the bot. I
need some help to fix some little bugs in it still. As of now the working
features are:

Join (Adds account)
Info (Balance & Loans)
Transfer (Transfers to different account)
Pay (Loans

The features that are bugged are:

Loan (Get a loan)
Number (Get a citizen number)

Again, if anyone can help me I would greatly appreciate it. I am trying one
last thing to debug the features that dont work and if it works I will reply
to this post.

Bank Bot (again)

Apr 12, 2001, 5:18pm
I finally fixed my own senceless mistake. Now all features work and I will
be releasing a "beta" version of it as soon as I can get a hosting provider.

All features:

Loan
Pay
Number
Join
Info
Transfer

Beta features:

Number
Join
Info

Due to consumption of time I am not going to give out my bot for free,
although I do not plan to sell it. I am going to let Builderz use it for
his world but if he is not interested I will be looking for someone else who
is.

Bank Bot (again)

Apr 13, 2001, 2:10am
I have an account at NBCi for the download page and help page and when I try
to connect (using FTP) it tells me I have the wrong password, I just got the
account so I know it's not wrong.

Anyway I will be keeping it on in Techno so you can test it. Sorry about
this whole ordeal.

Bank Bot Updates

Apr 14, 2001, 6:15pm
From now on I will stay in one thread. I have updated the bot with three
new commands.. yet I still have no Web Space Provider to release Beta
version or help pages.

I will look into "Freeservers" as I used to use them. Hopefully it will
work. :)

Bank Bot Updates

Apr 14, 2001, 7:06pm
http://makaveli.8m.net

I will be adding a "Beta" download soon.

Three new admin commands are what were added. I am going to add all the
features that add given to me, hopefully I will get a lot. :)

Bank Bot Updates

Apr 16, 2001, 11:02pm
I will add the beta download after I get my problems situated. If I seem to
be a "meanie" when/if you talk to me on AW I am sorry.

Bank Bot Updates

Apr 22, 2001, 12:28pm
After about a week now, I have fixed almost ALL bugs in the bot. I will be
releasing the "Beta" tomorrow (Monday 22, 2001) and I am looking for a new
feature to add to the bot. If no one has any features I will want a new
task for a bot, they are pretty fun to make if you ask me. Please telegram,
email, or reply to this post with ideas or comments.

Bank Bot Updates

Apr 22, 2001, 1:15pm
Change in plans. I am working on the Bank Beta right now, when I finish I
will put it for download today.

Bank Bot Updates

Apr 22, 2001, 1:37pm
One problem now. My file is 991KB and it exceeds the limit of a file. I
now have no where to upload it to.

Bank Bot Updates

Apr 22, 2001, 2:54pm
I really only need a file (991KB) hosted lol. Freeservers says it is too
big. That would be great if your willing. :-)

Bank Bot Updates

Apr 22, 2001, 4:37pm
Thanks so much Joeman! I now have the beta release on for download along
with the commands.

It is missing the following features:

Transfer, Take, Give, and DLoan

Features included:

Join, Info, Loan, Pay

Attention VB Programmers

Apr 22, 2001, 4:28pm
I used a book, but learned a lot on my own, what I never could find on my
own I looked up.

| I dont have a book, and most of it I figured | out on my own or i had help
with.

Trekker, Grimble is right, you know little and you claim you learned most by
yourself? You ask me a question almost everyday. You didn't know this:

List1.Text = "whatever"
' Nothing in list
Respond = List1.ListIndex
MsgBox Respond

What does the message box say? (-1)

I had to tell you what the numbers meant b/c you never learned how to use
Lists.

| You cant assume you need a book to learn | anything, are you a teacher
or something?
| Cuz most teachers Ive meet think that.

You of all people need to get a book. THEN and only then can you come say
that you know a lot. YOU do need a book, I really don't have the time to
answer common knowledge questions all the time. (sorry Brant, I know I ask
you a lot)

Shoemaker Village Vote Bot 1.10

Apr 22, 2001, 2:24pm
He released it a while ago, it was on his site. Someone reported the bug.
He had not enought time to fix it so he never released it again. He got
some time sometime in the present debugged it and released it again. How
hard was that to figure out? I offered to debug it and he let me try but I
was not able to figure it out due to the OCX's used and the certain fact I
had no clue what most of the code did lol.

Visual Basic Bot Programming

Apr 22, 2001, 4:31pm
http://makaveli.8m.net

For all you new VB programmers, GO THERE! That is the best I am going to
do, I put MY code on there to start you, all you have to do it code what you
want it to do. I wasted my time just for you newbies so you better use it.
It is not much at all but them were the questions I get the most. So enjoy
or don't bother asking for help.

Visual Basic Bot Programming

Apr 24, 2001, 9:52pm
These people know absolutely nothing about VB and then they ask other
people. It is annoying. I "wasted" my time to put it on a web page. Take
TheMask for example. He asked me how to log a bot it, then I gave him the
link, he asked me how to make it say something. Can people not read the
help pages?

Visual Basic Bot Programming

Apr 25, 2001, 9:53am
I do not know any of you. You could say I am new if you'd like, I was a
tourist back about 3 years ago, but just got a cit in August or so. How is
my attitude nasty? Just because I won't teach someone how to use VB I am
mean? I just wish someone would actually buy a book and not ask me basic
questions, is that too much to ask? I mean, MrGrimm took a lot of time to
make the Help files, and people aren't using them.

Visual Basic Bot Programming

Apr 25, 2001, 6:25pm
I can use what username I want. I picked "Makaveli" at first but it was
taken so I seperated the letters.

Not everyone NEEDS to understand the help files, only people who are
programming the bot. If you don't understand what it means, buy a book.

You missed the entire point of my post though, I know how to program, I am
tired of being questions that are either in the help files, or that are the
very basic commands of VB.

I wasn't a newbie when I came into this NG, I programmed my first bot during
this time but I am not a newbie, I never knew about the SDK till I got into
the NG.

Boycott what? I don't sell anything. I don't give anything away either.
Your going to boycott what exactly? I don't have to change my name, and
don't intend to. I am not pretending to be anyone. I picked a name and it
was open. Get over it.

Visual Basic Bot Programming

Apr 25, 2001, 9:58pm
I have broken no rules, I don't plan to change my name, and nothing can
bother me, flame me. Makaveli is a person I admire, I am not going to
change my name b/c someone who knows nothing about him is using it. You
cannot get anyone's account revoked for doing so.

Visual Basic Bot Programming

Apr 25, 2001, 11:22pm
I am not ripping anyone off, they should have kept the name in the first
place.

Visual Basic Bot Programming

Apr 30, 2001, 6:19pm
Again, I am only his cousin, he does know loops, like I said, I have looked
at his code. He uses a few, and he said he knew them, just didn't like
them.

~ Dennis

Visual Basic Bot Programming

May 1, 2001, 12:09am
I was doing some research today, there is a cit named "Mr Grimm", and one
named "Ham Fon".

Visual Basic Bot Programming

May 1, 2001, 3:50pm
Oh, sorry about that, I saw that username used so I figured someone was
impersonating you.

New Update!

Apr 23, 2001, 9:01pm
I have finished the FULL version of the Bank Bot and I am not giving it out
just yet. I may later in time but I figure I can have my fun right now. It
will be used in Techno, and I may run it in some other worlds if they agree
to let ME host it. It goes down a lot sometimes, so I don't promise
anything.

1  2  3  4  5  6  ...  9  |  
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