Can someone help me??
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
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
addhook("join","exerciseJoin") function exerciseJoin(id) msg("Player"..player(id,"name").."joined the server!") end addhook("ms100","ms_hud") function ms_hud() for id = 1,32 do if (player(id,"exists")) then parse('hudtxt2 '..id..' 44 "©000255000A simple script made by firez " 220 13') 		end 	end end addhook("serveraction","instamenu") function instamenu(id,imenu) if imenu == 1 then menu(id,"Weapons,Grenader,Rocketeer,Miner,Shotguner,General") 	end end addhook("menu","instaequipall") function instaequipall(id,menuall,select) if menu == "Weapons" then if select == 1 then menuall(id,"Grenader,Snowball,HE,Flashbang,Smoke,Gas Grenade,Molotov,Air Strike,Gut Bomb") 	end end