BETA
James Gordon II
10
I have made a proxy for myself for when I am at school but it is pretty slow and I am wondering if there is a different library that I can use that wo
Coder100 Webbot is already fast
To get faster get a faster internet and get hacker to use faster virtual machines1 year ago
8
A few months ago I made a Kahoot bot and it got kinda popular but recently repl updated and now it no longer works. If this post gets enough support I
Pygame
lsikora Yeah! Definitely! I remember when your original Kahoot bot was released and it was so cool! Looking forward to seeing the revised bot!1 year ago
9
I need to co-op with someone to make a chatroom in python. I don't know anything about how to make servers and i need to also remove the persons from
Python
6
I did a thing now I hate it. This is just a quick think I saw and remade to see if it works and it does and now I don't like it anymore
Python
4
I need about 15 more but I don't know what to use. can you guys make some fore me, please?
HTML, CSS, JS
AdCharity you could make... the random scrambler cipher :P (input string -> random letters come out). You can only decipher it with intuition.2 years ago
AtticusKuhn Here are some famous easy ciphers (although you could probably find more online but these are the ones I know)
Hill Cipher
Vigenere Cipher
Affine cipher
Caeser cipher
Rail fence cipher
6 Aristocrat/Patristocrat cipher
Autokey Cipher
Atbash cipher
Baconian cipher.2 years ago
6
This Kahoot.it smasher has a customized amount of bots, an AI for each bot and a random name generator.
Pygame
NigelIsCoding I am advertising a program made by piffpuffas or whatever: https://kahoot-flooder.duck132912.repl.co/2 years ago
6
I was recently the victim of a hacker. He did a simple hack but it crashed my repl from running and he typed this code: https://storage.googleapis.com
Python
reeeeeeeeee67 So it looks like they might have got in with the website if u show the website they can hack in1 year ago
5
What I want to do is have it so that when a key is pressed and an animation if running it will sent it back to the animation select screen.
Python
TurtleAndrew use: from getkey import * :to import getkey
use: get() :to detect a keyevent
use: if key == keys.(A key in caps like "W") :to see which key event it is.
you can also use: pygame and do event = pygame.event.wait() :to get keyboard events in pygame
use something like: event.key == pygame.K_LEFT and event.type == pygame.KEYDOWN :to see if a sertin key is pressed. Look up the names for the keys in pygame because I haven't used pygame for keyboard events much. Pygame requires the 2 years ago
Highwayman Isn’t there a getch or a read char module for python or something? If your not having trouble with that, and it’s more about the act of both listening for the key press and outputting the image at once, I suggest threads, looking at the threading module specifically. The other stuff I wouldn’t image you having any trouble with. :)
import getch
ch = getch.getch()
2 years ago
4
I am trying to make a log of users that run my repl. How would I do it? I have looked all over but no answers?
Can you help me?
Python
RithvikKandula1 You can do:
import os
os.environ['REPL_OWNER']
even if it says repl owner, it shows the name of the person who runs it.4 weeks ago
CookieSnowOwl It is possible, https://replit.com/@RayhanADev/NodeJS-Virus check out this repl(not a virus) by rayhanadev
@JamesGordon11 year ago
5
In this repl, you get a bot that will add as many bots to any kahoot.it server as you like and it comes with an AI for each bot and it will auto start
Pygame
bossotron13 Actually works, really cool but the issue is how slow it adds the bots, i asked for 40 bots and it is on 6 after 1-2 minutes2 years ago
3
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
Pygame
CalebCarlson 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 nee2 years ago
SixBeeps 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.2 years ago
3
I have been re-coding my OG kahoot bot and I have found that if the question is not always a four answer question it breaks so i need a way to find ei
Pygame
3
This program was made to automate the encoding process of my custom cipher and I want to share it with all of you guys so that you can use it.
Any fe
Python
2
Also, can I detect if my website is being viewed on a computer or a phone and have it auto-convert between the two?
HTML, CSS, JS
RayvelArjoon Simple:
@media screen and (max-width: 786px) {
/*everything in here will be changed for the mobile devices only
check out this example*/
.example {
margin-left: 5em;
}
}
`2 years ago
SixBeeps What you're describing is called Dynamic Serving and it can only be done with a custom server. So, in essence, you need to create a server with something like Node or Django and use the headers to determine which HTML file to return.2 years ago
2
I am trying to recode my original Kahoot.it spammer I made for fun and it was working just fine until recently (I didn't change anything) I have been
Pygame
Coder100
You never placed a limit on how big tab can be, so you could technically have all the tabs be closed.
image1 year ago
JacobMcPherson1 I don't know what's causing the error because I'm not good at webbot, but I do know that you can make a way more efficient kahoot flooder using kahootPY
https://pypi.org/project/KahootPY/1 year ago
2
I am trying to make it so that my bot does different solutions dependant on the type of question and the only way to tell the type of question is a bi
Pygame
Coder100 try this: https://webbot.readthedocs.io/en/latest/webbot.html#selenium.webdriver.Chrome.execute_script1 year ago
2
The games are:
https://repl.it/@JamesGordon1/AI-1-4-9-14
https://repl.it/@JamesGordon1/AI-ADIN
https://repl.it/@JamesGordon1/AI-Error-404
the ones th
Python
2
I am trying to make it open kahoot.it in a new tab but it will not type into the new tab and only the first tab. Can you guys help me?
Also, it is giv
Pygame
ArjunSS1 Your currently using a selenium webdriver function to switch windows. I was unable to find a switchtowindow() in webbot documentation but I found a switchtotab() so either switch to webdriver or switch tabs2 years ago
SamuelPKuld Have you attempted making a .py file on your desktop and running it from there? Since repl.it isn't a hardwired operating system for your machine, there is a possibility that the repl.it work-space can't access your browser, as it is not the primary OS for your system. So try making a .py file with the same contents as here and run it.2 years ago
1
It has come to my attention that MANY people have been copying my program and have been posting it as their own, if you know of any please link the po
Pygame
1
I'm kinda bored so give me your problems and I'll try to solve them
AlexanderBirabe Given a N∗M matrix of numbers from 1 to N∗M(each number occurs only once), find a path from top left to right bottom while moving right or down only. If we sort all values visited in this path it should be lexico-graphically smallest.2 years ago