from typing import Tuple, List, Dict
class Mar:
pass
class Attributes(Mar):
@property
def contact(self) -> Tuple[str, str, str]:
discord = "https://discord.gg/starscripts"
email = "[email protected]"
return email, discord
@property
def life(self) -> Tuple[List[str], int]:
langs = ['Dutch', 'Arabic', 'English']
country = ['Netherlands', 'Morocco']
return langs, country
@property
def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
langs = {
'expert' : ['python', 'lua'],
'intermediate': ['go', 'js'],
'learning' : ['c', 'c++', 'c#']
}
specialities = ['web/app reverse engineering', 'ai', 'fivem']
ide = ['vscode', 'intellij']
return langs, specialities, ide
Highlights
Pinned Loading
-
tabarra/txAdmin
tabarra/txAdmin PublicThe official FiveM server management platform used by over 27k servers!
-
overextended/ox_lib
overextended/ox_lib PublicA FiveM resource and script library for Lua and JS.
-
-
star-scripts-xyz/star-blackmarket
star-scripts-xyz/star-blackmarket PublicA free blackmarket resource made with ox_lib context menu
Lua
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.