Page 3 of 6 FirstFirst 12345 ... LastLast
Results 31 to 45 of 79
  1. #31
    seanpeace1234's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    California
    Posts
    2
    Reputation
    10
    Thanks
    0
    When this is enabled my mana bar is frozen and I can't see how much mana I have. When I run out of mana it still shows the casting animation but doesn't do damage. Kind of difficult as a cryomancer because mana is hugely a part of it.

  2. #32
    darkm125's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    france
    Posts
    447
    Reputation
    48
    Thanks
    1,925
    My Mood
    Aggressive
    Bad news, player have recorded my fly hack when i have recorded for you, my computer is HWID ban I can not update the hack i share my last update ( beta fly hack ).
     
    <?xml version="1.0" encoding="utf-8"?>
    <CheatTable CheatEngineTableVersion="18">
    <CheatEntries>
    <CheatEntry>
    <ID>2</ID>
    <Description>"R = Fly Hack"</Description>
    <LastState Activated="0"/>
    <Color>80000008</Color>
    <VariableType>Auto Assembler Script</VariableType>
    <AssemblerScript>[ENABLE]
    //code from here to '[DISABLE]' will be used to enable the cheat
    alloc(newmem,2048)
    label(returnhere)
    label(originalcode)
    label(exit)

    newmem: //this is allocated memory, you have read,write,execute access
    //place your code here

    originalcode:
    mov byte ptr [ebp-10],01
    movss [ebp-40],xmm0

    exit:
    jmp returnhere

    "Skyforge.exe"+7B9BFF:
    jmp newmem
    nop
    nop
    nop
    nop
    returnhere:




    [DISABLE]
    //code from here till the end of the code will be used to disable the cheat
    dealloc(newmem)
    "Skyforge.exe"+7B9BFF:
    mov byte ptr [ebp-10],00
    movss [ebp-08],xmm0
    //Alt: db C6 45 F0 00 F3 0F 11 45 F8
    </AssemblerScript>
    <Hotkeys>
    <Hotkey>
    <Action>Toggle Activation</Action>
    <Keys>
    <Key>82</Key>
    </Keys>
    <ID>0</ID>
    </Hotkey>
    </Hotkeys>
    </CheatEntry>
    <CheatEntry>
    <ID>3</ID>
    <Description>"Infinite Dodge"</Description>
    <LastState Activated="0"/>
    <Color>80000008</Color>
    <VariableType>Auto Assembler Script</VariableType>
    <AssemblerScript>[ENABLE]
    //code from here to '[DISABLE]' will be used to enable the cheat
    alloc(newmem,2048)
    label(returnhere)
    label(originalcode)
    label(exit)

    newmem: //this is allocated memory, you have read,write,execute access
    //place your code here

    originalcode:
    fmul dword ptr [ebp+11]
    add esp,08

    exit:
    jmp returnhere

    "Skyforge.exe"+B2FD46:
    jmp newmem
    nop
    returnhere:




    [DISABLE]
    //code from here till the end of the code will be used to disable the cheat
    dealloc(newmem)
    "Skyforge.exe"+B2FD46:
    fmul dword ptr [ebp+10]
    add esp,08
    //Alt: db D8 4D 10 83 C4 08
    </AssemblerScript>
    </CheatEntry>
    </CheatEntries>
    <CheatCodes>
    <CodeEntry>
    <Description>Code :mov ebx,[ebx+3C]</Description>
    <Address>0143FD3C</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>B2FD3C</ModuleNameOffset>
    <Before>
    <Byte>45</Byte>
    <Byte>0C</Byte>
    <Byte>8B</Byte>
    <Byte>5B</Byte>
    <Byte>0C</Byte>
    </Before>
    <Actual>
    <Byte>8B</Byte>
    <Byte>5B</Byte>
    <Byte>3C</Byte>
    </Actual>
    <After>
    <Byte>50</Byte>
    <Byte>56</Byte>
    <Byte>E8</Byte>
    <Byte>8A</Byte>
    <Byte>46</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :mov ecx,[eax+3C]</Description>
    <Address>014132D0</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>B032D0</ModuleNameOffset>
    <Before>
    <Byte>FF</Byte>
    <Byte>D2</Byte>
    <Byte>8B</Byte>
    <Byte>46</Byte>
    <Byte>18</Byte>
    </Before>
    <Actual>
    <Byte>8B</Byte>
    <Byte>48</Byte>
    <Byte>3C</Byte>
    </Actual>
    <After>
    <Byte>3B</Byte>
    <Byte>4D</Byte>
    <Byte>08</Byte>
    <Byte>74</Byte>
    <Byte>0F</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :mov [eax+3C],ecx</Description>
    <Address>012A2E50</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>992E50</ModuleNameOffset>
    <Before>
    <Byte>4D</Byte>
    <Byte>08</Byte>
    <Byte>8B</Byte>
    <Byte>46</Byte>
    <Byte>18</Byte>
    </Before>
    <Actual>
    <Byte>89</Byte>
    <Byte>48</Byte>
    <Byte>3C</Byte>
    </Actual>
    <After>
    <Byte>8B</Byte>
    <Byte>4E</Byte>
    <Byte>0C</Byte>
    <Byte>3B</Byte>
    <Byte>CB</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :mov eax,[eax+3C]</Description>
    <Address>00FA1DAE</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>691DAE</ModuleNameOffset>
    <Before>
    <Byte>D2</Byte>
    <Byte>85</Byte>
    <Byte>C0</Byte>
    <Byte>74</Byte>
    <Byte>04</Byte>
    </Before>
    <Actual>
    <Byte>8B</Byte>
    <Byte>40</Byte>
    <Byte>3C</Byte>
    </Actual>
    <After>
    <Byte>C3</Byte>
    <Byte>33</Byte>
    <Byte>C0</Byte>
    <Byte>C3</Byte>
    <Byte>CC</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :movss xmm0,[edi+000000C4]</Description>
    <Address>010C9C67</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>7B9C67</ModuleNameOffset>
    <Before>
    <Byte>21</Byte>
    <Byte>85</Byte>
    <Byte>DB</Byte>
    <Byte>74</Byte>
    <Byte>1D</Byte>
    </Before>
    <Actual>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>10</Byte>
    <Byte>87</Byte>
    <Byte>C4</Byte>
    <Byte>00</Byte>
    <Byte>00</Byte>
    <Byte>00</Byte>
    </Actual>
    <After>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>10</Byte>
    <Byte>4D</Byte>
    <Byte>F8</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :movss [ecx+000000C4],xmm0</Description>
    <Address>010C4A20</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>7B4A20</ModuleNameOffset>
    <Before>
    <Byte>77</Byte>
    <Byte>03</Byte>
    <Byte>0F</Byte>
    <Byte>28</Byte>
    <Byte>C1</Byte>
    </Before>
    <Actual>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>11</Byte>
    <Byte>81</Byte>
    <Byte>C4</Byte>
    <Byte>00</Byte>
    <Byte>00</Byte>
    <Byte>00</Byte>
    </Actual>
    <After>
    <Byte>5D</Byte>
    <Byte>C2</Byte>
    <Byte>04</Byte>
    <Byte>00</Byte>
    <Byte>CC</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :movss xmm0,[edi+000000C8]</Description>
    <Address>010C9CC0</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>7B9CC0</ModuleNameOffset>
    <Before>
    <Byte>76</Byte>
    <Byte>03</Byte>
    <Byte>0F</Byte>
    <Byte>28</Byte>
    <Byte>C8</Byte>
    </Before>
    <Actual>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>10</Byte>
    <Byte>87</Byte>
    <Byte>C8</Byte>
    <Byte>00</Byte>
    <Byte>00</Byte>
    <Byte>00</Byte>
    </Actual>
    <After>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>59</Byte>
    <Byte>C1</Byte>
    <Byte>0F</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :movss [ecx+000000C8],xmm0</Description>
    <Address>010C475B</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>7B475B</ModuleNameOffset>
    <Before>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>10</Byte>
    <Byte>45</Byte>
    <Byte>0C</Byte>
    </Before>
    <Actual>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>11</Byte>
    <Byte>81</Byte>
    <Byte>C8</Byte>
    <Byte>00</Byte>
    <Byte>00</Byte>
    <Byte>00</Byte>
    </Actual>
    <After>
    <Byte>D9</Byte>
    <Byte>00</Byte>
    <Byte>D9</Byte>
    <Byte>99</Byte>
    <Byte>CC</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :movss xmm0,[eax+2C]</Description>
    <Address>0162A812</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>D1A812</ModuleNameOffset>
    <Before>
    <Byte>C0</Byte>
    <Byte>74</Byte>
    <Byte>14</Byte>
    <Byte>8B</Byte>
    <Byte>17</Byte>
    </Before>
    <Actual>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>10</Byte>
    <Byte>40</Byte>
    <Byte>2C</Byte>
    </Actual>
    <After>
    <Byte>8B</Byte>
    <Byte>42</Byte>
    <Byte>0C</Byte>
    <Byte>51</Byte>
    <Byte>8B</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :movss xmm1,[ecx+2C]</Description>
    <Address>00C0ACA3</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>2FACA3</ModuleNameOffset>
    <Before>
    <Byte>CC</Byte>
    <Byte>CC</Byte>
    <Byte>55</Byte>
    <Byte>8B</Byte>
    <Byte>EC</Byte>
    </Before>
    <Actual>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>10</Byte>
    <Byte>49</Byte>
    <Byte>2C</Byte>
    </Actual>
    <After>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>10</Byte>
    <Byte>45</Byte>
    <Byte>08</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :movss [ecx+2C],xmm0</Description>
    <Address>00C0ACCD</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>2FACCD</ModuleNameOffset>
    <Before>
    <Byte>C0</Byte>
    <Byte>5D</Byte>
    <Byte>C2</Byte>
    <Byte>08</Byte>
    <Byte>00</Byte>
    </Before>
    <Actual>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>11</Byte>
    <Byte>41</Byte>
    <Byte>2C</Byte>
    </Actual>
    <After>
    <Byte>E8</Byte>
    <Byte>09</Byte>
    <Byte>FC</Byte>
    <Byte>FF</Byte>
    <Byte>FF</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :subss xmm1,[esi+28]</Description>
    <Address>010A987F</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>79987F</ModuleNameOffset>
    <Before>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>10</Byte>
    <Byte>48</Byte>
    <Byte>04</Byte>
    </Before>
    <Actual>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>5C</Byte>
    <Byte>4E</Byte>
    <Byte>28</Byte>
    </Actual>
    <After>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>10</Byte>
    <Byte>50</Byte>
    <Byte>08</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :subss xmm2,[esi+2C]</Description>
    <Address>010A9889</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>799889</ModuleNameOffset>
    <Before>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>10</Byte>
    <Byte>50</Byte>
    <Byte>08</Byte>
    </Before>
    <Actual>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>5C</Byte>
    <Byte>56</Byte>
    <Byte>2C</Byte>
    </Actual>
    <After>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>11</Byte>
    <Byte>4D</Byte>
    <Byte>E0</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :subss xmm0,[edi+24]</Description>
    <Address>010A902E</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>79902E</ModuleNameOffset>
    <Before>
    <Byte>FF</Byte>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>10</Byte>
    <Byte>00</Byte>
    </Before>
    <Actual>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>5C</Byte>
    <Byte>47</Byte>
    <Byte>24</Byte>
    </Actual>
    <After>
    <Byte>8B</Byte>
    <Byte>56</Byte>
    <Byte>38</Byte>
    <Byte>2B</Byte>
    <Byte>57</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :subss xmm0,[edi+28]</Description>
    <Address>019A9043</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>799043</ModuleNameOffset>
    <Before>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>10</Byte>
    <Byte>40</Byte>
    <Byte>04</Byte>
    </Before>
    <Actual>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>5C</Byte>
    <Byte>47</Byte>
    <Byte>28</Byte>
    </Actual>
    <After>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>11</Byte>
    <Byte>45</Byte>
    <Byte>E4</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :subss xmm0,[edi+2C]</Description>
    <Address>019A9058</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>799058</ModuleNameOffset>
    <Before>
    <Byte>46</Byte>
    <Byte>3C</Byte>
    <Byte>1B</Byte>
    <Byte>47</Byte>
    <Byte>74</Byte>
    </Before>
    <Actual>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>5C</Byte>
    <Byte>47</Byte>
    <Byte>2C</Byte>
    </Actual>
    <After>
    <Byte>8B</Byte>
    <Byte>C8</Byte>
    <Byte>25</Byte>
    <Byte>FF</Byte>
    <Byte>FF</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :subss xmm1,[esi+28]</Description>
    <Address>019A7DA6</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>797DA6</ModuleNameOffset>
    <Before>
    <Byte>08</Byte>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>10</Byte>
    <Byte>00</Byte>
    </Before>
    <Actual>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>5C</Byte>
    <Byte>4E</Byte>
    <Byte>28</Byte>
    </Actual>
    <After>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>5C</Byte>
    <Byte>56</Byte>
    <Byte>2C</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :subss xmm2,[esi+2C]</Description>
    <Address>019A7DAB</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>797DAB</ModuleNameOffset>
    <Before>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>5C</Byte>
    <Byte>4E</Byte>
    <Byte>28</Byte>
    </Before>
    <Actual>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>5C</Byte>
    <Byte>56</Byte>
    <Byte>2C</Byte>
    </Actual>
    <After>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>5C</Byte>
    <Byte>46</Byte>
    <Byte>24</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :subss xmm0,[esi+24]</Description>
    <Address>019A7DB0</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>797DB0</ModuleNameOffset>
    <Before>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>5C</Byte>
    <Byte>56</Byte>
    <Byte>2C</Byte>
    </Before>
    <Actual>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>5C</Byte>
    <Byte>46</Byte>
    <Byte>24</Byte>
    </Actual>
    <After>
    <Byte>D9</Byte>
    <Byte>5D</Byte>
    <Byte>08</Byte>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :fstp dword ptr [esi+24]</Description>
    <Address>019A7DF4</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>797DF4</ModuleNameOffset>
    <Before>
    <Byte>89</Byte>
    <Byte>56</Byte>
    <Byte>50</Byte>
    <Byte>D9</Byte>
    <Byte>07</Byte>
    </Before>
    <Actual>
    <Byte>D9</Byte>
    <Byte>5E</Byte>
    <Byte>24</Byte>
    </Actual>
    <After>
    <Byte>D9</Byte>
    <Byte>47</Byte>
    <Byte>04</Byte>
    <Byte>D9</Byte>
    <Byte>5E</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :fstp dword ptr [esi+28]</Description>
    <Address>019A7DFA</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>797DFA</ModuleNameOffset>
    <Before>
    <Byte>5E</Byte>
    <Byte>24</Byte>
    <Byte>D9</Byte>
    <Byte>47</Byte>
    <Byte>04</Byte>
    </Before>
    <Actual>
    <Byte>D9</Byte>
    <Byte>5E</Byte>
    <Byte>28</Byte>
    </Actual>
    <After>
    <Byte>D9</Byte>
    <Byte>47</Byte>
    <Byte>08</Byte>
    <Byte>D9</Byte>
    <Byte>5E</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :fstp dword ptr [esi+2C]</Description>
    <Address>019A7E00</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>797E00</ModuleNameOffset>
    <Before>
    <Byte>5E</Byte>
    <Byte>28</Byte>
    <Byte>D9</Byte>
    <Byte>47</Byte>
    <Byte>08</Byte>
    </Before>
    <Actual>
    <Byte>D9</Byte>
    <Byte>5E</Byte>
    <Byte>2C</Byte>
    </Actual>
    <After>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>7E</Byte>
    <Byte>47</Byte>
    <Byte>0C</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :mov [esi+20],ecx</Description>
    <Address>010A7E5C</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>797E5C</ModuleNameOffset>
    <Before>
    <Byte>18</Byte>
    <Byte>8B</Byte>
    <Byte>4F</Byte>
    <Byte>14</Byte>
    <Byte>5F</Byte>
    </Before>
    <Actual>
    <Byte>89</Byte>
    <Byte>4E</Byte>
    <Byte>20</Byte>
    </Actual>
    <After>
    <Byte>5E</Byte>
    <Byte>8B</Byte>
    <Byte>E5</Byte>
    <Byte>5D</Byte>
    <Byte>C2</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :sub edx,[eax+08]</Description>
    <Address>009246DC</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>146DC</ModuleNameOffset>
    <Before>
    <Byte>2A</Byte>
    <Byte>CA</Byte>
    <Byte>8B</Byte>
    <Byte>51</Byte>
    <Byte>14</Byte>
    </Before>
    <Actual>
    <Byte>2B</Byte>
    <Byte>50</Byte>
    <Byte>08</Byte>
    </Actual>
    <After>
    <Byte>8B</Byte>
    <Byte>45</Byte>
    <Byte>08</Byte>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Code :subss xmm0,[esi+24]</Description>
    <Address>010A9875</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>799875</ModuleNameOffset>
    <Before>
    <Byte>FF</Byte>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>10</Byte>
    <Byte>00</Byte>
    </Before>
    <Actual>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>5C</Byte>
    <Byte>46</Byte>
    <Byte>24</Byte>
    </Actual>
    <After>
    <Byte>F3</Byte>
    <Byte>0F</Byte>
    <Byte>10</Byte>
    <Byte>48</Byte>
    <Byte>04</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Change of mov edx,[eax+08]</Description>
    <Address>00FA1DC5</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>691DC5</ModuleNameOffset>
    <Before>
    <Byte>8B</Byte>
    <Byte>49</Byte>
    <Byte>14</Byte>
    <Byte>8B</Byte>
    <Byte>01</Byte>
    </Before>
    <Actual>
    <Byte>8B</Byte>
    <Byte>50</Byte>
    <Byte>08</Byte>
    </Actual>
    <After>
    <Byte>FF</Byte>
    <Byte>D2</Byte>
    <Byte>85</Byte>
    <Byte>C0</Byte>
    <Byte>74</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Change of mov ecx,[ecx+14]</Description>
    <Address>00FA1DC0</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>691DC0</ModuleNameOffset>
    <Before>
    <Byte>CC</Byte>
    <Byte>CC</Byte>
    <Byte>CC</Byte>
    <Byte>CC</Byte>
    <Byte>CC</Byte>
    </Before>
    <Actual>
    <Byte>8B</Byte>
    <Byte>49</Byte>
    <Byte>14</Byte>
    </Actual>
    <After>
    <Byte>8B</Byte>
    <Byte>01</Byte>
    <Byte>90</Byte>
    <Byte>90</Byte>
    <Byte>90</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Change of test byte ptr [ebp+2C],00</Description>
    <Address>00C0ACF1</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>2FACF1</ModuleNameOffset>
    <Before>
    <Byte>E8</Byte>
    <Byte>7F</Byte>
    <Byte>FB</Byte>
    <Byte>FF</Byte>
    <Byte>FF</Byte>
    </Before>
    <Actual>
    <Byte>F6</Byte>
    <Byte>45</Byte>
    <Byte>2C</Byte>
    <Byte>00</Byte>
    </Actual>
    <After>
    <Byte>74</Byte>
    <Byte>09</Byte>
    <Byte>56</Byte>
    <Byte>E8</Byte>
    <Byte>33</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Change of test byte ptr [ebp+08],00</Description>
    <Address>00C0AC4B</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>2FAC4B</ModuleNameOffset>
    <Before>
    <Byte>E8</Byte>
    <Byte>25</Byte>
    <Byte>FC</Byte>
    <Byte>FF</Byte>
    <Byte>FF</Byte>
    </Before>
    <Actual>
    <Byte>F6</Byte>
    <Byte>45</Byte>
    <Byte>08</Byte>
    <Byte>00</Byte>
    </Actual>
    <After>
    <Byte>74</Byte>
    <Byte>09</Byte>
    <Byte>56</Byte>
    <Byte>E8</Byte>
    <Byte>D9</Byte>
    </After>
    </CodeEntry>
    <CodeEntry>
    <Description>Change of cmp dword ptr [ebp-28],10</Description>
    <Address>00C0AC06</Address>
    <ModuleName>Skyforge.exe</ModuleName>
    <ModuleNameOffset>2FAC06</ModuleNameOffset>
    <Before>
    <Byte>E8</Byte>
    <Byte>AA</Byte>
    <Byte>89</Byte>
    <Byte>D0</Byte>
    <Byte>FF</Byte>
    </Before>
    <Actual>
    <Byte>83</Byte>
    <Byte>7D</Byte>
    <Byte>D8</Byte>
    <Byte>10</Byte>
    </Actual>
    <After>
    <Byte>72</Byte>
    <Byte>0C</Byte>
    <Byte>8B</Byte>
    <Byte>45</Byte>
    <Byte>C4</Byte>
    </After>
    </CodeEntry>
    </CheatCodes>
    <UserdefinedSymbols/>
    <DisassemblerComments>
    <DisassemblerComment>
    <Address>"Skyforge.exe"+C3560D</Address>
    <Comment>/Enable Fly Time 01
    </Comment>
    </DisassemblerComment>
    <DisassemblerComment>
    <Address>"Skyforge.exe"+C3561A</Address>
    <Comment>/Speedhack error 0F
    </Comment>
    </DisassemblerComment>
    <DisassemblerComment>
    <Address>"Skyforge.exe"+C35621</Address>
    <Comment>/Admin Panel 00
    </Comment>
    </DisassemblerComment>
    </DisassemblerComments>
    </CheatTable>
    Last edited by darkm125; 07-20-2015 at 07:36 AM.

  3. The Following 2 Users Say Thank You to darkm125 For This Useful Post:

    Kratos257 (07-21-2015),R3dD3ceiver (07-23-2015)

  4. #33
    hellsgate24k's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    better using this only in solo dungeons

  5. #34
    badilator's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    tried but seems that once you finish your dashes, the others are suddently blocked. you also get an error that resources are finished if you have the talent that grant a shield every time you dash. (you get the shield only the first 3 times)
    same thing for the slide of the cryomage, the long slide happens only on the fisrt 3
    I can't find out how xyz are stored in the usual way (up and down on a stair). I get tons of coordinates but none work. can u suggest where to look?

    thanks

  6. #35
    seanpeace1234's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    California
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quick question, how do I make the flyhack stop going up? I press R and jump and it just goes up and up forever? Toggling with R is kind of glitchy.

  7. #36
    darkm125's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    france
    Posts
    447
    Reputation
    48
    Thanks
    1,925
    My Mood
    Aggressive
    Quote Originally Posted by seanpeace1234 View Post
    Quick question, how do I make the flyhack stop going up? I press R and jump and it just goes up and up forever? Toggling with R is kind of glitchy.
    i have not got the time to finish the hack ( HWID ban )

  8. #37
    Kratos257's Avatar
    Join Date
    Jul 2015
    Gender
    female
    Posts
    8
    Reputation
    10
    Thanks
    7
    Quote Originally Posted by darkm125 View Post
    i have not got the time to finish the hack ( HWID ban )
    It's a pity you got banned. I'd have really loved some sort of a attack speed hack so the dungeons would be faster to finish.

    Either way, the fly hack makes the game a little faster and it works very good imo, so you have my thanks.

    If anyone knows how to make a script for higher attack speed it would be marvelous.

  9. #38
    Sejuz's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    7
    My Mood
    Amused
    I was looking forward to the uber damage one.

  10. #39
    R3dD3ceiver's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by darkm125 View Post
    Сredits Bug ( mensonge c'était un bug de la bêta fermé corrigé depuis )
    how about that exploit with the 7 day reward can u use this for a hack like spaming some items or things like that ?
    Last edited by R3dD3ceiver; 07-22-2015 at 04:50 AM.

  11. #40
    kamahl21's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Stuck on a chair...
    Posts
    8
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by darkm125 View Post
    i have not got the time to finish the hack ( HWID ban )
    Tu as essayé de bypass ton HWID ban avec OllyDBG? Est-ce que tu reçois un message lorsque tu lance Skyforge, comme " ce compte est banni " ou autre que tu pourrais retrouver avec Olly et remonter jusqu'à ta clé de registre. Ou alors simplement de retirer une barrette de ram ou rajouter un DD. Je dis ça au pif mais je sais que ça marchait à l'arrivée de ces bans. x)

    Edit: tu peux utiliser VMware ou sandboxie aussi je crois, les machines virtuelles devraient outre passer le HWID scan, à vérifier.
    Last edited by kamahl21; 07-22-2015 at 03:14 PM.

  12. #41
    dimah4x4's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    29
    mhmm im attempting some hacking my self
    achieved dash and my paladin can now do infinite lightning attacks
    also somehow i made all my hits crit and i have no idea how

    Attached Thumbnails Attached Thumbnails
    IMG-20150723-WA0001.jpg  

    Last edited by dimah4x4; 07-22-2015 at 03:46 PM.

  13. The Following 17 Users Say Thank You to dimah4x4 For This Useful Post:

    aduuda (08-26-2015),badilator (07-23-2015),blaz3r (07-24-2015),datungputim (08-02-2015),esquiree (08-02-2015),Goforce (09-19-2015),ivanvania (07-26-2015),joeffrey4real (07-23-2015),KARDEENAL (12-03-2016),Kratos257 (07-23-2015),lingburst (07-25-2015),R3dD3ceiver (07-23-2015),Sauke2020 (07-30-2015),sigmaphi (07-30-2015),socaboy (07-31-2015),temikje (08-03-2015),zonusu@techgroup.me (09-29-2015)

  14. #42
    krazybeat's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Mind sharing how u managed to do it?

  15. #43
    dimah4x4's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    29
    Quote Originally Posted by krazybeat View Post
    Mind sharing how u managed to do it?
    the dash and the paladin lightning are the same method
    but i really have no idea wtf i did to get the crit hack

  16. #44
    badilator's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by dimah4x4 View Post
    the dash and the paladin lightning are the same method
    but i really have no idea wtf i did to get the crit hack
    can you post your cheatengine table/scripts updated for the today patch?

  17. #45
    R3dD3ceiver's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    ok how do i download this file ? there is just the Pic when i click on download...

Page 3 of 6 FirstFirst 12345 ... LastLast

Similar Threads

  1. [Help] Stronghold Crusader infinite peasants cheat engine
    By matrix999pl in forum General Game Hacking
    Replies: 0
    Last Post: 08-16-2014, 06:47 AM
  2. [Help] Cheat engine lua codes and roblox
    By batpower54 in forum General Game Hacking
    Replies: 0
    Last Post: 07-07-2014, 04:57 PM
  3. [Release] Miniclip 8 Ball Pool with Cheat Engine Infinite Aim !!!
    By lum4n4r3 in forum Facebook & Messenger Game Hacks & Cheats
    Replies: 44
    Last Post: 07-17-2013, 09:31 AM
  4. [Source Code] Cheat Engine UPX OEP Finder (Lua Script)
    By atom0s in forum Other Programming
    Replies: 0
    Last Post: 05-20-2013, 05:22 AM
  5. [Source Code] Cheat Engine Minesweeper Auto-Solver (Lua Script)
    By atom0s in forum Other Programming
    Replies: 0
    Last Post: 05-20-2013, 05:20 AM