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 Attention:

The Mod Showroom is only for posting previews/downloads of completed or near finished mods.
All help topics should be posted in the Editing Discussion forums. Help topics and mod requests posted here will be locked or binned. Thank you.
GTAGarage.com : Free mod hosting, attach your files and screenshots to your topics
GTAModding.com : A wiki for everything related to GTA modding, including documentation and tutorials

Pages: (35) 1 2 [3] 4 5 ... Last »  ( Go to first unread post ) Reply to this topicStart new topicStart Poll

 [GTAIV|REL|ALPHA] Simple native trainer

 
dualCore  
Posted: Sunday, Dec 28 2008, 09:14
Quote Post


Rat
Group Icon
Group: Members
Joined: Dec 26, 2008

ru.gif

XXXXX



QUOTE (johnma @ Dec 28 2008, 08:15)
Still cannot solve the issue about non working invincible after taxi ride ?

It is fixed now. I've added hotkeys for all switchable functions and one extra hotkey for forcing invincibility ingame. It is no so bloodsucking as in Alice but also eats CPU. So if you want to use normal invincibility - use it, if you want to force - force it. This features are included in the next release, but I want to fix some other bugs before relesing it.
PMICQ
  Top
 

 
johnma  
Posted: Sunday, Dec 28 2008, 11:20
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Dec 18, 2006

XXXXX



you're the man ~~~ Amen
PM
  Top
 

 
Intosia  
Posted: Sunday, Dec 28 2008, 12:51
Quote Post


I'm random! ^^
Group Icon
Group: Members
Joined: Dec 11, 2008

nl.gif

XXXXX



Very nice! Hotkeys would be great yes biggrin.gif
Users WebsitePM
  Top
 

 
impossiblex  
Posted: Sunday, Dec 28 2008, 14:01
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Dec 27, 2008

XXXXX



new version uploaded, past version had 260 downloads!! (just from rapidshare link, no idea about other)

that's 260 downloads in about 12 hours!!!

you guys are going to love the new version biggrin.gif

IX
PM
  Top
 

 
dualCore  
Posted: Sunday, Dec 28 2008, 14:02
Quote Post


Rat
Group Icon
Group: Members
Joined: Dec 26, 2008

ru.gif

XXXXX



New version released.
Added: set car color+visual colorpicker.
Added: hotkeys for switchable modes.
Added: hotkey for forced Invincible mode.
Some minor fixes.
--
Check my first post for more info.
Enjoy!
PMICQ
  Top
 

 
dualCore  
Posted: Sunday, Dec 28 2008, 14:33
Quote Post


Rat
Group Icon
Group: Members
Joined: Dec 26, 2008

ru.gif

XXXXX



Answering the private message here:

Q: Can you intergrate clear wantedlevel in your trainer???
A: It's already done. Just press hotkey Alt + Numeric 3 twice - first time to clear the level and second time to disable never wanted mode. This will clear your wanted level.
PMICQ
  Top
 

 
Marcel051182  
Posted: Sunday, Dec 28 2008, 14:35
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Dec 25, 2008

gr.gif

XXXXX



THX.
PM
  Top
 

 
Marcel051182  
Posted: Sunday, Dec 28 2008, 14:45
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Dec 25, 2008

gr.gif

XXXXX



@ dualCore

can you made a hotkey for this funtion??

Give ammo: refulls the ammo for all Niko's weapons <- hotkey

This post has been edited by Marcel051182 on Sunday, Dec 28 2008, 14:53
PM
  Top
 

 
ww99  
Posted: Sunday, Dec 28 2008, 14:49
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Jun 14, 2005

XXXXX



dualcore awesome work biggrin.gif
Your trainer is the best around
PM
  Top
 

 
dualCore  
Posted: Sunday, Dec 28 2008, 15:38
Quote Post


Rat
Group Icon
Group: Members
Joined: Dec 26, 2008

ru.gif

XXXXX



QUOTE (Marcel051182 @ Dec 28 2008, 14:45)
@ dualCore

can you made a hotkey for this funtion??

Give ammo: refulls the ammo for all Niko's weapons <- hotkey

Hm as far as I know when you,ve used this option your ammo is 9999 and never goes down. Do you need anything else? just write smile.gif
PMICQ
  Top
 

 
nero222  
Posted: Sunday, Dec 28 2008, 15:53
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Dec 28, 2008

XXXXX



ok guys, i need your help now...
i simply don't get gta to run with a diffrent binkhooked.dll or binkw32.dll, i obviously made the asi loader work, because when i start gta the trainer appears, but i'm not able to get in the game, as it crashes before even start..
I'm using windows vista...what am I doing wrong..i don't get it..please help
PM
  Top
 

 
Marcel051182  
Posted: Sunday, Dec 28 2008, 16:37
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Dec 25, 2008

gr.gif

XXXXX



QUOTE (dualCore @ Dec 28 2008, 15:38)
QUOTE (Marcel051182 @ Dec 28 2008, 14:45)
@ dualCore

can you made a hotkey for this funtion??

Give ammo: refulls the ammo for all Niko's weapons <- hotkey

Hm as far as I know when you,ve used this option your ammo is 9999 and never goes down. Do you need anything else? just write smile.gif


yes can you write a script with one damaged cars can repair again and can you integrate this 2 scripts???

---------- GTA IV Alice "BUllet Time" script example ----------
---------- © HippieCommunist 2008 And Reconstructed By Aceship ----------
-- Bullet time key is Mouse Middle Button
--global variables
PLAYER_ID, PLAYER_INDEX, PLAYER_CHAR, Time = 0

function InitScript()
-- blah-blah-blah
Wait(10000)
end

function WaitForPlayerPoolCreation()
while (IsPlayerPoolCreated() == 0) do
Wait(2000)
end
end

function WaitForValidPlayer()
PLAYER_CHAR = 0
repeat
CallNative("GET_PLAYER_ID")
PLAYER_ID = GetIntResult()
if (PLAYER_ID >= 0) then
PushInt(PLAYER_ID)
CallNative("CONVERT_INT_TO_PLAYERINDEX")
PLAYER_INDEX = GetIntResult()
PushInt(PLAYER_INDEX)
PushVarPtr()
CallNative("GET_PLAYER_CHAR")
PLAYER_CHAR = GetIntParam(1)
if (PLAYER_CHAR <= 0) then
Wait(1000)
end
end
until (PLAYER_CHAR > 0)
end

function Bullettime()
if Time == 0 then
Time = 1
else
Time=0
end
PushInt(Time)
CallNative("SET_GRAVITY_OFF")
if Time == 1 then
PushFloat(0.6)
CallNative("SET_TIME_SCALE")
Wait(1000)
PushFloat(0.3)
CallNative("SET_TIME_SCALE")
Wait(3000)
PushFloat(0.2)
CallNative("SET_TIME_SCALE")
end
if Time == 0 then
PushFloat(0.5)
CallNative("SET_TIME_SCALE")
Wait(1000)
PushFloat(0.75)
CallNative("SET_TIME_SCALE")
Wait(1000)
PushFloat(1.0)
CallNative("SET_TIME_SCALE")
end
end

function main()
InitScript()
while true do
if (IsKeyPressed(4) == 1) then
WaitForPlayerPoolCreation()
WaitForValidPlayer()
Bullettime()
Wait(1000)
end
end
end

-- start
main();


and

---------- GTA IV Alice "Save everywhere" script example ----------
---------- © Alexander Blade 2008 ----------
-- Save key is TAB
--global variables
PLAYER_ID, PLAYER_INDEX, PLAYER_CHAR, SAVEDONE, TIMER = 0

function InitScript()
-- blah-blah-blah
Wait(10000)
end

function WaitForPlayerPoolCreation()
while (IsPlayerPoolCreated() == 0) do
Wait(2000)
end
end

function WaitForValidPlayer()
PLAYER_CHAR = 0
repeat
CallNative("GET_PLAYER_ID")
PLAYER_ID = GetIntResult()
if (PLAYER_ID >= 0) then
PushInt(PLAYER_ID)
CallNative("CONVERT_INT_TO_PLAYERINDEX")
PLAYER_INDEX = GetIntResult()
PushInt(PLAYER_INDEX)
PushVarPtr()
CallNative("GET_PLAYER_CHAR")
PLAYER_CHAR = GetIntParam(1)
if (PLAYER_CHAR <= 0) then
Wait(1000)
end
end
until (PLAYER_CHAR > 0)
end

function SaveGame()
SAVEDONE = 0
TIMER = 0
CallNative("ACTIVATE_SAVE_MENU")
Wait(1000)
while (SAVEDONE == 0) and (TIMER < 10000) do
TIMER = TIMER + 100
Wait(100)
CallNative("DID_SAVE_COMPLETE_SUCCESSFULLY")
SAVEDONE = GetIntResult()
end
end

function main()
InitScript()
while true do
if (IsKeyPressed(9) == 1) then
WaitForPlayerPoolCreation()
WaitForValidPlayer()
if (IsKeyPressed(9) == 1) then
SaveGame()
Wait(2000)
end
end
Wait(300)
end
end

-- start
main();


the save Script on the tab-key
the bullet script on the middle mouse key

is the posible??

This post has been edited by Marcel051182 on Sunday, Dec 28 2008, 17:12
PM
  Top
 

 
andree  
Posted: Sunday, Dec 28 2008, 16:58
Quote Post


PIMP
Group Icon
Group: Members
Joined: Apr 11, 2007

cz.gif

XXXXX



dualCore you're the best!!!!!!!!!!! i love your trainer inlove.gif icon14.gif biggrin.gif
PM
  Top
 

 
honza94  
Posted: Sunday, Dec 28 2008, 17:06
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Dec 25, 2008

XXXXX



to nero222: do you have http://www.gtaforums.com/index.php?showtopic=380102? I was have same problem and this is resolution.
PM
  Top
 

 
nero222  
Posted: Sunday, Dec 28 2008, 17:37
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Dec 28, 2008

XXXXX



seems to make no difference at all..=/
PM
  Top
 

 
dualCore  
Posted: Sunday, Dec 28 2008, 17:53
Quote Post


Rat
Group Icon
Group: Members
Joined: Dec 26, 2008

ru.gif

XXXXX



Marcel051182
Yes, it is possible. I will include this stuff in my next release.

nero222
Did you try to reinstall the game? Or delete everything from tre root folder and select Repair in the autorun dialog? If the problem appears then, it is not bink*.dll problem. Let us know the result.
PMICQ
  Top
 

 
Marcel051182  
Posted: Sunday, Dec 28 2008, 17:56
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Dec 25, 2008

gr.gif

XXXXX



@dualcore

you are big icon14.gif

can you say when your next release come out??
PM
  Top
 

 
topeira  
Posted: Sunday, Dec 28 2008, 17:56
Quote Post


Playa
Group Icon
Group: Members
Joined: Jun 16, 2005

XXXXX



nice job indeed smile.gif

i PMed you, dualcore, about a maximum-health limiter option. i hope u can reply.
PM
  Top
 

 
dualCore  
Posted: Sunday, Dec 28 2008, 18:03
Quote Post


Rat
Group Icon
Group: Members
Joined: Dec 26, 2008

ru.gif

XXXXX



QUOTE (topeira @ Dec 28 2008, 17:56)
nice job indeed smile.gif

i PMed you, dualcore, about a maximum-health limiter option. i hope u can reply.

Answering on your PM:

Yes, for sure it is possible if it makes you happy smile.gif)) Will add a checkbox for doing this.
Marry x-mas too. BTW we have our x-mas on the 7th of January in Russia smile.gif
PMICQ
  Top
 

 
dualCore  
Posted: Sunday, Dec 28 2008, 18:07
Quote Post


Rat
Group Icon
Group: Members
Joined: Dec 26, 2008

ru.gif

XXXXX



QUOTE (Marcel051182 @ Dec 28 2008, 17:56)
@dualcore

you are big icon14.gif

can you say when your next release come out??

I will collect all your requests, then I will pay some attention to my sweet wife and then... Mb tomorrow you will get a shiny new release to play with. Thanx for your support mates. Didnt even think this trainer will become popular.
PMICQ
  Top
 

 

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

0 Members:

Pages: (35) 1 2 [3] 4 5 ... Last »

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



 
IMG IMG