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 Public archive

    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 902 276

  2. FarmMergeValley-Injector Public

    Modify various game elements in the Farm Merge Valley Discord game, including unlimited item acquisition, obstacle removal, and merge chance adjustments. Inspired by @wooslow's archive.

    40 3

  3. Discord-SelfBot Public

    Transform your Discord account into a powerful bot with the ultimate Selfbot. Compatible with Windows, Linux, and macOS. Offers a set of commands for automation, remote control, and fun features.

    Python 118 103

  4. Discord-OAuth2 Public

    Manage user access to your Discord bot via OAuth2 authorization.

    JavaScript 7 2

  5. twip4/GameBoy Public

    C 2