Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
Godlike VPS
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

[2024 EXTENDED] Black Friday / Cyber Monday: FLASH SALE & MEGATHREAD

1114911501152115411551337

Comments

  • r3kr3k Member
    edited December 2024

    Redacted by Moderator

  • allthemtingsallthemtings Member, Megathread Squad

    @emgh said:

    @allthemtings said:

    @emgh said:

    @allthemtings said:

    @emgh said:

    UNREGARDED XD

    kissmysufi

    regards

    FOKUS SPOKUS

    dont play cluedo with this guy

    regards

    especially if you're one of those who google "google"

  • Have you ever seen a word so much, you question whether it was ever a word?

  • emghemgh Member, Megathread Squad

    ok quick work break

    eat my dust haters

    Thanked by 3r3k plumberg host_c
  • FAT32FAT32 Administrator, Deal Compiler Extraordinaire
  • allthemtingsallthemtings Member, Megathread Squad

    @r3k said:

    UserScript for Auto Thank/Regard.

    Start on any page it will Thank/Regard everything & then go to the next page and do the same.

    Use Greasemonkey/Tampermonkey/Violentmonkey

    // ==UserScript==
    // @name         Auto Thank/Regard for LET
    // @namespace    https://lowendtalk.com
    // @version      1.2
    // @description  Thank/Regard everyone on all pages @ LowEndTalk
    // @author       r3k ft. ChatGPT
    // @match        https://lowendtalk.com/*
    // @match        https://www.lowendtalk.com/*
    // @icon         https://icons.duckduckgo.com/ip2/lowendtalk.com.ico
    // @grant        none
    // ==/UserScript==
    
    (function() {
        'use strict';
    
        let isRunning = true; // Script enabled by default
        let messageTimeout; // To clear any existing message timeout
    
        // Create Start/Stop Button
        const button = document.createElement("button");
        button.innerText = "Stop Auto-Thank";
        button.style.position = "fixed";
        button.style.top = "10px";
        button.style.right = "10px";
        button.style.zIndex = "9999";
        button.style.backgroundColor = "red";
        button.style.color = "white";
        button.style.padding = "10px";
        button.style.border = "none";
        button.style.cursor = "pointer";
        document.body.appendChild(button);
    
        // Create Message Display
        const messageDiv = document.createElement("div");
        messageDiv.style.position = "fixed";
        messageDiv.style.top = "50px";
        messageDiv.style.right = "10px";
        messageDiv.style.zIndex = "9999";
        messageDiv.style.backgroundColor = "yellow";
        messageDiv.style.color = "black";
        messageDiv.style.padding = "10px";
        messageDiv.style.border = "1px solid black";
        messageDiv.style.display = "none"; // Initially hidden
        document.body.appendChild(messageDiv);
    
        // Function to display a message
        function showMessage(message) {
            clearTimeout(messageTimeout); // Clear any existing timeout
            messageDiv.innerText = message;
            messageDiv.style.display = "block";
            messageTimeout = setTimeout(() => {
                messageDiv.style.display = "none"; // Hide after 7 seconds
            }, 7000);
        }
    
        // Function to click "Thanks" links
        async function clickThanksLinks() {
            const thanksLinks = Array.from(document.querySelectorAll('a'))
                .filter(a => a.textContent.trim() === "Thanks" && a.href.startsWith("https://lowendtalk.com/plugin/thankfor/"));
    
            for (const link of thanksLinks) {
                if (!isRunning) return; // Stop execution if stopped
                link.click();
                await new Promise(resolve => setTimeout(resolve, 500)); // Wait 0.5 seconds
            }
    
            // Click "Next Page" if available
            const nextPageButton = document.querySelector("#PagerBefore > a.Next.Pager-nav");
            if (nextPageButton && isRunning) {
                nextPageButton.click();
            } else {
                showMessage("No more pages or script stopped.");
            }
        }
    
        // Function to start the script
        function startScript() {
            if (isRunning) return;
            isRunning = true;
            button.innerText = "Stop Auto-Thank";
            button.style.backgroundColor = "red";
            runOnPageLoad();
        }
    
        // Function to stop the script
        function stopScript() {
            isRunning = false;
            button.innerText = "Start Auto-Thank";
            button.style.backgroundColor = "green";
        }
    
        // Run the script after page load
        function runOnPageLoad() {
            if (!isRunning) return;
    
            // Wait until the page is fully loaded
            const interval = setInterval(() => {
                if (document.readyState === "complete") {
                    clearInterval(interval);
                    clickThanksLinks();
                }
            }, 100);
        }
    
        // Start the script automatically after page load
        window.addEventListener("load", runOnPageLoad);
    
        // Button click event to toggle start/stop
        button.addEventListener("click", () => {
            if (isRunning) {
                stopScript();
            } else {
                startScript();
            }
        });
    })();
      
    

    regards

    used it now theres a spinning browser on my screen and my bank app says -$10000 any ideas what happened?

    regards

    Thanked by 5r3k emgh plumberg jnd admax
  • mandalamandala Member, Megathread Squad

    @allthemtings said:

    @mandala said:

    regards             regards     regards                          regards   regards             regards
    regards             regards      regards                        regards    regards             regards
    regards             regards       regards                      regards     regards             regards
    regards             regards       regards        regards regards      regards             regards
    regards             regards        regards     regards    regards     regards             regards
    regards             regards         regards   regards   regards       regards             regards
    regards             regards           regards regards  regards        regards             regards
        regards      regards                 regards            regards            regards      regards    
                 regards                          regards         regards                      regards     
    

    Didn't go like how I wanted:

    make one that says regards and maybe you win

    Okay regard.

  • allthemtingsallthemtings Member, Megathread Squad

    @mandala said:

    @allthemtings said:

    @mandala said:

    regards             regards     regards                          regards   regards             regards
    regards             regards      regards                        regards    regards             regards
    regards             regards       regards                      regards     regards             regards
    regards             regards       regards        regards regards      regards             regards
    regards             regards        regards     regards    regards     regards             regards
    regards             regards         regards   regards   regards       regards             regards
    regards             regards           regards regards  regards        regards             regards
        regards      regards                 regards            regards            regards      regards    
                 regards                          regards         regards                      regards     
    

    Didn't go like how I wanted:

    make one that says regards and maybe you win

    Okay regard.


    regards

  • allthemtingsallthemtings Member, Megathread Squad

    @FAT32 said:
    So... rsk is botting? :(

    DQ from the ks-a giveaway youre hosting @FAT32

  • @r3k said:

    UserScript for Auto Thank/Regard.

    Start on any page it will Thank/Regard everything & then go to the next page and do the same.

    Use Greasemonkey/Tampermonkey/Violentmonkey

    // ==UserScript==
    // @name         Auto Thank/Regard for LET
    // @namespace    https://lowendtalk.com
    // @version      1.2
    // @description  Thank/Regard everyone on all pages @ LowEndTalk
    // @author       r3k ft. ChatGPT
    // @match        https://lowendtalk.com/*
    // @match        https://www.lowendtalk.com/*
    // @icon         https://icons.duckduckgo.com/ip2/lowendtalk.com.ico
    // @grant        none
    // ==/UserScript==
    
    (function() {
        'use strict';
    
        let isRunning = true; // Script enabled by default
        let messageTimeout; // To clear any existing message timeout
    
        // Create Start/Stop Button
        const button = document.createElement("button");
        button.innerText = "Stop Auto-Thank";
        button.style.position = "fixed";
        button.style.top = "10px";
        button.style.right = "10px";
        button.style.zIndex = "9999";
        button.style.backgroundColor = "red";
        button.style.color = "white";
        button.style.padding = "10px";
        button.style.border = "none";
        button.style.cursor = "pointer";
        document.body.appendChild(button);
    
        // Create Message Display
        const messageDiv = document.createElement("div");
        messageDiv.style.position = "fixed";
        messageDiv.style.top = "50px";
        messageDiv.style.right = "10px";
        messageDiv.style.zIndex = "9999";
        messageDiv.style.backgroundColor = "yellow";
        messageDiv.style.color = "black";
        messageDiv.style.padding = "10px";
        messageDiv.style.border = "1px solid black";
        messageDiv.style.display = "none"; // Initially hidden
        document.body.appendChild(messageDiv);
    
        // Function to display a message
        function showMessage(message) {
            clearTimeout(messageTimeout); // Clear any existing timeout
            messageDiv.innerText = message;
            messageDiv.style.display = "block";
            messageTimeout = setTimeout(() => {
                messageDiv.style.display = "none"; // Hide after 7 seconds
            }, 7000);
        }
    
        // Function to click "Thanks" links
        async function clickThanksLinks() {
            const thanksLinks = Array.from(document.querySelectorAll('a'))
                .filter(a => a.textContent.trim() === "Thanks" && a.href.startsWith("https://lowendtalk.com/plugin/thankfor/"));
    
            for (const link of thanksLinks) {
                if (!isRunning) return; // Stop execution if stopped
                link.click();
                await new Promise(resolve => setTimeout(resolve, 500)); // Wait 0.5 seconds
            }
    
            // Click "Next Page" if available
            const nextPageButton = document.querySelector("#PagerBefore > a.Next.Pager-nav");
            if (nextPageButton && isRunning) {
                nextPageButton.click();
            } else {
                showMessage("No more pages or script stopped.");
            }
        }
    
        // Function to start the script
        function startScript() {
            if (isRunning) return;
            isRunning = true;
            button.innerText = "Stop Auto-Thank";
            button.style.backgroundColor = "red";
            runOnPageLoad();
        }
    
        // Function to stop the script
        function stopScript() {
            isRunning = false;
            button.innerText = "Start Auto-Thank";
            button.style.backgroundColor = "green";
        }
    
        // Run the script after page load
        function runOnPageLoad() {
            if (!isRunning) return;
    
            // Wait until the page is fully loaded
            const interval = setInterval(() => {
                if (document.readyState === "complete") {
                    clearInterval(interval);
                    clickThanksLinks();
                }
            }, 100);
        }
    
        // Start the script automatically after page load
        window.addEventListener("load", runOnPageLoad);
    
        // Button click event to toggle start/stop
        button.addEventListener("click", () => {
            if (isRunning) {
                stopScript();
            } else {
                startScript();
            }
        });
    })();
      
    

    regards

    Wait…. What?!
    I thought it was all manual hard labor?

    Sad. Didn’t @FAT32 manually do his 10k? 🤔

    Thanked by 3r3k plumberg ariq01
  • @FAT32 said:
    So... rsk is botting? :(

    never.
    regards

    Thanked by 3host_c plumberg admax
  • mandalamandala Member, Megathread Squad

    @Blembim said:

  • FAT32FAT32 Administrator, Deal Compiler Extraordinaire

    @Wolf said:
    Wait…. What?!
    I thought it was all manual hard labor?

    Sad. Didn’t @FAT32 manually do his 10k? 🤔

    I swear my 10k thanks / regards are all manual

  • LETS DO THIS

    Thanked by 3r3k plumberg admax
  • mandalamandala Member, Megathread Squad

    @FAT32 said:

    @Wolf said:
    Wait…. What?!
    I thought it was all manual hard labor?

    Sad. Didn’t @FAT32 manually do his 10k? 🤔

    I swear my 10k thanks / regards are all manual

    So you're regarded by will.

    Thanked by 3r3k FAT32 plumberg
  • FAT32FAT32 Administrator, Deal Compiler Extraordinaire

    So nothing more from @SoftShellWeb / @SilverCreek and I can go to sleep right? :joy:

  • THanks regards incominggggggg

  • @mandala said:

    @Blembim said:

    Thanked by 3r3k mandala plumberg
  • allthemtingsallthemtings Member, Megathread Squad

    regards

    regards

    regards

    regards

    regards

    Thanked by 3r3k plumberg lukast__
  • allthemtingsallthemtings Member, Megathread Squad

    @FAT32 said:
    So nothing more from @SoftShellWeb / @SilverCreek and I can go to sleep right? :joy:

    Swear you were going to sleep hours ago

    regards

  • FAT32FAT32 Administrator, Deal Compiler Extraordinaire

    @allthemtings said:

    @FAT32 said:
    So nothing more from @SoftShellWeb / @SilverCreek and I can go to sleep right? :joy:

    Swear you were going to sleep hours ago

    regards

    Look what this thread has done to me

  • allthemtingsallthemtings Member, Megathread Squad

    @FAT32 said:

    @allthemtings said:

    @FAT32 said:
    So nothing more from @SoftShellWeb / @SilverCreek and I can go to sleep right? :joy:

    Swear you were going to sleep hours ago

    regards

    Look what this thread has done to me

    disregard it

  • allthemtingsallthemtings Member, Megathread Squad

    @allthemtings said:

    @FAT32 said:

    @allthemtings said:

    @FAT32 said:
    So nothing more from @SoftShellWeb / @SilverCreek and I can go to sleep right? :joy:

    Swear you were going to sleep hours ago

    regards

    Look what this thread has done to me

    disregard it

    regards

    Thanked by 3r3k host_c plumberg
  • @allthemtings said:

    used it now theres a spinning browser on my screen and my bank app says -$10000 any ideas what happened?

    regards


    thenks for ze $$
    regards

  • mandalamandala Member, Megathread Squad

    @Blembim said:

    @mandala said:

    @Blembim said:

    Thanked by 3r3k Blembim plumberg
  • The effect when pressing ,Thanks / Regards’ is pretty nice and satisfying 🤣

  • @mandala said:

    @Blembim said:

    @mandala said:

    @Blembim said:

This discussion has been closed.