Skip to content

ghostriderofthenite Ultimate Bot project

Viewing 15 posts - 256 through 270 (of 305 total)
  • Author
    Posts
  • #101164

    i wouldnt think i would need add code to each form to join room as long as main form joins hmmmmmmm and i tried copy and paste to other forms but not work lol

    #101165

    lol i did something some how it clears room text and when i type it puts in question hahahah

    #101167

    lol but some how i made it connect just not working correctly You right some times code can be a bitch hahahah
    hopefully your not tired me and can still help lol

    heres what i did not really sure what ive done lol

    https://easyupload.io/7hht2r

    #101176

    i was able get question and answer show in room manually hahahah but uses my default font and color not one i select in bot hmmmmmmmmm
    but it does show in room hahahahah great news but manually and no scores lol

    https://easyupload.io/hfqy5u

    #101179

    well i got it almost work partially but when i change font and color noone sees and it clears all text in room hahaha

    OMG i hacked Paltalk hahahaha

    #101248

    hmmmmmmmmmm sometimes have error when change font size and color

    must have not done something correct but its closer to working at least manually need make it work in loop and collect answers and award correct answer score

    #101249

    im thinking maybe is a module thing

    #101255

    nice was able get mic timer work and place in room manually

    #101256

    fixed some trivia things and mic timer works great now and shows in rooms just send manually thats cool

    but colors and fonts dont change in trivia tho on my screen they do

    and still need make it see answers and run on loop so not manual but getting close

    https://easyupload.io/qr0c0x

    #101257

    Private Sub Command6_Click()
    On Error GoTo Error_Event:
    CommonDialog1.ShowColor
    RichTextBox1.SelColor = CommonDialog1.Color
    Error_Event:
    Exit Sub
    End Sub

    changes color in bot only not to room

    #101341

    hmmmmmmm maybe something like this ill have test it

    Private Sub Command6_Click()
    On Error GoTo Error_Event:
    CommonDialog1.ShowColor
    RichTextBox1.SelColor = CommonDialog1.Color
    RichTextBox1 = (RichTextBox1.Text)
    Error_Event:
    Exit Sub
    End Sub

    #101344

    nope nothing ive tried change font and color seen in room by others but i seem them hmmmmmmm

    #101399

    Hope Your Ok I’m sure very busy , I was able fix few errors but im starting to think needs to be a module and all forms need to load with the project and connect, I’m able to send trivia to room manually but clears all text in room when i do on my screen also noone else sees the font and color selected when I change it again prb needs module – I’m gonna try read up on modules as I’ve never created one

    https://easyupload.io/h804dt

    #101405

    weird some times works and then it doesnt Really Need your Expert Help

    #101479

    Still Learning about Types of modules changed trivia Form4 Slightly , by looking your trivia you had players list or User Room List so I modified form some

Viewing 15 posts - 256 through 270 (of 305 total)
  • You must be logged in to reply to this topic.