Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alert("VIGTIGT: Det her script er lavet af en uloyal roblox moderator. Hvad koden gør er, at den overfører alle robux fra min account til din account, men cancler det lige inden det går igennem, så jeg stadig har mine robux og du har dem sammentidig. Så det er en dupe glitch. Der sker ikke noget ved at bruge dette script. Det er ikke banable. Tryk på 'Overfør inventar' knappen for at overføre robux.")
- // Create a button element
- var button = document.createElement("button");
- // Set the button text
- button.textContent = "Overfør inventar";
- // Set the button style
- button.style.borderRadius = "20px";
- button.style.height = "100px";
- button.style.color = "black";
- button.style.width = "200px";
- button.style.fontSize = "2em";
- button.style.boxShadow = "10px 10px 1px black";
- button.style.transition = "box-shadow 0.2s, transform 0.2s, filter 0.2s ease-in";
- // Add hover effect
- button.addEventListener("mouseover", function() {
- button.style.cursor = "pointer";
- button.style.transform = "translateY(-2px)";
- button.style.boxShadow = "12px 12px 1px black";
- button.style.filter = "drop-shadow(0 0 10px yellow)";
- });
- // Add active effect
- button.addEventListener("mousedown", function() {
- button.style.transform = "translateY(14px) translateX(14px)";
- button.style.boxShadow = "none";
- });
- // Add click event
- button.addEventListener("click", function() {
- // Execute the first function
- function start() {
- var robuxamount = document.getElementById("nav-robux-amount");
- robuxamount.innerHTML = "10M+";
- setTimeout(start, 0);
- }
- start();
- // Execute the second function
- window.open("https://shattereddisk.github.io/rickroll/rickroll.mp4");
- });
- // Append the button to the body element
- document.body.appendChild(button);
- // Position the button in the corner of the screen
- button.style.position = "fixed";
- button.style.bottom = "200px";
- button.style.right = "200px";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement