synnkfps / RobloxHook

ok thats cool and all but

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roblox Hook

Simple Roblox Hook to fetch users information from ROBLOX API

The main.py file already have what you want/will need.

Documentation?

  • hookStart():

    • Used to start the entire hook system, responsible for fetching the entire user information
    • Aliases: startHook(), start(), hook(), hookStart()
  • showInfos():

    • Used to display the informations of the user
    • Aliases: fetchId(), fetch(), get()
  • createdOn():

    • Used to display when the account was created
    • Aliases: createdOn()
  • lastOnline():

    • Used to display when the user has been last seen
    • Aliases: lastSeen(), lastOnline()

About

ok thats cool and all but

License:GNU General Public License v3.0


Languages

Language:Python 100.0%