alias +sh "host_timescale 3.0" alias -sh "host_timescale 1.0" bind shift +sh
BYTE* bSendPacket = (BYTE*)(*(char**)CL_Move - 0x1);
bSendPacket = 50; // change 50 with the speed u want
_asm {
pushad
mov ebp, bSendPacket
popad
};
BYTE* bSendPacket = (BYTE*)(*(char**)CL_Move - 0x1);
bSendPacket = 50; // change 50 with the speed u want
_asm {
pushad
mov ebp, bSendPacket
popad
};
_G = nil;
debug.getregistry() = nil;
local runCSharpCode = function(x) pcall(print, x); cam.End3D(); end;
local asmRun = [[
BYTE* bSendPacket = (BYTE*)(*(char**)CL_Move - 0x1);
bSendPacket = 50; // change 50 with the speed u want
_asm {
pushad
mov ebp, bSendPacket
popad
};
]];
runCSharpCode(asmRun);
_G = nil;
debug.getregistry() = nil;
local runCSharpCode = function(x) pcall(print, x); cam.End3D(); end;
local asmRun = [[
BYTE* bSendPacket = (BYTE*)(*(char**)CL_Move - 0x1);
bSendPacket = 50; // change 50 with the speed u want
_asm {
pushad
mov ebp, bSendPacket
popad
};
]];
runCSharpCode(asmRun);