Categories > Coding > C# >
Crazy Fast Injection Speeds
Posted
For my exploit Kronos if some of you know already I use JJSploits dll for it because they wont make a new Wrd Api, Using the normal Injection code from there FluxteamApi for it I noticed that it was kinda slow even using CreatRemoteThread. So I modified more or less all injection code and now I have the injection speed blazing speed while being very reliable and also stable and consistent.
The injection code is written in pure C#
Old Injection Time Averages: 2 sec
New Injection Time Averages: 0.012 sec or 12 milliseconds
https://cdn.discordapp.com/attachments/783382943951093781/1130783638569623602/ApplicationFrameHost_AZxJ8OhuEM.mp4
Also I do not plan to release any of the code related to the api I made because it does not use my dll
If you want to use Kronos: https://discord.gg/bwYwNrKpwJ
Cancel
Post
nltr | Wpf/C# & Cpp Developer | Former Fluxus Administrator------------------------------------------------------------------------------------💜 Developer of Kronos 💜
Replied
thats cool but the fluxus dll is not that good, it crashes roblox so much, electron's dll is much more stable
Cancel
Post
Did I mention I use arch btw?
Replied
Kronos detection script!!!!!!!!!!!!!!!!!:
game:GetService("LogService").MessageOut:Connect(function(Message, Type)
if string.find(Message, "Enjoy using Kronos!") then
game.Players.LocalPlayer:Kick("DETECTED!!!")
end
end)
Cancel
Post
"Questionable intellegence, but I like the mystery" - CubeFaces
https://cdn.discordapp.com/attachments/1136067487847415848/1138948596679589898/sig.png
Replied
Vouch, great job!
Cancel
Post
Random quote here...
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Comments
ItsNitro 4 Reputation
Commented
Im getting rid of the print in console
0