Resource icon

CLEO Release EpicLag- lag like there's no tomorrow [Updated]

CLEO related
Status
Not open for further replies.

maximko

Well-known member
Joined
Apr 16, 2014
Messages
394
Reaction score
1
Location
Russia
Re: EpicLag- lag like there's no tomorrow

This thing might be precious, but ITS freaking crashing me, I don't have even fps drop I have my anti-crasher
 

WaTTi

Well-known member
Joined
Jan 4, 2015
Messages
260
Reaction score
8
Re: EpicLag- lag like there's no tomorrow

CyvenUp link said:
This is ridiculous... type "lagon" and "lagoff" in chat :face_palm: soo obvious to get ban

WHY GOD, WHY?  :dont_care: :dont_care:  :face_palm: :face_palm:
 

iAnthony

Moderator
Moderator
Joined
Nov 15, 2013
Messages
590
Reaction score
3
Re: EpicLag- lag like there's no tomorrow

CyvenUp link said:
This is ridiculous... type "lagon" and "lagoff" in chat :face_palm: soo obvious to get ban
:face_palm: :face_palm: :face_palm:
 

CyvenUp

New member
Joined
Feb 24, 2014
Messages
1
Reaction score
0
Re: EpicLag- lag like there's no tomorrow

iAnthony link said:
:face_palm: :face_palm: :face_palm:

Nevermind im stupid I had to update sampfuncs, nice realease dude, keep going with your awesome work :urtheman: :urtheman:
 

afasfasfasfaf

Active member
Joined
Jan 10, 2015
Messages
97
Reaction score
2
Location
1220
Re: EpicLag- lag like there's no tomorrow

Found something similar to this and it's called iLagger.

https://www.youtube.com/watch?v=1MEi2dIBS_k&ab_channel=SaMpMods23

but i'm fine with yours
 

bye

Active member
Joined
Sep 15, 2013
Messages
57
Reaction score
0
Re: EpicLag- lag like there's no tomorrow

Tepache link said:
If you have SAMPFuncs, then it can be fixed tho, just go to your GTA SAN andreas folder then SB Data, copy all of it then paste it to Sanny Builder, data > sa, there u go!

I have SAMPFuncs. But I cant compile the cleo.

Can you compiled and give me the cleo with the opcodes please.

Thanks in advance.
 

iAnthony

Moderator
Moderator
Joined
Nov 15, 2013
Messages
590
Reaction score
3
Re: EpicLag- lag like there's no tomorrow

afasfasfasfaf link said:
Found something similar to this and it's called iLagger.

https://www.youtube.com/watch?v=1MEi2dIBS_k&ab_channel=SaMpMods23

but i'm fine with yours
thats cool but the blinking seems annoying
 

Judas

New member
Joined
Oct 7, 2014
Messages
3
Reaction score
0
Re: EpicLag- lag like there's no tomorrow

Hey uhm i got latest samp funcs but every time i activate it it says lag is on but like after around 10 seconds my game crashes
 

Jambi

Member
Joined
Jun 7, 2015
Messages
6
Reaction score
0
Re: EpicLag- lag like there's no tomorrow

Judas link said:
Hey uhm i got latest samp funcs but every time i activate it it says lag is on but like after around 10 seconds my game crashes

same shiet here  :sadpepe:
 

profigamer1337

Well-known member
Joined
Oct 7, 2013
Messages
380
Reaction score
0
Location
Peckham
Re: EpicLag- lag like there's no tomorrow

every time i type lagon it immediately freezes my game and i need to end the task in task manager...
 

iAnthony

Moderator
Moderator
Joined
Nov 15, 2013
Messages
590
Reaction score
3
Re: EpicLag- lag like there's no tomorrow

It works for some of us and crashes for others. Idk how to fix this  :sadpepe:
 

Kingnab

Member
Joined
Jan 20, 2015
Messages
12
Reaction score
0
Re: EpicLag- lag like there's no tomorrow

same here.. its not working.. crashes after 10 seconds.
using latest sampfuncs.
other hacks are working fine.
 
Joined
Feb 18, 2005
Messages
2,963
Reaction score
267
Re: EpicLag- lag like there's no tomorrow

I had this from 0.3x, updated the offsets from mod_sa.

Code:
{$CLEO}
0000:

const
SAMP_ONFOOTSENDRATE  = 0xEC0A8
SAMP_INCARSENDRATE   = 0xEC0AC
SAMP_AIMSENDRATE     = 0xEC0B0
ONFOOTSENDRATE       = 1@
INCARSENDRATE        = 2@
AIMSENDRATE          = 3@
end

