CPP RELEASE [OPEN-SOURCE]Packet Transmission Delayer (* aka Lag-Switcher*) [UPDATED]

T3KTONIT

Well-known member
Joined
Sep 2, 2013
Messages
308
Reaction score
5
Hello, i got bored today, and i made this little program that delays the packets sent to the server. thus achieving "Lag-Mode".

This is pure, packet delayer, and it does not use the "send rate" methods...
This is made by hooking the ws2_32.sendto function, and injecting code to call the Sleep function with a specific amount of time, to delay the sending of the packet.

this is really easy to make. if you want to recreate your own version of this in CLEO. you have to convert the code below to byte code, and inject into code cave by allocating memory. you can redirect ws2_32.sendto to the code cave by patching the first 5 bytes of the function.

Code:
               CMP TimeDelayToggler, 0
               JE original
               CMP TimeDelay, 0
               JE original
               PUSH TimeDelay
               CALL Sleep	
original: 
               MOV EDI, EDI
               PUSH EBP
               MOV EBP, ESP
               JMP jumpback

Screenshots:

ipyo9qh.png

4xeduTx.png

QdiCbZa.png

od89JIM.png

fT6lH50.png


Instructions, Key controls and Credits(readme.txt)
Code:
##############################################################

#######  #####  #    # ####### ####### #     # ### ####### 
   #    #     # #   #     #    #     # ##    #  #     #    
   #          # #  #      #    #     # # #   #  #     #    
   #     #####  ###       #    #     # #  #  #  #     #    
   #          # #  #      #    #     # #   # #  #     #    
   #    #     # #   #     #    #     # #    ##  #     #    
   #     #####  #    #    #    ####### #     # ###    #    
                                                          	 
##############################################################


*Installation*:

Put The .asi file in GTA_SA.exe directory.
start game, done.


*Control keys*:

Enabled/Disable Transmission delayer : LEFT CTRL + MIDDLE_MOUSE_BUTTON
Increase Time Delay		     : LEFT CTRL + LEFT_MOUSE_BUTTON
Decrease Time Delay		     : LEFT CTRL + RIGHT_MOUSE_BUTTON



Credits:

T3KTONIT: Creator, and developer.
REQUIREMENTS !
Visual C++ Redistributable Packages for Visual Studio 2013
LEAVE A LIKE IF YOU APPRECIATE THE GREAT WORK!
 

Attachments

  • [ASI]Packet Transmission Delayer.zip
    6.5 KB · Views: 866
  • [SOURCE-CODE]Packet Transmission Delayer.zip
    20.9 KB · Views: 878
  • 0.3.7[ASI]TransmissionDelayer.zip
    5.8 KB · Views: 125,874
  • 0.3.7[SOURCE-CODE]Packet Transmission Delayer.zip
    639.7 KB · Views: 103,908
  • 0.3.7[ASI]TransmissionDelayer.zip
    5.8 KB · Views: 125,892
  • 0.3.7[SOURCE-CODE]Packet Transmission Delayer.zip
    639.7 KB · Views: 103,964

blackHat

Expert
Joined
Jul 28, 2013
Messages
930
Reaction score
2
Re: [OPEN-SOURCE]Packet Transmission Delayer (* aka Lag-Mode *)

good job  :stoned:
rep+ , like + :)
 

T3KTONIT

Well-known member
Joined
Sep 2, 2013
Messages
308
Reaction score
5
Re: [OPEN-SOURCE]Packet Transmission Delayer (* aka Lag-Mode *)

Thank you  :yesyes:
 

DzkAy

Well-known member
Joined
Feb 20, 2014
Messages
472
Reaction score
1
Re: [OPEN-SOURCE]Packet Transmission Delayer (* aka Lag-Mode *)

How about 69696969 ping ?  :yesyes:
 

T3KTONIT

Well-known member
Joined
Sep 2, 2013
Messages
308
Reaction score
5
Re: [OPEN-SOURCE]Packet Transmission Delayer (* aka Lag-Mode *)

D.Kay link said:
How about 69696969 ping ?  :yesyes:
You will timeout... :eek:hgodwhy:
 

SourceX

Active member
Joined
Mar 4, 2014
Messages
59
Reaction score
0
Re: [OPEN-SOURCE]Packet Transmission Delayer (* aka Lag-Mode *)

Good job broah, very nice  :iknowwhatyoudid:

But, when i TAB, my ping is the same as normal ping, diddn't increase. :eek:key:
 

T3KTONIT

Well-known member
Joined
Sep 2, 2013
Messages
308
Reaction score
5
Re: [OPEN-SOURCE]Packet Transmission Delayer (* aka Lag-Mode *)

