Recent content by Expl01T3R

  1. Expl01T3R

    Help Local Animation

    My solution would be: 1. HOOK OUTGOING PACKET 2. Catch ID_PLAYER_SYNC 3. Read packet 4. if (packet.cur_anim == piss && holding_key(r)) packet.cur_anim = 0 5. Rewrite with modified value 6. Send Should work.
  2. Expl01T3R

    UGBase need new admins

    This thread is a joke right? ' Should I continue? Well, great help from our beloved @SobFoX Parazitas should be new admin & resource approval admin Because @0x_ is obv busy af
  3. Expl01T3R

    Help With Simple ESP GTASA

    discord: watersmoke, contact me i will help
  4. Expl01T3R

    Help With Simple ESP GTASA

    Lmfao, this is not full code but why for cycle and then infinite while loop cycle inside? it looks like when i is 1 then it completelly freezes current thread. lmfao If you are running this code in loop, then your while(true) inside is completelly useless shit which you should remove.
  5. Expl01T3R

    Help With Simple ESP GTASA

    Show us your code first, then we could figure something out. Its easy to ask for sources and just copy&paste them. Atleast you can search for some existing esp sources, I bet there is many of them.
  6. Expl01T3R

    [C/C++] Toggle Samp Cursor

    void toggleSAMPCursor(int iToggle) { static int last_state = -1; if (g_Input == NULL) return; if (g_Input->iInputEnabled) return; if (last_state == iToggle) return; last_state = iToggle; void* obj = *(void**)(g_dwSAMP_Addr + SAMPOffsets[SAMP_MISC_INFO])...
  7. Expl01T3R

    Solution for 'Fake R5 Client Checks on Mike CnR and other'

    Just found bypass for LSG :cool: (but not alone -> inspired by blast hack thread) Globally init: DWORD dwGTAModule; unsigned char* ClearSAMPModule = nullptr; unsigned char* ClearGTAModule = nullptr; Then inside hook: bool incomingRPC(unsigned char id, RPCParameters* rpcParams, void...
  8. Expl01T3R

    CLEO Help I need help Cleo Paycheck ( Captcha )

    INCOMING RPC HOOK - catch ShowDialog - dump dialog info - take red text only (you can use string funcs to get your "red" code, like between, split etc. etc.) - send dialog response rpc with red code as inputtext - profit?
  9. Expl01T3R

    Help Cleo help me pls.

    Make it by urself? Dump ids of these numbers td, make func with input param containing numbers (ex. "1234") => each number(1,2,3,4) convert to clicking on number td, for clicking on number td use rpc: SelectTextDraw - ID: 83 Call func("6969") - it will click on textdraw 6,9 then 6 and again...
  10. Expl01T3R

    Solution for 'Fake R5 Client Checks on Mike CnR and other'

    Update for latest patch on Mike CnR: ~First part bool CALLBACK outcomingRPC(stRakNetHookParams* params) { if ( params->packetId == RPCEnumeration::RPC_ClientJoin) { int iVersion; byte byteMod; byte byteNameLen; char szNickName[32]; uint...
  11. Expl01T3R

    Solution for 'Fake R5 Client Checks on Mike CnR and other'

    Important NOTE: This "FakeR5 client version spoof" doesn't work on samp.lsgyvenimas.lt:7777 (LSG). They using some advanced ClientCheck protection or idk yet, gonna try to find solution also against their protection later. :cool:
  12. Expl01T3R

    Solution for 'Fake R5 Client Checks on Mike CnR and other'

    Hello UGBASE, Iam releasing my solution for their new protection against 0.3.7 R5 Client Version spoof. I was debugging both clients (R1 & R5) and discovered that on R5 there is 32 bits more sent via Clientjoin RPC also later if you bypass first part they checking client side via RPC_ClientCheck...
  13. Expl01T3R

    m0d_sa Help mod_sa ScriptCommand Help

    This is not pawn bro but c++.
  14. Expl01T3R

    Help Is there any way to bypass version restriction on samp

    Add me on discord: watersmoke, we will figure something out.
  15. Expl01T3R

    Automatic /rr

    Nice job, but I prefer auto unban ! xD
Top