Skip to content
View AstraaDev's full-sized avatar

Block or report AstraaDev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AstraaDev/README.md

Profile Stars Profile Forks

section .data
    msg db 'a5traa', 0

section .text
    global _start

_start:
    mov eax, 4
    mov ebx, 1
    mov ecx, msg
    mov edx, 6
    int 0x80

    mov eax, 1
    xor ebx, ebx
    int 0x80
       OS  :  macOS, debian
Languages  :  C, Cpp, ASM, Py, Java
   Editor  :  vim
    Motto  :  Seek strength. The rest will follow.

Pinned Loading

  1. Discord-All-Tools-In-One Discord-All-Tools-In-One Public

    ATIO is a AIO Script Developed with Python3. It gathers a total of 23 Discord tools (including a RAT, a Raid Tool, a Token Grabber, a Crash Video Maker, etc). It has a pleasant and intuitive interf…

    Python 865 270

  2. FarmMergeValley-Injector FarmMergeValley-Injector Public

    FMV Injector lets you set up various methods for modifying content in the Farm Merge Valley discord game. Inspired by @wooslow's archive.

    32 2

  3. Discord-SelfBot Discord-SelfBot Public

    Large number of commands to make your life on discord easier. It has a nice and intuitive interface to make it easy to use for everyone, help and explanations for each command, a very complete help…

    Python 95 88

  4. Discord-OAuth2 Discord-OAuth2 Public

    Manage user access to your Discord bot via OAuth2 authorization.

    JavaScript 4 1