Register for your free account! | Forgot your password?

You last visited: Today at 19:51

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Momentum] Arcade Clear Script

Discussion on [Momentum] Arcade Clear Script within the S4 League Hacks, Bots, Cheats & Exploits forum part of the S4 League category.

Reply
 
Old 12/27/2018, 20:14   #61
 
elite*gold: 0
Join Date: Jul 2015
Posts: 4
Received Thanks: 0
crash (Game instance failed) (EAC-3)
emre186 is offline  
Old 12/27/2018, 21:16   #62
 
elite*gold: 0
Join Date: Oct 2016
Posts: 314
Received Thanks: 78
outdate
Micracoli is offline  
Old 12/27/2018, 22:50   #63
 
elite*gold: 0
Join Date: Jul 2015
Posts: 4
Received Thanks: 0
Micracoli ???

i had to inject your dorq on CE with my bypass [Momentum] BE but don't work

its ok i have inject the dll on s4 client and i have no message but the game crash ...
emre186 is offline  
Old 12/28/2018, 15:27   #64
 
schleicher00's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 900
Received Thanks: 293
Quote:
Originally Posted by emre186 View Post
Micracoli ???

i had to inject your dorq on CE with my bypass [Momentum] BE but don't work

its ok i have inject the dll on s4 client and i have no message but the game crash ...
this shiet is outdated (doesnt work) and s4 doesnt even use be anymore the switched to eac
schleicher00 is offline  
Old 12/28/2018, 20:35   #65
 
elite*gold: 0
Join Date: Jul 2015
Posts: 4
Received Thanks: 0
so a bypass work donsn't exist now ?
emre186 is offline  
Old 12/28/2018, 23:08   #66
 
schleicher00's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 900
Received Thanks: 293
Quote:
Originally Posted by emre186 View Post
so a bypass work donsn't exist now ?
no there is no public bypass
schleicher00 is offline  
Old 12/29/2018, 00:12   #67
 
elite*gold: 0
Join Date: Oct 2016
Posts: 314
Received Thanks: 78
lol there is a easy why to bypass s4 but ok
Micracoli is offline  
Old 12/29/2018, 01:05   #68
 
elite*gold: 0
Join Date: Jul 2015
Posts: 4
Received Thanks: 0
its easy for you not me
emre186 is offline  
Old 01/10/2019, 09:11   #69
 
elite*gold: 0
Join Date: May 2018
Posts: 18
Received Thanks: 0
crash (Game instance failed) (EAC-3)


not work
remtomcam is offline  
Old 01/10/2019, 09:24   #70
 
elite*gold: 0
Join Date: Jun 2015
Posts: 159
Received Thanks: 52
play this game without any hacks and you will be happy
osama.yones.oy is offline  
Thanks
1 User
Old 01/10/2019, 09:24   #71
 
elite*gold: 0
Join Date: Jul 2013
Posts: 209
Received Thanks: 59
Quote:
Originally Posted by SilverEmerald View Post
Nothing special but still.. S4 devs could never put a decent security system into this since 10 years. (Check if user killed enough amount of mobs. [Score_Kill_Req] If did, it can clearstage. if not, do something against it. simple huh) *****
That's why this forum is almost dead, bc doesnt have a good security xD
TheBloodyReturn is offline  
Old 01/10/2019, 23:44   #72
 
elite*gold: 0
Join Date: Sep 2018
Posts: 13
Received Thanks: 37
Quote:
Originally Posted by TheBloodyReturn View Post
That's why this forum is almost dead, bc doesnt have a good security xD
its dead because nobody would bother releasing an actual EAC bypass to some random leechers, smh
Tabino is offline  
Old 01/20/2019, 21:30   #73
 
elite*gold: 0
Join Date: Jul 2017
Posts: 1
Received Thanks: 0
Exclamation it gives me a message saying (game instance failed)(EAC-3) and it closes s4

Quote:
Originally Posted by RingleRangleRob View Post


Praise the god RingleRangleRob, son!

You need to install Cheat Engine!
Where can i get it?

[Tutorial]

Hint: You can remove the "BE Service Disconnect" messagebox by pressing escape (ESC)

- Start Bypass.exe
- Start S4League
- Start Cheat Engine, attach Cheat Engine to S4Client.exe and open the *.ct file
- Check the "Arcade Clear Script!"
- Create an arcade room
- Select a stage and start the match
- Wait one minute and it will end automatically

Important

To deactivate the script use the address below the script and change the value to 1
after this you can uncheck the script

If S4League starts with Battleye close the process and start the Bypass.exe at the login window (S4EuLogin.exe)



[Script]

Code:
[ENABLE]
Alloc(Thread,512)
GlobalAlloc(StopScript,4)

label(continue)

CreateThread(Thread)

StopScript:
dd 0

S4Client.exe+2D6448:            // Disable the Mob Creation
db EB

Thread:
push #10
call Kernel32.Sleep             // Sleep(10);

cmp [StopScript],00
je continue
mov [continue],00
ret

continue:
mov ebx,[S4Client.exe+1749338] // CGameManager
mov eax,[ebx+B8]               // CGameManager->CClientRoomAgent
cmp [eax+5C],00                // The user isnt in a room!
je Thread

mov eax,[eax+5C]               // CGameManager->CClientRoomAgent->CClientRoom
cmp [eax+0C],07                // Is the room a arcade room?
jne Thread

mov eax,[ebx+138]              // MultiPlay::Mode (look in reclass for more informations ;))
cmp eax,00
je Thread

