Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 46
  1. #16
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Ok, going to continue on development of this base, to create the perfect learning base.

    A base is not a place to just hold your hack as one, but a base is a learning environment. It is the place where new programmers come to join the world of hacking. Which is why i used string in this base instead of char*, where new programmers will have learn in an environment using string from the beginning. The quest to create a clean, easy and unlimited learning base is on.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

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

    [MPGH]Flengo (05-18-2012)

  3. #17
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    The point about this being faster for people with low-end machines is something of a paradox, seeing as older single-core machines won't be able to leverage much of the threading benefit anyways.

    Still, nice job.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  4. #18
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by Jason View Post
    The point about this being faster for people with low-end machines is something of a paradox, seeing as older single-core machines won't be able to leverage much of the threading benefit anyways.

    Still, nice job.
    yes, that is true. the single core processors are going to have problems, but this base is build with respect to CA and CF. CA requires a fairly decent CPU/GPU whilst CF runs on the lowest of the low. What I am going to do is test is on this single core computer I have here, so low end it cant play CA but it can play CF.

    Running a stress test... just gotta find windows XP as it cant handle Vista nor 7.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  5. #19
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    3d menu ftw? LOL i'm trying this right now, i have some 3d examples i'm going off of, and its not working so well

    doesn't help that CA doesn't run on my computer due to windows 8

    commando: You're probably the best non-coder coder I know LOL


  6. #20
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    U do kno when dealing with a 3D menu the risk of being render over is higher because of the need of the Z-Buffer, also scaling because of the camera and other stuff. its not gonna be stable in different scenes of a game. Lets say ur in Junk Flea (if i remember correctly) The Menu might hide behind a car, or every be in a static position in the map if not done correctly.

    What I am saying, Unless ur going all out with a render to texture menu where each block (assuming its a cube) will have a different "tab" then the whole point of a 3d menu is pointless. Let me thing, U have a straight menu, like this base, how are u gonna make it 3D?, add a little cube at the back, yea, so u have a object on a cube, so what?
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  7. #21
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    idk, i think 3d buttons would be cool... They stick out, then u high light it, it blinks, and u click it to select that set of options, and it presses down.

    i've seen it done before, but not in a d3d enviornment

    i'll probably give up anyway xD

    commando: You're probably the best non-coder coder I know LOL


  8. #22
    f13's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    6
    Reputation
    13
    Thanks
    15
    My Mood
    Flirty
    Nice release but why do your menus always look so odd. They always seem out of place or as if you hadn't put much time into it. I'm not saying your bad or anything but i think it just looks.. well.. Not right.

  9. #23
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by supercarz1991 View Post
    idk, i think 3d buttons would be cool... They stick out, then u high light it, it blinks, and u click it to select that set of options, and it presses down.

    i've seen it done before, but not in a d3d enviornment

    i'll probably give up anyway xD
    With color scheme that can be achieved.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  10. #24
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    Quote Originally Posted by topblast View Post


    With color scheme that can be achieved.
    true... and i mean i could always just do it with 3d glasses support. Thats just color too

    commando: You're probably the best non-coder coder I know LOL


  11. #25
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by f13 View Post
    Nice release but why do your menus always look so odd. They always seem out of place or as if you hadn't put much time into it. I'm not saying your bad or anything but i think it just looks.. well.. Not right.
    This menu i didn't put to much time in it as it was not designed for looks, and I never use flat colours in my menus they all are gradient colours.

    and I am not good with colour schemes my self they are not appealing to the eye.


    ---------- Post added at 02:41 AM ---------- Previous post was at 02:39 AM ----------

    Quote Originally Posted by supercarz1991 View Post
    true... and i mean i could always just do it with 3d glasses support. Thats just color too
    ur going to far, these games are not even 3d capable. Will mess up game play
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  12. #26
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    thats the plan! lol most of the hacks i make are accidental experiments

    commando: You're probably the best non-coder coder I know LOL


  13. #27
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    @Jason, it turns out that multi-threading is a hard thing to give up for the performance.

    Even hotkeys hacks use multi threading and u cant put all the hacks in the Hooked Present, the lag will kill u. The Injector is creating a thread to start with. The alternative is to use parallel computer( CPU + GPU ) to process the information, but this is not supported in the low end computers and also the only one that isnt Brand dependent is Microsoft C++ AMP and that requires DirectX 11 computers which we all kno is NOT low end lol.

    I am researching ways to get at this challenge cause I mean what works on the Low End should work on the Gaming PC's also.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  14. #28
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Obviously you'll need to spawn at least 1 thread for your hack, otherwise it will interfere with the game if you set up a typical
    Code:
    while(!exiting)
    {
        Sleep(100);
    }
    However spawing MORE threads probably won't get a dramatic performance increase on less fancy machines.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  15. #29
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by Jason View Post
    Obviously you'll need to spawn at least 1 thread for your hack, otherwise it will interfere with the game if you set up a typical
    Code:
    while(!exiting)
    {
        Sleep(100);
    }
    However spawing MORE threads probably won't get a dramatic performance increase on less fancy machines.
    yes, I know but even in doing so can effect the performance of the system, cause the present is in another thread, but i guess single core processors must have multi threading in it. The whole processes on windows are kinda like threads.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  16. #30
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Present isn't in another thread. Unless you explicitly spawn threads from with your hooked present, it will be executed from within the game's main thread. Just because you hook is defined within your dll, when it's actually called it will be called from whatever thread called Present in the first place as you're just redirecting execution into your function from whatever thread was calling Present.

    While it's true that single-core processors can handle multiple threads, it's not actually the same as multi-threading on a multi-core machine. Basically what happens on a single core system is that the processor rapidly context-switches between the various existing threads according to its task scheduler, it does this so rapidly that it appears all threads are running concurrently, when in reality only 1 thread at a time is being handled. Multiple core systems are capable of running a number of threads proportionate to the number of cores (except with processors capable of hyper-threading).

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. With Topblast base
    By Pacnet2011 in forum Combat Arms Coding Help & Discussion
    Replies: 10
    Last Post: 09-05-2011, 01:43 PM
  2. Request for server Multi-Threading
    By Armadyl in forum Minecraft Mods
    Replies: 0
    Last Post: 07-08-2011, 07:14 PM
  3. [Help] Multi-threading a keylogger?
    By t7ancients in forum C# Programming
    Replies: 6
    Last Post: 05-24-2011, 07:24 PM
  4. Multi-threading = Timer no work!
    By ppl2pass in forum Visual Basic Programming
    Replies: 10
    Last Post: 11-20-2010, 10:35 PM
  5. THREAD: Home Made Explosives!
    By SadisticGrin in forum General
    Replies: 10
    Last Post: 10-25-2006, 03:15 PM