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

    Hier Die Source

     

    void Speed()
    {
    {
     float t=800.0f;
     unsigned long Protection;
     VirtualProtect((void*)speedaddy, sizeof(t), PAGE_READWRITE, &Protection);
     memcpy((void*)speedaddy, &t , sizeof(t));
     VirtualProtect((void*)speedaddy, sizeof(t), Protection, 0);
    }
    }

     

    Wie baue ich da jetzt einen Hotkey Ein Dass wenn man speed haben will

    schneller Läuft und wenn man den hotkey loslässt dass man wieder normal Läuft

    Link to comment
    Share on other sites

    Ich glaube du hast da was falsch verstanden mit den Klammern bei c++ ^^

    Link to comment
    Share on other sites

    write english please^^

     

    void speed()
    {
    if(GetAsyncKeyState(VK_RBUTTON)) 
    {
    *(float*)(Speed_addie) = 800.0f;
    }
    }

    Edited by Maxn
    #No hide codes here please!
    Link to comment
    Share on other sites

    hy this is the speed code ^^

     //////SPEED
     if (ADR_SPEED==0)//0 Off
    {
    float t=96;//Your Speed Here
    unsigned long Protection;
    VirtualProtect((void*)ADR_SPEED, sizeof(t), PAGE_READWRITE, &Protection);
    memcpy((void*)ADR_SPEED, &t , sizeof(t));
    VirtualProtect((void*)ADR_SPEED, sizeof(t), Protection, 0);
    }
    if (ADR_SPEED==1)//1 On
    {
    float t=150; //Your Speed Here
    unsigned long Protection;
    VirtualProtect((void*)ADR_SPEED, sizeof(t), PAGE_READWRITE, &Protection);
    memcpy((void*)ADR_SPEED, &t , sizeof(t));
    VirtualProtect((void*)ADR_SPEED, sizeof(t), Protection, 0);
    }

    Link to comment
    Share on other sites

    Hier Die Source

     

    void Speed()
    {
    {
     float t=800.0f;
     unsigned long Protection;
     VirtualProtect((void*)speedaddy, sizeof(t), PAGE_READWRITE, &Protection);
     memcpy((void*)speedaddy, &t , sizeof(t));
     VirtualProtect((void*)speedaddy, sizeof(t), Protection, 0);
    }
    }

     

    Wie baue ich da jetzt einen Hotkey Ein Dass wenn man speed haben will

    schneller Läuft und wenn man den hotkey loslässt dass man wieder normal Läuft

     

    Errm .. Remove 1 { and 1 }

    Link to comment
    Share on other sites

    • 2 months later...
    • 2 weeks later...
    Ich kapier nicht wo ich das mit dem hotkey schreibe

     

    Nach deiner Funktion:

     

    if ( GetAsyncKeyState(VK_F1)&1 )
    {
     float t=800.0f;
     unsigned long Protection;
     VirtualProtect((void*)speedaddy, sizeof(t), PAGE_READWRITE, &Protection);
     memcpy((void*)speedaddy, &t , sizeof(t));
     VirtualProtect((void*)speedaddy, sizeof(t), Protection, 0);
    }

     

    -> Übersicht der VirtualKey Codes bei MSDN

     

    VK_F1 durch deinen eigenen Hotkey ersetzen

    Link to comment
    Share on other sites

    Guest
    This topic is now closed to further replies.
     Share

    • Recently Browsing   0 members

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