Results 1 to 10 of 10
  1. #1
    Trolly "A-Rab" smith's Avatar
    Join Date
    Aug 2012
    Gender
    female
    Posts
    11
    Reputation
    10
    Thanks
    2
    My Mood
    Amazed

    why errors "kety smith"

    i have a problem when i make hack for cossfire

    on vasual basic 2008

    this code from :https://www.mpgh.net/forum/242-crossf...ake-hac-k.html


    images

















    ply reply for me why error and if iam mistake plz any one upload video or images to learn me
    Attached Thumbnails Attached Thumbnails
    30McT.png  

    BNWxg.png  

    khtrv.png  

    WI82U.png  

    jpAPW.png  

    ANAMe.png  

    Kety Smith AKA


    [IMG]https://www.3almsbay*****m/wp-content/uploads/%D8%B5%D9%88%D8%B1-%D8%A8%D9%86%D8%A7%D8%AA-%D9%8A%D9%88%D8%B1%D9%88-20121.jpg[/IMG]

  2. #2
    DaRk's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    MPGH
    Posts
    1,910
    Reputation
    119
    Thanks
    3,986
    My Mood
    Asleep
    Add this at the top
    Code:
    #include "stdafx.h"

  3. #3
    Trolly "A-Rab" smith's Avatar
    Join Date
    Aug 2012
    Gender
    female
    Posts
    11
    Reputation
    10
    Thanks
    2
    My Mood
    Amazed
    The same problem

    Attached Thumbnails Attached Thumbnails
    7.png  

    Last edited by Trolly "A-Rab" smith; 08-05-2012 at 08:54 AM.
    Kety Smith AKA


    [IMG]https://www.3almsbay*****m/wp-content/uploads/%D8%B5%D9%88%D8%B1-%D8%A8%D9%86%D8%A7%D8%AA-%D9%8A%D9%88%D8%B1%D9%88-20121.jpg[/IMG]

  4. #4
    Lightning's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    MPGH
    Posts
    4,767
    Reputation
    1653
    Thanks
    11,792
    My Mood
    Angelic
    use release instead of debug

    MPGH member since 11 February 2012
    Ex - Contributor
    Ex - CF minion

  5. #5
    Trolly "A-Rab" smith's Avatar
    Join Date
    Aug 2012
    Gender
    female
    Posts
    11
    Reputation
    10
    Thanks
    2
    My Mood
    Amazed
    how? and what relase
    Kety Smith AKA


    [IMG]https://www.3almsbay*****m/wp-content/uploads/%D8%B5%D9%88%D8%B1-%D8%A8%D9%86%D8%A7%D8%AA-%D9%8A%D9%88%D8%B1%D9%88-20121.jpg[/IMG]

  6. #6
    shwerma's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    240
    Reputation
    10
    Thanks
    1,237
    My Mood
    Innocent
    pm me and i will explain every thing to u okay????





    Don't forget to press thx if i helped u

  7. #7
    Trolly "A-Rab" smith's Avatar
    Join Date
    Aug 2012
    Gender
    female
    Posts
    11
    Reputation
    10
    Thanks
    2
    My Mood
    Amazed
    ok
    iam add you
    Kety Smith AKA


    [IMG]https://www.3almsbay*****m/wp-content/uploads/%D8%B5%D9%88%D8%B1-%D8%A8%D9%86%D8%A7%D8%AA-%D9%8A%D9%88%D8%B1%D9%88-20121.jpg[/IMG]

  8. #8
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    i can feel your code looks like
    Code:
    #include "stdafx.h"
    #include <Windows.h>
    #include <fstream>
    
    using namespace std;
    
    #define HookShell (DWORD)GetModuleHandleA("CShell.dll");
    
    void IfLuX ( void )
    {
    	bool wallhack = 1;
    
    	while(1)
    	{
    		DWORD CShell = HookShell;
    
    	        if (wallhack==1)
    		{
    		   memcpy((VOID*)0x6D29F4, "\x00\x00\x00\x00\x00\x00", 6);
    		}
    	}
    }
    void Hook ( HINSTANCE hDLL )
    {
    	DWORD CShell = HookShell;
    	if (CShell==0)
    	{
    		IfLuX();
    	}
    }
    BOOL WINAPI DllMain ( HINSTANCE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    	if (dwReason == DLL_PROCESS_ATTACH)
    	{
    		DisableThreadLibraryCalls(hDll);
    		CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hook, hDll, NULL, NULL);
    		 MessageBoxA (0,"KAREEM'S HACK","KAREEMS HACK",0); // KAREEM'S HACK ,,:D
    	}
    	return TRUE;
    }
    if    (Ghost)
    {
                           if(pBasicPlayer!=0)
                       {
                           *(float*)(pBasicPlayer + 0x8C) = 300;
                           *(float*)(pBasicPlayer + 0x90) = 300;
    
                       }
                       }
    AND ADD THIS SOURCE TO BASE..
    *(float*)(wep + FastKnife1+y*4) = 2.1f; 
    *(float*)(wep + FastKnife2+y*4) = 2.1f; 
    *(float*)(wep + KnifeOHK1+y*4) = 1500; 
    *(float*)(wep + KnifeOHK2+y*4) = 1500;
    why i feel that? because u dont even know c++ (yes this is c++ not vb)


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

  9. The Following User Says Thank You to giniyat101 For This Useful Post:

    [N.O]N.A.M.E (08-05-2012)

  10. #9
    Dark Side's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    West London
    Posts
    670
    Reputation
    99
    Thanks
    1,372
    My Mood
    Asleep
    wow cool program teach me how to do it !
    visual basic 2008
    and its visual studio and its called c++ as giniyat101 said.
    loling hard irl

  11. The Following User Says Thank You to Dark Side For This Useful Post:

    giniyat101 (08-05-2012)

  12. #10
    xKickAss's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Registered 21/09/2011
    Posts
    1,968
    Reputation
    152
    Thanks
    15,979
    My Mood
    Doh
    omg learn c++ you dont know even what include, in error it says what to do ._.

    Anyway you should include some files, put codes in correct position and change hook, it will be detected by xtrap... btw why should you do an hack if you don't know anything of c++? ._.
    Last edited by xKickAss; 08-05-2012 at 01:10 PM.

Similar Threads

  1. Favorite Quote
    By EleMentX in forum Spammers Corner
    Replies: 13
    Last Post: 01-04-2020, 04:36 PM
  2. When I quote people it quotes in my colour?
    By Hysteria in forum General
    Replies: 2
    Last Post: 10-14-2011, 08:46 AM
  3. MPGH IRC Chat Quote Thread
    By i eat trees in forum Entertainment
    Replies: 746
    Last Post: 07-02-2011, 10:07 PM
  4. Why? Error! Exceeded maximum....
    By YuDi21 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 0
    Last Post: 01-19-2011, 11:05 AM
  5. why does everybody have to quote dave.
    By Sjoerd in forum General
    Replies: 16
    Last Post: 11-10-2010, 04:53 PM