IMG

 
IMG
IMG   IMG
  Welcome to GTAForums! Be sure to check out the Grand Theft Auto V Forum.

You are not registered! (If you are, click here to login) Registering is fast, free and easy and allows you to instantly reply to any topic on GTAForums.
Why wait? Click here to register your own unique username and become part of the ever-growing community!


( Log In | Register | Revalidate Validation E-mail )
Quick Log-In:
  IMG
       
>
Forum Rules GTA Modification Forums

Post mod/code requests in the Mod Requests topic

Post mod releases in the Mod Showroom

Read the Modding Rules BEFORE posting!

GTAGarage.com
free mod hosting from GTANet, simply login with your GTAForums account details

GTAModding.com
GTANet's modding wiki

GTA Modding Chatroom
provided by irc.gtanet.com (Don't have an IRC client? Click here)


  Reply to this topicStart new topicStart Poll

 How do I make trainer only control time

 
brandon236  
Posted: Sunday, Aug 12 2012, 07:08
Quote Post


Crackhead
Group Icon
Group: Members
Joined: May 27, 2012

XXXXX



So I'm playing GTA IV and I was wondering if I could make simple trainer (version 6.4) only control time. What I did was I went into the trainer.ini and deleted everyone except for the following in the code. What happened was I can control the time however I can also still control gravity and I can spawn cars control airbrake and more. I can no longer control godmode but I can still control allways godmode. I thought be deleting all those keybindings then I won't be able to control all those things but I still can. What else can I delete?
[CODE]
(The things I didn't delete in trainer.ini
This file has several sections, Each section begins with the configuration area, followed by
a list of values that can be changed. The sections are:

If you want to configure an option, just change the numeric value after the = more section specific
information can be found at the end of each section.


////KEYBINDINGS SECTION////

[KeyBindings]

TimeHealthKey=164 // Time, Weapons, Healt Armor Default LALT

NumPad0=96 // Redefine Numpad 0
NumPad1=97 // Redefine Numpad 1
NumPad2=98 // Redefine Numpad 2
NumPad3=99 // Redefine Numpad 3
NumPad4=100 // Redefine Numpad 4
NumPad5=101 // Redefine Numpad 5
NumPad6=102 // Redefine Numpad 6


//EXPLANATION AND LIST OF KEYCODES//

To define keys, refer to the table below, and change the relevant key value.
The options are named, for instance GodmodeON, which defaults to RCTRL+F1, to change the first key (RCTRL),
change the value GodKeyOn1=XX (XX=code from the table) to change the second key (F1) change the value
GodKeyOn2=XX For subsequent options, this works exactly the same. The order of the keys is the same as
the order in the readme.doc. Some options only have a single key, change this accordingly.
For some options (teleporting, weather, time and car options) you can only change the first key, for instance the teleporting options
which use F10+ Num 1 through to Num 9, you can only change the F10 to whatever you like, so for instance change the F10 to a, you would then
teleport using A+ Num 1 through to Num 9.
To disable an option, just enter value 0, for instance to disable GodmodeOn, just change one of the tow keyvalues
to 0. If you want to change a certain option to only use one key, for instance godmode, just enter the same value for boht keyvalues.

Please don't change the [KeyBindings] header, and also don't change the keynames (GodKeyOn1, GodKeyOn2 and
subsequent entries at the beginning of each line). Doing that will force the trainer to use default keys as
listed in the readme.

you can change everything after = including the // comments line. Of course be certain to enter correct
key code values.

If you don't copy this file to the GTAIV directory, the trainer will use the default keybindings as described in
the readme.doc.


Key Code
Numpad 0 96
Numpad 1 97
Numpad 2 98
Numpad 3 99
Numpad 4 100
Numpad 5 101
Numpad 6 102
Numpad 7 103
Numpad 8 104
Numpad 9 105
Lalt 164



////DEFAULTS SECTION////

[Defaults]
EnabledOnStartup=1 //Trainer Enabled on Game Startup Default 1
DisplayMessages=0 //Display the ingame messages, you can disable all messages that are displayed when using hotkeys.

PM
  Top
 

 
brandon236  
Posted: Sunday, Aug 12 2012, 07:28
Quote Post


Crackhead
Group Icon
Group: Members
Joined: May 27, 2012

XXXXX



nvm I figured it out
PM
  Top
 

 

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)

0 Members:

Topic Options Reply to this topicStart new topicStart Poll
Search topic for posted by (exact match)



 
IMG IMG