Categories > Coding > Lua >

[release] bind lib ( not this useless )

hookfunction

fake wumat

vip

Posts: 145

Threads: 20

Joined: Aug, 2021

Reputation: 19

Posted

sup wrd  again, recently i was bored so i made this simple bind lib.

this lib can be used in a lot of ways, in the  example below ll just bind ctrl + 1 to print bind lib works!

local bindLib = loadstring(game:HttpGetAsync("https://pastebinp.com/raw/5PqZ20Yv", true))() -- loading the lib
bindLib:bind({"LeftControl", "One"}, function() -- table | keys to press ( u can also do one ) & function | callback
  print("bind lib works!")
end)

enjoy.

  • 1

Added

@ribethings sure then it is.

  • 0

                                                                        https://cdn.discordapp.com/attachments/909012795851407390/927492917394821140/siggy.png

Kura

kuraise

Posts: 161

Threads: 3

Joined: Jun, 2021

Reputation: 5

Replied

thx, this useful to use less code.

  • 0

 

https://cdn.discordapp.com/attachments/877610317037858846/975469974405673041/Signature.png

Users viewing this thread:

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