Search results

  1. Blume

    C++ s0beit rainbow gradient with primary color setting

    now create ur big rainbow shit lmao Declare 2 globals: DWORD m_dRainbowHex; float m_fRainbowRGB[3]; Add function (If you don't know how to get ImGui working then just find an alternative approach for converting RGB and HSV): Provide a length between 1-20 and a hue between 0-1 it should work...
  2. Blume

    Untagged Release [Open-source] RakMagic | Better fake client for SA-MP

    Hi ugbase guys, I present you a new SA-MP bot project - RakMagic. RakMagic is a fake client for SA-MP. Current version: 1.14 Created by: Blume (81Vm3) What does it has? - Graphical user interface (ImGui) - Ability to play & record NPC records - Support SA-MP dialog and scoreboard - Bot...
  3. Blume

    CLEO Help could someone decompile this CLEO?

    I found it from russian forum. tried to decompile it but it gave nothing: // This file was decompiled using SASCM.ini published by GTAG (http://gtag.gtagaming.com/opcode-database) on 14.6.2013 {$CLEO .cs} //-------------MAIN--------------- plz bros i really wanna know what codes inside the script
  4. Blume

    CLEO Release TwistPlayer.cs - make your character strange

    I haven't released any works since I join this forum, so today let me share you a funny cleo xd. This CLEO random your quaternion, and let you keep doing random broken animations It only sync for other players, so you can't see what's change of you. (also work when shooting) Just type "/tw"...
  5. Blume

    c++ triggerfinger problem

    i made a triggerfinger function,it work normal,but while i died and ready to spawn,the game crashed by that function toggled. void Triggerfinger() { static unsigned int delayy = GetTickCount(); if (GetTickCount() - delayy >= 50) { static bool aimming = false; int addr1 =...
  6. Blume

    add imgui into s0beit..ERRORS?!

    sorry i'm a complete noob. i've been following that tutorial step by step (http://ugbase.eu/index.php?threads/tutorial-add-imgui-into-your-s0beit.19885/ ) at last it give me some errors: 1>proxyIDirect3DDevice9.obj : error LNK2019: Unresolved external symbol "struct ImGuiContext * __cdecl...
  7. Blume

    emulate receive RPC?

    i got somestuff from blasthack: void emulateRPC_giveweapon(uint32_t weapon_id, uint32_t ammo) { BitStream bsClass; bsClass.Write(uint32_t(weapon_id)); // WeaponID bsClass.Write(uint32_t(ammo)); // Ammo SF->getRakNet()->emulateRecvRPC(22, &bsClass); } how i do thing like that in...
  8. Blume

    please send me raksamp source..it has been takedown by DMCA on github

    did you saw github?: Repository unavailable due to DMCA takedown. This repository is currently disabled due to a DMCA takedown notice. We have disabled public access to the repository. The notice has been publicly posted. If you are the repository owner, and you believe that your repository was...
  9. Blume

    CLEO Help RPC Offset

    Can anyone give me a list of them?I very need that please!
Top