Page 1 of 4 123 ... LastLast
Results 1 to 15 of 53
  1. #1
    TheBigBoy's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    texas
    Posts
    160
    Reputation
    19
    Thanks
    115

    [Un-Released]My Public Base

    I DO NOT USE GELLINS BASE I NEVER DOWNLOADED IT NO CREDITS TO HIM AT ALL!!
    THIS IS RIGHT SECTION CAUSE THIS WILL BE A RELEASE IN THIS THREAD.
    Yes yes i know the title says Un-released but I need some suggestions
    My base contains user friendly code such as adding hacks/hotkeys check below
    This is how you will add hacks with hotkeys Base will not be d3d supportive
    Code:
     if(GetAsyncKeyState(Hacks.Boxes.Hotkey)<0){
       if(pHacks[Hacks.Boxes].Value == 1){
    	  SetConsoleVar("ModelDebug_DrawBoxes 1");
    	}else{
              SetConsoleVar("ModelDebug_DrawBoxes 0");
    	}
     }
    Very easy to add new hacks Also will supports right now Reading hack options and writing hack options

    Code:
    [Hacks]
    Speed=0
    Superjump=0
    VirtualJump=0
    VirtualDig=0
    NoFog=0
    Boxes=0
    WorldWireFrame=0
    PlayerWireFrame=0
    ShowFPS=0
    NxChams=0
    
    [Hotkeys]
    SpeedHotkey=0x60
    SuperJu***otkey=0x61
    VirtualJu***otkey=0x62
    VirtualDigHotkey=0x63
    NoFogHotkey=0x64
    BoxesHotkey=0x65
    WorldWireFrameHotkey=0x66
    PlayerWireFrameHotkey=0x67
    ShowFPSHotkey=0x68
    NxChamsHotkey=0x69
    Has alot of commented code so you can learn
    Hmm what else VERY NOOB ACCESS!!!
    Any other ideas to add please tell me and i will add them in
    WILL NOT INCLUDE BYPASS!!!
    Last edited by TheBigBoy; 04-02-2010 at 11:43 PM.

  2. The Following User Says Thank You to TheBigBoy For This Useful Post:

    agent double (04-28-2010)

  3. #2
    Invidus's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    2,167
    Reputation
    23
    Thanks
    650
    My Mood
    Bored
    GJ! Even though i can't understand C++ yet

  4. #3
    JCRULES4's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    up your ass :D
    Posts
    530
    Reputation
    16
    Thanks
    173
    My Mood
    Devilish
    so thats all u need for a hack without a bypass

  5. #4
    CRUSTY's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    ._.
    Posts
    8,015
    Reputation
    161
    Thanks
    497
    My Mood
    Pensive
    Thats all u need for a hack made with gellins base...

  6. #5
    Spookerzz's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    4,647
    Reputation
    26
    Thanks
    572
    That's all of it =.=
    I'm back.

  7. #6
    vingadormaster's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    154
    Reputation
    17
    Thanks
    243
    sugestion:

    speed hack 1 to 10x or more.
    No Weapon Sway
    Fly controllable 1x to 10x
    Hover

    findpatern to norecoil and instant reload.
    if possible findpatern to unlimited respawn.

  8. #7
    TheBigBoy's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    texas
    Posts
    160
    Reputation
    19
    Thanks
    115
    This aint my hack source i meant to put public base
    Im not going to add hacks to it im just telling you how to add them and no this is not what it takes lol if u dont understand what im talking about please do not post.

  9. #8
    Invidus's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    2,167
    Reputation
    23
    Thanks
    650
    My Mood
    Bored
    So is this Gellin's base? Or a new public base??

  10. #9
    [G]host's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    85
    Reputation
    10
    Thanks
    9
    How would we make it into a hack?

  11. #10
    TheBigBoy's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    texas
    Posts
    160
    Reputation
    19
    Thanks
    115
    This will be a new public base

  12. #11
    [G]host's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    85
    Reputation
    10
    Thanks
    9
    How do we use it though?

  13. #12
    TheBigBoy's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    texas
    Posts
    160
    Reputation
    19
    Thanks
    115
    Read the title!

  14. #13
    [G]host's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    85
    Reputation
    10
    Thanks
    9
    Title - My Hack Source

    I know, How would we put it into a hack though =.=

  15. #14
    TheBigBoy's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    texas
    Posts
    160
    Reputation
    19
    Thanks
    115
    [Un-Released] though IM WORKING ON IT AND I NEED SUGGESTIONS WOW PLZ READ THE THREAD.

  16. #15
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty
    I think your over complicating it a bit. essentially your making a public trainer for PushToConsole. I would do it this way:

    Code:
    struct Hack
    {
    int values[10];//up to ten settings per hack
    string command; //command to push to console
    vk_key key;//I know this is wrong
    };
    
    funcHack(Hack hack)
    {
    if(GASKS(hack.key))
    {
    string temp = hack.command + itoa(hack.value, buf, 10);
    Push2Cons(temp);
    }
    etc...
    }
    Im sure you can make it so the function will iterate through multiple values depending on the number of values in the structures array of ints. That way a nub would only have to create a new Hack structure and can use it simply by calling one function Hackfunc(hack); ... not that I think it needs to be this simplified, but it sure as hell would look pretty sexy from a coding standpoint.
    Last edited by why06; 04-02-2010 at 11:00 PM.

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

Page 1 of 4 123 ... LastLast

Similar Threads

  1. [Release] Crossfire hack source codes
    By omgigotbanned in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 24
    Last Post: 10-30-2011, 02:52 AM
  2. [Release] Blackout Hack Source Code
    By ac1d_buRn in forum Piercing Blow Discussions
    Replies: 21
    Last Post: 01-12-2011, 07:27 PM
  3. [Release] m00 hack source.
    By Themonsterman in forum Call of Duty Modern Warfare 2 Coding / Programming / Source Code
    Replies: 29
    Last Post: 11-04-2010, 04:51 AM
  4. [RELEASE]Assaultcube Hack + Source.
    By luongoo in forum C++/C Programming
    Replies: 18
    Last Post: 12-09-2009, 02:06 PM
  5. <releasing 2 morrow> new opk hack ~source code~ C++
    By pikamew4 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 21
    Last Post: 12-02-2009, 02:59 PM