Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script Codem - Blavck Hud V2

freeman23

Silver Elite
Joined
Dec 10, 2021
Messages
15
Reaction score
923
Points
306
Location
ألمانيا

Codem - Blavck Hud V2 for free​

open Source

1650777981876.png
 

Rhaedda

Silver Elite
Joined
Aug 12, 2021
Messages
63
Reaction score
13
Points
166
Location
Hungary
same issue here
Open the index.html file go to the bottom you see this

Code:
<!--<svg class="fuelmeter" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" width="57.34px" height="190.34px">
<path fill-rule="evenodd" stroke="rgba(252, 255, 255, 0.25)" stroke-width="9.56px"
stroke-linecap="butt" stroke-linejoin="miter" fill="none"
d="M33.779,177.779 C17.790,153.93 11.587,136.323 9.780,98.780 C8.700,76.352 20.618,32.635 43.780,8.780 " />
<path :class="{'fuel-red' : fuel <= 30, 'fuel-yellow' : fuel > 30}" id="fuel"
fill-rule="evenodd" stroke-width="9.56px" stroke-linecap="butt"
stroke-linejoin="miter" fill="none"
d="M33.779,177.779 C17.790,153.93 11.587,136.323 9.780,98.780 C8.700,76.352 20.618,32.635 43.780,8.780 " />
</svg>-->

remove the <!-- and the --> and you are good to go.
 

zemyt

Member
Joined
May 5, 2023
Messages
1
Reaction score
0
Points
156
Location
Mexico
Open the index.html file go to the bottom you see this

Code:
<!--<svg class="fuelmeter" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" width="57.34px" height="190.34px">
<path fill-rule="evenodd" stroke="rgba(252, 255, 255, 0.25)" stroke-width="9.56px"
stroke-linecap="butt" stroke-linejoin="miter" fill="none"
d="M33.779,177.779 C17.790,153.93 11.587,136.323 9.780,98.780 C8.700,76.352 20.618,32.635 43.780,8.780 " />
<path :class="{'fuel-red' : fuel <= 30, 'fuel-yellow' : fuel > 30}" id="fuel"
fill-rule="evenodd" stroke-width="9.56px" stroke-linecap="butt"
stroke-linejoin="miter" fill="none"
d="M33.779,177.779 C17.790,153.93 11.587,136.323 9.780,98.780 C8.700,76.352 20.618,32.635 43.780,8.780 " />
</svg>-->

remove the <!-- and the --> and you are good to go.
where do you put that on or take it off?
 
Top