هک | hack
269 subscribers
15 photos
24 videos
13 files
9 links
Download Telegram
Channel created
هک | hack
اسکریپت.zip
#آموزش_استفاده :

pkg update && pkg upgrade

pkg update -y

pkg install python


Comandos:
pkg install python
pkg install nano
pkg install pip
pkg install telethon
pip install telethon
pip install --upgrade pip
pip install requests
pip install bs4
pip install rsa
pip install pyaes
pip install async_generator
pip install colorama
termux-setup-storage

cd storage/downloads/UpdateClickBot

python bot.py

----------

@Litecoin_click_bot
@BCH_clickbot
@Dogecoin_click_bot
@Zcash_click_bot
@BitcoinClick_bot

@hackarsham
تعدادی کارت خالی جهت افزودن به گوگل پلی یا... برای دریافت اشتراک رایگان برنامه ها ‌(کارت ها خالیه و امکان برداشت نیست)

4895041583524248, 555, 10/2025, Visa
4895041505563654, 456, 04/2024, Visa
4895041527456218, 954, 01/2022, Visa
4895041578385803, 225, 07/2022, Visa
4895041588713135, 484, 05/2024, Visa
4895041506063324, 430, 12/2023, Visa
4895041505833404, 876, 08/2022, Visa
4895041568305324, 741, 01/2023, Visa
4895041507228447, 259, 12/2024, Visa
4895041575411875, 902, 08/2025, Visa

ترتیب :
شماره کارت ، سی وی وی دو ، تاریخ انقضا . رمز رو میتونید موقع ثبت هرچی انتخاب کنید

@hackarsham
آموزش گذاشتن چند تبلیغ به صورت تصادفی در سایت :

کد زیر حاویه چندین کد هست که هر سری یکی از اون ها رو به نمایش در میاره
<script> kod = new Array();
kod[0] = 'Youre Code a';
kod[1] = 'Youre Code b';
kod[2] = 'Youre Code c';
kod[3] = 'Youre Code d';
kod[4] = 'Youre Code e';
ShowCode = Math.floor(Math.random() * kod.length);
document.write(kod[ShowCode]);
</script>

شماره های 0 تا 4 که در داخل کروشه ([]) قرار دارد نباید تکراری باشه و باید به همین ترتیب ادامه پیدا کند و شماره ها بیشتر بشوند.به جای Youre Code هم باید کد خودتون رو بزارید. هر کدام از اون ها یک کد مجزا هستند.
حال ما میخواهیم با این کدی که ساختیم چندین بنر تبلیغاتی و و با هر رفرش یکی از اون ها رو به نمایش در بیاریم. برای این کار به جای کلمه Youre Code کد زیر با لینک های مختلف قرار میدهیم.
<a href="آدرس_سایت"><img src="آدرس_بنر_تبلیغاتی" /></a>

@hackarsham
comp.rar
88.3 MB
پکیج کامل

@hackarsham
هک | hack pinned a photo
هک | hack
تعدادی کارت خالی جهت افزودن به گوگل پلی یا... برای دریافت اشتراک رایگان برنامه ها ‌(کارت ها خالیه و امکان برداشت نیست) 4895041583524248, 555, 10/2025, Visa 4895041505563654, 456, 04/2024, Visa 4895041527456218, 954, 01/2022, Visa 4895041578385803, 225…
تعدادی کارت خالی جهت افزودن به گوگل پلی یا... برای دریافت اشتراک رایگان برنامه ها ‌(کارت ها خالیه و امکان برداشت نیست)

4957273646156701|07|2026|606|Visa
4957273601306572|08|2024|987|Visa
4957273653486538|02|2025|913|Visa
4957273683763666|03|2025|289|Visa
4957273670078870|10|2026|402|Visa
4957273635066283|12|2022|733|Visa
4957273657374656|11|2026|995|Visa
4957273665256820|12|2024|905|Visa
4957273668678103|12|2024|603|Visa
4957273641164387|10|2024|765|Visa

ترتیب :
شماره کارت ، سی وی وی دو ، تاریخ انقضا . رمز رو میتونید موقع ثبت هرچی انتخاب کنید

@hackarsham
ساخت دکمه لینکدار :

<style>

body {

text-align: center;

direction: rtl;

font-family: tahoma;

}



a.button {

display: inline-block;

padding: 0.5em 2em;

background-color: #088;

color: #fff;

text-decoration: none;

border-radius: 0.2em;

border-bottom: 2px solid #044;

}



a.button:hover {

background-color: #0aa;

border-bottom-color: #088;

}

</style>



<a href="https://t.me/hackarsham" class="button">ورود به کانال</a>

@hackarsham
👍2
صفحه دسترسی به اطلاعات ربات :
https://bot-tel.sevenserver.pw (بسته شد)
#امنیت_ناکامل_ربات

@hackarsham
فرم ثبت نام و ورود

@hackarsham
کد های css

<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<style type="text/css">
* {
box-sizing: border-box;
}
html, body {
margin: 0;
padding: 0;
}
.form-container {
margin: 20px;
padding: 15px;
background: #173459;
color: white;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3), 0 7px 21px 0 rgba(0, 0, 0, 0.20);
}
.input-cnt {
display: flex; /* display the icon and the input in a line */
margin-bottom: 15px;
}
.input-cnt:last-child {
margin-bottom: 0px;
}
.input-cnt > i {
min-width: 40px; /* set a minimum width for the icon */
padding: 10px; /* make sure the icon is centered vertically */
text-align: center; /* horizontally center the icon */
background: lightgrey;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
color: #0076ff;
}
/* change styles when focused */
.input-cnt:hover > i {
background: #0076ff;
color: white;
}
/* style the inputs */
.input-cnt > input[type="text"], .input-cnt > input[type="password"] {
outline: none;
border: none;
padding: 10px;
border: 1px solid lightgrey;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
width: 100%;
}
/* style the submit button */
.input-cnt > input[type="submit"] {
border: none;
border-radius: 20px;
outline: none;
width: 75%;
margin: 0 auto;
font-size: 105%;
padding: 8px;
color: #0076ff;
background: white;
transition-duration: .5s;
}
/* add a hover effect for the submit button */
.input-cnt > input[type="submit"]:hover {
color: white;
background: #0076ff;
}
</style>


کد های html

<h2 style="text-align: center"> ثبت نام </h2>
<div class="form-container">

<form action="#">

<div class="input-cnt">
<i class="material-icons">person</i>
<input type="text" placeholder="نام" name="name" />
</div>

<div class="input-cnt">
<i class="material-icons">face</i>
<input type="text" placeholder="نام کاربری" name="username" />
</div>

<div class="input-cnt">
<i class="material-icons">email</i>
<input type="text" placeholder="ایمیل" name="email" />
</div>

<div class="input-cnt">
<i class="material-icons">lock</i>
<input type="password" placeholder="پسورد" name="password" />
</div>

<div class="input-cnt">
<input type="submit" value="ثبت" />
</div>

</form>

</div>

<h2 style="text-align: center"> ورود </h2>
<div class="form-container">

<form action="#">

<div class="input-cnt">
<i class="material-icons">person</i>
<input type="text" placeholder="ایمیل یا نام کاربری" name="email" />
</div>

<div class="input-cnt">
<i class="material-icons">lock</i>
<input type="password" placeholder="پسورد" name="password" />
</div>

<div class="input-cnt">
<input type="submit" value="ورود" />
</div>

</form>

</div>


@hackarsham
2