Questions I need answered about modding

ItsPrayz

New User
3
06/15/17
0
Thread Author
I'm fairly new to the forums so I'm not sure how it works around here, I'm also new to making my own mods.

I have some questions I need answered by experienced modders, here goes:

Can you create a hack on an Android device solely or do you need a PC? (A FPS game for
example; Radar on, wall hack, God mode, etc.)

What coding language is recommended to learn to be able to create mods for games?

Where should I start modding?

The reason I'm asking is because I don't have a PC atm and I've been trying to mod Bullet Force for radar always on at least but I haven't achieved anything. I don't know what files to look at or anything to begin with. Thank you in advance.
 
modding is changing things. small changes, you can do on device, some tools developed for device only and can be applied to the games on the device.

most games where things needed to be modded *inside* the game, then you need external tools, usually on PC.

coding language - was thinking of telling you to learn cobol but that's just evil me :tearsofjoy:
if you're modding dll, then you need to know assembly language, or at least understand how it works. if you're modding .so or .bin or .whatever then you need binary editing tools capable of interpreting the structure of those files.

start from reading this tutorial section, grab a few "easy" to mod games and see how you go, get a feel to it.

no PC - best of luck. even experienced modders will be crippled if you take their PC from them.

GL
 
modding is changing things. small changes, you can do on device, some tools developed for device only and can be applied to the games on the device.

most games where things needed to be modded *inside* the game, then you need external tools, usually on PC.

coding language - was thinking of telling you to learn cobol but that's just evil me :tearsofjoy:
if you're modding dll, then you need to know assembly language, or at least understand how it works. if you're modding .so or .bin or .whatever then you need binary editing tools capable of interpreting the structure of those files.

start from reading this tutorial section, grab a few "easy" to mod games and see how you go, get a feel to it.

no PC - best of luck. even experienced modders will be crippled if you take their PC from them.

GL
Thanks for the response; Cobol? Never heard of it :sweatsmile:. I'll explore a bit more and see what I can do on mobile until I get a PC. Thanks again.
 
Thanks for the response; Cobol? Never heard of it :sweatsmile:. I'll explore a bit more and see what I can do on mobile until I get a PC. Thanks again.
with limited knowledge of programming if i am not wrong cobol is an old programming langguage :D
 
Back
Top Bottom