How do You Make A Low Gravity Channel

Page 1 of 3 123 LastLast
Results 1 to 25 of 58
  1. #1
    Rival Gamers Owner own_prox is offline
    MemberRank
    Jul 2007 Join Date
    HellLocation
    1,077Posts

    How do You Make A Low Gravity Channel

    How do You Make A Low Gravity Channel?


  2. #2
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: How do You Make A Low Gravity Channel

    theirs been 1 or 2 threads about it >_> look

  3. #3
    Rival Gamers Owner own_prox is offline
    MemberRank
    Jul 2007 Join Date
    HellLocation
    1,077Posts

    Re: How do You Make A Low Gravity Channel

    none acturly saying how to add it in one channel

  4. #4
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: How do You Make A Low Gravity Channel

    There's a function for it in GunZ. Thought it was called UpdateGravityxxxxxxxxxxx. Check the channelnumber you're in, then if the channelnumber (for example) is 4, set the gravity to 10 or something simmulair to that.

  5. #5
    Rival Gamers Owner own_prox is offline
    MemberRank
    Jul 2007 Join Date
    HellLocation
    1,077Posts

    Re: How do You Make A Low Gravity Channel

    hmm asm edit i guess ?

  6. #6
    Programming Addict Lambda is offline
    MemberRank
    Sep 2007 Join Date
    SpainLocation
    393Posts

    Re: How do You Make A Low Gravity Channel

    Quote Originally Posted by Wizkidje View Post
    There's a function for it in GunZ. Thought it was called UpdateGravityxxxxxxxxxxx. Check the channelnumber you're in, then if the channelnumber (for example) is 4, set the gravity to 10 or something simmulair to that.
    More exactly, ZModule_Movable::UpdateGravity.

    btw, have you tested if hooking and changing that value works?

    Quote Originally Posted by own_prox View Post
    hmm asm edit i guess ?
    It can be done by asm but is a pain, its more easy to do it in a DLL

  7. #7
    Be Freestyle. mcsic is offline
    MemberRank
    May 2008 Join Date
    GermanyLocation
    330Posts

    Re: How do You Make A Low Gravity Channel

    Quote Originally Posted by Lambda View Post
    It can be done by asm but is a pain, its more easy to do it in a DLL
    Teach =D

  8. #8
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: How do You Make A Low Gravity Channel

    Quote Originally Posted by Lambda View Post
    More exactly, ZModule_Movable::UpdateGravity.

    btw, have you tested if hooking and changing that value works?



    It can be done by asm but is a pain, its more easy to do it in a DLL
    No I haven't tried it yet... I'll do it as soon as I have a bit of time.

  9. #9
    Rival Gamers Owner own_prox is offline
    MemberRank
    Jul 2007 Join Date
    HellLocation
    1,077Posts

    Re: How do You Make A Low Gravity Channel

    hmm

  10. #10
    Account Upgraded | Title Enabled! razacore is offline
    MemberRank
    Nov 2008 Join Date
    303Posts

    Re: How do You Make A Low Gravity Channel

    id like to have a low gravity channel, teach when you learn it xD

  11. #11
    Apprentice gatewayhplg2 is offline
    MemberRank
    Feb 2009 Join Date
    10Posts

    Re: How do You Make A Low Gravity Channel

    i was in olly and i didnt find the code that Lambda provided.

  12. #12
    Sultan of Yolo Demantor is offline
    MemberRank
    May 2008 Join Date
    GermanyLocation
    1,266Posts

    Re: How do You Make A Low Gravity Channel

    Quote Originally Posted by gatewayhplg2 View Post
    i was in olly and i didnt find the code that Lambda provided.
    this is hex i think!!!!!!!

  13. #13
    Mako is insane. ThePhailure772 is offline
    MemberRank
    Sep 2007 Join Date
    1,115Posts

    Re: How do You Make A Low Gravity Channel

    Which way do you want? ASM or C++?

  14. #14
    Rival Gamers Owner own_prox is offline
    MemberRank
    Jul 2007 Join Date
    HellLocation
    1,077Posts

    Re: How do You Make A Low Gravity Channel

    Asm

  15. #15
    Be Freestyle. mcsic is offline
    MemberRank
    May 2008 Join Date
    GermanyLocation
    330Posts

    Re: How do You Make A Low Gravity Channel

    Quote Originally Posted by own_prox View Post
    Asm
    C++ (coded in a .dll) =D
    Will be easier to share and and easier to use =D

  16. #16
    Account Upgraded | Title Enabled! 00niels00 is offline
    MemberRank
    Sep 2008 Join Date
    The NetherlandsLocation
    1,041Posts

    Re: How do You Make A Low Gravity Channel

    Do a dll and release it :P

  17. #17
    Account Upgraded | Title Enabled! shortymant is offline
    MemberRank
    Nov 2008 Join Date
    606Posts

    Re: How do You Make A Low Gravity Channel

    if you do it as a .dll, then you gotta add something in gunz to call that .dll upon opening or on a specific
    command
    unless you code a sofisicated .dll that automaticcaly injects into gunz.
    or some b.s like that, im tired.

  18. #18
    RestyleGamerZ FTW Mambo is offline
    MemberRank
    Mar 2008 Join Date
    The NetherlandsLocation
    821Posts

    Re: How do You Make A Low Gravity Channel

    i prefer doing it in ASM, it's better to learn..

  19. #19
    Be Freestyle. mcsic is offline
    MemberRank
    May 2008 Join Date
    GermanyLocation
    330Posts

    Re: How do You Make A Low Gravity Channel

    Quote Originally Posted by shortymant View Post
    if you do it as a .dll, then you gotta add something in gunz to call that .dll upon opening or on a specific
    command
    unless you code a sofisicated .dll that automaticcaly injects into gunz.
    or some b.s like that, im tired.
    Putting the .dll in your gunz folder should be enough...

  20. #20
    Account Upgraded | Title Enabled! CrashPoint is offline
    MemberRank
    Sep 2008 Join Date
    VietNamLocation
    706Posts

    Re: How do You Make A Low Gravity Channel

    Quote Originally Posted by shortymant View Post
    if you do it as a .dll, then you gotta add something in gunz to call that .dll upon opening or on a specific
    command
    unless you code a sofisicated .dll that automaticcaly injects into gunz.
    or some b.s like that, im tired.
    easy to share, easy to use n to hack :|

  21. #21
    Account Upgraded | Title Enabled! 00niels00 is offline
    MemberRank
    Sep 2008 Join Date
    The NetherlandsLocation
    1,041Posts

    Re: How do You Make A Low Gravity Channel

    Plz do asm hackers could use the .dll :(

  22. #22
    Rival Gamers Owner own_prox is offline
    MemberRank
    Jul 2007 Join Date
    HellLocation
    1,077Posts

    Re: How do You Make A Low Gravity Channel

    ye hackers could use the .dll

  23. #23
    Account Upgraded | Title Enabled! shortymant is offline
    MemberRank
    Nov 2008 Join Date
    606Posts

    Re: How do You Make A Low Gravity Channel

    Quote Originally Posted by mcsic View Post
    Putting the .dll in your gunz folder should be enough...
    How would gunz.exe even open it?
    Something has to call it to do what it was made for.

  24. #24
    Rival Gamers Owner own_prox is offline
    MemberRank
    Jul 2007 Join Date
    HellLocation
    1,077Posts

    Re: How do You Make A Low Gravity Channel

    ezpz to ollydbg it to load it

  25. #25
    Account Upgraded | Title Enabled! shortymant is offline
    MemberRank
    Nov 2008 Join Date
    606Posts

    Re: How do You Make A Low Gravity Channel

    yes.
    Anyone could put a .dll in a folder.
    But it just cant work like that



Page 1 of 3 123 LastLast

Advertisement