Загрузка...

Undetected Legit [radar ahk hack] cs go

Thread in CS2 Cheats created by POROBOTAL Aug 8, 2021. 8835 views

  1. POROBOTAL
    POROBOTAL Topic starter Aug 8, 2021 Banned 440 Jun 15, 2021
    [IMG]
    ПОКАЗЫВАЕТ, ГДЕ НАХОДЯТСЯ ПРОТИВНИКИ
    1) Скачиваете AHK - https://www.autohotkey.com/
    2) Устанавливаете
    3) Создаете данный файл на Рабочем Столе

    [IMG]
    4) Вписываете туда код, который будет ниже
    5) Запускаете этот .ahk файл и радуйтесь)

    Code
    #NoEnv


    Process = csgo.exe
    DLLName = client.dll

    ; you need to update these every csgo update
    dwLocalPlayer = 0xD892CC
    dwEntityList = 0x4DA215C

    ; these are ones that you PROBABLY dont need to update
    dw_bSpotted = 0x93D
    dw_iTeamNum = 0xF4
    dw_bDormant = 0xED

    Num = 0

    Process, Exist, %Process%
    ProcessID = %ErrorLevel%

    if (!ProcessID)
    {
    MsgBox, [!] CS:GO is not running!
    ExitApp
    }

    ProcessHandle := GetProcessHandle("Counter-Strike: Global Offensive")

    if (!ProcessHandle)
    {
    MsgBox, [!] Failed to get handle!
    ExitApp
    }

    Client := GetDllBase(DLLName, ProcessID)

    if (!Client)
    {
    MsgBox, [!] Failed to get %DLLName% from %Process%!
    ExitApp
    }

    LocalPlayer := ReadMemory(Client + dwLocalPlayer, ProcessHandle)
    LocalTeam := ReadMemory(LocalPlayer + dw_iTeam, ProcessHandle)
    Loop
    {
    if (Num <= 64)
    Num++
    else
    Num = 1

    BaseEntity := ReadMemory(Client + dwEntityList + ((Num - 1) * 0x10), ProcessHandle)
    if (BaseEntity)
    {
    EntityTeam := ReadMemory(BaseEntity + dw_iTeamNum, ProcessHandle)
    EntityDormant := ReadMemory(BaseEntity + dw_bDormant, ProcessHandle)
    if (EntityTeam != LocalTeam and !EntityDormant)
    WriteMemory(BaseEntity + dw_bSpotted, 1, ProcessHandle)
    }
    Sleep, 10
    }

    ExitApp

    ; needed functions - dont touch unless you know what youre doing

    GetProcessHandle(name)
    {
    winget, pid, PID, %name%
    h := DllCall("OpenProcess", "int", 2035711, "char", 0, "UInt", pid, "UInt")
    return, h
    }

    WriteMemory(address, newval, processhandle)
    {
    return DllCall("WriteProcessMemory", "UInt", processhandle, "UInt", address, "UInt*", newval, "UInt", 4, "UInt *", 0)
    }

    ReadMemory(address, processhandle)
    {
    VarSetCapacity(addr,4,0)
    DllCall("ReadProcessMemory", "UInt", processhandle, "UInt", address, "Str", addr, "UInt", 4, "UInt *", 0)
    Loop 4
    result += *(&addr + A_Index-1) << 8*(A_Index-1)
    return, result
    }

    GetDllBase(DllName, PID = 0)
    {
    TH32CS_SNAPMODULE := 0x00000008
    INVALID_HANDLE_VALUE = -1
    VarSetCapacity(me32, 548, 0)
    NumPut(548, me32)
    snapMod := DllCall("CreateToolhelp32Snapshot", "Uint", TH32CS_SNAPMODULE
    , "Uint", PID)
    If (snapMod = INVALID_HANDLE_VALUE) {
    Return 0
    }

    If (DllCall("Module32First", "Uint", snapMod, "Uint", &me32)){
    while(DllCall("Module32Next", "Uint", snapMod, "UInt", &me32)) {
    If !DllCall("lstrcmpi", "Str", DllName, "UInt", &me32 + 32) {
    DllCall("CloseHandle", "UInt", snapMod)
    Return NumGet(&me32 + 20)
    }
    }
    }
    DllCall("CloseHandle", "Uint", snapMod)
    Return 0
    }
     
  2. GreeZak
    GreeZak Aug 9, 2021 8 Apr 19, 2017
    банит?
     
    1. View previous comments (4)
    2. GreeZak
      POROBOTAL, выглядит странно очень, сколько лет играю и первый раз вижу софтину на АХК блин)
    3. AngelMayCry2
      GreeZak, Это еще давно было на ахк чел
  3. KUKURUZKA1337
    Жду новое видео Твика
     
  4. Anrandalten
    Anrandalten Aug 9, 2021 325 May 25, 2019
    за него могут забанить, так что юзайте на свой страх и риск
     
    1. View previous comments (1)
    2. POROBOTAL Topic starter
      l502l, ты сначала затести, я месяц играл, акк живой
    3. Zonq
      POROBOTAL, можно играть с множеством фри читов и акк через месяц живой будет :)
  5. ATAVI
    ATAVI Aug 9, 2021 1813 Mar 7, 2021
    Недавно купил прайм, так бы попробовал
     
  6. GreeZak
    GreeZak Aug 9, 2021 8 Apr 19, 2017
    [IMG]
    как лечить?
     
    1. View previous comments (3)
    2. GreeZak
    3. 666
      GreeZak, в конце поставь, скорее всего поможет
    4. GreeZak
      666, не помогло
  7. sasha198821
    Какая вероятность бана?
     
    1. same3338
  8. barbiturator
    barbiturator Aug 9, 2021 мамут рахал 70 Jul 26, 2021
    Ну не, такое не гуд
    [IMG]
     
    1. deadrango
  9. deadrango
    deadrango Aug 11, 2021 дрнг 84 Sep 15, 2020
  10. Woodest_inactive3900179
    че по детекту?
     
    1. FunPayResell
  11. CMH
     
Loading...
Top