ChristopherProject / GTA5Java

Simple JNA Mod Menu For GTA5.exe (DISCONTINUED)

Home Page:http://nobusware.it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NobusWare X Grand Theft Auto 5

Simple Mod Menu (Written in Java)

Disclamer

This menu is totally in native java, I've always dreamed of doing it in a language familiar to me, the idea of ​​this project was also born to give anyone who is not very familiar with C/C++ to develop in complete comfort in simple language. For this project of mine I used the following technologies:

  • JNA (Java Native Access)
  • GDI32 (Rendering Overlay)

Features

  • Read Pid, BaseAddress and ProcessHandler
  • Write By Offsets Array Or Long Value
  • Draw on Windows any stuff you want
  • Read Address By Signatures
  • Read and Write From PTR

Credits

  • Princekin (He Helped me to know what jna is)
  • Foiks (He Helped me and give me some self-confidence for do this)
  • Backq (He Helped me to know memory, offsets and signatures)