u/Jujuu432122

Image 1 — Mayhem in grace
Image 2 — Mayhem in grace

Mayhem in grace

somone can explain me why i have mayhem in grace ??? and yes i have both timer XD ; ok it's fake but if somone want now how to make this : use .mod Mayhem , .modf zen , .rawroom MayhemFirst and you will be blocked because of invisible walls , you can just use .debugmode and press V to noclip to the big door of mayhem , and now you can start your grace-mayhem run ? i think , it's room of grace but logic of mayhem. (sorry for my english im french)

u/Jujuu432122 — 2 days ago

how totem work in mayhem , i never active it but i think it's a bad thing ? who can explain me

u/Jujuu432122 — 18 days ago

it don't work , my inventory is public , i try in private server , i have a good wifi , but nothing work , pls help me

u/Jujuu432122 — 20 days ago

import keyboard
import time
import threading
spamming = False
stop_thread = False
def toggle_spam():
    global spamming
    spamming = not spamming
    if spamming:
        print("On")
    else:
        print("Off")
def spam_c():
    global spamming, stop_thread
    while not stop_thread:
        if spamming:
            keyboard.press('c')
            time.sleep(0.05)
            keyboard.release('c')
            time.sleep(0.05)
        else:
            time.sleep(0.05)
keyboard.add_hotkey('F6', toggle_spam)
thread = threading.Thread(target=spam_c)
thread.start()
print("Press F6 to toggle spam on/off.")
print("press ESC to exit.")
try:
    keyboard.wait('esc')
finally:
    stop_thread = True
    thread.join()
    print("end")

this is a little Python code , everyone can use it and it work with roblox too , you can change the touche and the time.sleep , i use 0.05 second bc it's the faster way i found who work with roblox , but you can try found faster if you want -- SORRY for my english , im not english

reddit.com
u/Jujuu432122 — 21 days ago