loading screen bypass [.CT]

05/20/2017 16:17 Kernel's#16
Quote:
Originally Posted by Zyntex View Post
next gen hamada code
please add some more openprocess's to make sure it is open enough
I didn't know I needed a code basic

Code:
Global $Process = "S4Client.exe"
TrayTip("HS4L", "Waiting for S4League", 0, $TIP_ICONASTERISK)
do
	Sleep(100)
Until ProcessExists($Process) <> 0
Global $hHandle = _WinAPI_OpenProcess(0x1F0FFF, False, ProcessExists($Process))
Global $S4Client
do
	Sleep(100)
	$S4Client = PROCESSMODULEGETBASEADDRESS($hHandle ,$Process)
Until $S4Client <> 0

if ($S4Client <> 0) Then MsgBox(0,"HS4L","Module ["&$S4Client&"]",0)
WriteProcessMemory(ProcessExists($Process),$S4Client+0x9CC8F,"0x6A02","byte[2]")
WriteProcessMemory(ProcessExists($Process),$S4Client+0x4A4B7B,"0x6A03","byte[2]")
_WinAPI_CloseHandle($hHandle)
MsgBox(64,"","Succesfully ĄThanks alexmen10!",0)
Code:
Func WriteProcessMemory($hObject, $lpBaseAddress, $Value, $Type = 'dword')
	$hObject = _WinAPI_OpenProcess(0x1F0FFF, False, ProcessExists($hObject));
	$dsBuffer = DllStructCreate($Type)
	DllStructSetData($dsBuffer, 1, $Value)
	DllCall('kernel32.dll', 'bool', 'WriteProcessMemory', 'handle', $hObject, 'ptr', $lpBaseAddress, 'ptr', DllStructGetPtr($dsBuffer), 'int', DllStructGetSize($dsBuffer), 'int', 0)
	_WinAPI_CloseHandle($hObject)
EndFunc   ;==>WriteProcessMemory


FUNC PROCESSMODULEGETBASEADDRESS($HPROCESS, $SMODULENAME)
		LOCAL $MODULESMAX = DLLSTRUCTCREATE("ptr[1024]")
		LOCAL $IPROCESSMODULES = DLLCALL("psapi.dll", "BOOL", "EnumProcessModules", "HANDLE", $HPROCESS, "ptr", DLLSTRUCTGETPTR($MODULESMAX), "DWORD", DLLSTRUCTGETSIZE($MODULESMAX), "DWORD*", "")
		LOCAL $SMODULEBASENAME
		FOR $I = 1 TO $IPROCESSMODULES[4] / 4
			$SMODULEBASENAME = DLLCALL("psapi.dll", "DWORD", "GetModuleBaseNameW", "HANDLE", $HPROCESS, "ptr", DLLSTRUCTGETDATA($MODULESMAX, 1, $I), "wstr", "", "DWORD", 256)
			IF $SMODULEBASENAME[3] = $SMODULENAME THEN RETURN DLLSTRUCTGETDATA($MODULESMAX, 1, $I)
		NEXT
ENDFUNC
05/23/2017 19:34 0N1K4G3#17
Fixed :( can you update codes?
05/23/2017 19:40 HaMaDa..#18
Quote:
Originally Posted by Zyntex View Post
next gen hamada code
please add some more openprocess's to make sure it is open enough
I love openprocess so what's your problem with us ? xD
05/24/2017 06:00 elwany#19
update please :)
05/24/2017 09:38 Kernel's#20
Quote:
Originally Posted by 0N1K4G3 View Post
Fixed :( can you update codes?
Quote:
Originally Posted by elwany View Post
update please :)
//Alt: db 6A 00 8B 8D 74 FE FF FF -> 6A 02

//Alt: db 6A 01 8B 0D 50 B4 30 02 -> 6A 03
05/24/2017 09:42 HaMaDa..#21
Quote:
Originally Posted by Kernel's View Post
//Alt: db 6A 00 8B 8D 74 FE FF FF -> 6A 02

//Alt: db 6A 01 8B 0D 50 B4 30 02 -> 6A 03
Just change 6A 01 8B 0D 50 B4 30 02 > 6A 03 and it will work.
05/24/2017 17:31 GalaxyCMS123#22
Why pasting the ct code in notepad and saving as .CT format and after that opening with ct it gives me "data error"?
05/25/2017 00:14 elwany#23
Quote:
Originally Posted by HaMaDa.. View Post
Just change 6A 01 8B 0D 50 B4 30 02 > 6A 03 and it will work.
Quote:
Originally Posted by Kernel's View Post
//Alt: db 6A 00 8B 8D 74 FE FF FF -> 6A 02

//Alt: db 6A 01 8B 0D 50 B4 30 02 -> 6A 03
how did you guys Updated it i mean how you know the new codes :D
05/25/2017 01:23 HaMaDa..#24
Quote:
Originally Posted by elwany View Post
how did you guys Updated it i mean how you know the new codes :D
He didn't, someone released it and alex leeched it.
05/25/2017 11:46 elwany#25
Quote:
Originally Posted by Kernel's View Post
//Alt: db 6A 00 8B 8D 74 FE FF FF -> 6A 02

//Alt: db 6A 01 8B 0D 50 B4 30 02 -> 6A 03
how to updated for autoit
05/25/2017 12:18 gοd#26
Quote:
Originally Posted by elwany View Post
how to updated for autoit
are you just trying to leech from a leecher who leeched from another leecher?
leecharious
05/25/2017 13:29 elwany#27
Quote:
Originally Posted by Zyntex View Post
are you just trying to leech from a leecher who leeched from another leecher?
leecharious
lol D:
05/27/2017 09:13 elwany#28
how to update for autoit please :'(
05/27/2017 21:59 golle12#29
just do a signature scan and get these addresses or just one address which you need
06/15/2017 18:15 0N1K4G3#30
I really need for now. Can someone update codes?