Jump to content
Welcome, Guest
Existing user? Sign In

Sign In



Sign Up
The MatriX
  • Welcome To Ghbsys
  • CS GO Streaming Version is released. Have fun streaming while cheating!
  • Have a Payment Issue? Send us a Support ticket.
  • Make a thread if you need support or join our discord for live support.
  • Have Suggestions? Make a thread and you'll earn Ghbsys Points for implemented suggestions.
  • Join our discord to stay well connected! Don't forget to integrate your discord to the site
  • Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum

    Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of [GHB] - GAmEhAcKbAsTaRdS Forum by signing in or creating an account.
    • Start new topics and reply to others
    • Subscribe to topics and forums to get email updates
    • Get your own profile page and make new friends
    • Send personal messages to other members.

    Speed Source Help


    playa5555
     Share

    Recommended Posts

    Hello My Speed Source Dont Work

     

    Source:

     

    void speed()

    {

    int speed = 9;

    DWORD DWPlayerPtr = *(DWORD*) playerpointer;

    if (dwPlayerPtr != 0)

    {

    if (GetAsyncKeyState(VK_Right))

    {

    *(float*) (dwPlayerPtr + offsetX) = *(float*)(dwPlayerPtr + OffsetX) + Speed;

    }

    if (GetAsyncKeyState(VK_UP))

    {

    *(float*)(dwPlayerPtr + offsetY) = *(float*)(dwPlayerPtr + offsetY) + speed;

    }

     

    if (GetAsyncKeyState(VK_LEFT))

    {

    *(float*)(dwPlayerPtr + offsetX) = *(float*)(dwPlayerPtr + offsetX) - speed;

    }

     

    if (GetAsyncKeyState(VK_DOWN))

    {

    *(float*)(dwPlayerPtr + offsetY) = *(float*)(dwPlayerPtr + offsetY) - speed;

    }

    }

    }

     

     

     

    I do a hack without a menu

    Link to comment
    Share on other sites

    that is the speed code i have ever seen

     

    I am left wondering why u think you would need to use X, Y and Z coordinates

    X, Y and Z coordinates are for teleport

     

    I am not going to give you the code because then you wouldnt learn anything but ill give a few tips

     

    * Use speed Addie

     

    * Virtual protect the code

     

    * Use float for the speed you want, example: float t=100; (normal) float t=200; (2x Speed)

    Link to comment
    Share on other sites

    that is the speed code i have ever seen

     

    I am left wondering why u think you would need to use X, Y and Z coordinates

    X, Y and Z coordinates are for teleport

     

    I am not going to give you the code because then you wouldnt learn anything but ill give a few tips

     

    * Use speed Addie

     

    * Virtual protect the code

     

    * Use float for the speed you want, example: float t=100; (normal) float t=200; (2x Speed)

    Actually 96.0 is nomal speed xD

    Link to comment
    Share on other sites

    Actually 96.0 is nomal speed xD

     

    I was giving a example?

     

    i never said 100 was the normal speed for a certain game and how do u know that playa wants to make a WarRock hack?

     

    Also there is no noticeable difference between 96 and 100 speed wise

    Edited by FuZ
    Link to comment
    Share on other sites

    Actually 96.0 is nomal speed xD

     

    I was giving a example?

     

    i never said 100 was the normal speed for a certain game and how do u know that playa wants to make a WarRock hack?

     

    Also there is no noticeable difference between 96 and 100 speed wise

    Link to comment
    Share on other sites

    • 2 weeks later...
    Guest
    This topic is now closed to further replies.
     Share

    • Recently Browsing   0 members

      • No registered users viewing this page.
    ×
    ×
    • Create New...