mov eax,[eax+0C]               // MultiPlay::Mode->MultiPlay::ModeState (CArcadeCV_Wait for example)
cmp eax, 00
je Thread

cmp [eax+08],02                // Is roomstate equal ingame/gameplay?
jne Thread

cmp [eax+24], #60000           // MultiPlay::Mode->MultiPlay::ModeState->Playtime < 1 minute
jb Thread                      // If playertime below 60000 milliseconds (60 seonds -> 1 minute)

call S4Client.exe+2D8C40       // Get the instance of
                               // CArcadeSystem::CSceneController::CScriptHostController
mov ecx,eax
call S4Client.exe+2EECC0       // Send Acarde_StageClear_Req in any subfunction
jmp Thread

[DISABLE]
Dealloc(StopScript)
Dealloc(Thread)

S4Client.exe+2D6448:           // Enable the Mob Creation
db 74
[Pseudocode]

Code:
auto stopScript = 0;

while(stopScript == 0)
{
    Sleep(10);

    if (CGameManager->ClientRoomAgent->CClientRoom)
        if (CGameManager->ClientRoomAgent->CClientRoom->ModeId == 7)
            if (CGameManager->Mode)
                if (CGameManager->Mode->State)
                    if (CGameManager->Mode->State->Id == 2)
                        if (CGameManager->Mode->State->Timer >= 60000)
                            ArcadeSystem->SceneController->ScriptHostController->ClearStage();
}
You can make it much cleaner by using:
- Functions
- Variables types like bool (true/false)
- continue keyword
...

but i just want to show you one option how it could work!


[Extension]

Instead of using CGameManager->ClientRoomAgent->CClientRoom you can use CGameManager->Mode->State->ModeCryption (State+0x34)

Code:
struct s_ModeCryption
{
    uint8_t value_00;
    uint8_t value_01;
    uint8_t value_02;
};

uint8_t modeId = CGameManager->Mode->State->ModeCryption.value_00 ^ CGameManager->Mode->State->ModeCryption.value_02;
in ASM it will be

Code:
mov ecx,[S4Client.exe+1749338] // CGameManager
mov ecx,[eax+138]              // MultiPlay::Mode
add ecx,34                     // MultiPlay::Mode->s_ModeCryption
movzx eax,byte ptr [ecx]
movzx ebx,byte ptr [ecx+02]
xor eax,ebx                    // The Mode Id is now in al

[Virustotal]



[Credits]
Momentum: ,

[Note]
When someone make a video tutorial i will link it here
forgot to comment we access on MultiPlay::Mode by CGameManager

cya soon my fans
kingbro123 is offline  
Old 01/20/2019, 23:46   #74
 
elite*gold: 0
Join Date: Jul 2017
Posts: 1
Received Thanks: 0
Currently, doesnt work.
Kelboas is offline  
Old 01/22/2019, 04:21   #75
 
elite*gold: 0
Join Date: Jan 2019
Posts: 9
Received Thanks: 1
Quote:
Originally Posted by Kelboas View Post
Currently, doesnt work.
A serious case of Sherlock Holmes-itis...
Alize_ is offline  
Reply

Tags
arcade clear, bypass, momentum, ringleranglerob, s4league


Similar Threads Similar Threads
[Momentum] Esper Enchant Tool
03/28/2018 - S4 League Hacks, Bots, Cheats & Exploits - 71 Replies
Hi, This tool is made for those who want to enchant fastly their ESPER Chips and use F Skill. :pimp: Indeed, it auto enchant until the ESPER Chips is level 5 or destroyed. Yes of course you need PEN to do that. THIS WON'T INCREASE PROBABILITY !
[Momentum] Event_Req Tool
10/02/2017 - S4 League Hacks, Bots, Cheats & Exploits - 25 Replies
Hi, I'm presenting you my one of the stuff in here since i decided to quit. Hf with it. https://i.hizliresim.com/Dy9oJ6.png Usage: Start s4 with driver bypass, then go in a room. https://www.virustotal.com/#/file/5693c4fede7941b db310f6f7566dd8d8ddbf3be8484454ee13bb8e6b268a22c6/ detection
[Momentum] Summer Event Redeem Tool
08/24/2017 - S4 League Hacks, Bots, Cheats & Exploits - 17 Replies
yo, I got bored and decided to reverse the "new"(?_?) summer event's stuff. this tool makes u be able to spam the packets of event and get the reward at anywhere in s4. https://i.hizliresim.com/XXm8dD.jpg - can i do the event bug using this ? > try it by yourself. heard the server filters it now; but there are tons of other ways to bug stuff in s4, a7a aaaaaaand ofc, in case that happens;
Arcade Stage time + Arcade Clear?
06/20/2011 - S4 League - 6 Replies
Hallo zusammen Es gibt ja einen Hack, mit dem man die Zeit für die Arcade Stages auf die jeweilige Nummer in Minuten runtersetzen kann. (Stage 1 = 1min; Stage 2 = 2min;...usw.) Nach ablauf dieser Zeit hat man ja verloren, aber es gibt ja den Arcade Clear Hack, der eine failed Stage in eine cleared Stage umwandelt und man somit die Arcade Kapseln farmen kann. Soweit zur theorie. Ich habe es versucht, aber nach ablauf der Zeit habe ich trotz Arcade clear hack verloren. Nur bei den Stages wo...



All times are GMT +2. The time now is 19:51.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.