Kod:
CE script
<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="29">
<CheatEntries>
<CheatEntry>
<ID>0</ID>
<Description>"NO Count Bulelt"</Description>
<ShowAsHex>1</ShowAsHex>
<VariableType>Array of byte</VariableType>
<ByteLength>6</ByteLength>
<Address>ironsight.exe+17BD82</Address>
<Hotkeys>
<Hotkey>
<Action>Set Value</Action>
<Keys>
<Key>98</Key>
</Keys>
<Value>74 32 66 FF 4F 18</Value>
<ID>0</ID>
</Hotkey>
<Hotkey>
<Action>Set Value</Action>
<Keys>
<Key>97</Key>
</Keys>
<Value>75 32 66 FF 4F 18</Value>
<ID>1</ID>
</Hotkey>
</Hotkeys>
</CheatEntry>
<CheatEntry>
<ID>1</ID>
<Description>"Auto Gun Speed"</Description>
<ShowAsHex>1</ShowAsHex>
<VariableType>Array of byte</VariableType>
<ByteLength>5</ByteLength>
<Address>ironsight.exe+17D20A</Address>
<Hotkeys>
<Hotkey>
<Action>Set Value</Action>
<Keys>
<Key>98</Key>
</Keys>
<Value>74 0A 51 55 56</Value>
<ID>0</ID>
</Hotkey>
<Hotkey>
<Action>Set Value</Action>
<Keys>
<Key>97</Key>
</Keys>
<Value>75 0A 51 55 56</Value>
<ID>1</ID>
</Hotkey>
</Hotkeys>
</CheatEntry>
</CheatEntries>
<UserdefinedSymbols/>
</CheatTable>
ahk script ;;;The Ahk script is automatically fired when you click a mouse.
LBUTTON::
send, {Numpad1 1}
While GetKeyState("LButton","P")
sleep, 10
send, {Numpad2 1}
return
F4::SUSPEND
F5::ExitApp ;
2. start ce script
2-1. select to process to poen (ironsight.exe)
3. start ahk script
****If you want to pause for a while, press F4 while holding down the left mouse.****
If you want to start again, just press F4.