html
html
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
28
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body onclick="fly()">
<img id="bg" style="position:fixed;top:0px;left:0px;height:442px;width:330px;z-index:1;" src="http://savephoto.ru/Files/5n51z1e1okl114.jpg">
<img id="down_tr" style="position:fixed;z-index:2;width:50px;top:170px;animation: tr_move 4s infinite cubic-bezier(1,1,1,1);" src="http://savephoto.ru/Files/5cuouooyqo3s14.jpg">
<img id="up_tr" style="position:fixed ;z-index:2;top:-150px;left:270px;width:50px;animation: tr_move 4s infinite cubic-bezier(1,1,1,1);" src="http://savephoto.ru/Files/5wwhczszbrwo14.jpg">
<img id="fap_bird" style="position:fixed;z-index:2;top:30px; left:10px; width:50px; height:50px;" src="https://i.ibb.co/JmR43Jm/2019-05-15-00-05-58.png">
<img id="fg" style="position:fixed ;z-index:2;bottom:0px;left:0px;width:320px;height:80px;" src="http://savephoto.ru/Files/5rborgonmbek14.jpg">
<script>
var dick_audio = new
Audio("https://cloclo18.datacloudmail.ru/weblink/view/FzdW/XEXfHBrMK?etag=069218FBFF52C17D434A2512B42D48CB2C772DAD&key=c89966bbbe890d49df1437ebbefd94fedcafbbea");
var gap = 320
var score = 0
var oh_ye = new Audio("https://cloclo25.datacloudmail.ru/weblink/view/4g32/a41hzTdvo?etag=78A03E9ED0C7F3894933FAD4A3FEBE41A80B22F0&key=c9ad52b97fbd625c29bab5a89aeeb8c833073b45")
function fly(){
dick_audio.play()
let bird_pos = document.getElementById('fap_bird').style.top
let changed_bird_pos = document.getElementById('fap_bird').style.top = String(eval(bird_pos.replace("px","")) - 20) + "px"
}
function Random(min, max){
return Math.floor(Math.random() * (max - min + 1)) + min;
}
setInterval(function change_bird(){
let bird_pos = document.getElementById('fap_bird').style.top
let changed_bird_pos = document.getElementById('fap_bird').style.top = String(eval(bird_pos.replace("px","")) + 2) + "px"
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
@keyframes tr_move{
from{left:320px;}
to{left:-50px;}
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run