Page 8 of 26

Re: Mobius Final Fantasy International/Japanese Steam Edition

Posted: Fri Oct 26, 2018 1:21 am
by DarkLord268
sweetstyle wrote:
Thu Oct 25, 2018 11:49 pm
After Spending 2 days on Goghor provided information it is concluded he is only wasting time of everyone by posting fake information about gacha and weapon slots it is hard for him to post a video and easy to write false info because he fears due to false claims.
Oh, Did you test the Goghor’s code? I’m finding the way to use it. I would like to know why you think that.

Thank you

Re: Mobius Final Fantasy International/Japanese Steam Edition

Posted: Fri Oct 26, 2018 1:44 am
by Toadmaster15
sweetstyle wrote:
Thu Oct 25, 2018 11:49 pm
After Spending 2 days on Goghor provided information it is concluded he is only wasting time of everyone by posting fake information about gacha and weapon slots it is hard for him to post a video and easy to write false info because he fears due to false claims.
Dude, you don't need to call out names just because things doesn't work for you, that's just rude.

Goghor already took time to write the addresses that he discovered to be used to know which cards we are summoning. I hope Goghor doesn't get upset or mad just because you're offending him.

About the API's he gave, they are completely legit , you can see here in[Link] , I'm still lost about finding the strings so I can see actual names of cards, but as I said, Goghor gave us legit and working API's/adresses to look for.

Next time Be more grateful that people like Goghor and MRBKing take the time to bring us these hacks

Re: Mobius Final Fantasy International/Japanese Steam Edition

Posted: Fri Oct 26, 2018 2:44 am
by DarkLord268
Toadmaster15 wrote:
Fri Oct 26, 2018 1:44 am
sweetstyle wrote:
Thu Oct 25, 2018 11:49 pm
After Spending 2 days on Goghor provided information it is concluded he is only wasting time of everyone by posting fake information about gacha and weapon slots it is hard for him to post a video and easy to write false info because he fears due to false claims.
Dude, you don't need to call out names just because things doesn't work for you, that's just rude.

Goghor already took time to write the addresses that he discovered to be used to know which cards we are summoning. I hope Goghor doesn't get upset or mad just because you're offending him.

About the API's he gave, they are completely legit , you can see here in[Link] , I'm still lost about finding the strings so I can see actual names of cards, but as I said, Goghor gave us legit and working API's/adresses to look for.

Next time Be more grateful that people like Goghor and MRBKing take the time to bring us these hacks
Yes, I think so. I tried to use string method by following the previous comment last night. It may work if we found the way. From your picture, I think you’re near the result. Have you test it on pulling card? Can you share us about method detail you use it If it’s work?

Re: Mobius Final Fantasy International/Japanese Steam Edition

Posted: Fri Oct 26, 2018 4:39 am
by bug_me_not
Toadmaster15 wrote:
Fri Oct 26, 2018 1:44 am
sweetstyle wrote:
Thu Oct 25, 2018 11:49 pm
After Spending 2 days on Goghor provided information it is concluded he is only wasting time of everyone by posting fake information about gacha and weapon slots it is hard for him to post a video and easy to write false info because he fears due to false claims.
Dude, you don't need to call out names just because things doesn't work for you, that's just rude.

Goghor already took time to write the addresses that he discovered to be used to know which cards we are summoning. I hope Goghor doesn't get upset or mad just because you're offending him.

About the API's he gave, they are completely legit , you can see here in[Link] , I'm still lost about finding the strings so I can see actual names of cards, but as I said, Goghor gave us legit and working API's/adresses to look for.

Next time Be more grateful that people like Goghor and MRBKing take the time to bring us these hacks
idk what goghor said about dump (memory or dll or memory from dll).how to read [Link] and [Link] when something happen in CE

Re: Disable EW Job Usage Check

Posted: Fri Oct 26, 2018 4:45 am
by bug_me_not
Goghor wrote:
Mon Oct 22, 2018 12:58 am
Hi again, what a busy day...

I wanna share again this time is for disabling Job Usage Check on EW (Phantasmic Loop: Endless War). By default, we can use only 1 job on each Battle, now with this hack we can always use our favourite job infinitely like I'm doing always using my Supreme Job: Cloud Strife because it has 20% EXP Bonus :D
Disable EW Job Usage Check

Code: Select all

{ Game   : mobiusff.exe
  Version: 
  Date   : 2018-10-19
  Author : Goghor

  Disable EW Job Usage Check
}

[ENABLE]

aobscan(NoJobCheck,0F B7 00 85 C0 0F 84 33) // should be unique
alloc(newmem,$1000,22697165)

label(code)
label(return)

newmem:

code:
  xor eax,eax
  test eax,eax
  jmp return

NoJobCheck:
  jmp newmem
return:
registersymbol(NoJobCheck)

[DISABLE]

NoJobCheck:
  db 0F B7 00 85 C0

unregistersymbol(NoJobCheck)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 22697165

