Categories > Exploiting > Roblox >
Can you create an API in any language?
Posted
If you can't, what's the primary language people use for creating API's?
https://gyazo.com/9e36f19dea3a77fbcdc641f0276c4cd8
"I'll have two number 9s, a number 9 large, a number 6 with extra dip, a number 7, two number 45s, one with cheese, and a large soda."
Replied
@CJ99 Imo, am pretty sure any language that can access low-level operations is able to be made into an API. As far as I know, what these exploit dlls do is modify memory by injecting code into the running process and doing their own stuff (just like a virus lol)
GitHub: https://github.com/sound-infinity
Discord: SoundInfinity#2135
Replied
If you mean like...Roblox exploits/cheats:
Yeah probably. It's going to be massive pain though. And you're gonna have to implement some hacky solutions if you're using a high-level language. You could also just try to go external when using high-level language, but then you're gonna have to do more hacky stuff like shellcode injection.
i do things with c#
Replied
Pretty much....
if your talking about exploits, well that is a big challenge but ig u can as long as you can uh manage whatever your using to inject the actual cheat
https://cdn.discordapp.com/attachments/929527072102174720/973293338180599858/pepsilikeskids.png
Join Vector - https://discord.gg/Ag45a5sjpj
Phoenix#8419 | JavaScript & C# | Learning C/C++
Replied
Any language with access to the internal Windows API can be made into a game hack. The meson reason we don't make DLLs in higher level languages is that it's usually equal to stage 3 cancer. C++ internal cheats give you an easy way to edit memory as well define and call functions because it's the same memory space. With the Windows API however, you have to figure out how to execute functions externally (you could probably use CreateRemoteThreadEx) but you can only pass one argument so you'll have to get into some really hacky assembly stuff.
thanks everyone for rep even though i don't need it lol
Replied
Im not sure, but probably not. I heard it's only in C+ but I may be wrong, sorry
have a good rest of yo day man!
Executors I own:
Paid: Synapse X, Script-Ware, DX9-WARE
Free: None, they're all crap.
Replied
I'm not sure about that, but I don't know any person that made an API in for example C#, all APIs that I know are made in C++. That's the primary language too.
Replied
@RealNickk I would like to note that in some cases internal cheats with high level languages is possible. Just gonna use C# as an example here:
Projects like UnmanagedExports (or the newer DllExport) allow you to export managed code to unmanaged code. There's also stuff like injecting a bootstrapper dll that loads the .NET runtime and executes the target .NET assembly.
Still very hacky though.
i do things with c#
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )