[Request] XP Girls

Ask about cheats/tables for single player games here
Post Reply
User avatar
fakedonut
Expert Cheater
Expert Cheater
Posts: 87
Joined: Sat Nov 30, 2019 3:07 pm
Reputation: 11

[Request] XP Girls

Post by fakedonut »

Game Name: XP Girls
Game Engine: Unity
Game Version: 2017.3.1.7475
Options Required: Infinite EXP Infinite HP
Game/Steam Website:

User avatar
Rysefox
Table Makers
Table Makers
Posts: 862
Joined: Sat Jun 23, 2018 3:32 pm
Reputation: 914

Re: [Request] XP Girls

Post 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
Attachments
XPGirls.CT
(292.58 KiB) Downloaded 78 times
Last edited by Rysefox on Sat Nov 30, 2019 7:18 pm, edited 1 time in total.

User avatar
cfemen
RCE Fanatics
RCE Fanatics
Posts: 877
Joined: Fri Feb 15, 2019 5:45 pm
Reputation: 1513

Re: [Request] XP Girls

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

User avatar
Rysefox
Table Makers
Table Makers
Posts: 862
Joined: Sat Jun 23, 2018 3:32 pm
Reputation: 914

Re: [Request] XP Girls

Post 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

User avatar
fakedonut
Expert Cheater
Expert Cheater
Posts: 87
Joined: Sat Nov 30, 2019 3:07 pm
Reputation: 11

Re: [Request] XP Girls

Post 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

User avatar
cfemen
RCE Fanatics
RCE Fanatics
Posts: 877
Joined: Fri Feb 15, 2019 5:45 pm
Reputation: 1513

Re: [Request] XP Girls

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

User avatar
fakedonut
Expert Cheater
Expert Cheater
Posts: 87
Joined: Sat Nov 30, 2019 3:07 pm
Reputation: 11

Re: [Request] XP Girls

Post by fakedonut »

So didn't work the infinite hp I took a hit and dead

LiamLi
Expert Cheater
Expert Cheater
Posts: 107
Joined: Tue Aug 27, 2019 2:54 pm
Reputation: 12

Re: [Request] XP Girls

Post by LiamLi »

thank you! its working fine!

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

User avatar
fakedonut
Expert Cheater
Expert Cheater
Posts: 87
Joined: Sat Nov 30, 2019 3:07 pm
Reputation: 11

Re: [Request] XP Girls

Post 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?

User avatar
Zenican
Novice Cheater
Novice Cheater
Posts: 18
Joined: Sat Mar 31, 2018 1:49 am
Reputation: 2

Re: [Request] XP Girls

Post by Zenican »

Thanks again for supporting so many games around here, love you guys :D

Post Reply

Who is online

Users browsing this forum: Google [Bot], semmycoolz, twotonedearly