Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 46
  1. #16
    D15H's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    8
    Quote Originally Posted by UnknownCoder View Post


    Me?

    Cause when you say pro , i looked back as if some one was calling me .
    lol u think ur the best, he used a lot of classes, this is win, good job

  2. #17
    Apoc91's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    59
    Reputation
    10
    Thanks
    35
    My Mood
    Twisted
    Thanks for all the compliments everyone. Hopefully you guys can make some pretty nice shit with this Base =)

  3. #18
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh
    Thanks Apoc91, Waiting for it to be Approved so I can learn something also... Im tiered of Decrypting the same recycled bases... When I say decrypting Its a mixer between C and C++ and yet I dont know either languages

  4. #19
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by Departure View Post
    Thanks Apoc91, Waiting for it to be Approved so I can learn something also... Im tiered of Decrypting the same recycled bases... When I say decrypting Its a mixer between C and C++ and yet I dont know either languages
    Cool story bro..

  5. #20
    Apoc91's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    59
    Reputation
    10
    Thanks
    35
    My Mood
    Twisted
    Quote Originally Posted by Departure View Post
    Thanks Apoc91, Waiting for it to be Approved so I can learn something also... Im tiered of Decrypting the same recycled bases... When I say decrypting Its a mixer between C and C++ and yet I dont know either languages
    yea I know what you mean haha, they're hard to understand even when you do know the language :P. If you have any questions about this just ask me, I'll help you as much as I can.

  6. #21
    Disturbed's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    10,472
    Reputation
    1267
    Thanks
    2,587
    Quote Originally Posted by ᴺᴼᴼᴮ View Post


    You were the best minion.
    He was the best minion in the coding section.

    /Approved.


  7. The Following User Says Thank You to Disturbed For This Useful Post:

    _Fk127_ (12-05-2010)

  8. #22
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    very nice base just got finished looking over it..

  9. #23
    Apoc91's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    59
    Reputation
    10
    Thanks
    35
    My Mood
    Twisted
    Quote Originally Posted by whit View Post
    very nice base just got finished looking over it..
    Thank you =)

  10. #24
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh
    Quote Originally Posted by GodHack2 View Post
    i was wondering how you got the rcc to work on a hotkey hack
    i thought you called it in a thread
    but you used d3d
    Have a globle boolean for your hacks On/Off so that the hooked dx9 function can read the boolean, then from hooked dx9 function ( I noticed Present seems to work fine) call your RCC... your hotkeys set the the globle boolean to true or false thus making a hotkey RCC hack.

  11. The Following User Says Thank You to Departure For This Useful Post:

    GodHack2 (12-06-2010)

  12. #25
    _Fk127_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    720
    Reputation
    16
    Thanks
    208
    My Mood
    Bitchy
    Lol, I'm surprised we have not yet been flooded with a stream of hotkey hacks yet.
    Oh wait! I forgot people do not know how to use features such as classes or namespaces



    Put this image in your signature if you support HTML5 development!

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

    UKnownError (12-06-2010)

  14. #26
    Apoc91's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    59
    Reputation
    10
    Thanks
    35
    My Mood
    Twisted
    Quote Originally Posted by _Fk127_ View Post
    Lol, I'm surprised we have not yet been flooded with a stream of hotkey hacks yet.
    Oh wait! I forgot people do not know how to use features such as classes or namespaces
    lol if they did it right, they wouldn't need to worry about either :P Just add a RCCInfo or Callback and an appropriate key and they're done, they don't even have to worry about testing if it's activated. I don't think many of them see how beautiful it is

  15. #27
    _Fk127_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    720
    Reputation
    16
    Thanks
    208
    My Mood
    Bitchy
    Quote Originally Posted by Apoc91 View Post
    lol if they did it right, they wouldn't need to worry about either :P Just add a RCCInfo or Callback and an appropriate key and they're done, they don't even have to worry about testing if it's activated. I don't think many of them see how beautiful it is
    This honestly is more beautiful than any menu base I have seen save Gellin's.
    Should I release a more simple hotkey base that uses the "classic" techniques most are used to?
    Last edited by _Fk127_; 12-06-2010 at 04:41 PM.



    Put this image in your signature if you support HTML5 development!

  16. #28
    Apoc91's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    59
    Reputation
    10
    Thanks
    35
    My Mood
    Twisted
    I don't care what you do with it, just try not to stray too far away from proper C++ please

  17. #29
    moo9801's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    this is what i got for errors:
    Code:
    1>------ Build started: Project: base, Configuration: Debug Win32 ------
    1>  dllmain.cpp
    1>c:\users\spencer c\desktop\source\base.h(23): error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [9]' to 'LPCWSTR'
    1>          Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
    1>c:\users\spencer c\desktop\source\base.h(24): error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [11]' to 'LPCWSTR'
    1>          Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
    1>  Base.cpp
    1>c:\users\spencer c\desktop\source\base.h(23): error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [9]' to 'LPCWSTR'
    1>          Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
    1>c:\users\spencer c\desktop\source\base.h(24): error C2664: 'GetModuleHandleW' : cannot convert parameter 1 from 'const char [11]' to 'LPCWSTR'
    1>          Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
    1>  Generating Code...
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

  18. #30
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Change Character Set Unicode to Multi-Byte!

Page 2 of 4 FirstFirst 1234 LastLast