""+2269713C: 83 3E 00                       -  cmp dword ptr [rsi],00
""+2269713F: 48 0F BF BE F4 00 00 00        -  movsx rdi,word ptr [rsi+000000F4]
""+22697147: 45 33 FF                       -  xor r15d,r15d
""+2269714A: E9 47 00 00 00                 -  jmp DatasheetApi:ContainsJobCategoryHistory+d6
""+2269714F: 90                             -  nop 
""+22697150: 49 8B 46 58                    -  mov rax,[r14+58]
""+22697154: 49 63 CF                       -  movsxd  rcx,r15d
""+22697157: 39 48 18                       -  cmp [rax+18],ecx
""+2269715A: 0F 86 68 00 00 00              -  jbe DatasheetApi:ContainsJobCategoryHistory+108
""+22697160: 48 8D 44 48 20                 -  lea rax,[rax+rcx*2+20]
// ---------- INJECTING HERE ----------
""+22697165: 0F B7 00                       -  movzx eax,word ptr [rax]
""+22697168: 85 C0                          -  test eax,eax
// ---------- DONE INJECTING  ----------
""+2269716A: 0F 84 33 00 00 00              -  je DatasheetApi:ContainsJobCategoryHistory+e3
""+22697170: 49 8B 46 58                    -  mov rax,[r14+58]
""+22697174: 49 63 CF                       -  movsxd  rcx,r15d
""+22697177: 39 48 18                       -  cmp [rax+18],ecx
""+2269717A: 0F 86 31 00 00 00              -  jbe DatasheetApi:ContainsJobCategoryHistory+f1
""+22697180: 48 8D 44 48 20                 -  lea rax,[rax+rcx*2+20]
""+22697185: 0F B7 00                       -  movzx eax,word ptr [rax]
""+22697188: 3B C7                          -  cmp eax,edi
""+2269718A: 75 07                          -  jne DatasheetApi:ContainsJobCategoryHistory+d3
""+2269718C: B8 01 00 00 00                 -  mov eax,00000001
}
Original Function Reference

Code: Select all

public static bool ContainsJobCategoryHistory(string jobId)
{
	DbManager.RegionSaveData regionSaveData = Mevius.Db.Api.GetRegionSaveData();
	C912567889466ef0cf80daa8b03815aff.C648971f118c7e1100318b6fb7ac13b59 c648971f118c7e1100318b6fb7ac13b = C912567889466ef0cf80daa8b03815aff.Find(jobId);
	if (!string.IsNullOrEmpty(c648971f118c7e1100318b6fb7ac13b.m36b86ab5f6c6964d7e7d37c608c2b76c()))
	{
		c648971f118c7e1100318b6fb7ac13b = C912567889466ef0cf80daa8b03815aff.Find(c648971f118c7e1100318b6fb7ac13b.m36b86ab5f6c6964d7e7d37c608c2b76c());
	}
	int num = (int)c648971f118c7e1100318b6fb7ac13b.m9704a55ee28a3e8d29373c1de3ceb1de();
	for (int i = 0; i < regionSaveData.jobCardCategoryHistory.Length; i++)
	{
		if (regionSaveData.jobCardCategoryHistory[i] == 0)
		{
			break;
		}
		if ((int)regionSaveData.jobCardCategoryHistory[i] == num)
		{
			return true;
		}
	}
	return false;
}
thanks to this, , great work :D . now my ew bot work great. how about auto complete node/battle? like we use warp shard in game

Re: Mobius Final Fantasy International/Japanese Steam Edition

Posted: Fri Oct 26, 2018 4:55 am
by bug_me_not
xaionhia wrote:
Thu Oct 25, 2018 1:51 pm
Hi guys, I've made a simple tutorial how to use "strings".
Open CE, Select the game, click in Mono, after active "active mono features".
1° take the "string". Ex: AutoCompSlotMax or c_RareLv6Cut, whatever.
2° Follow the steps.
[Link]
[Link]
[Link]
[Link]
[Link]
[Link]
[Link]
[Link]
[Link]
[Link]

3° This steps is to find a strings, only that. Good luck guys!
why string/text search? we not looking for changing text right? this something like, we search our nickname (ex. "fckthssht") in game, we found it in CE, and if we change anything in CE (to ex. "plshckths"), than our nickname in game will change to that. (this from my very low of my lowest experience, feel free to correct me :) )

Re: Mobius Final Fantasy International/Japanese Steam Edition

Posted: Fri Oct 26, 2018 11:42 am
by Zackaryiel
Can you show us how to configure the farm method without changing jobs for the loop?

Can you show us how to anticipate the cards we will win? Thank you very much.

Re: Disable EW Job Usage Check

Posted: Sun Oct 28, 2018 5:36 am
by Goghor
bug_me_not wrote:
Fri Oct 26, 2018 4:45 am
thanks to this, , great work :D . now my ew bot work great. how about auto complete node/battle? like we use warp shard in game
Find me in multiplayer mission, you'll get instant win right before the MP battle starts whenever I'm in your team. My IGN is same like my nickname on this forum.

And it's applicable to both single & multiplayer though. Even though warp shard is server based checks, but with enough brain we can always trick the other way 8-)

