Zula

Posts 115 of 32 · Page 1 of 3
Zula
There is a new First Person Shooter out, its called Zula. (Steam: /app/513650/) I really want an ESP and AimBot for this game please. Thanks
Wait some months,it will be released for sure
Quote Originally Posted by rephlo_ View Post
There is a new First Person Shooter out, its called Zula. (Steam: /app/513650/) I really want an ESP and AimBot for this game please. Thanks
me too.
thanks
Would be great
waiting too
Me too
Yeah pls add a hack for Zula
Here my NoRecoil Hack.
Install CheatEngine, copy the code to text editor and save it as .ct
Have fun

Code:
<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="18">
  <CheatEntries>
    <CheatEntry>
      <ID>155</ID>
      <Description>"Recoil"</Description>
      <Options moBindActivation="1"/>
      <LastState Value="" Activated="0" RealAddress="00000000"/>
      <Color>80000008</Color>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>143</ID>
          <Description>"RecoilX"</Description>
          <LastState Activated="0"/>
          <Color>80000008</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
AOBSCAN(_recoil,89 83 5C E9 89 01 8B 85 50 00 00 00 89 83 60 E9 89 01 8B 85 50 00 00 00 50 8B 83 B4 04 91 01) //hex to search for
label(recoil)
registersymbol(recoil)

_recoil:
recoil:
db 89 83 0C // hex to replace original with

[DISABLE]
recoil:
db 89 83 5C // replace back when disabled
</AssemblerScript>
          <Hotkeys>
            <Hotkey>
              <Action>Toggle Activation</Action>
              <Keys>
                <Key>105</Key>
              </Keys>
              <Description>Rapidfire                NUM9</Description>
              <ID>0</ID>
            </Hotkey>
          </Hotkeys>
        </CheatEntry>
        <CheatEntry>
          <ID>151</ID>
          <Description>"RecoilY"</Description>
          <LastState Activated="0"/>
          <Color>80000008</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
AOBSCAN(_recoil2,89 83 60 E9 89 01 8B 85 50 00 00 00 50 8B 83 B4 04 91 01) //hex to search for
label(recoil2)
registersymbol(recoil2)

_recoil2:
recoil2:
db 89 83 0C // hex to replace original with

[DISABLE]
recoil2:
db 89 83 60 // replace back when disabled
</AssemblerScript>
          <Hotkeys>
            <Hotkey>
              <Action>Toggle Activation</Action>
              <Keys>
                <Key>105</Key>
              </Keys>
              <Description>Rapidfire                NUM9</Description>
              <ID>0</ID>
            </Hotkey>
          </Hotkeys>
        </CheatEntry>
        <CheatEntry>
          <ID>147</ID>
          <Description>"RecoilX2"</Description>
          <LastState Activated="0"/>
          <Color>80000008</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
AOBSCAN(_recoil3,89 83 5C E9 89 01 8B 85 50 00 00 00 89 83 60 E9 89 01 8B 85 50 00 00 00 50 8b 83 04 fe) //hex to search for
label(recoil3)
registersymbol(recoil3)

_recoil3:
recoil3:
db 89 83 0C // hex to replace original with

[DISABLE]
recoil3:
db 89 83 5C // replace back when disabled
</AssemblerScript>
          <Hotkeys>
            <Hotkey>
              <Action>Toggle Activation</Action>
              <Keys>
                <Key>105</Key>
              </Keys>
              <Description>Rapidfire                NUM9</Description>
              <ID>0</ID>
            </Hotkey>
          </Hotkeys>
        </CheatEntry>
        <CheatEntry>
          <ID>153</ID>
          <Description>"RecoilY2"</Description>
          <LastState Activated="0"/>
          <Color>80000008</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
AOBSCAN(_recoil4,89 83 60 E9 89 01 8B 85 50 00 00 00 50 8B 83) //hex to search for
label(recoil4)
registersymbol(recoil4)

_recoil4:
recoil4:
db 89 83 70 // hex to replace original with

[DISABLE]
recoil4:
db 89 83 60 // replace back when disabled
</AssemblerScript>
          <Hotkeys>
            <Hotkey>
              <Action>Toggle Activation</Action>
              <Keys>
                <Key>105</Key>
              </Keys>
              <Description>Rapidfire                NUM9</Description>
              <ID>0</ID>
            </Hotkey>
          </Hotkeys>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>157</ID>
      <Description>"-------------------ZULA-NORECOIL-HACK-V1.0-------------------"</Description>
      <LastState Value="" Activated="0" RealAddress="00000000"/>
      <Color>80000008</Color>
      <GroupHeader>1</GroupHeader>
    </CheatEntry>
    <CheatEntry>
      <ID>156</ID>
      <Description>"by                         ____&gt;ethnic&lt;____"</Description>
      <LastState Value="" Activated="0" RealAddress="00000000"/>
      <Color>80000008</Color>
      <GroupHeader>1</GroupHeader>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols>
    <SymbolEntry>
      <Name>recoil</Name>
      <Address>06B2DD3A</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>recoil2</Name>
      <Address>06B2DD46</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>recoil3</Name>
      <Address>06B18774</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>recoil4</Name>
      <Address>06B18780</Address>
    </SymbolEntry>
  </UserdefinedSymbols>
</CheatTable>
Thank you works perfect
Quote Originally Posted by Walaghai View Post
Here my NoRecoil Hack.
Install CheatEngine, copy the code to text editor and save it as .ct
Have fun

Code:
<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="18">
  <CheatEntries>
    <CheatEntry>
      <ID>155</ID>
      <Description>"Recoil"</Description>
      <Options moBindActivation="1"/>
      <LastState Value="" Activated="0" RealAddress="00000000"/>
      <Color>80000008</Color>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>143</ID>
          <Description>"RecoilX"</Description>
          <LastState Activated="0"/>
          <Color>80000008</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
AOBSCAN(_recoil,89 83 5C E9 89 01 8B 85 50 00 00 00 89 83 60 E9 89 01 8B 85 50 00 00 00 50 8B 83 B4 04 91 01) //hex to search for
label(recoil)
registersymbol(recoil)

_recoil:
recoil:
db 89 83 0C // hex to replace original with

[DISABLE]
recoil:
db 89 83 5C // replace back when disabled
</AssemblerScript>
          <Hotkeys>
            <Hotkey>
              <Action>Toggle Activation</Action>
              <Keys>
                <Key>105</Key>
              </Keys>
              <Description>Rapidfire                NUM9</Description>
              <ID>0</ID>
            </Hotkey>
          </Hotkeys>
        </CheatEntry>
        <CheatEntry>
          <ID>151</ID>
          <Description>"RecoilY"</Description>
          <LastState Activated="0"/>
          <Color>80000008</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
AOBSCAN(_recoil2,89 83 60 E9 89 01 8B 85 50 00 00 00 50 8B 83 B4 04 91 01) //hex to search for
label(recoil2)
registersymbol(recoil2)

_recoil2:
recoil2:
db 89 83 0C // hex to replace original with

[DISABLE]
recoil2:
db 89 83 60 // replace back when disabled
</AssemblerScript>
          <Hotkeys>
            <Hotkey>
              <Action>Toggle Activation</Action>
              <Keys>
                <Key>105</Key>
              </Keys>
              <Description>Rapidfire                NUM9</Description>
              <ID>0</ID>
            </Hotkey>
          </Hotkeys>
        </CheatEntry>
        <CheatEntry>
          <ID>147</ID>
          <Description>"RecoilX2"</Description>
          <LastState Activated="0"/>
          <Color>80000008</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
AOBSCAN(_recoil3,89 83 5C E9 89 01 8B 85 50 00 00 00 89 83 60 E9 89 01 8B 85 50 00 00 00 50 8b 83 04 fe) //hex to search for
label(recoil3)
registersymbol(recoil3)

_recoil3:
recoil3:
db 89 83 0C // hex to replace original with

[DISABLE]
recoil3:
db 89 83 5C // replace back when disabled
</AssemblerScript>
          <Hotkeys>
            <Hotkey>
              <Action>Toggle Activation</Action>
              <Keys>
                <Key>105</Key>
              </Keys>
              <Description>Rapidfire                NUM9</Description>
              <ID>0</ID>
            </Hotkey>
          </Hotkeys>
        </CheatEntry>
        <CheatEntry>
          <ID>153</ID>
          <Description>"RecoilY2"</Description>
          <LastState Activated="0"/>
          <Color>80000008</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
AOBSCAN(_recoil4,89 83 60 E9 89 01 8B 85 50 00 00 00 50 8B 83) //hex to search for
label(recoil4)
registersymbol(recoil4)

_recoil4:
recoil4:
db 89 83 70 // hex to replace original with

[DISABLE]
recoil4:
db 89 83 60 // replace back when disabled
</AssemblerScript>
          <Hotkeys>
            <Hotkey>
              <Action>Toggle Activation</Action>
              <Keys>
                <Key>105</Key>
              </Keys>
              <Description>Rapidfire                NUM9</Description>
              <ID>0</ID>
            </Hotkey>
          </Hotkeys>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>157</ID>
      <Description>"-------------------ZULA-NORECOIL-HACK-V1.0-------------------"</Description>
      <LastState Value="" Activated="0" RealAddress="00000000"/>
      <Color>80000008</Color>
      <GroupHeader>1</GroupHeader>
    </CheatEntry>
    <CheatEntry>
      <ID>156</ID>
      <Description>"by                         ____>ethnic<____"</Description>
      <LastState Value="" Activated="0" RealAddress="00000000"/>
      <Color>80000008</Color>
      <GroupHeader>1</GroupHeader>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols>
    <SymbolEntry>
      <Name>recoil</Name>
      <Address>06B2DD3A</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>recoil2</Name>
      <Address>06B2DD46</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>recoil3</Name>
      <Address>06B18774</Address>
    </SymbolEntry>
    <SymbolEntry>
      <Name>recoil4</Name>
      <Address>06B18780</Address>
    </SymbolEntry>
  </UserdefinedSymbols>
</CheatTable>
Any chance explaining how to use this please?
Posts 115 of 32 · Page 1 of 3

Post a Reply

Tags for this Thread

None

Need help?