Help! Want to get into modding. What language to learn?

Nihilist714

Platinian
Original poster
Jun 1, 2022
11
1
3
32
United States
Hello. I want to learn how to create ESP mod menu for android and iOS games. I know that for creating esp mod menu for android games would require java and c++. I already know Java and will learn c++ soon.

But for creating esp mod menu for iOS games on jailbroken ios, what language do I learn? Objective c?
 

·҉ dollaz·҉. .

Approved iModder
Approved iModder
Mar 26, 2021
159
1,821
193
Somewhere
If you are doing a unity game for example, you could do esp with c++ using unity's native drawLine functions, or you could make a more styled ESP with objective c
 
  • Like
Reactions: Nihilist714

Looik

Platinian
May 16, 2022
12
7
3
24
Hu
you wont be reading any memory with objc, you’ll be doing that with cpp and drawing the box or whatever you want in objc
 
  • Like
Reactions: Nihilist714