Skip to content

ghostriderofthenite Ultimate Bot project

Viewing 15 posts - 76 through 90 (of 305 total)
  • Author
    Posts
  • #95771
    Admin
    Administrator

    A very huge project lol and it will take time. I updated it by adding all the modules, classes and functions you will need, and added the ability to connect to the rooms. But that’s that easy part 🙂 here the link: https://www.imfiles.com/allfiles/NewBotProjectfilesv1.zip
    Now to really make it work it will take time which I won’t have until mid September 🙂 if you want to try to work on it you can look at the Trivia Bot code(I attached it) it shows almost everything you will need. Or wait for more help in September lol

    #95776

    ok thanks Man ill get it now and see

    #95793

    ok nice see bringsup room name i’m and thats it but cool thanks and yes any help i can get

    #95794

    alot code and stuff things i dont have clue about dont see it join room and able o anything im sure comes under user id

    #95810
    Admin
    Administrator

    Oh you want to like click on the Join Room and enter the room that is on the Combo1 Well I don’t think it can be done, the closest thing I done to that is like highlight a room from the room list and click on a button to join the room, but not directly from a combo list.
    It was a program called “Room Fucker” from back in my bad days heheheh

    #95829
    Admin
    Administrator

    Actually I remember I did something in the Admin Bot where you can join a room from the program, I think if you was a room admin. Will you be joining the rooms as admin?

    #95841

    Well the idea is when the bot starts and i am in a room i do see the running bot shows name room i am in , is there still a need to join room at that point or has it already joined? And the next to beable to have the bot text in room like the mic time when running countdown and for the trivia game when finished to place question in room read the room text and correct or inncorrect answers and then the correct answer and give points to correct answers and keep scores

    #95842

    and back in the yahoo days i wasn;t exactly Mr Nice Guy hahahahahha

    #95843

    well it does show room that ive joined now need figure out the rest alot of code and Thanks for it and any other help when time

    #95895

    found this thread i’ll try latter fix the games not loading see if works
    This will open it in the default browser… so if the person didn’t have firefox, it would still work.

    Well, you need to set this function:
    1
    Declare Function ShellExecute Lib “shell32.dll” Alias “ShellExecuteA” (ByVal hwnd As IntPtr, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Integer) As Integer

    then you put this under a button command or whatever you need:
    1
    ShellExecute(Nothing, “open”, “http://www.google.com”, “”, “”, AppWinStyle.NormalFocus)

    #95896

    nope none that worked lol

    #95897

    intersting when i run complie for the games that work i get this

    Pal 10.2 BETA path FOUND
    11.8.675.18119 . 1 8 1 1 9
    Pal 10.2 BETA path FOUND
    11.8.675.18119 . 1 8 1 1 9
    Pal 10.2 BETA path FOUND
    11.8.675.18119 . 1 8 1 1 9

    #95935

    lol stupid hillbilly i am wasnt my code to use all browsers was the links all fixed now hahahah

    #95936
    Admin
    Administrator

    Pal 10.2 BETA path FOUND
    11.8.675.18119 . 1 8 1 1 9
    Pal 10.2 BETA path FOUND
    11.8.675.18119 . 1 8 1 1 9
    Pal 10.2 BETA path FOUND
    11.8.675.18119 . 1 8 1 1 9

    This should only happen when you running it via VB editor 🙂 and is checking which paltalk you using because back it the days there where like 3 versions of paltalk working and the program will use variable depending on which paltalk you were using 🙂

    #95937
    Admin
    Administrator

    Man programming is a pain is always a little thing messing the code lol

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