Recent content by Lelz

  1. Lelz

    420 Blaze it

    Have you ever wanted to light it up in SA-MP? Well now you can do just that. #420blazeitfeggit activate/deactivate: /.420
  2. Lelz

    Script for simplification

    Then you'll have to do some memory hacking if you want to do it in a CLEO.
  3. Lelz

    Script for simplification

    Requires SAMPFUNCS obviously: {$CLEO .cs} 0000: NOP thread "wanted" repeat wait 0 until SAMP.Available() 0B34: samp register_client_command "/wl" to_label @wanted_1 while true wait 0 :wanted_1 wait 0 say "/wanted" SAMP.CmdRet()
  4. Lelz

    C# Basic Memory Hacking in SAMP

    Is there really no one on this forum that knows how to create a program in C# that grabs a specific samp value's memory address?
  5. Lelz

    C# Basic Memory Hacking in SAMP

    IntPtr dllBase; Process process = Process.GetProcessesByName("gta_sa").ToList().FirstOrDefault(); if(process != null) { mreader.ReadProcess = process; mreader.OpenProcess(); dllBase = process.Modules[56].BaseAddress;
  6. Lelz

    C# Basic Memory Hacking in SAMP

    Static pointer for what? The samp.dll base address or the drunk level address?
  7. Lelz

    C# Basic Memory Hacking in SAMP

    So samp.dll in this case would be the base address of the module? And the offset should be a static value correct? If so, that's not what I'm seeing. Here's the results I'm getting: Game launch #1: samp.dll base address: 64159744 (0x‭03D30000)‬ drunk value address: 63737417 (0x0‭3CC8E49‬)...
  8. Lelz

    C# Basic Memory Hacking in SAMP

    Yeah but the offset from the samp.dll to the memory address seems to change? Is there something I'm missing?
  9. Lelz

    C# Basic Memory Hacking in SAMP

    How does one go about editing a specific SAMP value at a memory address in C#? I found the memory address of the value and I understand that the address will change once the game is restarted etc. What I want to do is write a program to find the memory address of the value I wish to modify, then...
  10. Lelz

    How to host raksamp bot?

    And if you don't even know what a Windows VPS is, just stop trying now.
  11. Lelz

    I can't enter ugbase in chrome

    What's wrong with 10? As much as I loved 7, I haven't noticed anything but improvements in 10.
  12. Lelz

    CLEO Release 420 Blaze it

    Have you ever wanted to light it up in SA-MP? Well now you can do just that. #420blazeitfeggit activate/deactivate: /.420
  13. Lelz

    UGBASE - Show Your Faces!

    #JustWokeUp, still lookin' sexy af dough.
  14. Lelz

    CLEO Help No Parachute Splat

    Anyway to prevent the "parachute splat" (when you smash into the ground with a parachute on and die)? I've looked around a bit and can't seem to find anything.
  15. Lelz

    CLEO Release Car repair (desn't need samp funcs)

    This is 2 years old... Here's a recent one (just made it). Hit 1 to repair.
Top