#how to detect roblox simulated key presses

64 messages · Page 1 of 1 (latest)

merry flume
#

?????

#

Wtf does that mean?

cedar aurora
#

One message removed from a suspended account.

young palm
#

You want to detect if the key is pressed multiple times?

frigid lance
#

no

#

there are scripts that let players simulate key presses like

young palm
#

can you explain?

merry flume
#

What is a key simulation?

frigid lance
#

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

merry flume
#

I'll admit I understood nothing of it.

frigid lance
#

its basically roblox script macros

merry flume
#

So, you want to detect people using macros?

#

For key presses required for actions?

young palm
frigid lance
#

some games have an anti cheat

#

but its nto really an anticheat

young palm
#

You can actually

frigid lance
#

its a roblox third party software that just glitches when they simulate it

#

its called apollo

merry flume
#

No clue how that works, but probably you would want to check how precise the timing is pressing keys.

frigid lance
#

thats the normal idea

merry flume
#

A person will never get very similar, if not equal, times.

frigid lance
#

tahts what i might do

#

i thought about that

merry flume
#

I don't think there's anything else you can do about it.

frigid lance
#

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

merry flume
#

You have all the time in the world.

#

Anyways, I see what you mean.

frigid lance
#

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

cedar aurora
#

One message removed from a suspended account.

frigid lance
#

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

cedar aurora
#

One message removed from a suspended account.

frigid lance
#

nvr mind im kind of slow

#

i did this fro no reason

#

bye guys

young palm
#

What if you put a cl on key pressed?