SourceFTW link said:
Good job broah, very nice  :iknowwhatyoudid:

But, when i TAB, my ping is the same as normal ping, diddn't increase. :eek:key:

CTRL + Middle mouse button to activate
mouse-middle-button-click-center-fernando-paladini-tutorial.png
 

SourceX

Active member
Joined
Mar 4, 2014
Messages
59
Reaction score
0
Re: [OPEN-SOURCE]Packet Transmission Delayer (* aka Lag-Switcher*)

I know this nigga  :fuck_you:

But the ping increases only by 20-30.
 

T3KTONIT

Well-known member
Joined
Sep 2, 2013
Messages
308
Reaction score
5
Re: [OPEN-SOURCE]Packet Transmission Delayer (* aka Lag-Switcher*)

SourceFTW link said:
I know this nigga  :fuck_you:

But the ping increases only by 20-30.
-_-" it depends on the delay you use...
 

YeAhx

Active member
Joined
Mar 13, 2014
Messages
109
Reaction score
1
Re: [OPEN-SOURCE]Packet Transmission Delayer (* aka Lag-Switcher*)

I don't need this, my ping is always 300  :dont_care:

JK, good work and now I can troll my players  :trollface:
 

blackHat

Expert
Joined
Jul 28, 2013
Messages
930
Reaction score
2
Re: [OPEN-SOURCE]Packet Transmission Delayer (* aka Lag-Switcher*)

Mine is 200-300 in normal  :bawww:
 

Dem0n

Active member
Joined
Apr 1, 2013
Messages
82
Reaction score
0
Location
Winland ^^
Re: [OPEN-SOURCE]Packet Transmission Delayer (* aka Lag-Switcher*)

Thank you!
 

Codex1337

Active member
Joined
Mar 1, 2014
Messages
170
Reaction score
1
Re: [OPEN-SOURCE]Packet Transmission Delayer (* aka Lag-Switcher*)

I get this error when i click on connect to the server button

gta_sa.exe - Unable To Locate Component
This application has failed to start because MSVCP120.dll was not found. Re-installing the application may fix this problem.

After that the server gets loaded successfully and i'm able to play normally but i can't load this ASI
 

T3KTONIT

Well-known member
Joined
Sep 2, 2013
Messages
308
Reaction score
5
Re: [OPEN-SOURCE]Packet Transmission Delayer (* aka Lag-Switcher*)

Codex1337 link said:
I get this error when i click on connect to the server button

gta_sa.exe - Unable To Locate Component
This application has failed to start because MSVCP120.dll was not found. Re-installing the application may fix this problem.

After that the server gets loaded successfully and i'm able to play normally but i can't load this ASI

Visual C++ Redistributable Packages for Visual Studio 2013
 

GoodMan

Active member
Joined
Jun 4, 2014
Messages
141
Reaction score
0
Re: [OPEN-SOURCE]Packet Transmission Delayer (* aka Lag-Switcher*)

How can i change the activation key to this cheat ? :S

i want something like ALT + 4 to enable/disable ;S
 

BadShah.

Active member
Joined
Jul 6, 2013
Messages
93
Reaction score
1
Re: [OPEN-SOURCE]Packet Transmission Delayer (* aka Lag-Switcher*)

Codex1337 link said:
I get this error when i click on connect to the server button

gta_sa.exe - Unable To Locate Component
This application has failed to start because MSVCP120.dll was not found. Re-installing the application may fix this problem.

After that the server gets loaded successfully and i'm able to play normally but i can't load this ASI
Same here, I installed Visual c++ also but same thing happens! Help please..
 

Anondreamer

Active member
Joined
Apr 10, 2013
Messages
33
Reaction score
0
Re: [OPEN-SOURCE]Packet Transmission Delayer (* aka Lag-Switcher*)

gta sa stopped working
 

inZ

Well-known member
Joined
Apr 6, 2013
Messages
270
Reaction score
1
Re: [OPEN-SOURCE]Packet Transmission Delayer (* aka Lag-Switcher*)

i've installed visual
When i click IG ctrl+mid mouse button "GTA SA stopped working"
 

T3KTONIT

Well-known member
Joined
Sep 2, 2013
Messages
308
Reaction score
5
Re: [OPEN-SOURCE]Packet Transmission Delayer (* aka Lag-Switcher*)

inZ link said:
i've installed visual
When i click IG ctrl+mid mouse button "GTA SA stopped working"
Try the 0.3.7 version.
 

inZ

Well-known member
Joined
Apr 6, 2013
Messages
270
Reaction score
1
Re: [OPEN-SOURCE]Packet Transmission Delayer (* aka Lag-Switcher*)

Works fine now thanks
 
Top