Thread: Dump Files

Results 1 to 3 of 3

Hybrid View

  1. #1
    Skaterforeva1's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Up your ass
    Posts
    936
    Reputation
    32
    Thanks
    485
    My Mood
    Psychedelic

    Dump Files

    Can someone please dump cshell. I'm on windows 7 32 bit and when i use virtual box with windows xp my computer goes wayy to slow to be able to do anything. I will be much appreciative if someone does!




    ^Suck it!

  2. #2
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    Didnt I mentioned that over 200 times?
    So, open C++ make a console application.
    Inlcude your stuff, and use LoadLibary API to load CShell

    Progress with my game - "Disbanded"
    • Fixed FPS lag on spawning entities due to the ent_preload buffer!
    • Edit the AI code to get some better pathfinding
    • Fixed the view bug within the sniper scope view. The mirror entity is invisible now!
    • Added a new silencer for ALL weapons. Also fixed the rotation bugs
    • Added a ton of new weapons and the choice to choose a silencer for every weapon
    • Created a simple AntiCheat, noobs will cry like hell xD
    • The name will be Disbanded, the alpha starts on the 18th august 2014



    Some new physics fun (Serversided, works on every client)



    My new AI
    https://www.youtube.com/watch?v=EMSB1GbBVl8

    And for sure my 8 months old gameplay with 2 friends
    https://www.youtube.com/watch?v=Na2kUdu4d_k

  3. The Following User Says Thank You to Ch40zz-C0d3r For This Useful Post:

    [MPGH]Flengo (12-21-2012)

  4. #3
    Skaterforeva1's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Up your ass
    Posts
    936
    Reputation
    32
    Thanks
    485
    My Mood
    Psychedelic
    Quote Originally Posted by Ch40zz-C0d3r View Post
    Didnt I mentioned that over 200 times?
    So, open C++ make a console application.
    Inlcude your stuff, and use LoadLibary API to load CShell
    I have never done it that way or seen it done before but this is what i got.

    Code:
    #include <iostream>
    #include <Windows.h>
    HMODULE WINAPI LoadLibrary(
      _In_  LPCTSTR lpFileName
    );
    HINSTANCE hinstLib;
    int main()
    {
    	hinstLib = LoadLibrary(TEXT("C:\\Nexon\\Combat Arms\\Game\\CShell.dll")); 
    	system("PAUSE");
    }
    But i get an error cannot find vivoxsdk.dll please reinstall this application. But i made the application lol




    ^Suck it!

Similar Threads

  1. WarRock Dump File ProbLem
    By gcyumyum in forum WarRock Philippines Hacks
    Replies: 7
    Last Post: 01-30-2011, 03:03 AM
  2. Dump File of Warrock-ph
    By umbraga01 in forum WarRock Philippines Hacks
    Replies: 18
    Last Post: 01-29-2011, 09:19 PM
  3. Dumped Files Plox
    By -Dimensions- in forum Combat Arms Coding Help & Discussion
    Replies: 14
    Last Post: 01-11-2011, 08:12 PM
  4. Dumped Files?
    By -Dimensions- in forum Combat Arms Coding Help & Discussion
    Replies: 17
    Last Post: 11-24-2010, 04:48 PM
  5. New Dumped Files
    By DeadLinez in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 13
    Last Post: 08-11-2010, 04:24 AM