Results 1 to 1 of 1
  1. #1
    FattyXP
    FattyXP is offline
    Guest
    Join Date
    2015 Mar
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Talking .NET CSGO External ESP Codebase

    I saw several requests for this on various forums and gig websites, figured I'd make it happen. I basically did a side by side recode/conversion of an already existing C# External ESP for CSGO, in Visual Basic .NET 2012. I broke the memory reading and drawing into their own threads, which smooths out drawing compared to the original base. I also added distance display. It had an already working Recoil Crosshair, works pretty good still. Not sure if I prefer it with the added 8 to the position. It was in the original base but always displayed the crosshair wrong for the first shots.

    You can use a freely available offset dumper for CSGO to update the offsets in this code to whatever version of the game you are playing. Replace 0x in the output of the dumper with &H, and paste into the constants.

    YOU MUST RUN VS OR THE PROGRAM AS ADMINISTRATOR! OpenProcess API requires Admin privileges to return a proper process ID, otherwise it will be 0. I never got around to fixing the bad if statement (carried over from C# base) about it being 0, so the program just doesn't display anything besides the menu. Basically it gets past the "is the process there" if, because the return is true, and it gets past that 0 check thats in there.

    I wouldn't call this "Undetected" or "Undetectable" by any means. But, many of the required tools to make it unique and harder to find are provided. Customize customize customize! Any changes you make make it that much harder for them to detect you individually using a sig based on the publicly available code.

    Please register or login to download attachments.


Similar Threads

  1. [Help] No recoil [csgo]
    By worldgs in forum Counter Strike
    Replies: 0
    Last Post: 2015-07-04, 01:02 AM
  2. [Info] Zuras Bot(external links)Just Info
    By rpgfreak128 in forum TERA Bots, Hacks, Cheats
    Replies: 0
    Last Post: 2013-09-18, 09:06 AM
  3. Get memdump external program
    By marcelo380 in forum Delphi
    Replies: 0
    Last Post: 2013-03-15, 03:20 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •