Thread: Old @ss Base

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    -Dimensions-'s Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    243
    Reputation
    2
    Thanks
    162
    My Mood
    Aggressive

    Old @ss Base

    So ~7-8 months ago me and my friend Qwerty01 decided to take on Combat Arms Hacking. We made a private menu that hit big, we sold it some friends, then it got detected so we were working on another until there was another patch and we gave up on it. I'm back now and I found the base stored away in a deep black pit. It crashes like the usual old bases. Idk its mainly just to help if it can, so take a look at the source and if you find anything interesting go ahead and pull it out, and if you like you can revive it, be my guest. Based on the Combined Base v2. Credits to everyone on Combined Base v2, me, and Qwerty01.

    Virus Scans (.cpp, .lib, and .h files, 29 files):
    VirScan won't take.
    VirusTotal - Free Online Virus, Malware and URL Scanner

    EDIT: Forgot to mention has a OPK and Telekill and some other sources (that might be patched).

    Thank me if you use anything in it :/
    Last edited by -Dimensions-; 06-30-2011 at 09:43 AM.

  2. The Following 7 Users Say Thank You to -Dimensions- For This Useful Post:

    ASM (06-30-2011),danielsputra (09-22-2015),darlwis (04-23-2012),diegosarria12 (03-01-2013),emopoet (07-01-2011),phooj (08-05-2011),~Silver~ (05-01-2012)

  3. #2
    ASM's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    145
    Reputation
    10
    Thanks
    24
    waiting to view this base, thanks.

  4. #3
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    uhm.........wut.

  5. #4
    justiniscool5's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    idk
    Posts
    884
    Reputation
    -12
    Thanks
    182
    My Mood
    Bitchy
    Lol its old and u released wats the point?

  6. #5
    -Dimensions-'s Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    243
    Reputation
    2
    Thanks
    162
    My Mood
    Aggressive
    Quote Originally Posted by justiniscool5 View Post
    Lol its old and u released wats the point?
    Well I was going to release it before when it wasn't detected. It has some interesting stuff like Status, some DirectX Functions, OPK, Refresh OPK, Flush OPK, Update OPK, Crash CA and address log.

    You'll find stuff like this:

    Code:
    		fprintf(fhandle, "D3D Device: %X\n", FindPattern((DWORD)GetModuleHandleA("d3d9.dll"), 0x128000, (PBYTE)"\xC7\x06\x00\x00\x00\x00\x89\x86\x00\x00\x00\x00\x89\x86", "xx????xx????xx"));
    		fprintf(fhandle, "Player Index: %X\n", FindPattern(CShell, 0x128000, (PBYTE)"\x8B\x41\x04\x85\xC0\x74\x18\x8B\x54\x24\x04\xEB\x03\x8D\x49\x00\x39\x50\x04\x74\x1A\x8B\x80", "xxxxxxxxxxxxxxxxxxxxxxx"));
    		fprintf(fhandle, "Super Bullets: %X\n", FindPattern(CShell, 0x128000, (PBYTE)"\x0F\x94\xC0\x5E", "xxxx"));
    Loads of stuff. I'm going to use most of the P T C s in my next (and first) public hack. I'm going try to fix it up and make it undetected.
    Last edited by -Dimensions-; 06-30-2011 at 10:41 AM.

  7. #6
    justiniscool5's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    idk
    Posts
    884
    Reputation
    -12
    Thanks
    182
    My Mood
    Bitchy
    Sent you a pm

  8. #7
    -Dimensions-'s Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    243
    Reputation
    2
    Thanks
    162
    My Mood
    Aggressive
    Now you guys are interested right???

    Code:
    DWORD WINAPI refreshOPK(LPVOID)
    {
    	while(true)
    	{
    		if( status == 1 )
    		{
    				
    			try
    			{
    				memcpy(&posy,(void *)(posptr),4);
    				posy += posyoffset;
    				memcpy(&playertarget,(void *)(otherplyrptr),4);
    				playertarget += yoffset;
    				DWORD currPT = playertarget;
    				
    				if(posy > posyoffset && playertarget > yoffset)
    				{
    					bool temp = false;
    					int index = 0;
    					for(int i = 0; i < OPKSIZE; i++)
    					{
    						if( sorting )
    							break;
    						if( OPK[i] == currPT)
    						{
    							temp = true;
    						}
    						if( OPK[i] == NULL )
    							index = i;
    					}
    					for(int i = 0; i < OPKSIZE; i++)
    					{
    						if( OPK[i] == NULL )
    						{
    							if( temp )
    							{
    								break;
    							}
    							else
    							{
    								OPK[index] = currPT;
    								break;
    							}
    						}
    					}
    				}
    			}
    			catch(...)
    			{}
    			Sleep (10);
    		}
    		else
    		{
    			flushOPK();
    			Sleep(500);
    		}
    	}
    }
    Also has loads of Key Functions in Keys.cpp and Keys.h. My first and best contribute.

    I'm not a noob, but I'm not Pro.
    Last edited by -Dimensions-; 06-30-2011 at 10:49 AM.

  9. #8
    ASM's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    145
    Reputation
    10
    Thanks
    24
    waiting ( 2 Hours Ago )

    great release.

    Please Approve
    @AVGN
    @Disturbed
    @SmartAlley

  10. #9
    Cryptonic's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    United Provinces of Canada
    Posts
    1,313
    Reputation
    44
    Thanks
    190
    My Mood
    Bored
    Wow,

    I want to see what you did to it. Maybe I could learn sumthin from it...

    ASM.. you forgot @Liz :3

  11. #10
    akp123's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    behind you >,<
    Posts
    362
    Reputation
    6
    Thanks
    1,130
    My Mood
    Inspired
    @PepsiXHacker i think she was banned or sumthing i duno mabye not lol @AVNG aprove ?

  12. #11
    Liz's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    179° 56′ 39.4″, +0° 2′ 46.2″, 7,940 ± 420 parsecs
    Posts
    37,181
    Reputation
    5621
    Thanks
    20,746
    My Mood
    Tired
    Approved i guess.

    If anyone claims to be me via any other source outside of MPGH private or visitor messages, IT'S NOT ME!
    They are trying to trick or scam you. Report them immediately and PM me here for verification.
    "Don’t confuse my personality with my attitude. My personality is who I am. My attitude depends on who you are." — Frank Ocean
    Moderator: 5/2009-10/2009 | GMod: 10/2009-10/2010 | Staff Administrator: 10/2010-Present
    I
    do not do requests via PM. Post in the appropriate section.
     
    Stupid/Pointless Private messages = SPAM, SPAM = BAN.

  13. The Following User Says Thank You to Liz For This Useful Post:

    n4n033 (07-02-2011)

  14. #12
    -Dimensions-'s Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    243
    Reputation
    2
    Thanks
    162
    My Mood
    Aggressive
    Quote Originally Posted by Liz View Post
    Approved i guess.
    Thx. Remember guys don't judge its old.

  15. #13
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,584
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    The OPK wouldn't work. It would most likely be patched. Would need updating.
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  16. #14
    Thugzinn's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    76
    Reputation
    10
    Thanks
    8
    Code:
    1>Compiling...
    1>detoursx.cpp
    1>c:\users\caio\downloads\hansandgellin\detoursx.cpp(2) : fatal error C1083: Cannot open include file: 'ADE32.h': No such file or directory
    1>detourxs.cpp
    1>c:\users\caio\downloads\hansandgellin\detourxs.cpp(2) : fatal error C1083: Cannot open include file: 'ADE32.h': No such file or directory
    1>Generating Code...
    the file "ADE32.h" is missing

  17. #15
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,584
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    Quote Originally Posted by Thugzinn View Post
    Code:
    1>Compiling...
    1>detoursx.cpp
    1>c:\users\caio\downloads\hansandgellin\detoursx.cpp(2) : fatal error C1083: Cannot open include file: 'ADE32.h': No such file or directory
    1>detourxs.cpp
    1>c:\users\caio\downloads\hansandgellin\detourxs.cpp(2) : fatal error C1083: Cannot open include file: 'ADE32.h': No such file or directory
    1>Generating Code...
    the file "ADE32.h" is missing
    Then Add it In

    Replace the detours with Detours from Whit's Combined Base v3 and Add in ADE32.

    Whit's Combined Base v3
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  18. The Following 2 Users Say Thank You to Flengo For This Useful Post:

    -Dimensions- (06-30-2011),Thugzinn (06-30-2011)

Page 1 of 2 12 LastLast