Known packets and exploits for Chronet
Server IP: 158.69.68.223:27015
Code:
Packets:
cn_DoClothing:
Used to equip clothing. This also includes scrubs, female police clothing, ect.
Parameters:
x - The mode to wear the clothing. Known values: wear, preview, buy
y - Value of clothing item ID
Notes:
Using the buy value, you can buy ANY clothing, including clothing items that arent normally accessable. Using the preview value, you can wear any clothing completely unrestricted from gender.
Known clothing values:
clothing_female_5 clothing_male_16 clothing_male_6 clothing_female_6 clothing_male_17 clothing_male_7 clothing_default clothing_female_7 clothing_male_18 clothing_male_8 clothing_female_1 clothing_female_8 clothing_male_19 clothing_male_9 clothing_female_10 clothing_female_9 clothing_male_2 clothing_police_f clothing_female_11 clothing_male_1 clothing_male_20 clothing_prisoner clothing_female_12 clothing_male_10 clothing_male_21 clothing_prisoner_f clothing_female_13 clothing_male_11 clothing_male_22 clothing_scrubs1 clothing_female_14 clothing_male_12 clothing_male_23 clothing_scrubs1_f clothing_female_2 clothing_male_13 clothing_male_3 clothing_suit clothing_female_3 clothing_male_14 clothing_male_4 clothing_suit_f clothing_female_4 clothing_male_15 clothing_male_5
cn_Craft:
Crafts an item.
Parameters:
x - Item ID to craft
y - Amount to craft
cn_DoSexChange:
Changes the sex of a player. Note: this will toggle your sex state, despite the model chosen. Must be near medical npc.
Parameters:
x - Model to change to
Notes:
This packet takes one parameter, being the model path. The server uses the model chosen from the client side GUI, however, it is not restricted to these values. You can send ANY model path, such an admin model or even a building. This is also saved inside the database, meaning that you will always spawn with this model.
cn_BuyFuel:
Refuels your vehicle.
Parameters:
x - Amount to fuel.
ps_InvAction:
Does an inventory action.
Parameters:
x - Action ID
y - Item ID
cn_BuyLockerItem:
Buys an item from police locker.
Parameters:
x - Item ID
Known values:
ammo_pistol ammo_rifle ammo_shotgun ammo_smg ammo_sniper kevlar riot_shield smoke_grenade weapon_deagle weapon_m3 weapon_m4a1 weapon_sniper weapon_tmp
cn_OrderItem:
Orders an item from either the mailbox or an npc
Parameters:
x - Item ID
y - boolean of order state. True for mailbox, false for npc
z - Amount
Notes:
Using this, you can order any item that has a price. There are many items that arent normally accessible, such as crate and xmas_stocking. To get a christmas stocking, set the first parameter to xmas_stocking. The next parameter should false, so it goes directly to your inventory. The final parameter will be however many you want to buy.
cn_InventoryToTrade:
Add an item to the trade.
Parameters:
x - Item ID
y - Amount
cn_TradeMoney:
Adds money to the trade.
Parameters:
x - Amount of money
cn_Vehicle_Spawn:
Spawns a vehicle at the car dealer building
Parameters:
x - Car ID (All car IDs listed below)
Notes:
This packet does not check the distance between the player and car dealer NPC. This allows you to respawn your car from anywhere in the map.
cn_RPName_CreateName:
Adds your name to the chronet character database.
Parameters:
x - First name
y - Last name
cn_OpenShop:
Opens a NPC shop
Parameters:
x - NPC value. Known values: npc_farmer, npc_grocery, npc_GrocerySell, npc_fisherman, npc_miner, npc_cash_converters
y - Shop ID. Known values: farmer, grocery, bread, fisherman, miner, cash_converters
npc_MedicAction:
Interacts with the medic NPC at the hospital
Parameters:
x - Action value. Known values: recovery, fix_legs
y - Time in seconds
npc_DrugDealerSell:
Sells drugs to the drug NPC
Parameters:
x - Plant ID. Known values: weed, cocaine, shrooms, drugs
npc_HackerAction:
Interacts with the hacker NPC
Parameters:
x - Action ID. Known values: wanted, unarrest, uncuff
npc_SpawnGovernmentCar:
Spawns a government vehicle
Parameters:
x - Vehicle ID. Known values: Police_Charger, Police_Chev, Police_Chief, SWAT, ERU_Fire, Secret, Mayor, ERU
cn_UseDisguise:
Uses a disguise
Parameters:
x - Model
y - Job
Notes:
This requires you to be secret service. While this disguise feature is disabled client side, it is not disabled server side. This packet can allow you to change to any model with little to no restrictions.
phoneText:
Texts a player on the server
Parameters:
x - Player
y - Message
911Request:
Does a 911 request from a payphone.
Parameters:
x - Phone Location
y - Message
Notes:
You do not need to be near a pay phone to send this packet. The location is also not validated, meaning that you can spoof the location to be any string you want.
ps_ATMAction:
Performs an action at the ATM
Parameters:
x - Action ID. Known values: withdraw, deposit
y - Amount of money
PrtToPlayers:
Prints blue text to the chat without a name
Parameters:
x - Print type. Known values: Player, All
y - Message
cn_BuyCityItem:
Buys a city item. You must be a mayor to use this
Parameters:
x - Item ID. Known values: briefcase city_money clock metal_detector_gov snack_machine vending_machine
cn_ReturnCar:
Returns and despawns your car.
Parameters:
x - Action. Known values: nopay
cn_Vehicle_Mod_Color:
Changes the color of the vehicle
Parameters:
x - Color
cn_Vehicle_Test:
Test drives a vehicle
Parameters:
x - Car ID
cn_Vehicle_Sell:
Sells a vehicle
Parameters:
x - Vehicle ID
cn_Vehicle_Buy:
Buys a vehicle
Parameters:
x - Vehicle ID
cn_ChangeName:
Changes your roleplay name
Parameters:
x - First name
y - Last name
z - Forced. True/false boolean
cn_MailBoxUse:
Performs an action to the mailbox
Parameters:
x - Unique ID
y - Order ID
z - Item ID
ps_BankToInventory:
Transfers item from bank to inventory
Parameters:
x - Item ID
y - Amount
ps_InventoryToBank:
Transfers item from inventory to bank
Parameters:
x - Item ID
y - Amount
CityMoney_Create:
Creates mayor city money
Parameters:
x - Amount
spawnBus:
Spawns busdriver's vehicle
Exmaple of packet use in lua:
Code:
concommand.Add("doclothing", function(ply, cmd, args)
net.Start("cn_DoClothing")
net.WriteString(args[1]) -- wear, preview, buy
net.WriteString(args[2])
net.SendToServer()
end)
Console command:
doclothing preview clothing_prisoner
ID lists:
Items:
Base:
base_alcohol
base_ammo
base_blueprint
base_chair
base_clothing
base_drink
base_firework
base_food
base_hat
base_junk
base_mask
base_storage
base_weapon
Alcohol:
alcohol_beer
alcohol_brandy
alcohol_champagne
alcohol_rum
alcohol_vodka
alcohol_wine
Ammo:
ammo_pistol
ammo_rifle
ammo_shotgun
ammo_smg
ammo_sniper
Appliances:
anvil
beer_barrel
chemical_lab
drug_lab
furnace
gardening_pot
money_box
money_printer
storage_crate
stove
Blueprints:
blueprint_357
blueprint_ak47
blueprint_aug
blueprint_awp
blueprint_c4
blueprint_crowbar
blueprint_deagle
blueprint_famas
blueprint_fiveseven
blueprint_g3sg1
blueprint_galil
blueprint_glock
blueprint_gunpowder
blueprint_kevlar
blueprint_knife
blueprint_m3
blueprint_m4a1
blueprint_mac10
blueprint_molotov
blueprint_mp5
blueprint_p228
blueprint_p90
blueprint_scout
blueprint_sg550
blueprint_sg552
blueprint_tmp
blueprint_ump
blueprint_usp
blueprint_xm1014
Clothing:
clothing_default
clothing_female_1
clothing_female_10
clothing_female_11
clothing_female_12
clothing_female_13
clothing_female_14
clothing_female_2
clothing_female_3
clothing_female_4
clothing_female_5
clothing_female_6
clothing_female_7
clothing_female_8
clothing_female_9
clothing_male_1
clothing_male_10
clothing_male_11
clothing_male_12
clothing_male_13
clothing_male_14
clothing_male_15
clothing_male_16
clothing_male_17
clothing_male_18
clothing_male_19
clothing_male_2
clothing_male_20
clothing_male_21
clothing_male_22
clothing_male_23
clothing_male_3
clothing_male_4
clothing_male_5
clothing_male_6
clothing_male_7
clothing_male_8
clothing_male_9
clothing_police_f
clothing_prisoner
clothing_prisoner_f
clothing_scrubs1
clothing_scrubs1_f
clothing_suit
clothing_suit_f
Devices:
bong
flashlight
life_alert
metal_detector
microphone
phone
radio
repair_kit
smoke_detector
television
watch
Drinks:
apple_juice
cola_bottle
drink_coke
drink_mtndew
drink_pepsi
water_bottle
water_jug
water_jug_boiled
Drugs:
cocaine_bag
cocaine_seed
drugs
shroom
weed_bag
weed_seed
Food:
apple
bacon
bacon_cooked
bait
bread
cabbage
cabbage_seed
cake
donut
dough
egg
egg_cooked
fish
fish_cooked
flour
food_banana
food_doritos
food_doritos2
food_fritos
food_fritos2
food_fritos3
food_lays
food_lays2
food_lays3
food_lays4
food_lays5
food_lays6
food_melon
food_taco
food_twisties
lettuce
lettuce_seed
lobster
lobster_cooked
meat_beef
meat_beef_cooked
meat_pork
melon
melon_seed
milk
orange
orange_juice
pineapple
pineapple_seed
pizza
popcorn
potato
pumpkin
pumpkin_seed
sugar
turkey
Hats:
hat_bucket
hat_cone
hat_melon
hat_paper_blue
hat_paper_gold
hat_paper_green
hat_paper_purple
hat_paper_red
hat_paper_silver
hat_party
hat_party2
hat_tophat
mask_dead
mask_pumpkin
mask_skeleton
Medical:
health_kit
health_vial
lethal_injection
Misc:
chair_wooden
empty_bottles_case
empty_drum
fuel_can
kevlar
notepad
paper
paper_towel
rope
Resources:
cardboard_blue
cardboard_box
cardboard_gold
cardboard_green
cardboard_purple
cardboard_red
cardboard_silver
glue
gunpowder
iodine
leather_scrap
metal_bar
metal_fragment
metal_piece
metal_plank
metal_rod
metal_scrap
methylamine
meth_liquid
ore_coal
ore_metal
ore_rock
ore_sulfur
paint
plastic_chunk
propane
wood_plank
Seasonal:
firework_flare_blue
firework_flare_candle_gr
firework_flare_candle_green
firework_flare_candle_red
firework_flare_green
firework_flare_red
firework_fountain_blue
firework_fountain_green
firework_fountain_red
firework_fountain_silver
firework_rocket_blue
firework_rocket_green
firework_rocket_red
firework_rocket_red_green
firework_rocket_special1
firework_rocket_special2
firework_sparkler
halloween_pumpkin
junk_bone_rib
junk_bone_skull
junk_bone_spine
junk_bucket
junk_can
junk_doll
junk_kettle
junk_mug
junk_newspaper
junk_pipe
junk_pot
junk_shovel
junk_tire
junk_wood
toy_hula_girl_doll
toy_large_doll
toy_small_doll
toy_turtle
wrapping_paper
xmas_candy
xmas_cracker
xmas_dinner
xmas_hat
xmas_ornament_blue
xmas_ornament_green
xmas_ornament_red
xmas_star
xmas_stocking
Tools:
fire_extinguisher
fishing_rod
fishing_rod_broken
hook
keypad_cracker
lockpick
pickaxe
shovel
wrench
Weapons:
door_charge
molotov
weapon_357
weapon_ak47
weapon_aug
weapon_awp
weapon_c4
weapon_crowbar
weapon_deagle
weapon_dualelites
weapon_famas
weapon_fiveseven
weapon_g3sg1
weapon_galil
weapon_glock
weapon_knife
weapon_m3
weapon_m4a1
weapon_mac10
weapon_mp5
weapon_p228
weapon_p90
weapon_scout
weapon_sg550
weapon_sg552
weapon_tmp
weapon_ump
weapon_usp
weapon_xm1014
Vehicles:
ambulance
audi_r8
audi_r8_spyder
audi_rs4_avant
audi_tt
bentley_continental
chev_impala_09
chev_impala_09_police
chev_impala_09_taxi
chev_suburban
chev_suburban_chief
chev_tahoe
chev_tahoe_secret
dodge_caravan
dodge_charger
dodge_charger_police
ferrari_458
fire_truck
jaguar_xfr
lambo_asterion
lambo_huracan
limo
rv
smart_fortwo
suzuki_kingquad_lw
swat_van
tow_truck
vauxhall_agila
vauxhall_astra
vauxhall_corsa
vauxhall_insignia
volkswagen_beetle
volkswagen_beetle_new
volkswagen_camper
volvo_s60r
Plants:
cabbage
cocaine
lettuce
melon
pineapple
pumpkin
weed
Locker:
ammo_pistol
ammo_rifle
ammo_shotgun
ammo_smg
ammo_sniper
kevlar
riot_shield
smoke_grenade
weapon_deagle
weapon_m3
weapon_m4a1
weapon_sniper
weapon_tmp
Police vehicles:
Police_Charger
Police_Chev
Police_Chief
SWAT
ERU_Fire
Secret
Mayor
ERU
Mayor items:
briefcase
city_money
clock
metal_detector_gov
snack_machine
vending_machine