Skip to content
View AstraaDev's full-sized avatar

Block or report AstraaDev

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 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 911 279

  2. FarmMergeValley-Injector 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.

    41 3

  3. Discord-SelfBot 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 122 111

  4. Discord-OAuth2 Discord-OAuth2 Public

    Manage user access to your Discord bot via OAuth2 authorization.

    JavaScript 8 2

  5. GameBoy-Emulator GameBoy-Emulator Public

    A simple C-based GameBoy emulator

    C