{"id":22204006,"url":"https://github.com/0xwal/gta5-native-caller","last_synced_at":"2025-10-31T20:02:15.587Z","repository":{"id":112227966,"uuid":"124650832","full_name":"0xwal/GTA5-Native-Caller","owner":"0xwal","description":"PS4 - GTA V native caller for desktop application ","archived":false,"fork":false,"pushed_at":"2020-05-15T01:52:34.000Z","size":656,"stargazers_count":15,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-06T18:45:41.610Z","etag":null,"topics":["dll","gta","gta5","gtav","library","natives","ps4","rpc"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xwal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-10T11:48:36.000Z","updated_at":"2024-03-25T20:38:15.000Z","dependencies_parsed_at":"2023-05-11T17:00:41.000Z","dependency_job_id":null,"html_url":"https://github.com/0xwal/GTA5-Native-Caller","commit_stats":null,"previous_names":["0xwal/gta5-native-caller"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0xwal/GTA5-Native-Caller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xwal%2FGTA5-Native-Caller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xwal%2FGTA5-Native-Caller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xwal%2FGTA5-Native-Caller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xwal%2FGTA5-Native-Caller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xwal","download_url":"https://codeload.github.com/0xwal/GTA5-Native-Caller/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xwal%2FGTA5-Native-Caller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278838434,"owners_count":26054720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dll","gta","gta5","gtav","library","natives","ps4","rpc"],"created_at":"2024-12-02T17:15:16.765Z","updated_at":"2025-10-07T20:08:23.009Z","avatar_url":"https://github.com/0xwal.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GTANatives\n\nGTA 5 Library for PS4 to create desktop tools.\nThis library allows you to call over 2000 native functions\nthat can be found here [Nativedb](http://www.dev-c.com/nativedb/)\n\n\u003cp align=\"center\"\u003e\n\u003cimg alt=\"..\" src=\"https://gyazo.com/7a465b8a9a6a82f1b276e97526f33953.png\"/\u003e\n\u003c/p\u003e\n\n# How to use\n* Inject the **[PS4API.BIN](https://github.com/BISOON/ps4-api-server)** whether 4.05 or 4.55\n* Reference the **[GTANative.dll](https://github.com/BISOON/GTA5-Native-Caller/tree/master/GTANatives/bin/Release)** to your project\n* Call the Natives after the connection established\n\n# Brief Examples\n#### Initialize PS4API to pass it to the RPC.Enable(PS4API);\n```csharp\nPS4API PS4 = new PS4API();\nPS4.ConnectTarget(\"192.168.0.0\");\nPS4.AttachProcess();\nRPC.Enable(PS4); // must be called after AttachProcess();\n```\n\n#### Call some natives function\n```csharp\nVector3 vec = ENTITY.GET_ENTITY_COORDS(PLAYER.PLAYER_PED_ID(), true);\nPED.CREATE_RANDOM_PED(vec.X, vec.Y, vec.Z);\n```\n```csharp\nVEHICLE.EXPLODE_VEHICLE(VEHICLE.GET_LAST_DRIVEN_VEHICLE(), true, false);\n```\n```csharp\nVEHICLE.SET_VEHICLE_FORWARD_SPEED(VEHICLE.GET_LAST_DRIVEN_VEHICLE(), 100f);\n```\n```csharp\nWEAPON.SET_PED_INFINITE_AMMO_CLIP(PLAYER.PLAYER_PED_ID(), true);\n```\n```csharp\nTIME.SET_CLOCK_TIME(23, 59, 59);\n```\n*More can be found here **[Natives.cs](https://github.com/BISOON/GTA5-Native-Caller/blob/master/GTANatives/Natives.cs)**\n\n# Note\nFor now only works on 1.0 version of GTA if you need to use this with higher update\nmake sure you update __Native Table Address__ by passing it to the second argument.\n```csharp\nRPC.Enable(PS4API, native_table_address);\n```\n\n# Credits\n* Alexander Blade\n* 2much4u\n* Everyone","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xwal%2Fgta5-native-caller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xwal%2Fgta5-native-caller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xwal%2Fgta5-native-caller/lists"}