Game Name: XP Girls
Game Engine: Unity
Game Version: 2017.3.1.7475
Options Required: Infinite EXP Infinite HP
Game/Steam Website:
[Request] XP Girls
Re: [Request] XP Girls
Small table with
Unlimited Skill Points -> Click on a skill. Skill points should go up to 9999
Same for Unlimited Statpoints.
Unlimited Health (from cfemen)
When table dont work use this version:
(Download game from IGG-Games) cant post link
- Playerbase
Unlimited Skillpoints
Umlimited StatPoints
Unlimited Skill Points -> Click on a skill. Skill points should go up to 9999
Same for Unlimited Statpoints.
Unlimited Health (from cfemen)
When table dont work use this version:
(Download game from IGG-Games) cant post link
- Attachments
-
- XPGirls.CT
- (292.58 KiB) Downloaded 94 times
Last edited by Rysefox on Sat Nov 30, 2019 7:18 pm, edited 1 time in total.
Re: [Request] XP Girls
lol i just started with an table xDRysefox wrote: ↑Sat Nov 30, 2019 5:53 pmSmall table withPlayerbase -> activate script before fight
- Playerbase
Unlimited Skillpoints
Umlimited StatPoints
Unlimited Skill Points -> Click on a skill. Skill points should go up to 9999
Same for Unlimited Statpoints.
When table dont work use this version:
(Download game from IGG-Games) cant post link
Code: Select all
[ENABLE]
aobscanregion(aobChar,Character:Hit,Character:Hit+200,F3 0F 10 40 10) // should be unique
alloc(newmem,$1000,aobChar)
label(code)
label(return)
newmem:
code:
push rax
mov rax,r12
add rax,114
mov al,byte ptr[rax]
cmp al,1 // isPlayer?
pop rax
jne @f
mov [rax+10],(float)99999
@@:
movss xmm0,[rax+10]
jmp return
aobChar:
jmp newmem
return:
registersymbol(aobChar)
[DISABLE]
aobChar:
db F3 0F 10 40 10
unregistersymbol(aobChar)
dealloc(newmem)
i dont think it makes sense to post my table, you alread have a table with pointers^^
Re: [Request] XP Girls
donecfemen wrote: ↑Sat Nov 30, 2019 6:58 pmlol i just started with an table xDRysefox wrote: ↑Sat Nov 30, 2019 5:53 pmSmall table withPlayerbase -> activate script before fight
- Playerbase
Unlimited Skillpoints
Umlimited StatPoints
Unlimited Skill Points -> Click on a skill. Skill points should go up to 9999
Same for Unlimited Statpoints.
When table dont work use this version:
(Download game from IGG-Games) cant post link
if you want add it to your table, inf. HPCode: Select all
[ENABLE] aobscanregion(aobChar,Character:Hit,Character:Hit+200,F3 0F 10 40 10) // should be unique alloc(newmem,$1000,aobChar) label(code) label(return) newmem: code: push rax mov rax,r12 add rax,114 mov al,byte ptr[rax] cmp al,1 // isPlayer? pop rax jne @f mov [rax+10],(float)99999 @@: movss xmm0,[rax+10] jmp return aobChar: jmp newmem return: registersymbol(aobChar) [DISABLE] aobChar: db F3 0F 10 40 10 unregistersymbol(aobChar) dealloc(newmem)
i dont think it makes sense to post my table, you alread have a table with pointers^^
Re: [Request] XP Girls
Working PerfectRysefox wrote: ↑Sat Nov 30, 2019 5:53 pmSmall table withPlayerbase -> activate script before fight
- Playerbase
Unlimited Skillpoints
Umlimited StatPoints
Unlimited Skill Points -> Click on a skill. Skill points should go up to 9999
Same for Unlimited Statpoints.
Unlimited Health (from cfemen)
When table dont work use this version:
(Download game from IGG-Games) cant post link
Re: [Request] XP Girls
@Ryse
ah btw
you can get here a pointer to each character^^
choose in the main menu any character, click on any stat-skill and you get the pointer.
in Character:InitPlayer the pointers are changing between the characters if you have more than 1^^
ah btw
Code: Select all
[ENABLE]
aobscanregion(aobBasePointer,PlayerCard:StatClicked,PlayerCard:StatClicked+200,48 63 80) // should be unique
alloc(newmem,$1000,aobBasePointer)
label(code)
label(return)
alloc(pBase,8)
registersymbol(pBase)
newmem:
code:
mov [pBase],rax
movsxd rax,dword ptr [rax+000000C8]
jmp return
aobBasePointer:
jmp newmem
nop 2
return:
registersymbol(aobBasePointer)
[DISABLE]
aobBasePointer:
db 48 63 80 C8 00 00 00
unregistersymbol(aobBasePointer)
dealloc(newmem)
choose in the main menu any character, click on any stat-skill and you get the pointer.
in Character:InitPlayer the pointers are changing between the characters if you have more than 1^^
Re: [Request] XP Girls
So didn't work the infinite hp I took a hit and dead
Re: [Request] XP Girls
thank you! its working fine!
@phnf27
i used infinite hp and it worked! all of my characters got 99999 health!
@phnf27
i used infinite hp and it worked! all of my characters got 99999 health!
Re: [Request] XP Girls
Thanks again for supporting so many games around here, love you guys
Who is online
Users browsing this forum: DieVis