{"id":18350963,"url":"https://github.com/nuriofernandez/go-gta-sa-memory-reader","last_synced_at":"2026-03-02T09:32:43.065Z","repository":{"id":44665917,"uuid":"512490518","full_name":"nuriofernandez/go-gta-sa-memory-reader","owner":"nuriofernandez","description":"A simple and beautiful API to read GTA:SA game in memory data ✨","archived":false,"fork":false,"pushed_at":"2023-12-10T16:01:16.000Z","size":16,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T10:42:07.489Z","etag":null,"topics":["game-memory","grand-theft-auto","gta","gta-sa","gta3","memory-hacking"],"latest_commit_sha":null,"homepage":"","language":"Go","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/nuriofernandez.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}},"created_at":"2022-07-10T16:58:37.000Z","updated_at":"2024-05-10T18:38:19.000Z","dependencies_parsed_at":"2024-01-03T14:50:35.651Z","dependency_job_id":null,"html_url":"https://github.com/nuriofernandez/go-gta-sa-memory-reader","commit_stats":null,"previous_names":["nuriofernandez/go-gta-sa-memory-reader","xxnurioxx/go-gta-sa-memory-reader"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nuriofernandez/go-gta-sa-memory-reader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuriofernandez%2Fgo-gta-sa-memory-reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuriofernandez%2Fgo-gta-sa-memory-reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuriofernandez%2Fgo-gta-sa-memory-reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuriofernandez%2Fgo-gta-sa-memory-reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuriofernandez","download_url":"https://codeload.github.com/nuriofernandez/go-gta-sa-memory-reader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuriofernandez%2Fgo-gta-sa-memory-reader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29997213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"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":["game-memory","grand-theft-auto","gta","gta-sa","gta3","memory-hacking"],"created_at":"2024-11-05T21:28:58.817Z","updated_at":"2026-03-02T09:32:43.006Z","avatar_url":"https://github.com/nuriofernandez.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GTA SA Memory accessor\n\nA simple and beautiful API to read GTA:SA game in memory data ✨\n\n## Usage Example\n\n### Code example\n\n```go\nfunc main() {\n    gtaSa := new(gtaSa.GtaSa)\n    gtaSa.Hook()\n    \n    money := gtaSa.GetMoney()\n    pedLocation := gtaSa.GetPed().GetLocation()\n    vehicleLocation := gtaSa.GetVehicle().GetLocation()\n    pedStatus := gtaSa.GetPed().GetStatus()\n    \n    fmt.Println(\"Ped status: \", pedStatus)\n    fmt.Println(\"User money: \", money)\n    fmt.Printf(\"Ped location: '%f', '%f', '%f'\\n\", pedLocation.X, pedLocation.Y, pedLocation.Z)\n    fmt.Printf(\"Vehicle location: '%f', '%f', '%f'\\n\", vehicleLocation.X, vehicleLocation.Y, vehicleLocation.Z)\n}\n```\n### In-game screenshot\n\n\u003cimg src=\"https://i.imgur.com/nboAIdd.png\" alt=\"Boat Captcha resolve\" width=\"100%\"/\u003e\n\n### Code execution output\n\n```bash\nTrying to find a running GTA:SA instance.\nSuccessfully hooked into a running GTA:SA instance.         \nPed status:  InFloor                                        \nUser money:  24968                                          \nPed location: '-2174.303467', '-428.641479', '35.335938'    \nVehicle location: '-2171.551025', '-436.249969', '35.251785'\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuriofernandez%2Fgo-gta-sa-memory-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuriofernandez%2Fgo-gta-sa-memory-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuriofernandez%2Fgo-gta-sa-memory-reader/lists"}