Skip to content
View austincabler13's full-sized avatar

Block or report austincabler13

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
austincabler13/README.md

🔥 AcGaming15

Hello!! I'm Austin or people call me AcGaming! 👋

About Me

alt text

I Love Playing Video Games Like Rust and FiveM, I would like to become a software engineer or creating my own Video Games.

🔨Tools I use

  • AI
  • Deno
  • VsCode
  • And More

🎈 Languages am learning

  • C++
  • C#
  • Python
  • Lua

Sample Code

C++

#include <iostream>
#include <string>

using namespace std;

int main() {

	string input;

	cout << "Whats your Name \n";

	cin >> input;

	cout << "Hello " << input;

	return 0;

}

Socials

youtube subscribers youtube views followers total stars

🔨Projects

  • AcSecurity
  • 3D-Maker
  • AEngine
  • MFramework

📊 Stats

AcGaming's GitHub stats

Pinned Loading

  1. 3D-Maker 3D-Maker Public

    A plugin for blender that uses Mushy's API to create models

    Python 3

  2. AcAdmin AcAdmin Public

    This is a Admin Panel for FiveM

    TypeScript 1

  3. Ghost-Clothing Ghost-Clothing Public

    Clothing for FiveM based on a Gang I created in FiveM

    1

  4. Space_AI Space_AI Public

    A AI that is going to be used to help People in areas like Damage/Maintains reports, and navigation, and more

    Python 1

  5. mp3-Player mp3-Player Public

    IDK just wanted to make one

    Python

  6. AcSecurity AcSecurity Public

    AcSecurity is a Python module designed to scan applications for common security vulnerabilities. It checks for hardcoded secrets, dependency vulnerabilities, and code quality issues.

    Python 14 1