Check me out:

https://youtu.be/KHikvPMLihk

MP Instant Win

Posted: Sun Oct 28, 2018 5:55 am
by Goghor
Continuation for the above post @bug_me_not

https://youtu.be/6Kle-2FXoeg

I prefer this method than using any Shard because I still get full EXP & Seeds.

BTW guys, thanks for all the blames :D

Re: Disable EW Job Usage Check

Posted: Sun Oct 28, 2018 6:53 am
by bug_me_not
Goghor wrote:
Sun Oct 28, 2018 5:36 am
bug_me_not wrote:
Fri Oct 26, 2018 4:45 am
thanks to this, , great work :D . now my ew bot work great. how about auto complete node/battle? like we use warp shard in game
Find me in multiplayer mission, you'll get instant win right before the MP battle starts whenever I'm in your team. My IGN is same like my nickname on this forum.

And it's applicable to both single & multiplayer though. Even though warp shard is server based checks, but with enough brain we can always trick the other way 8-)

Check me out:

https://youtu.be/KHikvPMLihk
im using instant win tables that posted in here, and set speed to 0 in sp, its like instant win too, but score will be 0, because enemy never get attack by me. so your trick is far better 8-) . how to do that?

Re: MP Instant Win

Posted: Sun Oct 28, 2018 2:59 pm
by Toadmaster15
Goghor wrote:
Sun Oct 28, 2018 5:55 am
BTW guys, thanks for all the blames :D
I stood by your side and defend you because I know you're a legit and great hacker, some people just isn't grateful and start offending someone just because they can't figure out how to make things work, just ignore them.

Keep going with the hack stuff, many people really appreciate them :D , and do it at your own pace

Re: MP Instant Win

Posted: Sun Oct 28, 2018 3:21 pm
by Begunar
Toadmaster15 wrote:
Sun Oct 28, 2018 2:59 pm
Goghor wrote:
Sun Oct 28, 2018 5:55 am
BTW guys, thanks for all the blames :D
I stood by your side and defend you because I know you're a legit and great hacker, some people just isn't grateful and start offending someone just because they can't figure out how to make things work, just ignore them.

Keep going with the hack stuff, many people really appreciate them :D , and do it at your own pace
Lurked but yes your work is appreciated! I spent time trying to solve, but am still stuck where your ss ends. still trying to learn how to string search.

Re: MP Instant Win

Posted: Sun Oct 28, 2018 4:52 pm
by DarkLord268
Toadmaster15 wrote:
Sun Oct 28, 2018 2:59 pm
Goghor wrote:
Sun Oct 28, 2018 5:55 am
BTW guys, thanks for all the blames :D
I stood by your side and defend you because I know you're a legit and great hacker, some people just isn't grateful and start offending someone just because they can't figure out how to make things work, just ignore them.

Keep going with the hack stuff, many people really appreciate them :D , and do it at your own pace
ํYes, I understood Goghor too. He worked so hard for finding and sharing something to us. Now, I still not find the way to activate the cheat for looking Ability/Job cards. If you or someone can fix it, I would like to teach and share me. I will be trying to learn more and more.

Thank you everyone that sharing in this room.

Re: MP Instant Win

Posted: Sun Oct 28, 2018 8:30 pm
by sweetstyle
Goghor wrote:
Sun Oct 28, 2018 5:55 am
Continuation for the above post @bug_me_not

https://youtu.be/6Kle-2FXoeg

I prefer this method than using any Shard because I still get full EXP & Seeds.

BTW guys, thanks for all the blames :D
I made a mistake I apologize for being offensive Goghor you are helping everyone with everything in your hand I appreciate your work i tried everything what you post here I am not getting results in weapons 16 and gacha results before summon I might be doing something wrong, It will be easy for me to understand a detailed post for gacha or a video if possible. Kindly help me how can I see ability cards before summoning Thank you.

Re: Mobius Final Fantasy International/Japanese Steam Edition

Posted: Sun Oct 28, 2018 8:32 pm
by sweetstyle
Toadmaster15 wrote:
Fri Oct 26, 2018 1:44 am
sweetstyle wrote:
Thu Oct 25, 2018 11:49 pm
After Spending 2 days on Goghor provided information it is concluded he is only wasting time of everyone by posting fake information about gacha and weapon slots it is hard for him to post a video and easy to write false info because he fears due to false claims.
Dude, you don't need to call out names just because things doesn't work for you, that's just rude.

Goghor already took time to write the addresses that he discovered to be used to know which cards we are summoning. I hope Goghor doesn't get upset or mad just because you're offending him.

About the API's he gave, they are completely legit , you can see here in[Link] , I'm still lost about finding the strings so I can see actual names of cards, but as I said, Goghor gave us legit and working API's/adresses to look for.

Next time Be more grateful that people like Goghor and MRBKing take the time to bring us these hacks
Thank You for making me realize my mistake Toadmaster15 I will be careful.
Toadmaster15 let us know if find the gacha or weapon result. :D