Recent content by Expl01T3R

  1. 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.
  2. 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])...
  3. 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...
  4. 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?
  5. 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...
  6. 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...
  7. 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:
  8. 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...
  9. Expl01T3R

    m0d_sa Help mod_sa ScriptCommand Help

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

    Help Is there any way to bypass version restriction on samp

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

    Automatic /rr

    Nice job, but I prefer auto unban ! xD
  12. Expl01T3R

    [.bat] SAMP Version changer

    fr? XD
  13. Expl01T3R

    SA-MP 0.3.7 [BE Rework] '#TE Project' by #TeamExpl01T - Build 1.0.1.8 - Changelog (Small update)

    • Renamed to TE Project • Disabled BE/TE Chat • Fixed few cursor bugs while having opened menu • Fixed crashes • Improved GreenNet a little - bots connection is faster now, added attack option which provides simple disconnect/connect flood also added GreenNet Bots Manager, where you can...
  14. Expl01T3R

    SA-MP 0.3.7 [BE Rework] '#TE Project' by #TeamExpl01T - Build 1.0.1.7 - Changelog

    • Fix Custom BOT Name • Fix /.warp command - should warp with vehicle since 1.0.1.7 • Add /.switch [New IP] <Password> -> switches server ! • Add /.spawn -> Spawns local player • Decreased size of Centered BE Logo when opened menu ! • Optimized Auto Unban • More proxy status available...
Top