Results 1 to 14 of 14
  1. #1
    ledankmemes420's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    idk
    Posts
    79
    Reputation
    10
    Thanks
    7

    can anyone help me setup one click login for flash player / hacked clients?

    Title, I honestly can't understand how to do it... If anyone has a tutorial or any help to begin the process I would really appreciate it, thanks!
    cuckin all night

  2. #2
    Gravitir3.14's Avatar
    Join Date
    Feb 2018
    Gender
    male
    Location
    Russia - Moscow
    Posts
    548
    Reputation
    92
    Thanks
    9,935
    Link.
    Just ~20 seconds of googling.

  3. #3
    ledankmemes420's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    idk
    Posts
    79
    Reputation
    10
    Thanks
    7
    Quote Originally Posted by Gravitir3.14 View Post
    Link.
    Just ~20 seconds of googling.
    i know dude, i have that working. When I click it www.realmofthemadgod.com will just open, not my projector
    cuckin all night

  4. #4
    Gravitir3.14's Avatar
    Join Date
    Feb 2018
    Gender
    male
    Location
    Russia - Moscow
    Posts
    548
    Reputation
    92
    Thanks
    9,935
    Quote Originally Posted by ledankmemes420 View Post
    i know dude, i have that working. When I click it www.realmofthemadgod.com will just open, not my projector
    Read last lines in mulelogin.au3 and setup ShellExecute with path to your projector.

  5. #5
    ledankmemes420's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    idk
    Posts
    79
    Reputation
    10
    Thanks
    7
    Quote Originally Posted by Gravitir3.14 View Post


    Read last lines in mulelogin.au3 and setup ShellExecute with path to your projector.
    how exactly do i find the path to my projector? and type it out? i have my swf on my desktop
    cuckin all night

  6. #6
    Gravitir3.14's Avatar
    Join Date
    Feb 2018
    Gender
    male
    Location
    Russia - Moscow
    Posts
    548
    Reputation
    92
    Thanks
    9,935
    Quote Originally Posted by ledankmemes420 View Post
    how exactly do i find the path to my projector? and type it out? i have my swf on my desktop
    ShellExecute('C:\Users\User\Desktop\FlashProjector .exe', 'https://www.realmofthemadgod.com/client')
    or
    ShellExecute('C:\Users\User\Desktop\FlashProjector .exe', 'C:\Users\User\Desktop\059.swf')

  7. #7
    ledankmemes420's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    idk
    Posts
    79
    Reputation
    10
    Thanks
    7
    Quote Originally Posted by Gravitir3.14 View Post


    ShellExecute('C:\Users\User\Desktop\FlashProjector .exe', 'https://www.realmofthemadgod.com/client')
    or
    ShellExecute('C:\Users\User\Desktop\FlashProjector .exe', 'C:\Users\User\Desktop\059.swf')
    still doesnt work for some reason, could u maybe make a gif on what to do, would help me a lot

    i rename my 059.swf to the uptodate legit swf on the website, so if people ask for file screenshot or whatever
    Last edited by ledankmemes420; 10-19-2018 at 05:41 PM.
    cuckin all night

  8. #8
    Extain's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    139
    Reputation
    10
    Thanks
    13
    Right click the swf, open properties, and it should say the location of where it's at. Copy the text paste it into the shell execute, and make sure to add \059.swf or whatever you named it into the end of it.

  9. #9
    escequi's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    49
    Reputation
    10
    Thanks
    1
    Or you can open flash projector, click file>open and select the .swf lmao

  10. #10
    ledankmemes420's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    idk
    Posts
    79
    Reputation
    10
    Thanks
    7
    Quote Originally Posted by Extain View Post
    Right click the swf, open properties, and it should say the location of where it's at. Copy the text paste it into the shell execute, and make sure to add \059.swf or whatever you named it into the end of it.
    could you write it how it should be done? because i use flash player 18 and it says 28
    cuckin all night

  11. #11
    Extain's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    139
    Reputation
    10
    Thanks
    13
    Doesn't matter which flash player you use it's the same for all. And i already typed it out

  12. #12
    hokko's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Epic 2818
    Posts
    1,306
    Reputation
    85
    Thanks
    58
    Add

    #RequireAdmin

    to the top inside mulelogin.au3 file

  13. #13
    darklordrotmg's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Doesn't work for me still.

  14. #14
    JustMeFV's Avatar
    Join Date
    May 2018
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    3
    First of all, you need AutoIt3.
    Goto accounts.js file and find
    Code:
    // change to 1 to enable one-click login (run lib/mulelogin.au3 first)
    mulelogin = 1
    Goto muledump-master\lib folder and find a file mulelogin.au3, open it, find the line
    Code:
    ; run one-click login thru the browser
    ShellExecute("C:\Users\User\Desktop\client.exe")
    < you can find the path to the client by opening client properties (rmb>properties>location) and just add \client.swf or .exe
    Do "RunScript autoit as an admin, do the path to the mulelogin.au3 file, launch your muledump and try now. Hope helps.
    P.S. also as @hokko mentioned, you might need to add #RequireAdmin at the top of your mulelogin.au3 file
    Last edited by JustMeFV; 10-26-2018 at 02:03 PM.

Similar Threads

  1. Replies: 4
    Last Post: 01-27-2019, 10:29 AM
  2. [Help] Can anyone help me with a working aimbot for MW3 (Steam)
    By Tacosan123 in forum Call of Duty Modern Warfare 3 Discussions
    Replies: 0
    Last Post: 08-14-2017, 10:27 PM
  3. [Help] can anyone help me with creating a game for iOS/andriod
    By Justneed2cheat in forum Android / iOS Programming
    Replies: 2
    Last Post: 04-25-2017, 09:09 AM
  4. Can anyone help me how to bypass anti cheat or make hack for warface vn ?
    By anhchang95 in forum Warface Discussions & Help
    Replies: 12
    Last Post: 09-12-2016, 10:13 AM
  5. Replies: 5
    Last Post: 01-16-2016, 10:46 AM