Search:

Type: Posts; User: Herp Derpinstine

Page 1 of 7 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    1,570

    [Help] client.dll -> VClient -> (HudProcessInput + 0x5)...

    client.dll -> VClient -> (HudProcessInput + 0x5) -> ClientMode

    No need for a signature. HudProcessInput uses ClientMode so just use the offset 0x5 to pull it from the stack.

    This is also nice...
  2. Replies
    21
    Views
    8,245

    [Release] You need a CodeSign certificate to make your...

    You need a CodeSign certificate to make your application trusted.
    Unless you plan on purchasing it, which can get expensive af, then its useless to you.

    - - - Updated - - -



    It is a C#...
  3. Replies
    21
    Views
    8,245

    [Release] I will make a new tutorial.

    I will make a new tutorial.
  4. Replies
    21
    Views
    8,245

    [Release] Basically it uses Microsoft Silverlight to host...

    Basically it uses Microsoft Silverlight to host the cheat on a Webpage and then uses Silverlight to enable say like Glow what it is prepackaged to do.

    As long as the Webpage is open and the page...
  5. Replies
    21
    Views
    8,245

    [Release] Read the post again. I updated it. You run...

    Read the post again. I updated it.

    You run Installer.exe only once ever to enable support for the Microsoft Silverlight XAP application to work properly when you view it on your website.
  6. Replies
    21
    Views
    8,245

    [Release] 1) Replace the "your-website-here" in the...

    1) Replace the "your-website-here" in the Installer.exe and Uninstall.exe Projects with your website.

    2) Compile the Installer.exe and Uninstall.exe Projects and copy the EXEs to your website.
    ...
  7. Replies
    21
    Views
    8,245

    [Release] Chod's Web-Based Cheat Source Code

    https://i.imgur.com/R4TvAE5.png

    Here you go. Had to re-upload without the EXEs or XAP and added a few modifications.

    Chod's Web-Based Cheat decompiled by me.
    It was designed for Microsoft...
  8. Replies
    10
    Views
    1,816

    [Request] --------------------------------------------------...

    -----------------------------------------------------------
    NetVars for Garry's Mod
    Dumped using HERPCON at 15:36:38 on 11/3/2016
    -----------------------------------------------------------
    ...
  9. Replies
    30
    Views
    9,009

    [Release] It isn't that though Phage. Keep trying. :D

    It isn't that though Phage. Keep trying. :D
  10. Replies
    30
    Views
    9,009

    [Release] Thanks for leaking my module for me. :D

    Thanks for leaking my module for me. :D
  11. Replies
    14
    Views
    1,674

    [Solved] Executable's main != Dll's DllMain (I know you...

    Executable's main != Dll's DllMain (I know you were joking Phage but for explanation's sake they are not alike.)

    DllMain gets called when a loader-lock is active and held.
    There are restrictions...
  12. Replies
    3
    Views
    837

    [Discussion] It doesn't though. Any Angle sent on your...

    It doesn't though. Any Angle sent on your CUserCmd gets written properly to the Demo except for when the fix is active.
    When the fix is active it acts like a bSendPacket substitute with the...
  13. Replies
    14
    Views
    1,674

    [Solved] Just for tips sake. Don't do your code in...

    Just for tips sake. Don't do your code in DllMain. Run your code in a new thread created from DllMain.
    Running code inside DllMain can cause issues with your DLL.
  14. Replies
    3
    Views
    837

    [Discussion] p$ilent Fix / Overwatch Bypass

    MPGH eat your heart out. :D


    https://www.youtube.com/watch?v=NOsUHJvFR6E

    https://www.youtube.com/watch?v=eW8-7qYqB5Q
  15. Replies
    11
    Views
    4,819

    [Release] I thought it was odd that on HvH only myself and...

    I thought it was odd that on HvH only myself and a few other people had proper Circle Strafing.

    Lately it has just been the same copypasta/junk recycled that gets posted here. It needed some fresh...
  16. Replies
    11
    Views
    4,819

    [Release] No problem. :D

    No problem. :D
  17. Replies
    11
    Views
    4,819

    [Release] You mean by adding a static never changing value...

    You mean by adding a static never changing value to your View Angles?
    Good luck getting it to work correctly when you Lag. :hidesmile:

    Also if you would read what I had posted I included a lot...
  18. Replies
    11
    Views
    4,819

    [Release] pCircleStrafe in Lua

    Made this for Bee T. Gee because he wanted to know how proper Circle Strafe worked.
    Releasing it because I don't need it as my hack is C++.

    bobo Tested and Working. Includes Movement Fix and...
  19. Replies
    5
    Views
    1,893

    [Solved] Only if you want the Server-Sided Lua files do...

    Only if you want the Server-Sided Lua files do you need an addon to exploit.
    Otherwise, you can just grab the Shared and Client-Sided Lua files with a simple RunString hook.
  20. [Help] Because you have no idea what your doing perhaps?...

    Because you have no idea what your doing perhaps?
    There are many reasons copy-pasters do what they do but I have no idea which reason comes into play.

    Anyways, the code you posted won't help...
  21. [Help] That note wasn't there when I commented but...

    That note wasn't there when I commented but whatever.

    Doesn't make my point any less valid.
    If it is copy-pasta then there is no use to really help fix it because he won't understand what your...
  22. Replies
    399
    Views
    76,509

    [Source Code] Here is an up to date NetVar Dump. :D ...

    Here is an up to date NetVar Dump. :D


    -----------------------------------------------------------
    NetVars for Counter-Strike Global Offensive
    Dumped using HERPCON at 19:4:55 7/27/2016...
  23. [Help] You shouldn't code with your CTRL, C, and P keys....

    You shouldn't code with your CTRL, C, and P keys. Bad skid. Much disappointment.

    This is copy-pasta taken from A5's ****** for his Gamerfood_CSGO hack.
    Don't believe me? Look at the code from him...
  24. Replies
    6
    Views
    891

    [Solved] There is a global function in TTT client-side...

    There is a global function in TTT client-side called "GetEquipmentForRole".
    It is located in "gamemodes/terrortown/gamemode/cl_equip.lua".

    function GetEquipmentForRole(role)

    It's only argument...
  25. Replies
    10
    Views
    1,682

    [Solved] You don't really need to include it at all. Just...

    You don't really need to include it at all. Just make your own classes with the VFuncs defined.
Results 1 to 25 of 164
Page 1 of 7 1 2 3 4