Can someone explain me how this works? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: Can someone explain me how this works? (/Thread-Can-someone-explain-me-how-this-works) |
Can someone explain me how this works? - Vitas - 03-27-2018 https://www.youtube.com/watch?v=Rvquz3eIWy8 I'm curious about it sorry for asking silly questions! Well it executes scripts written in lua. Thank for the responds RE: Can someone explain me how this works? - Bish0pQ - 03-27-2018 I don't much about injecting stuff, what I think is, and other members please correct me if wrong, that it forces to load a malicious DLL that then changes values or adds things in the Roblox game. Not exactly sure how it works, though I'm pretty sure @"Skryptec" can explain it to you if he has the time. RE: Can someone explain me how this works? - Skryptec - 03-30-2018 Learn C++ and you will be able to do this as most of these exploits are created in C++ However, I won't explain how to do it as this is basically a huge business if you manage to make an exploit for ROBLOX. RE: Can someone explain me how this works? - reGEN - 03-30-2018 How is this an exploit in any way? It looks like it's just injecting a DLL and then modifying the memory values according to the script you give it. DLL injection is something that Windows allows, there's no vulnerability here. |