Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    “I fear the day technology will surpass our human interaction. The world will have a generation of idiots.” ~Albert Einstein
    MPGH Member
    SteamAss's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    Crossfire
    Posts
    2,278
    Reputation
    28
    Thanks
    770
    My Mood
    Asleep

    Talking Unpack CShell.DLL and finding Addyes

    We are going to unpack cshell.dll

    First of al we need to load cshell.dll in to an other proces.
    We do this becouse the we don't need to unpack it manualy, and this is an easy way.

    So we need to make a script that loads cshell.dll we can do that easy with c++:

    Code:
    #include "windows.h"
    #include <iostream>
    
    int main()
    {
    	DWORD err;
    	HINSTANCE hDLL = LoadLibrary("CShell.dll");               // Handle to DLL
    	if(hDLL != NULL) {
    		printf("Library has been loaded\n");
            }
    	else 	{
            err = GetLastError();
    		printf("Couldn't load dll\n");
    	}
    	system("pause");
    	return 0;
    }
    Complire and put it in your crossfire map.

    Add OllyDbg PE Dumper to Ollydbg (Or download ollydbg below (in the file.rar))

    Open the script.
    If you see that it is loaded open ollydbg.

    Klik on file, attach. Go to the procces from the program you made.

    Go to plugin and click on Olly PE Dumper, make a Dump of proces.

    In the drop down menu click on cshell.
    Click on Dump.

    Save it as a .dll
    Close your program to load cshell.dll
    open the .dll you dumpt. And that is your unpackt dll

    If you don't know how to do this, watch the video.

    How to Get The "Plugins" Tab in OllyDbg:
    Go to Options> Appereance.
    Then in the Directories Tab Select in the 1st box the /.../.../OllyDbg/UDD and in the Second box
    put the OllyDbg Folder

    Video:

    Lawly:


    Mine:


    (Watch in HD please)

    VirusScanns: (Not necessary but...) -.-
    [x]
    [x]

    All False Positive...

    Credits:
    - (for all other)
    -Me (for second video)

    I did this video.. casue lots of ppl are asking now... and the lawlys tut was quite old so I made a video showing well and with 1 Addy so Have Fun. Press Thanks
    <b>Downloadable Files</b> Downloadable Files
    Last edited by SteamAss; 05-22-2011 at 01:52 PM.



    If you need my Help:
    PM/VM

    Because The People Who Are Crazy Enough To Think They Can Change The World, Are The Ones Who Do. ~Steve Jobs

  2. The Following 86 Users Say Thank You to SteamAss For This Useful Post:

    andersondinho (07-21-2012),Ardent_6971 (12-07-2019),argira (09-01-2016),Arii (05-22-2011),arrowspy54 (08-14-2013),Art (10-06-2012),Arthur Ace (05-22-2011),blackhatman (05-28-2011),BrunoBertinho (10-05-2017),Buddy? (03-01-2014),Code.Assassin? (10-21-2012),Code[VB] (05-24-2011),CorrM (08-14-2013),DaRk (05-25-2011),dark4ever1 (06-04-2011),derh.acker (05-23-2011),destyler1234 (08-20-2014),djspins4u (07-18-2014),dominick13 (08-10-2012),duytunghy123 (10-25-2020),F*cker (08-27-2012),FodinhaBR (09-09-2012),ghidexoa (08-07-2012),guizinxd (12-04-2012),Har9core (01-19-2013),HeavenlyRage (09-04-2011),hondacr (12-14-2012),HUNK69 (05-06-2016),iAllure (10-04-2012),IFromRussia2 (10-20-2013),irol808 (02-26-2014),ixseif11 (03-14-2020),jasonbebe (02-23-2013),jayfee213 (03-19-2015),jjilas (02-02-2015),Kankyuro (06-15-2019),kareem1111 (08-09-2012),kmanev073 (07-15-2011),kopernico (01-15-2020),krys242424 (07-03-2020),LaVa* (08-09-2012),LendexCht (12-11-2014),lesoxerlol1 (08-21-2013),lillyrose (10-10-2015),loadgamers4 (09-07-2012),LOL60 (08-13-2012),lolninja45 (02-26-2014),Loukobicho (05-30-2012),Lunatic (06-06-2011),mahmok (07-11-2012),marksemaj (12-08-2013),Mezmaa (08-31-2012),Micher (09-16-2012),microon (07-02-2013),milacalio115 (08-13-2014),mitsikos (03-31-2015),Mohamed11111111 (05-27-2015),muoi0 (09-28-2018),Nicksssmskja0` (08-24-2013),NOOB (05-26-2011),pls360 (10-25-2014),q572403945 (02-19-2020),RageTagex (09-15-2012),Rivermar (03-11-2017),Robson...Coi (07-24-2013),RocketPowerJR (10-05-2014),rutkiem (05-27-2011),samikee (12-08-2013),shwerma (08-07-2012),Sirius Blac (08-23-2012),Socket (07-19-2012),TheG2ek (08-14-2019),thetop2020 (01-25-2018),tommytho (05-28-2012),urbizupi (03-05-2018),Vincent Dominguez (08-07-2012),wisnuxxx45 (07-21-2014),xaim98 (10-04-2012),xceman (11-10-2011),xStarBucks (05-25-2012),Xurshud (03-21-2016),yusuf62 (11-26-2021),zFreeLove (01-18-2016),zhanre (05-23-2011),[[SeXergy]] (08-23-2011),[\/]illager (06-29-2014)

  3. #2
    Maybe this world is another planet's Hell.
    MPGH Member
    Arii's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    In my cardbox
    Posts
    2,116
    Reputation
    120
    Thanks
    117
    My Mood
    Breezy
    1st post i guess works let me try and go us some more source code
    MPGH's Official Facebook, Twitter, and Youtube page!






     
    Swiftdude
    Hero
    Jigsaw
    Alen
    JigsawJr

     
    Scata




  4. #3
    Ghost's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Under your bed, watching you sleep.
    Posts
    24,790
    Reputation
    3851
    Thanks
    3,662
    Approved .
    Do not go gentle into that good night,
    Old age should burn and rave at close of day;
    Rage, rage against the dying of the light.

  5. The Following User Says Thank You to Ghost For This Useful Post:

    Mohamed11111111 (05-27-2015)

  6. #4
    Threadstarter
    “I fear the day technology will surpass our human interaction. The world will have a generation of idiots.” ~Albert Einstein
    MPGH Member
    SteamAss's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    Crossfire
    Posts
    2,278
    Reputation
    28
    Thanks
    770
    My Mood
    Asleep
    Thanks @Gayrab



    If you need my Help:
    PM/VM

    Because The People Who Are Crazy Enough To Think They Can Change The World, Are The Ones Who Do. ~Steve Jobs

  7. #5
    GForce-Cody's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    C:\Cody\Desktop\MPGH\
    Posts
    1,650
    Reputation
    120
    Thanks
    345
    My Mood
    Relaxed
    @Gayrab it was a repost -.-

  8. #6
    Threadstarter
    “I fear the day technology will surpass our human interaction. The world will have a generation of idiots.” ~Albert Einstein
    MPGH Member
    SteamAss's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    Crossfire
    Posts
    2,278
    Reputation
    28
    Thanks
    770
    My Mood
    Asleep
    I know Cody but so many ppl saying and they no using Search.... so I jsut post it and made a video... then I added somehting to thread... =D



    If you need my Help:
    PM/VM

    Because The People Who Are Crazy Enough To Think They Can Change The World, Are The Ones Who Do. ~Steve Jobs

  9. #7
    NoJustice's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    I don't care about CF
    Posts
    2,878
    Reputation
    123
    Thanks
    1,752
    My Mood
    Bored
    Do you really understand the concepts you're teaching? Or are you just taking a previous post and making it mainstream with a video. You can't teach if you don't know the material yourself.

    Just saying.

  10. #8
    Threadstarter
    “I fear the day technology will surpass our human interaction. The world will have a generation of idiots.” ~Albert Einstein
    MPGH Member
    SteamAss's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    Crossfire
    Posts
    2,278
    Reputation
    28
    Thanks
    770
    My Mood
    Asleep
    lol @headshotz22 ur not only one that knows how...



    If you need my Help:
    PM/VM

    Because The People Who Are Crazy Enough To Think They Can Change The World, Are The Ones Who Do. ~Steve Jobs

  11. #9
    Maybe this world is another planet's Hell.
    MPGH Member
    Arii's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    In my cardbox
    Posts
    2,116
    Reputation
    120
    Thanks
    117
    My Mood
    Breezy
    i thanked u because it works going to do my own
    MPGH's Official Facebook, Twitter, and Youtube page!






     
    Swiftdude
    Hero
    Jigsaw
    Alen
    JigsawJr

     
    Scata




  12. #10
    NoJustice's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    I don't care about CF
    Posts
    2,878
    Reputation
    123
    Thanks
    1,752
    My Mood
    Bored
    Quote Originally Posted by Doctor View Post
    lol @headshotz22 ur not only one that knows how...
    I never said anything that you just said. I asked you if you really knew the concepts enough to teach? You seem to be asking me a lot on msn on how to do it.

  13. #11
    Arthur Ace's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Ghetto Blast Off!
    Posts
    1,532
    Reputation
    -9
    Thanks
    190
    My Mood
    Cheerful
    @Doctor
    Dude, I needed like 5 more steps to get addy but I couldnt cuz the oddy doesnt have "Plugin" how does urs have plugin?


    Edit: Gives this erro when opening program
    Last edited by Arthur Ace; 05-22-2011 at 09:50 PM.

  14. #12
    Fly3r's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not telling.
    Posts
    720
    Reputation
    18
    Thanks
    265
    My Mood
    Paranoid
    Well if the loader will show an Error.. Just write (L"Cshell.dll");
    Joined MPGH: 07/08/09


    i used to tell arrow to the knee jokes then i died due to blood loss from takeing tomany arrows to the knee at once
    A network problem caused by you? What did you do? Trip over the cable?




  15. #13
    FileCorrupt's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    658
    Reputation
    -2
    Thanks
    30
    My Mood
    Amazed
    Hmmm...
    Already Knew This And Saw Those No Recoil Addies Myself.

  16. #14
    hackya's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    in my house
    Posts
    191
    Reputation
    9
    Thanks
    47
    My Mood
    Sneaky
    Nice tut will be helpfull for most people

  17. #15
    A$IAN's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Germany
    Posts
    5,654
    Reputation
    274
    Thanks
    2,010
    My Mood
    Amused
    Isnt it "LoadLibraryA"
    ~Donater since 19th October 2011~
    ~Ex-Crossfire Minion || Resigned on 4th February 2012 ~
    Da fuck

Page 1 of 2 12 LastLast