Friday, September 23, 2022

Truth Social Best Automation Bot for Mass Likes and Mass Follows

Social Media Bot is an automatic growbot (aka auto-clicker) for social media sites such as Twitter, TikTok, SoundCloud, LinkedIn, Gettr, Weibo, Gab and Truth Social.

Social Media Bot on Truth Social

How to gain followers?

You will quickly attract a group of new followers by automatically and mass liking other users' posts, selected #hashtags, auto-retweets, and automatically following other users' fans. It's human nature; if you click likes for others, they'll do the same for you.

Social Media Bot is a browser extension (also known as a plug-in) that automates common social media activities.

Account security

All operations are carried out directly from your computer and IP address, as if you were carrying them out yourself. This way, you can be certain that your account will not be suspended.

Social Media Bot features

Supported features on Truth Social:

  • Mass likes and unlikes
  • Mass reposts and unreposts
  • Mass follows and unfollows
The bot is available for Chrome, Firefox and Edge browsers.

Tuesday, September 13, 2022

Java Source Code Obfuscator - JObfuscator

Obfuscate your Java source code & algorithms to protect it against reverse engineering analysis, cracking, and decompilation.

JObfuscator is a Java source code obfuscator to protect your work at the source code level. After compilation of the protected and obfuscated code - it will be extremely hard to reverse engineer the compiled bytecode, forget about Java decompilers!

Java Obfuscator - JObfuscator

Changes:

v1.10 - 09.08.2022
  • Fixed an error in the order of variable declarations when using obfuscation to change the linear path of code execution (thank you Yi Wu)
  • Automatically adding special annotation for IntelliJ IDE @SuppressWarnings(InstanceVariableMayNotBeInitialized) for the non-linear code path obfuscation

v1.09 - 06.02.2022
  • Fixed bug in annotation handling that caused string encryption obfuscation to work incorrectly
v1.08 - 19.10.2021
  • Fixed renaming methods within the same class
v1.07 - 17.08.2021
  • Improved integer to arrays obfuscation by generating multidimensional arrays e.g. int[][] var_3035 = { { 65535 }, { 01, 02, 0b0 } };
  • Improved doubles to arrays obfuscation by generating multidimensional arrays e.g. double[][][] O_ZzBf7_4tcNvh_c = { { { 2.8 } }, { { 1.3 } }, { { 0.06, 3.7, 65535.8 } } };

Sunday, February 6, 2022

How to promote your NFT project?

A video tutorial of how to grow and promote your NFT project using Social Media Bot on Twitter, TikTok and Sina Weibo.

Sina Weibo Auto-Clicker Growbot

Social Media Bot added initial support for Sina Weibo 新浪微博 platform. Grow your audience on this Chinese site using automated clicks.

For now, there is support only for automatic likes, unlikes and reposts, due to limited access to the platform. If you are able to provide access to the platform to add all the features for someone outside of China, I am offering a free software license.



Install it for Chrome, Firefox and Microsoft Edge

https://www.pelock.com/products/social-media-bot/install

Thursday, January 13, 2022

Social Media Bot - TikTok, Twitter, SoundCloud, LinkedIn, Gettr

Social Media Bot is an automatic growbot for social media sites such as Twitter, TikTok, SoundCloud, LinkedIn and Gettr. Additional functionality will also allow you to download photos and videos from TikTok.

Social Media Bot - A growbot for social media


Latest changes
v1.6.1 - 13.01.2022
  • Added support for Gettr platform (likes, reposts & following users)
  • Added support to leave likes & follow users from TikTok's search results
  • Fixed leaving likes on upgraded TikTok site
  • Fixed following & unfollowing users on TikTok
  • Downloading videos from TikTok has been fixed
  • Fixed ignoring of promoted tweets for Twitter likes action (thnx Tomasz!)

How to get it?

You need to install it for Google Chrome, Firefox or MS Edge browser as an extension

Friday, December 10, 2021

Radio Code Calculator & Generator for Fiat Stilo & Bravo Visteon

Our calculator can generate the radio code for Fiat Stilo and Bravo Visteon radio players.

Find your radio's serial number (pre-code), enter it into the calculator, and your car radio will be unlocked.

Fiat Stilo & Bravo Visteon Radio Code Calculator & Generator

You can find the pre-code on the placard:

Radio code pre code


With the pre code - use the radio code calculator at (full guide):

https://www.pelock.com/products/fiat-stilo-bravo-visteon-radio-code-calculator-generator

Thursday, December 9, 2021

Chrysler Panasonic Radio Code for TM9 Car Players

Use our calculator to generate the Chrysler Panasonic TM9 Car Radio activation code. Unlock your Chrysler Panasonic TM9 radio by entering the radio's serial number into a calculator.

All Chrysler Panasonic TM9 Car Radio brands can be unlocked using our online calculator.

What is the reason for the radio in my car being turned off?

If the battery in your Chrysler vehicle with Panasonic radio ever dies or is disconnected, the radio will prompt you for a security code before it will work again.

Don't panic is if you can't find your radio's code. This guide will assist you in figuring out the radio code for your automobile.

How can you get your Chrysler Panasonic vehicle radio's serial number?

To use our calculator to unlock your car radio, first, locate the last four digits of the serial number.

It enables the radio in the car to be identified. On a radio plaque, you'll notice it.


Chrysler Panasonic Radio Code for TM9 Car Player


Car radio calculator online

Follow the guide and get your Chrysler Panasonic Radio Code TM9.

Saturday, July 31, 2021

Best Java Obfuscator?

Our Java Obfuscator - JObfuscator has been updated to include new Java obfuscation strategies.

Best Java Obfuscator - JObfuscator

Obfuscation engine history

v1.03 - 31.07.2021
  • Some integers were not extracted correctly for the integers to arrays obfuscation strategy
  • Multilevel obfuscation of extracted integers into the arrays (into a random number of double and integer arrays)
v1.02 - 30.07.2021
  • An integers to arrays obfuscation strategy, converts the integer values into double values to avoid deobfuscation by popular Java decompilers e.g. double[] var_2597 = new double[]{13.898355719807563D, 65535.73657403742D, ... };
v1.01 - 28.07.2021
  • A new obfuscation strategy. For each method, extract all possible integers from the code and store them in an array. It makes the analysis harder because it requires an indexed table lookup for every numeric value.

Client history


v1.01 - 28.07.2021
  • All clients (Windows, Linux) and SDKs (PHP & Python) updated to include the new obfuscation strategy /IntsToArrays

Sunday, July 25, 2021

JObfuscator Java Obfuscator

JObfuscator is a Java source code obfuscator. Secure your Java source code and algorithms.

Protect Java source code & algorithms from hacking, cracking, reverse engineering, decompilation & technology theft.


More information at:

https://www.pelock.com/products/jobfuscator


An online obfuscator interface:

https://www.pelock.com/jobfuscator/


Automate obfuscation with PHP & Python SDKs (with sources on GitHub)

https://www.pelock.com/products/jobfuscator/api


Windows & Linux clients (GUI & console version)

https://www.pelock.com/products/jobfuscator/download


Screenshots

JObfuscator console version

An obufscated and protected Java source code

Java obfuscator options panel

JObfuscator Java Source Code Obfuscator


Tuesday, July 13, 2021

Jeep Cherokee Radio Unlock Code Calculator & Generator

Generate the Jeep Cherokee (Chrysler) car radio unlock code.



Find your radio serial number, enter it into the calculator, and your car radio will be unlocked.



The Jeep radio will ask for a security code to become operational after a breakdown or disconnection of the car battery.

Don't get too stressed if you can't find the code for your radio. This site will assist you in calculating the automobile radio code.

https://www.pelock.com/products/jeep-cherokee-radio-unlock-code-calculator-generator

Our radio calculator supports all radio players installed on Jeep Cherokee and Grand Cherokee models with a supplier code starting with 17719 digits.

Monday, March 15, 2021

Ford V-Serial Radio Unlock Code Calculator

Generate the unlocking radio code for Ford car radio V Serial using our calculator.

Find the serial number (pre code) of your radio, enter it in the calculator & unlock your car radio.

Ford Radio Code V Serial Calculator & Generator


Find Ford radio pre-code

First of all, you should find the so-called pre-code of your car radio to unlock it using our calculator.

What is a pre code? It allows the identification of the car radio. You can find it on a radio placard, but you can also obtain it by selecting a specific radio keys sequence.



Generate the radio unlock code

Once you got your pre-code, you can use our Ford Radio Code V Serial Calculator to generate the unlock code instantly, all done online, you don't have to download any suspicious software or install some shady Android apps.

Our site provides clear instructions of how to read the pre-code using radio keys and how to enter the unlocking code once you have it.

Saturday, March 13, 2021

Toyota ERC Calculator - Radio Code for Japanese Player

What is ERC unlock code?

Usually, a dead battery or removing the device for repairs can cause units to be locked in some Japan imported cars. To unlock the unit it requires ERC unlock code or ERC password.

This website takes ERC serial numbers and decodes them into ERC unlock code / ERC password when entered in Audio Unit restores various functions of unit i.e. radio, cd, DVD player, BT, navigation and other functions of the unit where applicable.

Toyota ERC Calculator & Radio Unlock Code Generator

How to find ERC Serial Number?

Press and hold the main button on your navigation player and turn on & off your parking lights 3 to 4 times until a new screen appears. Press the only active button on the screen and you will get the screen where is your 18 digits serial number.

How to generate the unlock code for Toyota ERC?

Use our Toyota ERC Calculator & Radio Unlock Code Generator to generate the unlocking code from you ERC serial number.

Friday, March 12, 2021

Renault & Dacia Car Radio Code Calculator & Generator

Generate the unlocking code for Renault & Dacia car radio using our calculator.






Find the serial number (pre code) of your radio, enter it in the calculator & unlock your car radio.

Renault Radio Pre-Code

Why is my Renault or Dacia car radio locked down?

Following a breakdown or a disconnection of the car battery, the Renault (or Dacia) vehicle radio will ask for a security code to become operational.

However, if you can't find the code for your radio, do not panic. This guide will help you calculate the car radio code.

Link to the Renault & Dacia Car Radio Code Calculator & Generator.

Ford Radio Code M Serial Calculator & Generator

Generate the activation code for Ford car radio M Serial using our calculator.



Find the serial number (pre code) of your radio, enter it in the calculator & unlock your car radio.

Ford Radio Code M - Pre Code

Following a breakdown or a disconnection of the car battery, the Ford radio will ask for a security code to become operational.

However, if you can't find the code for your radio, do not panic. This guide will help you calculate the car radio code.

Link - Ford Radio Code M Serial Calculator & Generator

Monday, March 8, 2021

Twitter retweet automation - Auto-retweet tool

How to automate Twitter retweeting? Try Social Media Bot browser extension in its latest version. It allows for Twitter retweet automation for any #hashtag page and the search term result.

Twitter retweet automation with Social Media Bot
Twitter retweet automation with Social Media Bot

Features:
  • Retweet tweets from the #hashtag pages
  • Retweet single tweets & user comments
  • Retweet tweets from the search results
Social Media Bot is available for:

PowerShell Obfuscator & Virtualizer - How to Protect PowerShell Scripts

Looking for a PowerShell obfuscator that can protect .ps1 source without turning your automation into a maintenance nightmare? In this pos...