Search results

  1. springfield

    Untagged Release FastMap

    What? - Simple mod to show an in-game map by pressing a key. More? - Has a simple shitty GPS, shows gang turfs, map icons, checkpoints and markers. Install? - Place all the files in your main game folder. You can edit the images that are inside the map.txd using a txd editor like TXD Workshop...
  2. springfield

    Untagged Release SAMPFUNCS 5.3 [0.3.7]

    Information: SAMPFUNCS(abbreviated SF) is a mod, created and maintained by FYP, that expands the CLEO 4 library and adds extended support for SA-MP related functions. Beside CLEO, it also supports the creations of plugins(.sf) in C++ using the API provided. SAMPFUNCS is only compatible with the...
  3. springfield

    APP Release Fast Screen

    Replaces SA-MP screenshot method, allowing screens to be taken instantly(no hang), faster and in higher quality. hf  :sadpepe:
  4. springfield

    Untagged Release Rainbow Weapons

    https://www.youtube.com/watch?v=e94YFW1JUV4 REQ: GTA SA 1.0us ASI Loader INSTALL: Copy .asi/.ini files to main GTA folder, import weapons models to gta3.img/custom.img. - modloader - make a folder in modloader\<folder> and extract everything there(asi/ini too).
  5. springfield

    [SNIPPET] SAMP TakeScreen & CleanScreens

    Function to take a simple samp screenshot. /*     call @TakeScreen 0 */ :TakeScreen IF 0AA2: 0@ = "samp.dll" THEN 0@ += 0x119CBC     0A8C: writeMem 0@ sz 1 val 1 vp 0 END /*   -SAMPFUNCS   0B2D: write_samp_memory offset 0x119CBC value 1 size 1 */ RET 0 Code snippet on how to get clean...
  6. springfield

    Untagged Release Fpslimit patch

    Allows you to use /fpslimit with values from 1 to 999. To experience how Opcode.exe plays SA-MP use /fpslimit 3  :trollface:
  7. springfield

    Untagged Release NameTagHack 0.3.7 / 0.3.DL [CLEO/EXE/ASI]

    Shows nametags through walls and at max. stream distance, also enableds gamemode disabled nametags. - activation ALT + F3 - screenshot proof(F8), mod will disable for a second allowing your screenshot to be clear. - work only on SA-MP 0.3.7 / 0.3.DL-R1 https://youtu.be/gAasg4Hh-9I CLEO and...
  8. springfield

    MOVED: [SA-MP] [Wanted]search Player for join My Team for war

    This topic has been moved to Smalltalk. http://ugbase.eu/index.php?topic=13380.0
  9. springfield

    [READ] Before posting!

    This section is only for CLEO Snippet threads. This section is mainly for posting snippets which users can use to develop their own cleo, for example "Draw line snippet". Do not post any releases, help, requests or tutorials&guides threads in this section. If you would like to release a new...
  10. springfield

    Untagged Release [ASI]Player Informer 2.0

    Player Informer 2.0 Remade this mod in C++ with some improvements. Updates: - 0 fps loss (not like in CLEO) - improved detection of players/cars - and some other minor shits Infos: Basically it's the same as the CLEO mod with all the features just a little improved. (but still shitty so..)...
  11. springfield

    [SNIPPET] HEX to RGBA / RGBA to HEX

    :hex_to_r_g_b_a //call @hex_to_r_g_b_a 1 color 0xC0FF01FF to R 0@ G 1@ B 2@ A 3@ 0B15: 1@ = 0@ 24 0B10: 1@ = 1@ 0xFF 0B15: 2@ = 0@ 16 0B10: 2@ = 2@ 0xFF 0B15: 3@ = 0@ 8 0B10: 3@ = 3@ 0xFF 0B10: 4@ = 0@ 0xFF 0ab2: ret 4 1@ 2@ 3@ 4@ :r_g_b_a_to_hex //call @r_g_b_a_to_hex 4 R 1@ G 2@ B 3@ A 4@...
  12. springfield

    MOVED: WeaponHack wont get synced?

    This topic has been moved to Help. http://ugbase.eu/index.php?topic=12276.0
  13. springfield

    Untagged Release [ASI]SA-MP Markers

    Simple mod that will enable markers on server that have them disabled, mostly RP servers. This will show markers only for streamed players. Have fun! UPDATE 0.3.7 -> /markers = on/off
  14. springfield

    [SNIPPET] SA-MP Checkpoints

    Checks if there's any checkpoint active, use as condition(if) //call @is_cp_active 0 Checks if there's any race checkpoint active, use as condition(if) //call @is_racecp_active 0 Gets checkpoint position(XYZ) //call @get_cp_pos 0 X 1@ Y 2@ Z 3@ Gets racecheckpoint position(XYZ) //call...
  15. springfield

    Help MOVED: reload animation speed... please help

    This topic has been moved to Help. http://ugbase.eu/index.php?topic=11842.0
  16. springfield

    Help MOVED: [HELP]How to fix this Keybinds?

    This topic has been moved to Help. http://ugbase.eu/index.php?topic=11655.0
  17. springfield

    [READ] How to request mods!

    First of all, make sure you read the forum rules Second, you're in the CLEO section, don't request exe/dll or others files. Copy/paste this simple form in a new topic and just fill it out. * Name of the mod (if the mod doesn't exist, you don't have to tell one): * Where you saw it (not the...
  18. springfield

    CLEO Help MOVED: [REQUEST] Cleo anti jump fail when cbug in server roleplay ?

    This topic has been moved to Solved Requests. http://ugbase.eu/index.php?topic=10879.0
  19. springfield

    MOVED: Adding a hotkey.

    This topic has been moved to Questions. http://ugbase.eu/index.php?topic=10702.0
  20. springfield

    MOVED: Reload.cs Key

    This topic has been moved to Help. http://ugbase.eu/index.php?topic=10670.0
  21. springfield

    MOVED: FUU Help

    This topic has been moved to Questions. http://ugbase.eu/index.php?topic=10700.0
  22. springfield

    Untagged Release Cleo decrypter

    Allows you to decrypt CLEOS protected with FYP cryptor and mogaika packer. X: DOWNLOAD REMOVED SEE END OF THE POST WHY.
  23. springfield

    Untagged Release MOVED: Hitman Leak 8/28/14

    This topic has been moved to Smalltalk. http://ugbase.eu/index.php?topic=9851.0
  24. springfield

    [SNIPPET] is Chat/Dialog open.

    DIALOG 0AB1: @isDialogOpen 0 ret dType 0@ dId 1@ :isDialogOpen 0AA2: 1@ = "samp.dll" 1@ += 0x212A40 0A8D: 1@ = readMem 1@ sz 4 vp 0 0A8E: 2@ = 1@ + 40 0A8D: 2@ = readMem 2@ sz 4 vp 0 if 2@ == 1 then     0A8E: 3@ = 1@ + 44 //dialogType     0A8D: 3@ = readMem 3@ sz 4 vp 0     0A8E: 4@ = 1@ + 48...
  25. springfield

    Sanny Builder Syntax

    First of all, what does syntax mean? I'm too dumb to explain it myself so i'll quote wikipedia  :trollface: How does that relate to SB? Well, sanny can understand and compile code in two syntaxes; - Low level coding/statements - High level coding/statements Low level is mostly relying on...
  26. springfield

    MOVED: aimtest2, move all players on gang / mafia in vw when the war is start

    This topic has been moved to Help. http://ugbase.eu/index.php?topic=8607.0
  27. springfield

    Untagged Release skinAimbot [Updated]

    So here's an updated skin aimbot(no 180* spins). - works for SNIPER - more accurate. Activation/Deactivation: F12
  28. springfield

    Magic

    press f5, text changes color  :looky:
  29. springfield

    sprintBar

    Someone requested it, so here it is. You can find address here; http://ugbase.eu/notessnippets/memory-addresses/msg47001/#msg47001 www.youtube.com/watch?v=MsdRnhnhupM&feature=youtu.be video by Opcode.eXe Mods add a simple hp bar like with current stamina, or how much can you still sprint.
  30. springfield

    bumpMap plugin

    http://rghost.net/56334530 Enables Shader water and reflective Bump (env. bump) in SA: MP. More specificaly, you can use Singleplayer ENB on SA: MP. pic; http://imgur.com/akMewlX
  31. springfield

    CLEO Release WallHack (PLUS) 03z/R2

    Hello, i made this simple wallhack with a little extra, enables DISABLED nametags(good for RP servers in which normal wallhacks still don't show nametags, or dm servers like TDM) - activation ALT + F3. - screenshoot proof(F8). - no sampfuncs needed.
  32. springfield

    CLEO Release sa:mp fps limit removal

    Removes the sa:mp fps limit (105fps) Thanks to kurta999 for address. http://rghost.net/53244724
  33. springfield

    [SNIPPET] Write in chat without SFUNCS (0AF8/0AF9)

    const SAMP_CHAT_INFO_OFFSET = 0x212A6C SAMP_CHAT_INFO_OFFSET_R2 = 0x212AA4 FUNC_ADDTOCHATWND = 0x7A4F0 FUNC_ADDTOCHATWND_R2 = 0x61AB0 FUNC_SAY = 0x4CA0 FUNC_SAY_R2 = 0x4C30 end 0AF9(SFUNCS) Sends a message in chat //0AB1: @SAY 1 $text :SAY IF 0AA2: 1@ = "samp.dll" THEN     1@ += FUNC_SAY...
  34. springfield

    Untagged Release AntiCrasher 0.3z [FYP .asi]

    This prevents your game from crashing when exception errors pass 8. You need a good .asi loader (http://www.gtagarage.com/mods/show.php?id=21709) Put the files next to your GTA_SA.exe Check the .ini Enabled = 1 // AntiCrasher is enabled. PatchWarningMessages = 0 // Doesn't show erros in chat...
  35. springfield

    Untagged Release 0.3z NameTag Hack

    Alt + f3 on/off. Needs; .asi loader sa-mp 0.3z R1 DL link; http://rghost.net/52429432 Source: http://rghost.net/52430638 Author: Freeman(0.3x) c-minus(0.3z) @CM
  36. springfield

    Untagged Release Collection of skin aimbots (0.3Z)

    So seen as 0.3Z it's not even fully released and you people already spam the forums for aimbots that aim at skin. I made this thread so you can post the one you have here. I'll add some, reply if you have others as attachments. Cleo aimbot(aimbot.cs) - F12 on/off, works for every SA:MP, 160*...
  37. springfield

    CLEO Release Player Informer

    So, i've seen people liked this mod and requested it on PMs and forum. So here's a new better version with some cool updates and fixes. [url=http://youtu.be/HXpcMEQ-N9I[/url] Updates: - Edit the bars position from game, use /editPI then drag the bars with the mouse over the screen. - Edit...
  38. springfield

    Untagged Release New SERVER CRASHER!

    Simple to use, some server aren't patched already. It's different than the one that send bad camera informations. It doesn't crash players, only the server. http://rghost.net/48729860 1. Run sa-mp. 2. Run crasher. 3. Login or not just be connected to the server. 4. Press H + K a message...
  39. springfield

    Untagged Release PingPoint.cs [Hitbox marker]

    Just a ping shower, it works very nice doesn't matter if the other player has 20 ping or 300. Cleo PingPoint SAMP Video. Activation key '+' (plus) Deactivation key '-' (minus) IMPORTANT; You need sampfunctions 2.3! EDITED: Download link in attachment. I tryed to post this in the release...
Top