How can i add an ai to my bots?
I made a program that floods a Kahoot.it server with bot but I need to add an ai to it but I don't know how to make one. can you guys make a ai for me, please?
You do NOT need an ai for this. A couple simple logical statements should be good enough.
If you want to add an ai you need to understand math very well.
here is an example of a function that is used in many ai applications.
f(x)=1/(1+e^-x)
this function is called a logistical curve, it is used to 'squash' neuron input values.
the above example was just barely touching the surface of ai.
so while you could probably figure out how to get a basic ai going, I don't think that an ai is what you need.
@CalebCarlson i added one (it just randomly picks an answer)
@CalebCarlson ya i only did it becaue it is imposable to read the question
@JamesGordon1
Actually.... if you wanted it to read the question that would be the perfect application for an ai.
An example of that would be mail. (physical mail where you put it in your mailbox.) People are using ai to read addresses and such.
webbot has a
click()
function. Look at the structure of a Kahoot game to see if you can get some kind of identifier on each of the buttons.@niorg2606 well it would just need to click one of the buttons randomly
@JamesGordon1 Then do that
@niorg2606 how would I get it to do detect when it goes into a game?
@JamesGordon1 Just delay the script until it finds an element that is in the play mode only.
@niorg2606 sorry if i am bugging you but how would i do that (i am new to webbot)
@JamesGordon1 You already know how to do that, don't you?
@niorg2606 yes but how would i detect when the url changes to this https://kahoot.it/v2/gameblock
@niorg2606 would I do it like this?
@JamesGordon1 That looks about right.
@niorg2606 i tested it it works
@JamesGordon1 Coolio.
(make sure to mark my comment as the answer if I helped)
@niorg2606 ok but how can i make this work?
@niorg2606 I got it
https://repl.it/@JamesGordon1/kahhot-bot-AI