Results 1 to 2 of 2
  1. #1
    IfOnlyYouKnew's Avatar
    Join Date
    Feb 2021
    Gender
    male
    Location
    Just me, my PC and my idiocy
    Posts
    467
    Reputation
    197
    Thanks
    3,407
    My Mood
    Angelic

    Oversoul Loader Base [Near Hack Ready]

    I didn't look into any of the old loaders. I wrote this one quickly and am out of time today.

    It seems to load and the menu seems to hook but the base game seems to have a script under ScreenLogin.as
    That loads the below
    Code:
    private function kill(param1:String) : void
            {
                Util.CONN.dispatcher.removeEventListener("DATA_RECEIVED", this.loginResponse);
                this.session.removeDataCallback(this.handleSessionData);
                if (this.ui != null)
                {
                    this.ui.close();
                    this.ui.screenUpdate = null;
                    this.ui = null;
                }
                if (this.bg != null)
                {
                    this.bg.close();
                    this.bg = null;
                }
                this.session = null;
                this.users = null;
                nullify();
                this.destroy();
                this.resources.Oversoul.switchState(param1);
                this.resources = null;
                parent.removeChild(this);
                trace("KIlling SCreen Login");
                return;
            }// end function
    I'm not sure if it's an error or something made to block external loaders....but it never removes the login screen. I can see player codes of other players moving and such so I presume it's logging in so If anyone can fix that Issue I'll continue building a loader, or someone use this to build a loader.
    Anyhow here's the SWF project files.
    VirusTotal - File - dcc7c0e1967f15863084f6a10a13ef6a674941b3d52dac1c94 0708898f55f199
    OSWrapper0_5_00.zip - Jotti's malware scan
    0 False Flags!

    I took this up due to the fact that there are request but no cheats, I may continue trying when I get the time.
    The gray bar remaining is indication the Menu has been hooked.
    <b>Downloadable Files</b> Downloadable Files
    Last edited by IfOnlyYouKnew; 04-27-2022 at 01:52 PM.

  2. The Following 10 Users Say Thank You to IfOnlyYouKnew For This Useful Post:

    abydos06 (07-17-2022),boshy9999 (01-21-2023),hicham123456 (01-14-2023),jesseth (07-26-2022),klsdkl (09-28-2022),leafshade (06-11-2022),Onave (03-26-2023),superbionic713 (11-24-2022),tadauskas (05-06-2022),Winston8163 (05-25-2022)

  3. #2
    Poonce's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Location
    Wkwk Land
    Posts
    1,160
    Reputation
    1132
    Thanks
    1,808
    //approved

     
    Registered 01/12/2018
    Publicist as Video Team 27/10/2019
    Get a Premium Member from Contest 01/11/2019
    Join the Twice Force 09/11/2019
    GFX Team 27/11/2019
    News Force as Gaming News 30/11/2019
    Publicist Team as Social Media Manager 06/02/2020
    Get a Premium Seller from Contest 16/02/2020
    News Force as Writer 26/07/20
    Publicist Team 26/07/2020
    Resign from News Force 06/01/2021
    Minion in BattleOn Section 28/10/2021
    Get Promoted to Minion+ 07/02/2022
    Minion in Steam Games Section 18/03/2022
    Minion in Minecraft Section 18/04/2022
    Minion in Battlefield Section 26/05/2022
    Get Promoted to Moderator 14/10/2022

    dd/mm/yyyy

Similar Threads

  1. [Outdated] OverSoul Toxic Trainer V0.4
    By ToxLP in forum Oversoul Hacks / Cheats / Trainers
    Replies: 25
    Last Post: 08-20-2014, 07:46 AM
  2. [Request] GUID/HWID System and Hack Loader like Gordon's Loader
    By kutzki in forum Visual Basic Programming
    Replies: 11
    Last Post: 11-10-2010, 03:09 PM
  3. [Release][SOURCE]J-Deezy's Loader Base.
    By Jason in forum Visual Basic Programming
    Replies: 35
    Last Post: 07-24-2010, 02:11 PM
  4. [RELEASE][SOURCE] J-Deezy's Loader Base
    By Jason in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 3
    Last Post: 07-22-2010, 02:06 AM