You are on page 1of 3

--- Credite : Ernesto ---

--- Sa nu mai vad copii care imi dau mie credite pe ceva ce nu seamana deloc ❤️ ---
--- Va pwp ---
local cfg = {}
cfg.open_wallet = 5000000
cfg.open_bank = 20000000

cfg.display_css = [[
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');

@font-face {
font-family: 'Meniu';
src: url(fonts/Main.woff);
}

.div_money{
position: absolute;
font-family: 'Meniu';
top: 40px;
right: 15px;
font-weight: 100;

text-align: right;
border-radius: 8px;
background: rgba(0,0,0, 0.1);
border: solid black 1px;
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
background: linear-gradient(to right,rgba(255,255,255,0), rgba(0, 0, 0, 0.5));

padding:4px;
font-size: 18px;
width: 155px;
color: rgb(255, 255, 255);
text-shadow: 1.5px 1px rgb(0,0,0, 0.2);
}

.div_bmoney{
position: absolute;
font-family: 'Meniu';
top: 75px;
right: 15px;
font-weight: 100;

text-align: right;
border-radius: 8px;
background: rgba(0,0,0, 0.1);
border: solid black 1px;
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
background: linear-gradient(to right,rgba(255,255,255,0), rgba(0, 0, 0, 0.5));

padding:4px;
font-size: 18px;
width: 155px;
color: rgb(255, 255, 255);
text-shadow: 1.5px 1px rgb(0,0,0, 0.2);
}
.div_Giftpoints{
position: absolute;
font-family: 'Meniu';
top: 110px;
right: 15px;
font-weight: 100;

text-align: right;
border-radius: 8px;
background: rgba(0,0,0, 0.1);
border: solid black 1px;
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
background: linear-gradient(to right,rgba(255,255,255,0), rgba(0, 0, 0, 0.5));

padding:4px;
font-size: 18px;
width: 155px;
color: rgb(255, 255, 255);
text-shadow: 1.5px 1px rgb(0,0,0, 0.2);
}
.div_donationCoins{
position: absolute;
font-family: 'Meniu';
top: 145px;
right: 15px;
font-weight: 100;

text-align: right;
border-radius: 8px;
background: rgba(0,0,0, 0.1);
border: solid black 1px;
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
background: linear-gradient(to right,rgba(255,255,255,0), rgba(0, 0, 0, 0.5));

padding:4px;
font-size: 18px;
width: 155px;
color: rgb(255, 255, 255);
text-shadow: 1.5px 1px rgb(0,0,0, 0.2);
}

.div_money .symbol{
position:absolute;
content: url('https://i.imgur.com/XQZLngL.png');
left: 5.5px;
top: 4.2px;
width: 28px;
height: 28px;
}
.div_bmoney .symbol{
position:absolute;
content: url('https://i.imgur.com/sLq8Uzh.png');
left: 8px;
top: 4.3px;
width: 24px;
height: 24px;
}
.div_Giftpoints .symbol{
position:absolute;
content:
url('https://cdn.discordapp.com/attachments/947390421296889936/957000587961057330/
present_1.png');
left: 9px;
top: 6.2px;
width: 24px;
height: 24px;
}
.div_donationCoins .symbol{
position:absolute;
content: url('https://i.imgur.com/K4pNFxm.png');
left: 8px;
top: 6.2px;
width: 22px;
height: 22px;
}
]]

return cfg

--- Credite : Ernesto ---

--- Sa nu mai vad copii care imi dau mie credite pe ceva ce nu seamana deloc ❤️ ---
--- Va pwp ---

--- Credite : Ernesto ---

--- Sa nu mai vad copii care imi dau mie credite pe ceva ce nu seamana deloc ❤️ ---
--- Va pwp ---

--- Credite : Ernesto ---

--- Sa nu mai vad copii care imi dau mie credite pe ceva ce nu seamana deloc ❤️ ---
--- Va pwp ---

--- Credite : Ernesto ---

--- Sa nu mai vad copii care imi dau mie credite pe ceva ce nu seamana deloc ❤️ ---
--- Va pwp ---

You might also like