San Andreas / Mods / CLEO Modifications

RZL-Trainer v2.0.1


  • muhammad_herizal | uploaded by muhammad_herizal
  • gtainside.com/user/muhammad...
  • 05/27/2019
  • 441371 Downloads

Ratings:

Please sign in first.


Favorites:

Download
135.24Kb

Videos

No videos added yet.
You need to be signed in to add videos to this mod.

Description

RZL-Trainer v2.0.1

For those who don't know what this is, this is a cheat menu that is often called the Trainer in GTA V or IV.

Features in it:
- Player Options
- Vehicles Options
- Actor Spawner or Skin Slector
- Vehicles Spawner
- Teleporting
- Mission Selector
- Time Options
- Weapons Selector
- Weather Selector
- and anymore....


Big Update!!!
Already 74,629 lines of code were written. The trainer is very stable.
What's new?
# Shortcut key added
- atl+Q = air break
- J = enter nearest vehicle
- ] = instant speed up
- [ = instant stop
# Language added
- language Spanish (translated by iAboika)
# General Option, menu added
- trainer color menu (can change theme color)
- suicide
- shortcut key (can enable/disable)
- keep position, if wasted/busted
- gravity control menu
# Vehicle Option, menu added
- enter nearest vehicle (shortcut key ready)
- instant speed up (shortcut key ready)
- instant stop (shortcut key ready)
- drive-by/aim in car (hold click right to aim in car)
- perfect handling
- bicycle huge jump
# Actor Spawning, menu added
- appearance menu (change clothes, hair, and tattoo)
# Vehicle Spawning, menu added
- added vehicle menu (480 slots available)
- input vehicle id
- appear vehicle id in bottom menu while driving
# Teleporting, menu added
- go through door
- interior menu (teleport to interior)
# Weapons, menu added
- auto aim/lock-on (aim+q/e = aim+weapon next/prev)
- added weapon menu (60 slots available)
# Other
- Replay F1 & F3 has disable (can enable again in RZL-Trainer.ini config but game must restart)
- and fix bug....

Main menu key
F2 = show/hide menu
joypad left+R3 = show menu
numpad 5/ right Shift/ joypad right = Accept
numpad 0/ Backspace/ joypad left = Back
numpad 8/ arrow up/ joypad up = UP
numpad 2/ arrow down/ joypad down = Down
numpad 4/ arrow left = Left
numpad 6/ arrow right = Right
Shorcut key
atl+Q = air break
Delete = Teleport to marker
' = Go through door
J = enter nearest vehicle
] = instant speed up
[ = instant stop

Find a bug report in the comment column.

Don't forget to give me PERFECT RATING so I am excited.
I work voluntarily, I hope you appreciate that.
Thank you very much........

There are 59 comments posted yet.

12/18/2025 21:07

Good job! It would be cool if you can add a feature to load and apply added (not replaced) car modification parts and wheels which are put into veh_mod.ide.

Quote | Reply
12/11/2024 13:31

Bro ini bisa ganti bahasa gk trainerny? Soalny salah pencet malah bahasa Spanyol. Klo bisa gimana ya?

Quote | Reply
11/20/2024 14:12



Quote | Reply
06/05/2021 07:15

Great trainer my friend! It works perfectly with my game.

Terima Kasih!

Quote | Reply
04/02/2021 15:48

epic

Quote | Reply
08/08/2020 18:31

Hey bro, I should let you know that this trainer causes several missions with vehicles involved to immediately fail, as it blows up the car, whether or not any trainer options are enabled.
EDIT: Whoops, didn't realize there was a more up to date version. good trainer.

Quote | Reply
07/19/2020 21:04

@ofseveN
 Quote: ofseveN

NO ONE TELL ANYONE HOW TO SETUP FUCKING CLEO AND THIS SHIT. THEY JUST SAY SOMETHINK BUT NO ONE WROTE ABOUT FUCKING SETUP SCHEMA. I JUST WANTED DOWNLOAD TRAINER ON ROCKSTAR GAMES LAUNCHER'S GTA SA, BUT DOESNT WORK ANYONE.
You fucking noob.
if you want to modding GTA, use version 1.0 US. Idiot

Quote | Reply
07/15/2020 15:30



Quote | Reply
05/15/2020 18:32

NO ONE TELL ANYONE HOW TO SETUP FUCKING CLEO AND THIS SHIT. THEY JUST SAY SOMETHINK BUT NO ONE WROTE ABOUT FUCKING SETUP SCHEMA. I JUST WANTED DOWNLOAD TRAINER ON ROCKSTAR GAMES LAUNCHER'S GTA SA, BUT DOESNT WORK ANYONE.

Quote | Reply
12/21/2019 04:55

@DowneyJocks
only to spawn additional weapons.
you can add list in *INI config.

new version is available download here:
https://www.gtainside.com/en/sanandreas/mods/138134-rzl-trainer-v3-1-2-cheat-menu/

Quote | Reply
12/19/2019 17:53

Hey, I want to ask something about the weapon menu, I see there's an additional weapon menu option is it for adding custom weapons?

And BTW your mod is AMAZING! I Love it!

Quote | Reply
10/19/2019 02:16

@muhammad_herizal
hey friend is just a tip

eg, large cleo scripts lack variables

because you only have 31 @ (32 @ 33 @) counters
otherwise there are other mistakes

a thread memory
this is a good method for very stable scripts
and variable reserves

learn to
thread memory
and how to use call scm function

Quote | Reply
10/18/2019 18:21

@dv hack
Thanks my friend for your suggestion.

I have never written code like that, maybe I will learn it.

And it seems impossible that I would make them like that. Because there will be a lot of code that will be rearranged.

Quote | Reply
10/18/2019 14:48

@fan script
Thanks for your support my friend.

Quote | Reply
10/18/2019 14:40

@Rareparrot
now a new version is available, download now for a better experience.

Quote | Reply
10/14/2019 15:28

My favorite mod menu to use. better then that cheat thing.

Quote | Reply
10/05/2019 22:05

now i can use it Good Job bro 10/10

Quote | Reply
09/08/2019 22:54

There is a way to change the key to show the trainer?

Quote | Reply
08/29/2019 03:48



hey friend you should
use

thread memory
and external functions

what is thread memory
is used to store variables
without limits

and the external function
has a closed circuit
func doesn't remember variables
from the thread
benefits
you can send parameters to the function
and send parameters from the function

see


//thread memory shemats

//writing param
0AC6: 10@ = label @dv_menu_256779 offset
0A8C: write_memory 10@ size 4 value 10 virtual_protect 0

//reading param
0AC6: 10@ = label @dv_menu_256779 offset
0A8D: 29@ = read_memory 10@ size 4 virtual_protect 0
//29@ - use opcode to show number

//remember make jump
:dv_menu_256779
hex
//var has 4 byte
00 00 00 00 //offset 0
00 00 00 00 //0ffset 4
end

//external func aka void in c++ shemats
0AB1: call_scm_func @dv_menu_245499 0

//remember make jump
:dv_menu_245499
//|------------|
0ab2: 0 //0 = not return any param


Quote | Reply
08/28/2019 22:06

hey friend
you see

people will not appreciate your work
you should have at least 20,000 30,000 downloads
for the hard work

but first you have to get rid of the competition
you ask which one
these
https://www.gtainside.com/user/Grinch_
https://www.gtainside.com/user/Zolika1351

if your menu will be better than others
people will fly like flies on your mod menu

just remember people have eyes and cleverness

you'll be getting better then you'll have competition
like I have a competition but I beat them
their modmenu don't have
what my menu mod has

attention you are not my competition because you are my friend
and my friends have the best rewards I offer them

Quote | Reply
08/06/2019 11:44

my game runs fine without the mod but when i have it in the cleo files my character walks by himself backwards. pls tell me how to fix this

Quote | Reply
07/20/2019 22:41

@muhammad_herizal please add that fuction to enable or disable jetpack

Quote | Reply
07/20/2019 07:49

@Leinad
yes, That's not a BUG. I did make it like that, could escape Jetpack even though it was flying.

Maybe I will add the enable / disable feature for that to come.

Thanks for the information

Quote | Reply
07/19/2019 05:27

There's a bug with jetpack, when I press f or Enter jetpack dissapears, and also when I'm flying with jetpack and press f or enter the jetpack dissapears and CJ fall down, can you fix this please?

Quote | Reply
07/17/2019 03:21

@muhammad_herizal Sorry, the problem was my cleo, I had the cleo 3

Quote | Reply
07/16/2019 07:59

@MasterUniqueGames
there is nothing that doesn't match. make sure you use the latest version of Cleo.
What modifications do you use GTA SA?

I tried in various GTA SA modifications, everything went well, except GTA Underground some features that use memory changes, will be rejected, because they have scripts that reject changes in memory values.

Quote | Reply
07/16/2019 01:28

This version does not work in my gta

Quote | Reply
06/16/2019 17:55



Quote | Reply
06/12/2019 16:42

@moefang48
Di bagian menu GENERAL OPTION (OPSI UMUM).
Trus pilih shortcut key (tombol pintas) jadikan disable (mati).
Trus save (simpan) perubahan, agar gk ga aktif seterusnya jika mulai main ulang.

Quote | Reply
06/12/2019 15:06

Bang, bagaimana cara ganti/hilangin shortcut key nya... kalo ngetik cheat suka nabrak ke yang lain

Quote | Reply