Page 1 of 3 1 2 3 Last
  1. #1
    Senior Member
    NotYourDope's Avatar
    Join Date
    Jan 2019
    Posts
    162
    Threads
    15
    Reputation

    259

    NYD ModLoader Source (ASM/C)


    Designed by OfficialJesseP

    Hi PlayerSquared, today I present to you my ModLoader source. It's highly customisable & is easy to do so.

    How to edit
    Videos recorded by JakeModz89



    Download: NYD Projects Collection v2

    Credits
    NotYourDope - Creator
    EROOTIIK - Texture file for the buttons & original idea to use them, & help with some C
    Danii X MoDz - fix for disabling special ability
    Last edited by OfficialJesseP; December 5th, 2023 at 08:17 PM.

  2. #2
    Stay frosty.
    Administrator
    Vince's Avatar
    Join Date
    Nov 2018
    Posts
    298
    Threads
    77
    Reputation

    13665

    RE: NYD ModLoader Source

    Kinda sad he wont sign up, and even sadder that NGU banned him for making that thread. He's always welcome here if you want to screenshot and show him this.

  3. #3
    Bravo Six, Going Dark
    Staff
    EgoMaw's Avatar
    Join Date
    Dec 2018
    Posts
    177
    Threads
    26
    Reputation

    100

    RE: NYD ModLoader Source

    Always was welcome and always will be like everyone else

  4. #4
    Senior Member
    NotYourDope's Avatar
    Join Date
    Jan 2019
    Posts
    162
    Threads
    15
    Reputation

    259

    RE: NYD ModLoader Source

    The weird bug with disabling special ability has been fixed (thanks to Danii X MoDz). For those of you that don't want to re download the whole source, you can simply replace the Original code with the New code. You can find the code by searching for "isableControls_".

    Original
    Spoiler: 

    Code: 
    StaticGet DisableSpecialAbility
    JumpFalse @SkipDisableSpecialAbility_
    CallNative "PLAYER_ID" 0 1
    CallNative "IS_SPECIAL_ABILITY_ENABLED" 1 1
    JumpFalse @SkipDisableSpecialAbility_
    CallNative "PLAYER_ID" 0 1
    push_0
    CallNative "ENABLE_SPECIAL_ABILITY" 2 0
    :SkipDisableSpecialAbility_


    New
    Spoiler: 

    Code: 
    StaticGet DisableSpecialAbility
    JumpFalse @SkipDisableSpecialAbility_
    CallNative "PLAYER_ID" 0 1
    CallNative "IS_SPECIAL_ABILITY_ACTIVE" 1 1
    JumpFalse @SkipDisableSpecialAbility_
    CallNative "PLAYER_ID" 0 1
    CallNative "SPECIAL_ABILITY_DEACTIVATE_FAST" 1 0
    :SkipDisableSpecialAbility_

  5. #5
    Is this the Krusty Krab?
    VIP
    illusional's Avatar
    Join Date
    Feb 2019
    Posts
    109
    Threads
    11
    Reputation

    1644

    RE: NYD ModLoader Source

    Originally Posted by "NotYourDope" pid='1016' dateline='1547237786'

    Designed by OfficialJesseP


    [size=small]Hi PlayerSquared, today I present to you my ModLoader source. It's highly customisable & is easy to do so.[/size]




    [size=small]How to edit[/size]

    [size=small]Video recorded by JakeModz89[/size]



    [size=small]Download: NYD ModLoader Source[/size]


    [size=small]Credits[/size]

    [size=small]NotYourDope - Creator[/size]

    [size=small]EROOTIIK - Texture file for the buttons & original idea to use them[/size]

    [size=small]Danii X MoDz - fix for disabling special ability[/size]
    has anyone ever had an issue trying to join someone and just freezing trying to get the pop up to press ok?

  6. #6

    RE: NYD ModLoader Source

    Originally Posted by "NotYourDope" pid='1016' dateline='1547237786'

    Designed by OfficialJesseP


    [size=small]Hi PlayerSquared, today I present to you my ModLoader source. It's highly customisable & is easy to do so.[/size]




    [size=small]How to edit[/size]

    [size=small]Video recorded by JakeModz89[/size]



    [size=small]Download: NYD ModLoader Source[/size]


    [size=small]Credits[/size]

    [size=small]NotYourDope - Creator[/size]

    [size=small]EROOTIIK - Texture file for the buttons & original idea to use them[/size]

    [size=small]Danii X MoDz - fix for disabling special ability[/size]
    can you share the code to add background and title picture please

  7. #7
    Senior Member
    NotYourDope's Avatar
    Join Date
    Jan 2019
    Posts
    162
    Threads
    15
    Reputation

    259

    RE: NYD ModLoader Source (ASM/C++)

    The C++ version can now be downloaded from the thread.

  8. #8
    Is this the Krusty Krab?
    VIP
    illusional's Avatar
    Join Date
    Feb 2019
    Posts
    109
    Threads
    11
    Reputation

    1644

    RE: NYD ModLoader Source (ASM/C++)

    Originally Posted by "NotYourDope" pid='1433' dateline='1550599124'
    The C++ version can now be downloaded from the thread.
    whats the difference with asm an c++ menus? stability?

  9. #9
    Senior Member
    NotYourDope's Avatar
    Join Date
    Jan 2019
    Posts
    162
    Threads
    15
    Reputation

    259

    RE: NYD ModLoader Source (ASM/C++)

    Originally Posted by "illusional" pid='1434' dateline='1550618141'
    Originally Posted by "NotYourDope" pid='1433' dateline='1550599124'
    The C++ version can now be downloaded from the thread.
    whats the difference with asm an c++ menus? stability?
    The language they are coded in.

  10. #10

    RE: NYD ModLoader Source (ASM/C++)

    Originally Posted by "NotYourDope" pid='1433' dateline='1550599124'
    The C++ version can now be downloaded from the thread.
    thank you i think is easier for me to add menu and submenus in this base, work awesome THANK YOU!!

Page 1 of 3 1 2 3 Last

Similar Threads

  1. Replies: 3
    Last Post: December 2nd, 2020, 07:24 PM
  2. V NYD ModLoader Source (C++) With Background
    By FYV7 Deve in forum Grand Theft Auto
    Replies: 2
    Last Post: December 10th, 2019, 05:10 AM
  3. V Plate Scroll Source
    By MrWoodlaw in forum Grand Theft Auto
    Replies: 3
    Last Post: January 13th, 2019, 11:25 PM