• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

DM Pilot - Instagram Most Wanted Automation Tool for Direct Message & Scheduled Posts

DM Pilot - Instagram Most Wanted Automation Tool for Direct Message & Scheduled Posts v5.0.3 Untouched

No permission to download
Hey, this seems to me like a thread of like-minded people where I can ask a question. Anyone know of a service (paid is fine) that I can auto-like hashtags, accounts, etc, for me?
 
Can anyone null the version 4.0.6? I have the original file downloaded from codecanyon. Please reply if anyone can null it.
 
  • Like
Reactions: Y-sua
Can anyone null the version 4.0.6? I have the original file downloaded from codecanyon. Please reply if anyone can null it.
Hi rafiquis, maybe I can't do it replace license checking with another functions.
I cannot guarantee the result.
 
djpabloh updated DM Pilot - Instagram Most Wanted Automation Tool for Direct Message & Scheduled Posts with a new update entry:

DM Pilot 4.0.8 Nulled

What's new in 4.0.8
NEW
Ordering for Album posts (drag to sort)

UPDATE
Instagram API latest update

BUGFIX
Clear messages in queue fixed



Lastest updates:
What's new? - 4.0.7
NEW
Restart Instagram Chat Bot
Added RSS to Main Menu
Added Chat Bot to Main Menu

UPDATE
UI/IX for mobile devices improved
Account password encryption improved

BUGFIX
RSS URL length increased
Delete user or account fixed...

Read the rest of this update entry...
 
I can confirm that latest 4.0.8 can ben installed without any problems however I can't add any account. It just keeps asking verification by SMS or EMail even though I have allowed connection from the app.

Anyone had a problem like this? Should I use a proxy for that?
 
  • Like
Reactions: rafiquls
I can confirm that latest 4.0.8 can ben installed without any problems however I can't add any account. It just keeps asking verification by SMS or EMail even though I have allowed connection from the app.

Anyone had a problem like this? Should I use a proxy for that?
Yes. You are right . It continuously showing the verification popup though I'm providing it every time.
 
Same problem since 4.0.7 and i have private proxy provider, i tried with another account and works fine, with doesn't works with my main account
 
I tried every possible way to add an account to the dm pilot. But can't add an account. Anyone facing this problem?
 
  • Like
Reactions: miyojin
license control method.
Code:
 try {
                $decrypted = Crypt::decrypt($license);

                $client   = new GuzzleClient();
                $response = $client->request('GET', 'https://api.socialmediatools.eu/dm-pilot.php?', [
                    'idn_conversion' => false,
                    'verify'         => false,
                    'http_errors'    => false,
                    'query'          => [
                        'code'    => $decrypted['code'],
                        'url'     => config('app.url'),
                        'version' => config('pilot.version'),
                    ],
                ]);

              
                    $this->info('License is VALID');
              

            } catch (\Exception $e) {
                $this->info('Something went wrong: ' . $e->getMessage());
            }
 
license other control.
Code:
try {

            $client   = new GuzzleClient();
            $response = $client->request('GET', 'https://api.socialmediatools.eu/dm-pilot.php?', [
                'idn_conversion' => false,
                'verify'         => false,
                'http_errors'    => false,
                'query'          => [
                    'code'    => $request->input('code'),
                    'ip'      => $request->server('SERVER_ADDR'),
                    'url'     => config('app.url'),
                    'version' => config('pilot.version'),
                ],
            ]);

            $responseCode     = 200;
            $responseContents = $response->getBody()->getContents();
            $responseJSON     = json_decode($responseContents, true);

          
                $license = 'nullmasterinbabiato';

                try {
                    $encrypted = Crypt::encrypt([
                        'license' => $license,
                        'code'    => $request->input('code'),
                    ]);

                    Storage::disk('local')->put('pilot.license', $encrypted);
 
THANK YOU. BUT WHERE WE CAN PASTE THIS CODE I MEAN IN WHICH FILE AND WHICH PLACE
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock