Icanpython
Active Member
- Katılım
- 20 May 2025
- Konular
- 6
- Mesajlar
- 37
- Çözümler
- 1
- Tepkime puanı
- 3
biraz gereksiz bir konu olucak fakat cs2 de python ile hile yapmak istiyen arkadaşlar belki vardır neyse onun için size efsane hiç bir program kulanmadan offset çekmeyi göstericem
def get_offsets_and_client_dll():
offsets = requests.get('https://raw.githubusercontent.com/a2x/cs2-dumper/main/output/offsets.json').json()
client_dll = requests.get('https://raw.githubusercontent.com/a2x/cs2-dumper/main/output/client_dll.json').json()
return offsets, client_dll
bu kodu offsetler yerine kulanabilirsiniz
def get_offsets_and_client_dll():
offsets = requests.get('https://raw.githubusercontent.com/a2x/cs2-dumper/main/output/offsets.json').json()
client_dll = requests.get('https://raw.githubusercontent.com/a2x/cs2-dumper/main/output/client_dll.json').json()
return offsets, client_dll
bu kodu offsetler yerine kulanabilirsiniz