Results 1 to 8 of 8
  1. #1
    zmodteam's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    Ho Chi Minh city
    Posts
    28
    Reputation
    10
    Thanks
    21

    Red face [Source Code] WriteText Engine CF4VN

    ahihi, I love VietNam
    Code:
    void WriteText (int x, int y, DWORD color, char *text)
    {
    	if(!GetModuleHandle(eCShell)) return;
    	if(!GetModuleHandle(eClient)) return;
    	
    	DWORD MoveECX = *(DWORD*)(Pointer);//<-Pointer
    	
    	__asm
    	{
    		push 01 
    		push FF000000			//<-Shadow
    		push 00
    		push 00
    		push x					//<-X
    		push y					//<-y
    		push color			//<-Color
    		add ecx,-3F
    		push 3E
    		PUSH text				//<-Write Text
    		MOV ECX, MoveECX		//<-Pointer
    		CALL DrawTextEngine1	//<-Call
    	}
    }
    
    /*
    DrawTextEngine: 8B 0D ?? ?? ?? ?? E8 ?? ?? ?? ?? 8B 96 ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? 83 C4 ?? 85 ?? 74 ?? 8B 0D ?? ?? ?? ?? 83 C1 ?? 89 4C 24 0C
    cf4vn.exe+4C4939 - 6A 01                 - push 01 { 1 }
    cf4vn.exe+4C493B - 68 000000FF           - push FF000000 { -16777216 }					<-Shadow
    cf4vn.exe+4C4940 - 6A 00                 - push 00 { 0 }
    cf4vn.exe+4C4942 - 6A 00                 - push 00 { 0 }
    cf4vn.exe+4C4944 - 6A 00                 - push 00 { 0 }
    cf4vn.exe+4C4946 - 6A 00                 - push 00 { 0 }
    cf4vn.exe+4C4948 - 68 424242FF           - push FF424242 { -12434878 }					<-Color
    cf4vn.exe+4C494D - 83 C1 C1              - add ecx,-3F { 193 }
    cf4vn.exe+4C4950 - 51                    - push ecx
    cf4vn.exe+4C4951 - 6A 3E                 - push 3E { 62 }
    cf4vn.exe+4C4953 - 68 44347009           - push cf4vn.exe+9F3444 { ["- (NO CLAN)"] }	<-Write Text
    cf4vn.exe+4C4958 - 8B 0D 78BC740A        - mov ecx,[cf4vn.exe+1A3BC78] { [0809B218] }	<-Pointer
    cf4vn.exe+4C495E - E8 3D5F0500           - call cf4vn.exe+51A8A0						<-Call
    cf4vn.exe+4C4963 - 8B 96 F0010000        - mov edx,[esi+000001F0]
    cf4vn.exe+4C4969 - 52                    - push edx
    cf4vn.exe+4C496A - E8 1148D2FF           - call cf4vn.exe+1E9180
    cf4vn.exe+4C496F - 83 C4 04              - add esp,04 { 4 }
    cf4vn.exe+4C4972 - 85 C0                 - test eax,eax
    cf4vn.exe+4C4974 - 74 3D                 - je cf4vn.exe+4C49B3
    cf4vn.exe+4C4976 - 8B 0D F4EC9109        - mov ecx,[cf4vn.exe+C0ECF4] { [00000300] }
    cf4vn.exe+4C497C - 83 C1 D1              - add ecx,-2F { 209 }
    cf4vn.exe+4C497F - 89 4C 24 0C           - mov [esp+0C],ecx
    */
    Last edited by zmodteam; 10-12-2016 at 02:24 AM.

  2. The Following 4 Users Say Thank You to zmodteam For This Useful Post:

    BacLee (11-03-2016),CaioFonseca (10-13-2016),josielcardoso7 (10-12-2016),waitnight (10-12-2016)

  3. #2
    waitnight's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    how to use ?

  4. #3
    sevengo's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    1
    thanks..

    Btw

    push color //<- Put Color Here?

  5. #4
    Biesi's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    4,993
    Reputation
    374
    Thanks
    8,808
    My Mood
    Twisted
    Quote Originally Posted by sevengo View Post
    thanks..

    Btw

    push color //<- Put Color Here?
    No, that's a parameter passed to the WriteText function

  6. #5
    sevengo's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Biesi View Post


    No, that's a parameter passed to the WriteText function
    Nice
    Thanks you bro

  7. #6
    kabal35's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Where do we write these codes

  8. #7
    BacLee's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    My Mood
    Sleepy
    Chào a. a có thể tạo giúp e 1 bản hack vđk or cf4vn đc ko/ hack wall + thêm chức năng đc th́ càng tốt. tks a ạ

  9. #8
    xitan244's Avatar
    Join Date
    Dec 2016
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Code:
    add ecx,-3F : error C2041: illegal digit 'F' for base '10'
    i get this error when compiler, how to fix it ?

Similar Threads

  1. Replies: 5
    Last Post: 02-28-2016, 07:26 PM
  2. [Help Request] Using Cheat Engine to find Source Code / Address
    By Drazzix in forum Call of Duty Modern Warfare 3 Help
    Replies: 0
    Last Post: 02-18-2013, 06:44 AM
  3. [Release] ****** DLL Source Code
    By OneWhoSighs in forum WarRock - International Hacks
    Replies: 20
    Last Post: 10-25-2007, 07:41 AM
  4. keylogger source code
    By obsedianpk in forum WarRock - International Hacks
    Replies: 8
    Last Post: 10-24-2007, 02:31 PM
  5. HALO 2 (XBOX) Source Code
    By mirelesmichael in forum General Game Hacking
    Replies: 12
    Last Post: 09-23-2006, 04:35 AM