#how to detect roblox simulated key presses
64 messages · Page 1 of 1 (latest)
One message removed from a suspended account.
You want to detect if the key is pressed multiple times?
can you explain?
What is a key simulation?
in track games you know when you press q and e to run
there are scripts that make a function where
its like
keypress(q)
wait(.03)
keypress(e)
its not that simple
but thats the gist
I'll admit I understood nothing of it.
its basically roblox script macros
Ohh
yes
some games have an anti cheat
but its nto really an anticheat
You can actually
its a roblox third party software that just glitches when they simulate it
its called apollo
No clue how that works, but probably you would want to check how precise the timing is pressing keys.
thats the normal idea
A person will never get very similar, if not equal, times.
I don't think there's anything else you can do about it.
but the hacker could just add a random range delay
its possible though
not to detect it
but to de activate it
i dont know to explain it in such a little time bubble
so i was playing about track and feild and i was like
I just want to test this simulating key thing out to see how fast i can go
but everytime i tried to execute the key simulation script
this apollo thing error would pop up
turns out
this apollo is a third company software in roblox
that really ment for apis and useless stuff
but importantly movements
and if it detects a movement that was executed by a script
it would just cause an error
and I tried everything i tried to look up and down for info abt apollo
i even tried to ask the dev to look into the game file
but they r most likely sleep
so i just came here to see if anyone knew about it
n thats how im here now
One message removed from a suspended account.
i know u cant detect it now
i done all these searches its like a myth
but now i think i know how to word it
first by finding apollo
or what they did to make apollo disable keypress
thank u guys for letting me rant
i felt very smart
One message removed from a suspended account.
What if you put a cl on key pressed?