Recent content by englezeanu

  1. E

    SA:MP bot

    Use wine.
  2. E

    How to start in C++?

    For GTA cheats and shit you only need desktop development.
  3. E

    CLEO Help change player color

    emulate RPC_ScrSetPlayerColor receive.
  4. E

    Any bypass for this new AC?

    strings2 -a I_DONT_KNOW_HOW_THIS_MOD_IS_CALLED.sf and half of ur ac internal workings are exposed lul
  5. E

    How to change hwid?

    windows  username afaik
  6. E

    [Question] How detect if player use tank mode?

    Yes, we know
  7. E

    [HALP] Finding NameTag Address

    You can start by looking for what reads the address for nametag draw distance and nop around. Or you could make use of https://wiki.sa-mp.com/wiki/DisableNameTagLOS, but have in ur mind that this function has to be called before player connection, so a relog is needed to take effect. (reconnect...
  8. E

    CLEO Help [HELP] SAMPFUNCS!! [HELP!!]

    SAMPFUNCS.asi is seen as virus (maybe it is ???) by windows defender so it gets removed unless you add it to exceptions.
  9. E

    [HALP] Finding NameTag Address

    Open up a 0.3e server. Use https://wiki.sa-mp.com/wiki/SetNameTagDrawDistance and set nametag draw distance to 50.0. Use cheatengine to search for 50.0 value. Use that function again to change from 50.0 to 100.0. Use cheatengine again and search for 100.0 Repeat until you find the address. (2...
  10. E

    samp dialog

    Hook RakNet Receive RPC, check if rpcid = RPC_ScrShowDialog, then save the parameters in variables for further use at /show command.
  11. E

    CLEO Help Get GPCI

    You were right. That serial sent at player connect isn't gpci, but it is still possible to spoof gpci check because the same serial will generate the same gpci no matter what player connected which is enough for me to trick an anti account theft system.
  12. E

    CLEO Help Get GPCI

    I'll give it a try tomorrow.
  13. E

    CLEO Help Get GPCI

    The title says it all. I want to get local player GPCI using a cleo script but I've got no idea how should I do that in the first place. // Well, I've got a tiny idea but maybe there is something easier than filtering all outgoing RPCs, wait for RPC_ClientJoin to be sent and extract gpci from...
  14. E

    Help A question about the s0beit Admin checker

    Generate all case variations of admin names and copy them to config file https://3v4l.org/v13mE
  15. E

    CLEO Help Is object attached to a ped/car/another object?

    Title is pretty self-explanatory.
Top