This has been a sought out class on my server, it really SHOULD be made for VIP players, but you can do what you want with it.
This as shown requires the following addons:
TRON Anon Model
WatchDogs Hack Phone
ARCBank ATM
DarkRP LevelsTEAM_HACKER = DarkRP.createJob("Hacker", {
// By Archang3L
color = Color(195, 49, 49, 255),
model = "models/player/anon/anon.mdl", -- TRON Anon Model
description = [[7eh h4xOr L1vez 7o De57roY o7Her pEople'Z L1VeZ 8Y 57e4l1N9 7He1r
LeW7 pHrom 4n 47M U51n9 h1z 5pEC14l h4Ck1N9 DEv1ce.]], -- Make it whatever you want, credit me if you want.
weapons = {"weapon_hack_phone", "weapon_arc_atmhack"}, -- Requires WatchDogs Hack Phone & ARCBank ATM
command = "hacker",
max = 1,
salary = 100,
admin = 0,
vote = false,
hasLicense = false,
customCheck = function(ply) return ply:GetUserGroup() == "vip" or ply:IsSuperAdmin() end, -- I actually have a LOT more groups than this, this is just an example group setting.
CustomCheckFailMsg = "This job is VIP only!",
level = 30, -- Requires the DarkRP Levels Mod
If you don't want this to be a VIP class and for all players, remove the custom checks portion of the code.
If you don't want to get the DarkRP levels (which are now free) then remove the level portion. <-- MUST BE DONE OR SERVER WILL EXPLODE
You can credit me if you want in the description, or not; up to you. But either way, a compliment with karma goes a long way

Also, if you wish for me to make you a class, don't hesitate to ask!