San Andreas / Mods / CLEO Modifications
RZL-Trainer v2.0.1
- muhammad_herizal | uploaded by muhammad_herizal
- gtainside.com/user/muhammad...
- 05/27/2019
- 441375 Downloads
Ratings:
Please sign in first.
Favorites:
Download
135.24Kb
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........
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........
Comments
There are 59 comments posted yet.
07/19/2020 21:04
@ofseveN
if you want to modding GTA, use version 1.0 US. Idiot


Quote | Reply
@ofseveN
You fucking noob.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.
if you want to modding GTA, use version 1.0 US. Idiot
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
@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
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
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
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
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
@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






