Page 1 of 1

[Request] XP Girls

Posted: Sat Nov 30, 2019 3:27 pm
by fakedonut
Game Name: XP Girls
Game Engine: Unity
Game Version: 2017.3.1.7475
Options Required: Infinite EXP Infinite HP
Game/Steam Website:

Re: [Request] XP Girls

Posted: Sat Nov 30, 2019 5:53 pm
by Rysefox
Small table with
  • Playerbase
    Unlimited Skillpoints
    Umlimited StatPoints
Playerbase -> activate script before fight
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

Posted: Sat Nov 30, 2019 6:58 pm
by cfemen
Rysefox wrote:
Sat Nov 30, 2019 5:53 pm
Small table with
  • Playerbase
    Unlimited Skillpoints
    Umlimited StatPoints
Playerbase -> activate script before fight
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
lol i just started with an table xD

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)
if you want add it to your table, inf. HP :mrgreen:
i dont think it makes sense to post my table, you alread have a table with pointers^^

Re: [Request] XP Girls

Posted: Sat Nov 30, 2019 7:19 pm
by Rysefox
cfemen wrote:
Sat Nov 30, 2019 6:58 pm
Rysefox wrote:
Sat Nov 30, 2019 5:53 pm
Small table with
  • Playerbase
    Unlimited Skillpoints
    Umlimited StatPoints
Playerbase -> activate script before fight
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
lol i just started with an table xD

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)
if you want add it to your table, inf. HP :mrgreen:
i dont think it makes sense to post my table, you alread have a table with pointers^^
done

Re: [Request] XP Girls

Posted: Sat Nov 30, 2019 8:03 pm
by fakedonut
Rysefox wrote:
Sat Nov 30, 2019 5:53 pm
Small table with
  • Playerbase
    Unlimited Skillpoints
    Umlimited StatPoints
Playerbase -> activate script before fight
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
Working Perfect :D :D :D :D :D

Re: [Request] XP Girls

Posted: Sat Nov 30, 2019 9:26 pm
by cfemen
@Ryse

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)
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^^

Re: [Request] XP Girls

Posted: Sat Nov 30, 2019 10:28 pm
by fakedonut
So didn't work the infinite hp I took a hit and dead

Re: [Request] XP Girls

Posted: Mon Dec 02, 2019 6:00 pm
by LiamLi
thank you! its working fine!

@phnf27
i used infinite hp and it worked! all of my characters got 99999 health!

Re: [Request] XP Girls

Posted: Tue Dec 03, 2019 4:25 pm
by fakedonut
LiamLi wrote:
Mon Dec 02, 2019 6:00 pm
thank you! its working fine!

@phnf27
i used infinite hp and it worked! all of my characters got 99999 health!
But do you use the steam or pirate version?

Re: [Request] XP Girls

Posted: Fri Jan 17, 2020 6:45 am
by Zenican
Thanks again for supporting so many games around here, love you guys :D