Skip to content

Paltalk SwearBot

Viewing 13 posts - 16 through 28 (of 28 total)
  • Author
    Posts
  • #180375
    Admin
    Administrator

    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.

    #180374
    Admin
    Administrator

    I 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 🙂

    #180373
    AhFox
    Member

    Donation 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 …

    #180372
    Admin
    Administrator

    NVYE, 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 🙂

    #180371
    Newbie
    Member

    loco
    do you use the get syslistview32 method to make this bot ?

    #180370
    Admin
    Administrator

    Nop 🙂 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 🙂

    #180369
    Newbie
    Member

    Got it working 🙂

    #180368
    Newbie
    Member

    PROBLEM SOLVED
    🙄

    #180367
    AhFox
    Member

    loco … here is a hint for ya man …

    If POSTING enabled for ever second …

    On load

    isAutoPost = False
    autoPostTime = 0
    check box .. .then isAutoPost = not isAutoPost

    Timer1 {
    if (isAutoPost) Then
    autoPostTime = autoPostTime + 1 (incrase every second)
    if (autoPostTime >= val(postTime.text) Then
    sendTheMessageToChatroom(…)
    autoPostTime 0
    End If

    End If
    }

    HOPE THIS HELP MAN … KEEPING A VARIABLE IS MUCH MUCH EASIER THAN … USING 2 TIMERS MAN …. TRUST ME …

    #180366
    Admin
    Administrator

    Thanks man I look into that I not one timer is bad enough emagine two lol 🙂

    #180365
    method
    Member

    locaohacker when this adminbot will be out?Thanks

    #180364
    Admin
    Administrator

    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 🙂

    #180363
    method
    Member

    @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

Viewing 13 posts - 16 through 28 (of 28 total)
  • You must be logged in to reply to this topic.