Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/11/2024 in all areas

  1. Version 12.1.2.1.1

    550 downloads

    REAL RACING 3 - RACE TYPE CHANGER Current version: 12.1.2.1.1 Working RR3 v.: 12.1.2 Description: Change race type: cup, endurance, head to head, etc... Instructions: Select a race, run the script and select current race type. Then choose new race type. Warning: There have been some big changes to the structure of the game. This is the first script that uses a new method for memory searching. So there may be some problems that will need to be resolved, be patient. Known issues: The script is not very stable or fast but this is the best I have managed to do at the moment. Video:
    1 point
  2. Void killplayer / void eliminate player Just call that
    1 point
  3. fixed, created a new instance 7.1 (64)bit. make sure you enable root in LD player settings then install GG. Works perfect.
    1 point
  4. --- [ @XEKEX ] Games normally uses websocket, it allows sending data continously until it is closed. --- [ @SYLVIA ] Please elaborate, not just 'Simple' --- Other solution to this is to access admin panel. You can act as a 'Host' by spoofing some flags or just access the Host panel. It is usully boolean.
    1 point
  5. See dump.cs kickplayer or etc Use offset update and called that offset Simple
    1 point
  6. [ @san8067san ] --- If the game is peer to peer (p2p) or does not check for user permission, then you can do it quite easily. - You can try to swap a function of a button into a function that kick the players. - As mentioned above, you can do swapping by calling the function using jump statement (B/BL/JMP). - It is usually a void type function, you can either change the function parameter, but if if the game crashes, you can try to find 'field' that passed as parameter to that function. --- *Do note that the game usually does all kinds of thing by using player id and not the player name/nickname *Do note that some game have some kind of 'checks' between it's internal client-server. What I mean is that, you might want to patch some flags (function/field) in order to kick_player function to work.
    1 point
  7. it must be sending data using sockets instead of normal http requests. try to search for a function that kick players out ( pointer to it ) then call it with it's parameters or edit the parameters upon calling it
    1 point
  8. i dont know how to use this website and it is confusing
    1 point
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.