Cheat folders and files?
#24

Most of them will manipulate memory or is there some other way ?

When i worked on my server, i created a hack to quickly teleport to desired locations, it was done by reading players position out from sa:mp memory to save positions and writing memory to teleport saved positions read from ini file.
Samp uses dynamic memory for player pos, so it requires offsets to read/write effectivly.


Quote:
Originally Posted by NaS
Посмотреть сообщение
The filename is completely irrelevant. I can name a file anything I want and it still runs as intended if you start it like intended.
dll is called from program by dll's name, so changing only that will end up with error, sooner or later, sometimes later if the dll is dynamic not static that is read at start.

Код:
 function Out32(PortAdr: word; Data: byte): byte; stdcall; external 'inpout32.dll';
Just some example from the program code I used to read and write LPT port data to control step-motor, here the inpout32.dll is called.
Reply


Messages In This Thread
Cheat folders and files? - by Unkovic - 02.02.2018, 23:33
Re: Cheat folders and files? - by Xhizors - 03.02.2018, 18:54
Re: Cheat folders and files? - by Fratello - 03.02.2018, 19:22
Re: Cheat folders and files? - by Unkovic - 11.02.2018, 21:43
Re: Cheat folders and files? - by JakeXxX - 12.02.2018, 04:30
Re: Cheat folders and files? - by VeryTallMidget - 12.02.2018, 06:40
Re: Cheat folders and files? - by Logic_ - 12.02.2018, 07:38
Re: Cheat folders and files? - by Fratello - 12.02.2018, 12:04
Re: Cheat folders and files? - by VeryTallMidget - 12.02.2018, 13:43
Re: Cheat folders and files? - by Fratello - 12.02.2018, 14:08
Re: Cheat folders and files? - by NaS - 12.02.2018, 14:17
Re: Cheat folders and files? - by VeryTallMidget - 12.02.2018, 15:46
VeryTallMidget - by Unkovic - 16.08.2018, 13:46
Maybe :? - by 10MIN - 16.08.2018, 14:38
Re: Maybe :? - by Unkovic - 16.08.2018, 15:23
Re: Maybe :? - by 10MIN - 16.08.2018, 15:57
Re: Cheat folders and files? - by NaS - 16.08.2018, 16:04
10MIN - by Unkovic - 16.08.2018, 16:33
Re: Cheat folders and files? - by VeryTallMidget - 16.08.2018, 18:15
Re: Cheat folders and files? - by Unkovic - 16.08.2018, 18:44
Re: Cheat folders and files? - by NaS - 16.08.2018, 19:28
Re: Cheat folders and files? - by Unkovic - 16.08.2018, 19:32
Re: Cheat folders and files? - by Spmn - 16.08.2018, 19:46
Re: Cheat folders and files? - by VeryTallMidget - 16.08.2018, 19:50
VeryTallMidget - by Unkovic - 16.08.2018, 20:02
Re: Cheat folders and files? - by NaS - 16.08.2018, 20:20
Re: Cheat folders and files? - by Unkovic - 16.08.2018, 20:55
Re: Cheat folders and files? - by 10MIN - 16.08.2018, 21:23
10MIN - by Unkovic - 16.08.2018, 21:38
Re: Cheat folders and files? - by VeryTallMidget - 17.08.2018, 07:11
Re: Cheat folders and files? - by DTV - 17.08.2018, 16:32
Re: Cheat folders and files? - by 10MIN - 17.08.2018, 18:18
Re: Cheat folders and files? - by Unkovic - 17.08.2018, 20:18
Re: Cheat folders and files? - by Mark™ - 21.08.2018, 13:26

Forum Jump:


Users browsing this thread: 2 Guest(s)