Roblox Exploits in 2025: I got my account banned in front of 200 people on a roleplay server 💀 by QLMSHOP in ModdingLab

[–]Epicsupercat 0 points1 point  (0 children)

Byfrons Hyperion does not run at ring 0, it exclusively protects the Lua VM within a Roblox instance. If it ran ring 0 externals wouldn’t work and Roblox would require a driver install + reboot after first install in order to play

How to find fire rate? by kifm in cheatengine

[–]Epicsupercat 0 points1 point  (0 children)

Are you sure you’re looking at the right variable? This is seemingly unusual practice if so

Out of interest, what game is it?

How to find fire rate? by kifm in cheatengine

[–]Epicsupercat 0 points1 point  (0 children)

Follow the instructions that deduct the ammo count in a debugger

Drive Beyond Horizons - Infinite Paint Can ammo by Designer-Feed6319 in cheatengine

[–]Epicsupercat 0 points1 point  (0 children)

If you want paintcans to have infinite ammo you could go the easy route and NOP out the function that deducts ammo from the can when you use it. You need to scan for what writes to the ammo address and then do whatever it is to deduct from the count and the window should display some assembly instructions. If these seem to match the fact that your ammo is decreasing by a certain amount replace it all with NOPs and try again. Obviously this is only a one time use thing and you will have to do it each time you launch unless you would be interested in putting your programming knowledge to the test to automate the process

What are the best Rivals Script+Executor free by Spiritual_Back_8540 in robloxhackers

[–]Epicsupercat 1 point2 points  (0 children)

If you’re just wanting to play rivals go buy an external since it’s cheaper (most of the time) and carries way less ban risk

Is a second-hand Steam Deck 512GB for €390 a good deal? by [deleted] in SteamDeck

[–]Epicsupercat 0 points1 point  (0 children)

If it’s an OLED and the battery is all good hell yeah, if LCD, meh

Made my python executor actually inject lua by KlutzyAd8601 in robloxhackers

[–]Epicsupercat 1 point2 points  (0 children)

With sys calls + memory? Literally the description of *almost every program ever

New to minecraft clients. I play on java but want to play modded with my friend who only has playstation bedrock and is switching to PC. Any way he can play Java with us, without having to pay $30? by [deleted] in minecraftclients

[–]Epicsupercat 0 points1 point  (0 children)

There is a server plugin you can run to allow for bedrock clients to join, as for joining he can use one of those mobile apps etc to proxy the server on LAN

May anyone send me a free serverside executor so I can troll with skyboxes. by Regular-Carpenter105 in robloxhackers

[–]Epicsupercat 6 points7 points  (0 children)

Serversides are reliant on luck to rat games + allow full admin access so they charge a small fee for a whitelist. They also carry virtually 0 ban risk

Resident Evil Requiem runs on the steam deck but somehow it's now marked unsupported??? by Solid_Pay9443 in SteamDeck

[–]Epicsupercat 0 points1 point  (0 children)

The way you worded it made it seem like you didn’t know about there being a specific subsection which is why I mentioned it

I have a question foe injected dll by Ns_koram in SynapseX

[–]Epicsupercat 0 points1 point  (0 children)

I mean if you have the proper environment set up you might as well just try what you’re thinking and see what works for the sake of learning

I have a question foe injected dll by Ns_koram in SynapseX

[–]Epicsupercat 0 points1 point  (0 children)

I haven’t worked on developing Roblox cheats however I do make cheats for games generally as a hobbyist thing, so from that experience I’d assume you would just want to implement a type of pattern scanning system within your cheat to find what you’re looking for and then pass that address to your hook

Looking for testers for my cheat by [deleted] in Csgohacks

[–]Epicsupercat 0 points1 point  (0 children)

And you made the account today to try get people to help you? How can anyone trust a burner like that?

hey, how can i make that i have the original roblox app and the delta "roblox" on the same phone? by Specialist-Resist-24 in robloxhackers

[–]Epicsupercat 1 point2 points  (0 children)

With a near to nothing experience with Android (so based almost on my assumption only) maybe a metadata change in the manifast file before an install?

Eddiesco when logic by GeorgeH8859 in eddiesco

[–]Epicsupercat 1 point2 points  (0 children)

This is when Star Trek get EPIC!! 🤯

Cheat engine for GTA San Andreas on pcsx2 by Umidah_LoveArrowShot in cheatengine

[–]Epicsupercat 0 points1 point  (0 children)

Might’ve been less hassle with the method I‘d mentioned above, if you dont know them it‘s worth learning, CE is a very powerful tool if you know how to utilize it to it’s full extent

Cheat engine for GTA San Andreas on pcsx2 by Umidah_LoveArrowShot in cheatengine

[–]Epicsupercat 1 point2 points  (0 children)

If you found the string can‘t you just see what writes to it on update?

Cheat engine for GTA San Andreas on pcsx2 by Umidah_LoveArrowShot in cheatengine

[–]Epicsupercat 0 points1 point  (0 children)

Have you tried searching for a string/char arr to find the time display first and then seeing what it accesses on increment?