Paying Money To Turn A Profile Picture Into a Gif

Status
This thread has been locked.

DrewZ

Amateur Java / JS Dev | Drew#1024
Banned
Feedback score
29
Posts
999
Reactions
412
Resources
0
Paying to get my profile picture with a color changing backround. Add me on discord if you can, Drew#9999
Sorta like this first one:
Budget $5
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

DrewZ

Amateur Java / JS Dev | Drew#1024
Banned
Feedback score
29
Posts
999
Reactions
412
Resources
0
still need it because Muchs is a slow boi[DOUBLEPOST=1519780506][/DOUBLEPOST]nvm Muchs isnt slow boi[DOUBLEPOST=1519780571][/DOUBLEPOST]nvm Muchs is an expensive boi still open, id do $5 for it
 
Last edited:
Banned forever. Reason: Scamming (https://builtbybit.com/threads/drewz-scam-report.516310/)

DrewZ

Amateur Java / JS Dev | Drew#1024
Banned
Feedback score
29
Posts
999
Reactions
412
Resources
0
Banned forever. Reason: Scamming (https://builtbybit.com/threads/drewz-scam-report.516310/)

XD

Supreme
Feedback score
7
Posts
1,124
Reactions
432
Resources
0
Use Gyazo Chrome Extention and just make it with CSS animations (You can select an element with Gyazo)

Code:
#colorBox {
    width: 100px;
    height: 100px;
    background-color: red;
    animation-name: colors;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes colors {
  0% {background-color:red;}
  25% {background-color:yellow;}
  50% {background-color:blue;}
  75% {background-color:green;}
  100% {background-color:red;}
}
Code:
<div id="colorBox">
</div>
 

DrewZ

Amateur Java / JS Dev | Drew#1024
Banned
Feedback score
29
Posts
999
Reactions
412
Resources
0
Use Gyazo Chrome Extention and just make it with CSS animations (You can select an element with Gyazo)

Code:
#colorBox {
    width: 100px;
    height: 100px;
    background-color: red;
    animation-name: colors;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes colors {
  0% {background-color:red;}
  25% {background-color:yellow;}
  50% {background-color:blue;}
  75% {background-color:green;}
  100% {background-color:red;}
}
Code:
<div id="colorBox">
</div>
gimmie 2 days to process that and I think I can do it
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/drewz-scam-report.516310/)
Status
This thread has been locked.
Top