S4 League Hacking - Support

01/24/2016 13:12 ħA.[T]aigaħ÷#1171
Quote:
Originally Posted by Deverixz View Post
You could take a look at Calligari trueSpace or Autodesk Maya 3D :)
Managed to get autodesk maya3d 2k13 and now im trying to get familiar with the tab's since there's literally a lot ! Anyway it doesnt support .scn's so i need to convert it on .fbx first. What should i use to do so? I google'd a bit but nothing that i've found seems to work =_="
01/25/2016 16:29 Deverixz#1172
Quote:
Originally Posted by ħA.[T]aigaħ÷ View Post
Managed to get autodesk maya3d 2k13 and now im trying to get familiar with the tab's since there's literally a lot ! Anyway it doesnt support .scn's so i need to convert it on .fbx first. What should i use to do so? I google'd a bit but nothing that i've found seems to work =_="
Thats a bit strange, you can send me the .scn's and I could convert them to you, may also to .fbx. Otherwise, try to open them with trueSpace and save them as .obj or if you're able to to .fbx and open it in Maya again. Hope this could may help ^^
01/27/2016 09:00 cannoo9090#1173
Danke im voraus

Hat jemand ein tool range etc

Have someone a range tool for me?
01/27/2016 20:14 anonymous-29742#1174
Quote:
Originally Posted by cannoo9090 View Post
Danke im voraus

Hat jemand ein tool range etc

Have someone a range tool for me?
Code:
[ENABLE]
Alloc(codecave,1024)
Alloc(range,4)
registersymbol(range)

aobscan(Address,D9 45 C4 8B 4D F4 64 89 0D ?? ?? ?? ?? 59 8B E5 5D C3 CC CC CC CC CC CC CC CC CC 55 8B EC 83 EC 08 89 4D FC 8B 45 FC 83 78 08 00)
label(_Address)
registersymbol(_Address)

codecave:
mov eax,[range]
fld [range]
fld [ebp-3C]
faddp
fstp  [ebp-3C]
fld  [ebp-3C]
mov ecx,[ebp-0C]
jmp _Address+6

range:
dd (float)500.0

Address:
_Address:
jmp codecave
ret


[DISABLE]
unregistersymbol(range)
dealloc(range)

_Address:
fld dword ptr [ebp-3C]
mov ecx,[ebp-0C]
01/27/2016 21:23 Shinzuya#1175
Quote:
Originally Posted by cannoo9090 View Post
Danke im voraus

Hat jemand ein tool range etc

Have someone a range tool for me?
Quote:
Originally Posted by #Lucas# View Post
Code:
[ENABLE]
Alloc(codecave,1024)
Alloc(range,4)
registersymbol(range)

aobscan(Address,D9 45 C4 8B 4D F4 64 89 0D ?? ?? ?? ?? 59 8B E5 5D C3 CC CC CC CC CC CC CC CC CC 55 8B EC 83 EC 08 89 4D FC 8B 45 FC 83 78 08 00)
label(_Address)
registersymbol(_Address)

codecave:
mov eax,[range]
fld [range]
fld [ebp-3C]
faddp
fstp  [ebp-3C]
fld  [ebp-3C]
mov ecx,[ebp-0C]
jmp _Address+6

range:
dd (float)500.0

Address:
_Address:
jmp codecave
ret


[DISABLE]
unregistersymbol(range)
dealloc(range)

_Address:
fld dword ptr [ebp-3C]
mov ecx,[ebp-0C]
+ Sentry Range

Code:
[ENABLE]
Alloc(codecave,1024)
Alloc(sentryrange,4)
registersymbol(sentryrange)

aobscan(Address,D9 45 FC 8B E5 5D C3 CC CC 55 8B EC 83 EC 08 89 4D F8 8B 4D F8)
label(_Address)
registersymbol(_Address)

codecave:
 mov eax,[sentryrange] // 350
 mov [ebp-04],eax
 fld dword ptr [ebp-04]
 mov esp,ebp
 pop ebp
 jmp _Address+6 //ret

 sentryrange:
 dd (float)350.0

Address:
_Address: //Address SentryRange
jmp codecave
ret
ret

[DISABLE]
unregistersymbol(sentryrange)
dealloc(codecave)

