Search found 2 matches

by son21332
Fri Nov 29, 2024 5:47 pm
Forum: Plugin Development Support
Topic: Making bots aim for the head
Replies: 29
Views: 39134

Re: Making bots aim for the head

Ayuto wrote:On which game are you trying this? The code was made for CS:GO, which does not exist anymore.

I tried it on CS:GO legacy.
Is there any problem with that version ?
by son21332
Fri Nov 29, 2024 1:47 pm
Forum: Plugin Development Support
Topic: Making bots aim for the head
Replies: 29
Views: 39134

Re: Making bots aim for the head

Try this (untested): import memory from memory import find_binary, DataType, Convention from memory.hooks import PostHook from players.entity import Player from entities.helpers import pointer_from_index server = memory.find_binary('server', False) PICK_AIM_SPOT = server[b'\x55\...

Go to advanced search