mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 13:19:58 +08:00
Merge branch 'main' of https://github.com/mysty0/cs2-dumper
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
{
|
||||
"name": "dwForceAttack",
|
||||
"module": "client.dll",
|
||||
"pattern": "48 8D 0D ? ? ? ? E9 D4 4B B4 FF",
|
||||
"pattern": "48 8D 0D ? ? ? ? E9 C4 4B B4 FF",
|
||||
"operations": [
|
||||
{
|
||||
"type": "ripRelative"
|
||||
@@ -43,7 +43,7 @@
|
||||
{
|
||||
"name": "dwForceAttack2",
|
||||
"module": "client.dll",
|
||||
"pattern": "48 8D 0D ? ? ? ? E9 E4 4B B4 FF",
|
||||
"pattern": "48 8D 0D ? ? ? ? E9 D4 4B B4 FF",
|
||||
"operations": [
|
||||
{
|
||||
"type": "ripRelative"
|
||||
@@ -259,7 +259,7 @@
|
||||
{
|
||||
"name": "dwPlantedC4",
|
||||
"module": "client.dll",
|
||||
"pattern": "48 89 05 ? ? ? ? 8B 05 ? ? ? ? A9 ? ? ? ? 74 ? 25 ? ? ? ? 89 05 ? ? ? ? 8B 0D",
|
||||
"pattern": "48 8B 15 ? ? ? ? FF C0 48 8D 4C 24",
|
||||
"operations": [
|
||||
{
|
||||
"type": "ripRelative"
|
||||
|
||||
Reference in New Issue
Block a user