-
Notifications
You must be signed in to change notification settings - Fork 0
/
BreakingPointServerCodes.luau
73 lines (73 loc) · 1.64 KB
/
BreakingPointServerCodes.luau
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
return {
[1] = "a",
[2] = "cancel",
[3] = "reach",
[4] = "neck",
[5] = "hideglass",
[6] = "opendecision",
[7] = "swingbulb",
[8] = "showglass",
[9] = "debug",
[10] = "changeitem",
[11] = "tradelog",
[12] = "h1",
[13] = "topnotif",
[14] = "missionload",
[15] = "trademsg",
[16] = "reset",
[17] = "teleportto",
[18] = "openlight",
[19] = "disablepoint",
[20] = "resetlight2",
[21] = "request",
[22] = "msgbox",
[23] = "gunjam",
[24] = "tradechat",
[25] = "processingclose",
[26] = "notfi",
[27] = "fog",
[28] = "rain",
[29] = "gungive",
[30] = "freezebulb",
[31] = "infobox",
[32] = "transmodify",
[33] = "nightvision",
[34] = "bindshoot",
[35] = "mute",
[36] = "allowtrade",
[37] = "opentrade",
[38] = "tknife",
[39] = "refreshshop",
[40] = "openmur",
[41] = "opendecision2",
[42] = "servermessage",
[43] = "givepotato",
[44] = "joinfriend",
[45] = "cosmic",
[46] = "kill",
[47] = "thorn",
[48] = "newtag",
[49] = "rduo",
[50] = "whisper",
[51] = "chat",
[52] = "processing",
[53] = "stopmovement",
[54] = "b",
[55] = "clickdebounce",
[56] = "controls",
[57] = "magic",
[58] = "purchasecomplete",
[59] = "skin",
[60] = "credits",
[61] = "gray",
[62] = "gunreach",
[63] = "message",
[64] = "changesticker",
[65] = "vote",
[66] = "takepotato",
[67] = "knifelerp",
[68] = "amb",
[69] = "goose",
[70] = "setcam",
[71] = "novote"
}