ggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg
g
i need this a lot
Apologies for not being active and updating this, other projects have had my concern. I will try to ship out weekly updates to AOS.
To make the message show up for option 3, use time.sleep
import time
print("you're mean")
time.sleep(0.5)
CHATBOT HAS BEEN ADDED
You guys are funny, you decided to use my idea anyways huh, with the authorize file. It's nice but could use some work lol.
The repl never wakes up
maybe I should remove the colorama cuz we only need Fore.RED
Nice man! Good work!
nice, I am trying to make something crazy. I want to make a spy bot. Not like "it sees people's conversations" more or less it's a normal bot, but I can also type things using the bot or do things a bot can't do.
what code do i put in to access unblocke things and de mode
PERMANENT DISCORD SERVER LINK: https://discord.gg/5p2ej78b6K
BOOOOOOOOOOOOOO
amazing work!!!
Also, if you delete a message that has pinged me or a developer, we will assume that it has broken a rule and so your permission will be revoked.
@gsten01Twitchyou made a new line on line 9:
File "main.py", line 8
aos.Console.type("Here are available CDNs for installing AOS as we ^
SyntaxError: EOL while scanning string literal
also did you try to make a multi-line comment/string from line 8-11?
DISCORD SERVER BOISSSSS!!!! https://discord.gg/cXwJZBJ8
Just an Idea, a command you could do would be a nameCheck to check if the person running this repl is infact who you specify, if so then run this function, if they are not run this function and if they are not logged in run this function. The addition to the library file would look like this,
Library file adddition:
def nameCheck(user, func1, func2, func3): repl_owner = (os.environ['REPL_OWNER']) if repl_owner == user: #special_guest = True, Something you could do func1() elif repl_owner == "five-nine": func3() else: func2()
The addition to the file you use the library on would look something like this
Use file addition:
def suprise(): print("Your the guest we needed.")
def no_suprise(): print("Your not the guest we want.")
def never_suprise(): print("Your not logged in.")
console.nameCheck("Jake378", suprise, no_suprise, never_suprise)
The above does the following specifies the function and takes in a users name, and three different functions to determine what you want to happen when they are the right person, if they are the wrong person and if they are not logged in.
error said: "no module named 'admin_operations_system'" i think you have to add the folder name with the import
how do u use it
Join our discord sever if you have any questions, comments, or concerns! You can connect with other developers here: https://discord.gg/dstds2Mj !
Suggestion: Trying to install colorama via PIP isn't very efficient. You could try downloading the source file and referencing it in the program for better reliability.
Also, you could try making your own function for colored text using ANSI escape codes instead of using colorama.
https://www.lihaoyi.com/post/BuildyourownCommandLinewithANSIescapecodes.html
This is insanely useful. If you had given a proper use case for this it would have been bearable but rn this is very useless.
This is malware.
How does it work?
how on earth do you use this
i don't understand any of this
Ultrox whatever this is I do not understand it can you please figure something out that is more easy because unlike you we are not some hackers that speak In_This_Language_U_Bot_Admin_Controls it is very hard to figure out why dont you just copy and paste the code for us or make a how to vid on yt and tell us your yt tag
How would I check to see a person's username when they run the game. I'm trying to make a list of banned users, restricted users, valid users, and users who are waiting to be approved. Can anyone please help?
REEEEE
boruto ruined the resengan
Can i help make this app better?
am pro
naruto dies
boruto is bad
roblox cool roblox funny roblox cooool
Nice post, Thanks for this information. I really appreciate the kind of topics you post here. Thanks for sharing with us great information that is actually helpful. I posted some helpful links can you check it for a second? Digital India pmkisan-gov-in-2022 spandana-ap-gov-in sts-karnataka-gov-in aadhar-card mksy aadhar-card-print apna-khaata pmkmy digitize-india csc-mahaonline www-pmkisan-gov-in csc-status aadhar-card-password sbi-saral dbt-bihar csc-login-2
Sweta..........
wejihiufhwher69420
e
Ty so much for AOS because I checked the source files for the lib and I learned py os.system("clear")
. I am going to make a similar lib. Ty for the inspiration. Great Library!!!
fries are nugets of potatos but chiken nugets aare not fries of chiken
It seems all of the functions in your classes do not have "self" in the arguments (i.e:
class myClass(): def __init__(self): self.hi = "bees" # running print(myClass().hi) returns "bees" print("initialized") def function(self, arg1, arg2): self.hi = arg1 # now e = myClass(); e.function("hello", "world"); print(e.hi) returns "hello" instead of "bees"
hope this helps
double checking if I got this right: Data.save(file, data) - saves data to file Data.load(file, data) - reads file Console.type(words) - writes words in console Console.clear() - clears console Console.commandPrompt(key, function)- prompts user for command and initiates function Console.Commentary(text) - prints coloured text Misc.Wait(interval) - pauses program for interval Misc.Help() - prints description
roblox cool
not ramdom
PLEASE NO RANDOM AND NSFW COMMENTS!!!
pls provide documentation
797853706766778419
aa
Nothing is working I typed import admin_operations_system nothing happened
561c2d43-35c5-4507-8090-ac93d2a8e321
u not pro, u chiken nuget. Im pro like a bull
I dont understand
Deos not work.
Very vood
#ask for the player names name1=input("what is the name of player 1? ") name2=input("what is the name of player 2? ")
input#welcome message: print("Hello", name1,"and",name2,"lets play :)")
#ask the player for thier choices print(name1,"please choose paper,rock,scissors: ") choose1=input() print(name2,"please choose paper,rock,scissors: ") choose2=input()
#make it case insensative choose1=choose1.lower() choose2=choose2.lower()
time1=time.time() #create the rules if choose1=="rock": if choose2=="paper": print(name2,"wins. yay........") elif choose1=="rock": if choose2=="scissors": print(name1,"wins. yay........") elif choose1=="paper" and choose2=="scissors":#complex /compund condition print(name2,"wins. yay........") elif choose1=="paper" and choose2=="rock": print(name1,"wins. yay........") elif choose1=="scissors" and choose2=="paper": print(name1,"wins. yay........") elif choose1=="scissors" and choose2=="rock": print(name2,"wins. yay........") elif choose1==choose2: print("its a tie") else: print("Not valid answer") time2=time.time() print("Game over. Good play", time2-time1)
run to see the time difference#create the rules if choose1=="rock": if choose2=="paper": print(name2,"wins. yay........") if choose1=="rock": if choose2=="scissors": print(name1,"wins. yay........") if choose1=="paper" and choose2=="scissors": print(name2,"wins. yay........") if choose1=="paper" and choose2=="rock": print(name1,"wins. yay........") if choose1=="scissors" and choose2=="paper": print(name1,"wins. yay........") if choose1=="scissors" and choose2=="rock": print(name2,"wins. yay........") if choose1==choose2: print("its a tie") else: print("Not valid answer") time2=time.time() print("Game over. Good play", time2-time1)
I haven't made any updates so far. Thanks for the feedback!
If you don't know what to do:
i dont understand
what we need to do
Woo hoo !!
THIS IS NICE
Wat is this
Feedback is wanted!