while true
wait 0
if 0ADC:   test_cheat "lag"
then 
    0B12: 0@ = 0@ XOR 1
    if 0@ == 1
    then 0AD1: "~g~lagon" 3000
    else 0AD1: "~r~lagoff" 3000
    end
    
    if 0aa2: 4@ = "samp.dll"
    then
        if 0@ == 1
        then
            0a8e: 5@ = 4@ + SAMP_ONFOOTSENDRATE
            0a8d: ONFOOTSENDRATE = readMem 5@ sz 4 vp 0
            0a8c: writeMem 5@ sz 4 val 500 vp 0  
                
            0a8e: 5@ = 4@ + SAMP_INCARSENDRATE
            0a8d: INCARSENDRATE = readMem 5@ sz 4 vp 0
            0a8c: writeMem 5@ sz 4 val 500 vp 0  //you'll lag while driving, so maybe don't set this
                                                 //alternatively you can get the values from a .ini file or smth.
            0a8e: 5@ = 4@ + SAMP_AIMSENDRATE
            0a8d: AIMSENDRATE = readMem 5@ sz 4 vp 0
            0a8c: writeMem 5@ sz 4 val 500 vp 0
        else
            0a8e: 5@ = 4@ + SAMP_ONFOOTSENDRATE
            0a8c: writeMem 5@ sz 4 val ONFOOTSENDRATE vp 0
                
            0a8e: 5@ = 4@ + SAMP_INCARSENDRATE
            0a8c: writeMem 5@ sz 4 val INCARSENDRATE vp 0
                
            0a8e: 5@ = 4@ + SAMP_AIMSENDRATE
            0a8c: writeMem 5@ sz 4 val AIMSENDRATE vp 0
        end
    end
end
end

Doesn't need SF, activation is 'lag', and you can easily add a .ini to change the rates yourself.
 

maximko

Well-known member
Joined
Apr 16, 2014
Messages
394
Reaction score
1
Location
Russia
Re: EpicLag- lag like there's no tomorrow

I need a way to transfer it to .cs, does anyone know how to do it?


Update : Hello again, I just figured out that Compile button was way to transfer it to .cs
 

iAnthony

Moderator
Moderator
Joined
Nov 15, 2013
Messages
590
Reaction score
3
Re: EpicLag- lag like there's no tomorrow

springfield link said:
I had this from 0.3x, updated the offsets from mod_sa.

Code:
{$CLEO}
0000:

const
SAMP_ONFOOTSENDRATE  = 0xEC0A8
SAMP_INCARSENDRATE   = 0xEC0AC
SAMP_AIMSENDRATE     = 0xEC0B0
ONFOOTSENDRATE       = 1@
INCARSENDRATE        = 2@
AIMSENDRATE          = 3@
end

while true
wait 0
if 0ADC:   test_cheat "lag"
then 
    0B12: 0@ = 0@ XOR 1
    if 0@ == 1
    then 0AD1: "~g~lagon" 3000
    else 0AD1: "~r~lagoff" 3000
    end
    
    if 0aa2: 4@ = "samp.dll"
    then
        if 0@ == 1
        then
            0a8e: 5@ = 4@ + SAMP_ONFOOTSENDRATE
            0a8d: ONFOOTSENDRATE = readMem 5@ sz 4 vp 0
            0a8c: writeMem 5@ sz 4 val 500 vp 0  
                
            0a8e: 5@ = 4@ + SAMP_INCARSENDRATE
            0a8d: INCARSENDRATE = readMem 5@ sz 4 vp 0
            0a8c: writeMem 5@ sz 4 val 500 vp 0  //you'll lag while driving, so maybe don't set this
                                                 //alternatively you can get the values from a .ini file or smth.
            0a8e: 5@ = 4@ + SAMP_AIMSENDRATE
            0a8d: AIMSENDRATE = readMem 5@ sz 4 vp 0
            0a8c: writeMem 5@ sz 4 val 500 vp 0
        else
            0a8e: 5@ = 4@ + SAMP_ONFOOTSENDRATE
            0a8c: writeMem 5@ sz 4 val ONFOOTSENDRATE vp 0
                
            0a8e: 5@ = 4@ + SAMP_INCARSENDRATE
            0a8c: writeMem 5@ sz 4 val INCARSENDRATE vp 0
                
            0a8e: 5@ = 4@ + SAMP_AIMSENDRATE
            0a8c: writeMem 5@ sz 4 val AIMSENDRATE vp 0
        end
    end
end
end

Doesn't need SF, activation is 'lag', and you can easily add a .ini to change the rates yourself.
life saver  :sweet_jesus:
I'll compile n add to main page
 

iAnthony

Moderator
Moderator
Joined
Nov 15, 2013
Messages
590
Reaction score
3
xxxxxxxxx link said:
noob here,
Any chance of this becoming detectable?
Well if you have low ping, high fps and no pl im prrtty sure someone will suspect you :dont_care:
 

profigamer1337

Well-known member
Joined
Oct 7, 2013
Messages
380
Reaction score
0
Location
Peckham
can you add .ini file to change the values ianthony? talking about springfield's version..
 

iAnthony

Moderator
Moderator
Joined
Nov 15, 2013
Messages
590
Reaction score
3
profigamer1337 link said:
can you add .ini file to change the values ianthony? talking about springfield's version..
sorry but i only know to make .ini for activation keys  :sweet_jesus:

Prob [member=21092]monday[/member] can help
 
Status
Not open for further replies.
Top