Advertisement
Guest User

Untitled

a guest
Nov 29th, 2020
1,046
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.63 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <title>meow</title>
  3.  
  4. <div style="
  5.    bottom: 0px;
  6.    position: absolute;
  7.    top: 0px;
  8.    z-index: 9999;
  9.    left: 0;
  10.    right: 0;
  11.    background-color: #000;
  12. ">
  13. <div style="position: absolute; top: 0px; bottom: 0px;
  14. left: 0px; right: 0px; z-index: 9001">
  15.     <iframe src="https://www.youtube.com/embed/hr1dfwy4n90?autoplay=1&loop=1" width="100%" height="100%"></iframe>
  16. </div>
  17. <object id="plugin" type="application/x-cfx-game-view" style="
  18.    filter: url(#chromakey);
  19.    position: absolute; top: 50px; left: 50px; width: 60%; height: 60%; z-index: 9002;
  20. "></object>
  21. <div style="background-color: rgba(0, 0, 0, .4); position: absolute; top: calc(50px + 40%); left: calc(40% + 100px); color: #fff; font-family: 'Segoe UI'; z-index: 9002;">
  22. hi welcome to this cool rp server for cool kids only<br>
  23. look that's you on the left!
  24. </div>
  25.    
  26.     <svg class="defs-only">
  27.             <filter id="chromakey" color-interpolation-filters="sRGB" x="0" y="0" height="100%" width="100%">
  28.         <feColorMatrix type="matrix" values="1 0 0 0 0  0 1 0 0 0  0 0 1 0 0  0 0 0 1000 0"></feColorMatrix>
  29.            
  30.     <feColorMatrix type="matrix" values="1   0   0   0   0
  31.                            0   1   0   0   0  
  32.                            0   0   1   0   0
  33.                            1.5 -2  1.5 0   1"></feColorMatrix>
  34.             </filter>
  35.         </svg>
  36. </div>
  37.  
  38. --
  39.  
  40. local p = PlayerPedId()
  41.  
  42. CreateThread(function()
  43.     while true do
  44.         Wait(0)
  45.  
  46.         local coords = GetEntityCoords(p)
  47.         DrawBox(coords + vector3(4.0, 4.0, 4.0), coords - vector3(4.0, 4.0, 4.0), 0, 255, 0, 255)
  48.     end
  49. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement