Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 46
  1. #31
    freakyyuc's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    22
    My Mood
    Amazed
    Haha I just realized someone uploaded it here
    I guess thanks for all the positive comments

    I would have uploaded it here to, but last time I did that it was deleted because I didn't add a virus scan (which I couldn't because I don't have 10 posts).

    Quote Originally Posted by .Zer0 View Post
    Tested this against Lua Hook.
    Lua Hook is indeed faster but GTALua allows more and is cleaner.
    But I followed Freakyy's work an he has a lot of support going into this aswell as the encouragement to work on this even further.
    Yes, his hook is slightly faster.
    BUT if you want to change a native, you just need to edit the natives.ini/native_call_layout.ini, update the call paramaters (restart the game) and the native is updated. With the other Lua Hook the author needs to change it manually and recompile everything.

    And, you have to admit, the speed difference is very minor. However I plan on updating it in favor of performance soon.
    Last edited by freakyyuc; 04-29-2015 at 08:39 AM.

  2. #32
    timeshift's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Rio Grande do Sul, Brasil
    Posts
    158
    Reputation
    8
    Thanks
    384
    My Mood
    Breezy
    Quote Originally Posted by freakyyuc View Post
    Haha I just realized someone uploaded it here
    I guess thanks for all the positive comments

    I would have uploaded it here to, but last time I did that it was deleted because I didn't add a virus scan (which I couldn't because I don't have 10 posts).
    I was going to send you a PM over at UC telling you that I did it, and if you wanted I could delete, or change it, or anything

    In fact, I also totally forgot to add a virus scan but I guess the moderator didn't care too much.

  3. #33
    freakyyuc's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    22
    My Mood
    Amazed
    No it's fine
    I will send you a PM if I want something changed

  4. #34
    timeshift's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Rio Grande do Sul, Brasil
    Posts
    158
    Reputation
    8
    Thanks
    384
    My Mood
    Breezy
    Quote Originally Posted by freakyyuc View Post
    No it's fine
    I will send you a PM if I want something changed
    Aight! I'm always checking the UC forums and GTAForums, too btw.

  5. #35
    freakyyuc's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    22
    My Mood
    Amazed
    Also, one little thing :P
    You linked me as "freakyy", here on MPGH my name is "freakyyuc"

  6. #36
    timeshift's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Rio Grande do Sul, Brasil
    Posts
    158
    Reputation
    8
    Thanks
    384
    My Mood
    Breezy
    Quote Originally Posted by freakyyuc View Post
    Also, one little thing :P
    You linked me as "freakyy", here on MPGH my name is "freakyyuc"
    Cause that's your nickname all over the web, only here it's not the same, but I'll change it

  7. #37
    XIAOXIAO921's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    0
    Hey guys,

    if i understand this native correctly :

    Vehicle CREATE_VEHICLE(Hash VehicleHash, float xCoord, float yCoord, float zCoord, float Heading, BOOL networkHandle, BOOL vehiclehandle) // 0xDD75460A

    we need the vehiclehash if we want to spawn it. Where can we find it ?
    I guess this one will work online right ?

  8. #38
    timeshift's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Rio Grande do Sul, Brasil
    Posts
    158
    Reputation
    8
    Thanks
    384
    My Mood
    Breezy
    Quote Originally Posted by XIAOXIAO921 View Post
    Hey guys,

    if i understand this native correctly :

    Vehicle CREATE_VEHICLE(Hash VehicleHash, float xCoord, float yCoord, float zCoord, float Heading, BOOL networkHandle, BOOL vehiclehandle) // 0xDD75460A

    we need the vehiclehash if we want to spawn it. Where can we find it ?
    I guess this one will work online right ?
    You can find them pretty much all over the web with a simple google search.

  9. #39
    Aaron.x's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    Glasgow, Scotland
    Posts
    56
    Reputation
    10
    Thanks
    35
    My Mood
    Doubtful
    I put this in the root directory, is that right or does it need its own folder?

  10. #40
    freakyyuc's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    22
    My Mood
    Amazed
    Copy all the files from the archive into the game root directory.
    Do not touch the GTALua folder

  11. The Following User Says Thank You to freakyyuc For This Useful Post:

    Aaron.x (04-29-2015)

  12. #41
    Aaron.x's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    Glasgow, Scotland
    Posts
    56
    Reputation
    10
    Thanks
    35
    My Mood
    Doubtful
    Quote Originally Posted by freakyyuc View Post
    Copy all the files from the archive into the game root directory.
    Do not touch the GTALua folder
    Yeah got it, thanks.

    Upon using the stat editor one it froze my GTA :/

  13. #42
    freakyyuc's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    22
    My Mood
    Amazed
    Please don't use addons from the other script loader, they are not compatible!

  14. #43
    .Zer0's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    331
    Reputation
    11
    Thanks
    1,181
    My Mood
    Amused
    Quote Originally Posted by freakyyuc View Post
    Haha I just realized someone uploaded it here
    I guess thanks for all the positive comments

    I would have uploaded it here to, but last time I did that it was deleted because I didn't add a virus scan (which I couldn't because I don't have 10 posts).



    Yes, his hook is slightly faster.
    BUT if you want to change a native, you just need to edit the natives.ini/native_call_layout.ini, update the call paramaters (restart the game) and the native is updated. With the other Lua Hook the author needs to change it manually and recompile everything.

    And, you have to admit, the speed difference is very minor. However I plan on updating it in favor of performance soon.
    I know the advantages. But there was a conflict going on with speed.
    I also prefer your version since it is cleaner and got a structure.
    I also prefer reloading single plugins instead reloading the entire plugins folder like the LUA Hook does.
    But I will prob also have focus on the .NET ScriptHook and maybe convert some things into there.
    GTA V



    Don't send me friend request. I won't accept them if I don't know you or you are new.

  15. #44
    gunnrcrakr's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    2
    i writed this script to add WANTED Level but nothing happy (no error)

    natives.PLAYER.SET_PLAYER_WANTED_LEVEL(natives.PLA YER.GET_PLAYER_PED(-1), 3, true)
    - - - Updated - - -

    i writed this script to add WANTED Level but nothing happy (no error)

    natives.PLAYER.SET_PLAYER_WANTED_LEVEL(natives.PLA YER.GET_PLAYER_PED(-1), 3, true)

  16. #45
    freakyyuc's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    22
    My Mood
    Amazed
    Update 1.0.1 released!
    • Major new features will come within the week! (Like: Wrappers with classes, more examples, etc.)
    • Updated to work with 1.0.350.1/2
    • Removed leftover debug messages
    • Updated native call layouts for animations (thanks gcWorld!)
    • Note: With this update you'll have to overwrite dinput8!


    I will leave the uploading part to the thread creator, bad experience

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Tutorial] Cheat Engine Execute Lua Scripts
    By JoeSmithDogPlatupus in forum Garry's Mod Hacks & Cheats
    Replies: 22
    Last Post: 09-29-2015, 07:03 AM
  2. [Patched] Vindictus Lua Scripting Engine + Console [v1.3] [XP fixed][NA]
    By Nowayz in forum Vindictus Hacks & Cheats
    Replies: 81
    Last Post: 02-29-2012, 07:22 PM
  3. [Outdated] [VLSE] Vindictus Lua Scripting Engine v1.2 [1/25/2012]
    By Nowayz in forum Vindictus Hacks & Cheats
    Replies: 20
    Last Post: 02-02-2012, 11:29 AM
  4. [Outdated] [VLSE] Vindictus Lua Scripting Engine v1.1 [Fixed]
    By Nowayz in forum Vindictus Hacks & Cheats
    Replies: 113
    Last Post: 01-25-2012, 02:51 PM
  5. [Outdated] [VLSE] Vindictus Lua Scripting Engine v1.0
    By Nowayz in forum Vindictus Hacks & Cheats
    Replies: 132
    Last Post: 01-10-2012, 08:48 AM

Tags for this Thread