Search results

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

    m0d_sa Help mod_sa ScriptCommand Help

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

    Help Is there any way to bypass version restriction on samp

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

    Automatic /rr

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

    [.bat] SAMP Version changer

    fr? XD
  12. 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...
  13. 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...
  14. Expl01T3R

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

    Build 1.0.1.6 Changelog: • Added saving of bot name format • Zombie Bots added to BlueNet • Nickname parameter for reconnect/unban command added support for 0.3.7-R5 • GodMode Toggling Fix - after spawn now • D3D Fix when user have multiple monitors (centering cursor when cursor moves to...
  15. Expl01T3R

    [CLEO] Some multi-samp snippets

    Using this stupidly hard-coded struct but it should be more class than struct.. (for 0.3.7-R5) Can be used for basic s0beit funcs.. pPools = GAME->GetPools() By #TeamExpl01T typedef DWORD (__thiscall* tGetPlayer)(uintptr_t, uint16_t); typedef char* (__thiscall* tGetPlayerName)(uintptr_t...
  16. Expl01T3R

    SA-MP 0.3.7 [BE Rework] '#TE Project' by #TeamExpl01T 1.0.1.8

    Hello UGBASE, Iam releasing latest build of my new project named "#TE Project" Current Build: 1.0.1.9 This is better s0beit with few functions (but still growing) reworked into ASI Plugin. Features could be seen on videos posted below. SA:MP Compatibility 0.3.7-R1 (All features) 0.3.7-R5 (Low...
  17. Expl01T3R

    [CLEO] Some multi-samp snippets

    C++ version of getting pickup structure based on posts above by @Parazitas stPickup_R5 getPickup_R5(int pickupId) { return *(stPickup_R5*)((uintptr_t)g_SAMP_R5->pPools->pPickups + 0xF004 + (0x14 * pickupId)); }
  18. Expl01T3R

    [CLEO] Some multi-samp snippets

    0.3.7-R5 enum Gamestate_R5 { GAMESTATE_R5_WAIT_CONNECT = 1, GAMESTATE_R5_CONNECTING = 6, GAMESTATE_R5_AWAIT_JOIN = 2, GAMESTATE_R5_CONNECTED = 5 };
  19. Expl01T3R

    [CLEO] Some multi-samp snippets

    0.3.7-R5 // Created with ReClass.NET 1.2 by KN4CK3R // Generated by #TeamExpl01T // BTW: Not sure about gameState offset class stSAMP_R5 { public: void *pRakClientInterface; //0x0000 char pad[44]; //0x0004 char szIP[257]; //0x0030 char szHostname[259]; //0x0131 uint8_t bUnk...
  20. Expl01T3R

    I just want to add on the blue eclipse drama

    silencio kiddo
  21. Expl01T3R

    I just want to add on the blue eclipse drama

    stfu living meme xD
  22. Expl01T3R

    I just want to add on the blue eclipse drama

    XD how dumb you must be to share this on internet.. xDdd mr zerobrain when new brain? and why you sharing this? do you really think i will waste my money to travel to random location u just shared there and solve this with you irl? iam smart iam not solving things by muscles u know.. ? funny...
  23. Expl01T3R

    I just want to add on the blue eclipse drama

    our zerobrain Harold has spoken. xD
  24. Expl01T3R

    I just want to add on the blue eclipse drama

    who asked? start flood on be chat better u hard stuck samp hacker.
  25. Expl01T3R

    I just want to add on the blue eclipse drama

    xD rockstar should sue 100% of cheaters samp community then.. but its 15+ years old game who care? think before u say something.
  26. Expl01T3R

    I just want to add on the blue eclipse drama

    I didnt said its crime posting from my discord.. u can do whatever u want.. "ban them before they get1 the chance to explain to you, that giving feedback on an update, does not define why I joined your server if you checked your logs you would see I was part of the group way before this drama...
  27. Expl01T3R

    I just want to add on the blue eclipse drama

    We are kids but you are reposting this from our discord.. amazing.. anyways.. We are not threatening with police like we go to police department by ourselves just because some flood, u just understand it bad... our hosting provider is known by solving ddos attack/floods with police department...
  28. Expl01T3R

    Help IP BAN

    still trashtalk huh? dont worry abou it, you will be soon banned.
  29. Expl01T3R

    Help IP BAN

    Use Blue Eclipse with feature Auto Unban. :D
  30. Expl01T3R

    CLEO Help [LUA] Cant use any Loops in command, crashes

    exactly what iam talking about xD lua_thread.create well done.
  31. Expl01T3R

    CLEO Help [LUA] Cant use any Loops in command, crashes

    but idk why you even want use loops in cmds.. atleast put them into thread.. to make it run smoothly.. this will send message every 1s after entering cmd with using some arg.. and every 1s game freezes..
  32. Expl01T3R

    CLEO Help [LUA] Cant use any Loops in command, crashes

    well 'while' is kinda fast loop.. which can cause lag/game freezes during playing.. when u left it without sleep(delay_ms).. and if ik good in last ugbase threads there was discussion about sleep in cmds.. u cant use sleep inside cmds.. if Iam right so maybe just make some function which will...
  33. Expl01T3R

    CLEO Help Convert code to 0.3DL

    Well iam not cleo expert, but probably just upgrade cleo? xD
  34. Expl01T3R

    CLEO Help Convert code to 0.3DL

    imagine saying everyone who needs help "idiot" how pathetic you must be.. lmao xD
  35. Expl01T3R

    NOTIFICATION PA - Blue Eclipse v5+ [remove it!]

    also i did not get answer yet.. when new brain?
  36. Expl01T3R

    NOTIFICATION PA - Blue Eclipse v5+ [remove it!]

    ur ugbase account is only about commenting my posts and saying i dont have dad.. u are experienced? u dont have dad? lmao
  37. Expl01T3R

    [SAMP]Skid boys, skid boys whatcha gonna do?[Patched]

    Better to be careful.. https://www.virustotal.com/gui/file/3b7e161ca34c99286526641d2965145cbc4dc2a9f4d505a0ce3529d4b2dc9b89 x)
  38. Expl01T3R

    [SAMP]Skid boys, skid boys whatcha gonna do?[Patched]

    He deleted my post under the video.. ok glad you shared it here.. cuz iam gonna post it here. Thanks for making me famous in your video, nice one ! 1,5k of sheeps will see what type of braindead are you really. And again.. Experienced People can reverse/check on virustotal. They will find out...
  39. Expl01T3R

    NOTIFICATION PA - Blue Eclipse v5+ [remove it!]

    stop crying, get a life.
  40. Expl01T3R

    MC MARCINHO - RAP DO SOLITÁRIO

    Tf is dis.. aren't you from jungle? :))) now ik u are just a troll with small brain so I dont need to think I have real discussion with you.
  41. Expl01T3R

    NOTIFICATION PA - Blue Eclipse v5+ [remove it!]

    when new brain? already purchased ? or?
  42. Expl01T3R

    NOTIFICATION PA - Blue Eclipse v5+ [remove it!]

    where is shellcode proof? and not just added / replaced part of project by ur shellcode to make "fake proof".. send us proof here then keep talking.. no brain.
  43. Expl01T3R

    NOTIFICATION PA - Blue Eclipse v5+ [remove it!]

    I have no problem to send build of be u just patched and compare changes with your current modified build. I think ugbase community wouldnt be with you no more.
  44. Expl01T3R

    NOTIFICATION PA - Blue Eclipse v5+ [remove it!]

    i dont have viruses inside my project and if u think yea.. send me original proof here and not patched part where u just added some of your shellcode bytes to make "fake" proof.
  45. Expl01T3R

    NOTIFICATION PA - Blue Eclipse v5+ [remove it!]

    which shellcode? .. keep lying.. keep lying
  46. Expl01T3R

    NOTIFICATION PA - Blue Eclipse v5+ [remove it!]

    its not botnet, anything else u want to say? kid?
  47. Expl01T3R

    NOTIFICATION PA - Blue Eclipse v5+ [remove it!]

    old video and I was testing one of the first releases of ZombieNet isnt this server designed to test projects? .. i dont need other sources to code anything by myself. Iam not SobFoX and ask SobFoX for the truth between us (#TE x SobFoX). he will propably lie to you.. i have screens as proofs...
  48. Expl01T3R

    NOTIFICATION PA - Blue Eclipse v5+ [remove it!]

    www.virustotal.com/gui/file/3b7e161ca34c99286526641d2965145cbc4dc2a9f4d505a0ce3529d4b2dc9b89 (One of SobFoX Projects) www.virustotal.com/gui/file/f5029688d6aa6eb107f1414a6ff5f6b6a0dd725304646a2c15c04b12cd3ed171 (Blue Eclipse Rework #2023 by #TeamExpl01T - Build: 1.0.0.6 (released on our...
  49. Expl01T3R

    NOTIFICATION PA - Blue Eclipse v5+ [remove it!]

    You flagged all projects from #TeamExpl01T as virus? why? cuz you mad? dont be.. I made mistake joining to Fake MasterZero project.. but i had to start somewhere right? That "Fake" MasterZero has a lot of dangerous code here and yeah I can confirm that.. maybe thats why he never shared his...
  50. Expl01T3R

    SobFoX Project v5 very soon!

    nothing new? still pasting same things? and just renaming / reworking menu? come on.. i though u are much longer on samp than me.. and still.. u copying from me.. how pathetic..
  51. Expl01T3R

    [0.3DL] My game crashes when resolving RPC_ShowDialog

    For interested people.. here is the proof ^^ BTW: he took build 1.0.0.0 (BETA/First Release with full of bugs).. currently we are on build 1.0.0.6 x)
  52. Expl01T3R

    [0.3DL] My game crashes when resolving RPC_ShowDialog

    Mr. steal_every_single_project_and_dont_know_cpp .. go back to your discord server and stop sharing ur zero knowledge here.. all u know are insults, a guy here asked for help and its obvious u cant help.. right? so please ignore it and stop commenting this.. nobody asked.. BTW: Ur SobFox...
  53. Expl01T3R

    [0.3DL] My game crashes when resolving RPC_ShowDialog

    finally someone who understands cpp and its syntax !
Top