- This topic has 304 replies, 5 voices, and was last updated 1 year ago by mauricem.
-
AuthorPosts
-
August 27, 2021 at 11:41 am #95771AdminAdministrator
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 lolAugust 27, 2021 at 12:59 pm #95776ghostrideroftheniteMemberok thanks Man ill get it now and see
August 27, 2021 at 3:06 pm #95793ghostrideroftheniteMemberok nice see bringsup room name i’m and thats it but cool thanks and yes any help i can get
August 27, 2021 at 3:11 pm #95794ghostrideroftheniteMemberalot code and stuff things i dont have clue about dont see it join room and able o anything im sure comes under user id
August 27, 2021 at 11:30 pm #95810AdminAdministratorOh 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 hehehehAugust 28, 2021 at 9:20 am #95829AdminAdministratorActually 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?
August 28, 2021 at 3:47 pm #95841ghostrideroftheniteMemberWell 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
August 28, 2021 at 3:48 pm #95842ghostrideroftheniteMemberand back in the yahoo days i wasn;t exactly Mr Nice Guy hahahahahha
August 28, 2021 at 6:54 pm #95843ghostrideroftheniteMemberwell 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
August 29, 2021 at 6:35 pm #95895ghostrideroftheniteMemberfound 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 Integerthen you put this under a button command or whatever you need:
1
ShellExecute(Nothing, “open”, “http://www.google.com”, “”, “”, AppWinStyle.NormalFocus)August 29, 2021 at 6:49 pm #95896ghostrideroftheniteMembernope none that worked lol
August 29, 2021 at 7:13 pm #95897ghostrideroftheniteMemberintersting 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 9August 30, 2021 at 11:11 am #95935ghostrideroftheniteMemberlol stupid hillbilly i am wasnt my code to use all browsers was the links all fixed now hahahah
August 30, 2021 at 11:21 am #95936AdminAdministratorPal 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 9This 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 🙂
August 30, 2021 at 11:22 am #95937AdminAdministratorMan programming is a pain is always a little thing messing the code lol
-
AuthorPosts
Related
- You must be logged in to reply to this topic.