Results 1 to 11 of 11
  1. #1
    GS-HITMAN's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    East Coast (NAEST)
    Posts
    2,002
    Reputation
    16
    Thanks
    576

    whats wrong with my code.

    sense some of these mods are retard and won't help me out cough*swiftdude*cough, i would like for you guys to help me with my code.


    Code:
    #include<windows.h>
    #include<iostream>
    
    	using namespace std;
         
        DWORD CShellBase = (DWORD)GetModuleHandleA("CShell.dll");
    DWORD WINAPI Hacks(LPVOID)
    {
    
    	while(GetModuleHandleA("CShell.dll") != NULL)
    { 
        while(1) 
    { 
    	bool Ammodamage = false;
    	while(1)
    	{
    		DWORD CShellBase = (DWORD)GetModuleHandleA("CShell.dll");
    
         
       		if(Ammodamage) 
             	{
               		for(int i=0 ; i<445 ; i++)
              		{
              		 *(float*)( (*(DWORD*)((*(DWORD*)(CShellBase + 0xA0B280 ))+(4*i))) + 0x7F8) = FLT_MAX ;
        			}
    		}
    	}
    }
    	}
    	return true;
    }
        BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved ) {
        DisableThreadLibraryCalls(hDll);
        if ( dwReason == DLL_PROCESS_ATTACH ) {
             MessageBoxA(0, "Coded by GS-HITMAN", "One Hit Killz" , 0);
    		 CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hacks, NULL, NULL, NULL);
    
    		}
        return true;
        }
    Last edited by GS-HITMAN; 04-02-2011 at 08:49 AM.

  2. #2
    Takari's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Cross Fire Section
    Posts
    11,889
    Reputation
    574
    Thanks
    1,966
    My Mood
    Cool
    I think there should be a void and you can't put bool Ammodamage = false; because the computer is going to be looking for the addy oneshot in cshell and there is none.
    Last edited by Takari; 04-02-2011 at 11:24 AM.
    [IMG]https://i1114.photobucke*****m/albums/k538/ImminentJM/takari.png[/IMG]




     
    Goal:
    10,000 Posts - 10/13/2011
    Become Minion - Not Done
    Become Donator - 07/29/2011
    1000 Thanks - Done - 07/25/2011
    2000 Thanks - Not Done
    Thanks Archangel for my 1,000 Thanks.
    Thanks Keroaplt for my Signature.

  3. #3
    sh_z_sektor's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Olly
    Posts
    1,505
    Reputation
    63
    Thanks
    1,633
    My Mood
    Amused
    Quote Originally Posted by Takari View Post
    I think there should be a void and you can't put bool Ammodamage = false; because the computer is going to be looking for the addy oneshot in cshell and there is none.
    Nope.


    also there is lots of errors as i can see :/

  4. #4
    Takari's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Cross Fire Section
    Posts
    11,889
    Reputation
    574
    Thanks
    1,966
    My Mood
    Cool
    Quote Originally Posted by sh_z_sektor View Post
    Nope.


    also there is lots of errors as i can see :/
    Actually I think yes.I'm not a good coder so whatever.
    [IMG]https://i1114.photobucke*****m/albums/k538/ImminentJM/takari.png[/IMG]




     
    Goal:
    10,000 Posts - 10/13/2011
    Become Minion - Not Done
    Become Donator - 07/29/2011
    1000 Thanks - Done - 07/25/2011
    2000 Thanks - Not Done
    Thanks Archangel for my 1,000 Thanks.
    Thanks Keroaplt for my Signature.

  5. #5
    ludikrimos's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    deep under ground
    Posts
    324
    Reputation
    88
    Thanks
    1,389
    My Mood
    Aggressive
    Quote Originally Posted by sh_z_sektor View Post
    Nope.


    also there is lots of errors as i can see :/
    again this blind noob, lol i luv his posts, just watching him and LMAO stupid like him never seen before



  6. #6
    Sprite's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Behind you
    Posts
    1,279
    Reputation
    12
    Thanks
    1,124
    My Mood
    Psychedelic
    Rofl... Just make PIVOTS ! ^_^

  7. #7
    A$IAN's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Germany
    Posts
    5,654
    Reputation
    274
    Thanks
    2,010
    My Mood
    Amused
    There are errors... Many errors...
    FOr me the 0 check makes my cf crashed but I dont care :/
    Got my own way
    ~Donater since 19th October 2011~
    ~Ex-Crossfire Minion || Resigned on 4th February 2012 ~
    Da fuck

  8. The Following User Says Thank You to A$IAN For This Useful Post:

    Jjoonnaass (04-07-2011)

  9. #8
    Victoria's Avatar
    Join Date
    Feb 2011
    Gender
    female
    Location
    Everywhere where love is♥
    Posts
    1,154
    Reputation
    -20
    Thanks
    94
    My Mood
    In Love
    I think the LTclient is wrong.

  10. #9
    A$IAN's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Germany
    Posts
    5,654
    Reputation
    274
    Thanks
    2,010
    My Mood
    Amused
    Quote Originally Posted by Victoria View Post
    I think the LTclient is wrong.
    That´s right but with LITC u get error too cuz the 0 check :/
    ~Donater since 19th October 2011~
    ~Ex-Crossfire Minion || Resigned on 4th February 2012 ~
    Da fuck

  11. #10
    Swiftdude's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Illinois.
    Posts
    12,572
    Reputation
    1130
    Thanks
    2,995
    My Mood
    Cynical
    the person that told me made me promise i wouldnt tell people
    Still love you Giggletron

  12. #11
    MiNT's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    551
    Reputation
    266
    Thanks
    2,559
    My Mood
    Psychedelic
    Quote Originally Posted by GS-HITMAN View Post
    whats wrong with my code.
    whats wronge is that its not ur code, no credits are givin, and that you doing even know what it means,

    sorry for being mean, but seriously go RTFM