- This topic has 27 replies, 7 voices, and was last updated 19 years ago by josh007.
-
AuthorPosts
-
October 19, 2005 at 8:53 pm #180375AdminAdministrator
nice loco but i feel that adding all theses compotents is not a really good ideal but then again it’s not my program i try to not use components if possible in my appz since it makes the program bigger and not alot of users have them.
October 20, 2005 at 1:58 am #180374AdminAdministratorI know syxx its a lot and i am planning on using two timers, so might be overload for old computers, but so far the wearbot and greeter are somewht working fine, the only thing i will suggest to people that use it is to live it on its own computer by itself 🙂 cause u will be able to control everything in a remote pc via the room.
I will see how to make simpler 🙂
October 20, 2005 at 3:35 am #180373AhFoxMemberDonation via Paypal … that’s nice
I wonder …
A year = 365 days … wonder if anyone actually click on it … 🙂Maybe he/she must be bored or something … has nothing to do and click on it for fun.
Enough joking … really cool …
Got a lot of feature there … you should limit the timer … as much as possible man …
You don’t want to have too many timer running … it’s bad … design … and maybe you should have a counter or an true/false … within 1 global timer or something …
October 20, 2005 at 5:41 pm #180372AdminAdministratorNVYE, lol I know man they never click on the donation thing lol,
but yo the reason i need two timers if for the anouncer which need time frame between each anouncement,
you know like lets say if i only have 1 timer right
the problem will be if a person lets say call to anounce a messege every 10 seconds that will cause a delay in all components greeter and bot, so i wanted to give the anouncer its own time, but u right i hate timers they always be messing up
but dont know any other way to do it, unless i take out the anouncer 🙂
October 20, 2005 at 6:32 pm #180371NewbieMemberloco
do you use the get syslistview32 method to make this bot ?October 20, 2005 at 10:30 pm #180370AdminAdministratorNop 🙂 it just add the nick to a listbox when like they swear, but someone did it in the vb forums I dont know if they made it public, but they got all the nicks for the syslistview32, umm the gives me an idea, now I just need to know how they did it 🙂
October 21, 2005 at 11:18 am #180369NewbieMemberGot it working 🙂
October 21, 2005 at 4:29 pm #180368NewbieMemberPROBLEM SOLVED
🙄October 24, 2005 at 12:36 pm #180367AhFoxMemberloco … here is a hint for ya man …
If POSTING enabled for ever second …
On load
isAutoPost = False
autoPostTime = 0
check box .. .then isAutoPost = not isAutoPostTimer1 {
if (isAutoPost) Then
autoPostTime = autoPostTime + 1 (incrase every second)
if (autoPostTime >= val(postTime.text) Then
sendTheMessageToChatroom(…)
autoPostTime 0
End IfEnd If
}HOPE THIS HELP MAN … KEEPING A VARIABLE IS MUCH MUCH EASIER THAN … USING 2 TIMERS MAN …. TRUST ME …
October 24, 2005 at 12:48 pm #180366AdminAdministratorThanks man I look into that I not one timer is bad enough emagine two lol 🙂
November 6, 2005 at 1:53 am #180365methodMemberlocaohacker when this adminbot will be out?Thanks
November 6, 2005 at 2:53 pm #180364AdminAdministratorMan I was almost done, but I ran into a bigggggggg problem, you see when I was testing the program I had only two nicks in the room, lol so it work like the charm, but it turns out that if u have a bunch of nicks the program goes crazy a picks any nick heeh, I mean if ur name starts with L it will ban or bounce any nick that starts with L lol I still working on this, Hopefully I find the solution soon 🙂
November 6, 2005 at 3:39 pm #180363methodMember@Admin wrote:
Man I was almost done, but I ran into a bigggggggg problem, you see when I was testing the program I had only two nicks in the room, lol so it work like the charm, but it turns out that if u have a bunch of nicks the program goes crazy a picks any nick heeh, I mean if ur name starts with L it will ban or bounce any nick that starts with L lol I still working on this, Hopefully I find the solution soon 🙂
Thank u for u reply. Can not wait to see it in action. I realy need one good swear bot that can monitor texts typed in rooms. I hope it allo a big list of bad words to monitor.Thanks
-
AuthorPosts
Related
- You must be logged in to reply to this topic.