_Address:
fld dword ptr [ebp-04]
mov esp,ebp
pop ebp
ret
01/28/2016 01:28 PEDRO CARLOS#1176
Quiero aprender a crear un Trainer ya sea del Latino y del Eu pero mi problema es que no se como sacar las address con el Cheat Engine sin que me detecte, gracias por su ayuda saludos <3
01/28/2016 17:57 makibishi#1177
Hi, is there any way th hack enchant? like the x7 making possible enchanting 10 times in a row by disconnecting/reconnecting internet etc, is there a new way to perform this? or something like this? can someone make one? i dont know anything about hacking and i dont wanna learn, so no hateful answers please, kiss
01/31/2016 23:15 ilove20#1178
Counter sword recovery delay: S4Client.exe+1E4E37
02/16/2016 20:53 ħA.[T]aigaħ÷#1179
Hello there,i was working on something with the resource tool,but i did fuckd up and forgot to create a back up of some files. If someone would please upload,i'd be gratefull.

Quote:
00_male_body.scn
00_male_body.dds

20_male_body.scn
20_male_body.dds
02/16/2016 21:23 Shinzuya#1180
Quote:
Originally Posted by ħA.[T]aigaħ÷ View Post
Hello there,i was working on something with the resource tool,but i did fuckd up and forgot to create a back up of some files. If someone would please upload,i'd be gratefull.
npnp
02/17/2016 02:34 samy.ward#1181
Hey everyone , I was trying to do something with da x7 files ... and by mistake .. i made a prob in res.s4hd .. so can anyone upload it for me please ?
02/17/2016 20:44 shineko2903#1182
How I can remove the delay uppercut attack , with resources tool I do not know which part to edit the file .lua

function UpperCutByDeathScythe(OneShotTime, Power, Accuracy, AdditionalPower)
STATE:SetStealthCancel(true)
STATE:SetHitStop(350, 550)
STATE:SetSpendSp(10)
STATE:InitLua(400, 500, 40, true)
local range = WEAPON:GetRange()
Attack1 = CreateCAttack()
Attack1:InitAttack1(WEAPONTYPE_DEATH_SCYTHE, ATTACKATTRIB_DEATH_SCYTHE_COUNTER_CRITICAL, 420, Power * 0.5, AddtionalPower)
Attack1:InitAttack2(MAKERAY(MAKEVECTOR3(0, 250, -100), MAKEVECTOR3(0, 0, -1), range - 100), 1, 1, false)
AddAttack(ATTACKS, Attack1)
Attack2 = CreateCAttack()
Attack2:InitAttack1(WEAPONTYPE_DEATH_SCYTHE, ATTACKATTRIB_DEATH_SCYTHE_COUNTER_ATTACK, 320, Power * 2.1, AddtionalPower)
Attack2:InitAttack2(MAKEBOX(MAKEVECTOR3(0, 250, -100), MAKEVECTOR3(0, 0, -1), range * 0.8, range * 1.2, range * 1), 1, 1, false)
Attack2:AddBlowCondition(0, 3500)
Attack2:AddUpperCutCondition(0, 3500)
Attack2:SetCameraShakeEnable(true, true, 0)
Attack2:SetCameraShakeSetFactor1(320, 40, 40)
Attack2:SetCameraShakeSetFactor2(60, 0, 2000, 3000)
Attack2:SetCameraShakeWhenSuccess(true)
AddAttack(ATTACKS, Attack2)
end
02/17/2016 21:10 Cyrex'#1183
hey.
someone backupped the client before this patch? before the netsphere channel patch?
i'd be really greatful if someone could give it to me.
02/17/2016 21:57 Zurua#1184
Quote:
Originally Posted by Cyrex' View Post
hey.
someone backupped the client before this patch? before the netsphere channel patch?
i'd be really greatful if someone could give it to me.
just reinstall the game and close the patcher before it updates the last patch.
02/18/2016 16:27 BytePipe#1185
Quote:
Originally Posted by Cyrex' View Post
hey.
someone backupped the client before this patch? before the netsphere channel patch?
i'd be really greatful if someone could give it to me.
[Only registered and activated users can see links. Click Here To Register...]