Categories > Exploiting > Scripts >

Function Checker | Check your DLL's Functions | Open Source

BugsBunny

Me likes chicken nuggits!

Posts: 145

Threads: 20

Joined: May, 2021

Reputation: 1

Posted

*Plays USSR anthem while you read*

POV: I'm searching old WRD forums and I found a thread made from @Bogie and he asked if a script that checks functions exists. 

--------------------------------------------------------------------------------------------------------------------------------------------------------

So basically I made a lua script that checks some functions i have specified!

You can add your own functions because it's open source!

Loadstring: 

loadstring(game:HttpGet(('https://pastebin.com/raw/WqChL1MC'),true))()

Source:

if pcall then
print("pcall exists")
else
print("pcall doesn't exist")
if ypcall then
print("ypcall exists")
else
print("ypcall doesn't exist")
if getgenv then
print("getgenv exists")
else
print("getgenv doesn't exist")
if getrenv then
print("getrenv exists")
else
print("getrenv doesn't exist")
if getreg then
print("getreg exists")
else
print("getreg doesn't exist")
if readfile then
print("readfile exists")
else
print("readfile doesn't exist")
if writefile then
print("writefile exists")
else
print("writefile doesn't exist")
if setreadonly then
print("setreadonly exists")
else
print("setreadonly doesn't exist")
if isreadonly then
print("isreadonly exists")
else
print("isreadonly doesn't exist")
if iscclosure then
print("iscclosure exists")
else
print("iscclosure doesn't exist")
if getreglist then
print("getreglist exists")
else
print("getreglist doesn't exist")
if setclipboard then
print("setclipboard exists")
else
print("setclipboard doesn't exist")
if getclipboard then
print("getclipboard exists")
else
print("getclipboard doesn't exist")
if fireclickdetector then
print("fireclickdetector exists")
else
print("fireclickdetector doesn't exist")
if movemouserel then
print("movemouserel exists")
else
print("movemouserel doesn't exist")
if mouse1click then
print("mouse1click exists")
else
print("mouse1click doesn't exist")
if mouse1up then
print("mouse1up exists")
else
print("mouse1up doesn't exist")
if mouse1down then
print("mouse1down exists")
else
print("mouse1down doesn't exist")
if mouse2click then
print("mouse2click exists")
else
print("mouse2click doesn't exist")
if mouse2up then
print("mouse2up exists")
else
print("mouse2up doesn't exist")
if mouse2down then
print("mouse2down exists")
else
print("mouse2down doesn't exist")
if getgc then
print("getgc exists")
else
print("getgc doesn't exist")
if getrawmetatable then
print("getrawmetatable exists")
else
print("getrawmetatable doesn't exist")
if checkcaller then
print("checkcaller exists")
else
print("checkcaller doesn't exist")
if getnamecallmethod then
print("getnamecallmethod exists")
else
print("getnamecallmethod doesn't exist")
if setnamecallmethod then
print("setnamecallmethod exists")
else
print("setnamecallmethod doesn't exist")
if hookfunction then
print("hookfunction exists")
else
print("hookfunction doesn't exist")
if setfflag then
print("setfflag exists")
else
print("setfflag doesn't exist")
wait(1)
print("Scan finished!")
print("Script By BugsBunny Aka. CommunistBunny!")
end

Stay Slav! :)

  • 0

"The UI doesn't matter, only the execution matters" - iCyphy

Download Cat-Ware NOW: (download down)

Coding Is Pog!

Posts: 675

Threads: 30

Joined: Aug, 2020

Reputation: 6

Replied

or just do this.

table.foreach(getgenv(), print)
  • 0

Added

or just do this.

table.foreach(getgenv(), print)
  • 0

BugsBunny

Me likes chicken nuggits!

Posts: 145

Threads: 20

Joined: May, 2021

Reputation: 1

Replied

@MaximusExploit I tried to make it easy to add custom functions for those that don't know lua

  • 0

"The UI doesn't matter, only the execution matters" - iCyphy

Download Cat-Ware NOW: (download down)

Coding Is Pog!

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

There's already one like this on v3rm. And the code on the v3rm one is much much much cleaner.

  • 0

TERIHAX

i say im gay as a joke 🙀

Posts: 1796

Threads: 92

Joined: Jul, 2020

Reputation: 30

Replied

@63568 maximus' one is already insane lol

  • 0

eb_

Formally known as Shade

vip

Posts: 922

Threads: 4

Joined: Jun, 2020

Reputation: 44

Replied

if gay then
print("gay")
else
--so on
end

In a nutshell but ok

  • 0

https://media.discordapp.net/attachments/1010636204225601659/1012865624797610044/sKQybOLT.gif

BugsBunny

Me likes chicken nuggits!

Posts: 145

Threads: 20

Joined: May, 2021

Reputation: 1

Replied

@eb_ What do you mean?

 

  • 0

Added

@63568 Well I know, but I made my own version and it will have updates like a gui and stuff.

  • 0

"The UI doesn't matter, only the execution matters" - iCyphy

Download Cat-Ware NOW: (download down)

Coding Is Pog!

Ch0nky

xChonkster

Posts: 45

Threads: 5

Joined: Nov, 2020

Reputation: 8

Replied

this is bad in every way

 

local funcs = {"print"}

for _,v in pairs(funcs) do
       if getfenv()[v] then
              print(v .. " exists")
       else
              warn(v .. " doesnt exist")
       end
end
  • 0

still writing arch v2

Users viewing this thread:

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