Categories > Coding > C# >

krnl.dll functions

Posts: 29

Threads: 18

Joined: Oct, 2021

Reputation: 0

Posted

The functions that krnl.dll has.I want to use it for my exploit

  • 0

Orbx

none

Posts: 37

Threads: 1

Joined: Feb, 2022

Reputation: 1

Replied

If youre talking about the C /w hashtag api you can use Object Browser that thing is already built in to the visual studio. also there is fast-alternative aswell but im lazy to explain how to do it rn lol. *im not good at explaining things.

  • 0

Added

@_realnickk

yes. anyways prob he asking the uh how i tell it lua dll ig?

 

thread reply:

if u want to know all the functions that krnl has, use getgenv() idk if is there others alternative because im not a lua scripter + im dumb lol

so i heard theres table library called foreach u can check it out here: http://lua-users.org/wiki/TableLibraryTutorial

since getgenv() is a table (im not sure) prob we can use table.foreach

table.foreach(getgenv(), print)

or

for k, v in pairs(getgenv()) do
    print(k, v)
end
  • 0

Syraxes_

Web Developer

vip

Posts: 1307

Threads: 40

Joined: Jul, 2021

Reputation: 67

Replied

I dont have the Krnl's functions, but you can use FLUXUS's functions.

 

https://pastebin.com/raw/NQsNvRg6

  • 0

I'm not lazy, I'm just highly motivated to do nothing. #I💚Dogs.

Posts: 2014

Threads: 198

Joined: Apr, 2021

Reputation: 16

Replied

@_realnickk if you're talking about pipe communication it's definetly not websocket. 

  • 0

Added

@_realnickk oh, then alright. 

  • 0

Random quote here...

Posts: 1008

Threads: 66

Joined: Sep, 2021

Reputation: 20

Replied

@Syraxes_ https://krnl.ca/predocs these are the official docs for krnl

  • 0

"Building blocks of imagination, united in the virtual realm, where creativity thrives and friendships ignite. Welcome to the Roblox revolution!" - chatgpt

 

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )