Skip to content

Latest commit

 

History

History
100 lines (78 loc) · 5.72 KB

File metadata and controls

100 lines (78 loc) · 5.72 KB

WPlace AutoBOT

WPLACE-AUTOBOT

Buy Me A Coffee

Verfügbar im Chrome Web Store    Firefox Add-on

🚀 Neues Tool:
WPlace Master Server – zentraler Server zur Koordination von Bots mit Web-Oberfläche.

Beste Erfahrung: Installiere die Browser-Erweiterung.


🚀 Schnellstart (Empfohlen: Erweiterung)

Installiere die offizielle Chrome-Erweiterung und starte den Bot mit einem Klick:

  1. Öffne den Chrome Web Store: https://chromewebstore.google.com/detail/kjbodcmljdmjmcjdhoghcclejpmgfeoj?utm_source=item-share-cb
  2. Klicke auf "Zu Chrome hinzufügen"
  3. Pinne die Erweiterung (optional) und öffne WPlace
  4. Klicke auf das Symbol → wähle den Modus (Launcher, Guard, Image, Farm)

Die Erweiterung lädt immer automatisch die neueste Bot-Version.


📦 Alternative: Bookmarklet-Injektion

Wenn du die Erweiterung nicht installieren möchtest, kannst du stattdessen ein Bookmarklet verwenden. Erstelle ein neues Lesezeichen und füge einen der folgenden Codeschnipsel als URL ein.

Launcher (Modus nach dem Laden auswählen)

javascript:(async()=>{const U="https://raw.githubusercontent.com/Alarisco/WPlace-AutoBOT/refs/heads/main/Auto-Launcher.js";try{const r=await fetch(U,{cache:"no-cache"});if(!r.ok)throw new Error(r.status+" "+r.statusText);const code=await r.text();const blob=new Blob([code+"\n//# sourceURL="+U],{type:"text/javascript"});const blobUrl=URL.createObjectURL(blob);try{await new Promise((ok,err)=>{const s=document.createElement("script");s.src=blobUrl;s.onload=ok;s.onerror=err;document.documentElement.appendChild(s);});}catch(e){await import(blobUrl);}}catch(e){alert("[Auto-Launcher] Konnte nicht laden/injizieren: "+e.message+"\nProbiere eine andere Seite oder Option C (Modul).");}})();

Guard (schützen & automatisch reparieren)

javascript:(async()=>{const U="https://raw.githubusercontent.com/Alarisco/WPlace-AutoBOT/refs/heads/main/Auto-Guard.js";try{const r=await fetch(U,{cache:"no-cache"});if(!r.ok)throw new Error(r.status+" "+r.statusText);const code=await r.text();const blob=new Blob([code+"\n//# sourceURL="+U],{type:"text/javascript"});const blobUrl=URL.createObjectURL(blob);try{await new Promise((ok,err)=>{const s=document.createElement("script");s.src=blobUrl;s.onload=ok;s.onerror=err;document.documentElement.appendChild(s);});}catch(e){await import(blobUrl);}}catch(e){alert("[Auto-Guard] Konnte nicht laden/injizieren: "+e.message+"\nProbiere eine andere Seite oder Option C (Modul).");}})();

Image (Pixel-Art automatisch malen)

javascript:(async(()=>{const U="https://raw.githubusercontent.com/Alarisco/WPlace-AutoBOT/refs/heads/main/Auto-Image.js";try{const r=await fetch(U,{cache:"no-cache"});if(!r.ok)throw new Error(r.status+" "+r.statusText);const code=await r.text();const blob=new Blob([code+"\n//# sourceURL="+U],{type:"text/javascript"});const blobUrl=URL.createObjectURL(blob);try{await new Promise((ok,err)=>{const s=document.createElement("script");s.src=blobUrl;s.onload=ok;s.onerror=err;document.documentElement.appendChild(s);});}catch(e){await import(blobUrl);}}catch(e){alert("[Auto-Image] Konnte nicht laden/injizieren: "+e.message+"\nProbiere eine andere Seite oder Option C (Modul).");}})();

Farm (XP farmen)

javascript:(async()=>{const U="https://raw.githubusercontent.com/Alarisco/WPlace-AutoBOT/refs/heads/main/Auto-Farm.js";try{const r=await fetch(U,{cache:"no-cache"});if(!r.ok)throw new Error(r.status+" "+r.statusText);const code=await r.text();const blob=new Blob([code+"\n//# sourceURL="+U],{type:"text/javascript"});const blobUrl=URL.createObjectURL(blob);try{await new Promise((ok,err)=>{const s=document.createElement("script");s.src=blobUrl;s.onload=ok;s.onerror=err;document.documentElement.appendChild(s);});}catch(e){await import(blobUrl);}}catch(e){alert("[Auto-Farm] Konnte nicht laden/injizieren: "+e.message+"\nProbiere eine andere Seite oder Option C (Modul).");}})();

🔄 Updates

Sowohl die Erweiterung als auch die Bookmarklets laden immer die neueste Version. Einfach erneut starten.


🤝 Mitwirken

Pull Requests sind willkommen. Siehe CONTRIBUTING.md für Architektur, Workflow und Standards.


Mit ❤️ für die WPlace-Community entwickelt – bitte verantwortungsvoll nutzen.