Sorry you have to copy all of them to get script local plr = game.Players.LocalPlayer local vim = game:GetService("VirtualInputManager") function clickButton(a) vim:SendMouseButtonEvent(a.AbsolutePosition.X + a.AbsoluteSize.X/2, a.AbsolutePosition.Y + 50, 0, true, a, 1) vim:SendMouseButtonEvent(a.AbsolutePosition.X + a.AbsoluteSize.X/2 ,a.AbsolutePosition.Y + 50, 0, false, a, 1) end function getArena() return plr.DataSave.DontSave.MostRecentArena.Value end function getTeam(arena) if arena.ArenaTemplate.Red.Character.Nametag.Frame.Username.Front.Text:match(plr.Name) then return "Red" else return "Blue" end end function dropBlock() clickButton(plr.PlayerGui.BlockDrop["Bottom Middle Template"].Buttons["Drop_Off"].Background) end local arena = getArena() local team = getTeam(arena) local board = arena.ArenaTemplate[team].Board local num local connections = {} for _, tile in pairs(board:GetDescendants()) do if tile:IsA("MeshPart") then local con = tile:GetPropertyChangedSignal("Color"):Connect(function() local color = tile.Color if color == Color3.fromRGB(163, 163, 163) then if tile.Parent.Name == '1' and tile.Name == "3" then dropBlock() num = tile.Name else if tile.Name == "3" and tile.Color == Color3.fromRGB(163, 163, 163) then dropBlock() end end end end) table.insert(connections, con) end end -- maybe works? while task.wait() do if plr.PlayerGui.BlockDrop["End Game Template"].Visible then for _, con in pairs(connections) do con:Disconnect() end break end end
@@berserkedict1050 en ese juego para empesar a ganar necesitas minimo 20 robux y un gamepass de 10, para quehagas una partida con el ticket que vale 20 robux y tienes que seleccionar un mini juego y ahi es donde el script funciona, ya que si tu ganas ganas 10 robus del el que perdio y un ticket de 10 robux completamente gratis para que no tener q gastar otros 20 un otro ticket
First
It's really working but I need robux lol
Try your hardest with other ppl then maybe you can
Lol
I have should I try?
?
Blue how do you do this give
Nice vid
Nice bro:)
GUYS I GOT BANNED😢
atleast u got robux right ?
Womp womp
Well not my problem you got banned👁👄👁
Cool
@@EthanStockdale-0ysA2 lol
imagine farming at night afk ☠️☠️☠️
how did you get into this app? 0:25
Its fluxus mobile, check out on youtube
It can also work on delta
If you have a pc it can also work
It's a executor not a app dummy
delta users😊
Yeah
You got some virus
Fluxus
Hey bro i saw ur fluxus is broken this is how to fix it. Goto settings of roblox and anable storage
use delta executor then
@@Arras_S.W.A.T.thanks
his fluxus isn't broken tho
Yes hes just on phone@Vannakmek
Script be too slow and stuff bru I lost 20 robux
Womp womp that's what u get for hacking
@@Abirghadasays the guy who opened up a how to hack tutorial
@@skippingsam_ to maybe make fun of trying to hack and says u yryna hack fucking knob no one invite du here why wa sbro alate 2 mothsago fucking twit
@@skippingsam_😂💀
😂
Thank you sir now i will scam all these childrens robux
You monster
@@NightmareExe666womp womp
@@NightmareExe666womp womp
@@NightmareExe666womp womp
@@nmelonylowercasegod is watching haha dont u dare say womp womp to god
U will go to hell
Is not real i alr play the game i win 100m robux and i dont get any one
Bro you should make your fuckin price cheaper.
You needa wait 6-8 days for da bux bux.
BRO WHY I CAN'T GET THE SCRIPT IT'S SO HARD MAN I REALLY WANT :(((
its literally in the description
Are you serious?
wow is this a blind person
loadstring(game:HttpGet("raw.githubusercontent.com/Sw1ndlerScripts/RobloxScripts/main/Misc%20Scripts/DoubleDown.lua?raw=true"))()
ZOOO REAL
?
@@LeartGrabanica it's real, that's it 🙏
@ fr? Or joke
@@LeartGrabanica bro fr, you should try it
Nice im a fluxus User!
. . .
Pastebin got removed pls fix
It's been fixed
on delta dont work ;(
@space it works
Hygoren fluxus works
remember guys, free cheese always in mousetrap.
Really is not work i already use fluxus come on
but you have to pay to be able to play I didn't like it
But eventually u get more money.. ?
@@FalconSearhe meant that he didnt have money to make moremoney
Damm i exploited front of the dev and got me banned💀
Bro went to far💀
@@levift28 not to far it's just the begging💀💀💀
Hell nah this game just got banned💀
When it will come
OH WOW FREE ROBUX NAH LIKE FOR REAL??!!!😱🤯🤯
@@CSGaming_1hes not begging are you dumb
@CSGaming_1 bro got that schizophrenia that early 💀
Bruh rhis game scam i tell you why its game ticket is 10rbx and 10rbx=6rbx so its cost 10rbx but affer your 10rbx is getting 6
it's because of roblox taxes and besides you get rewarded a free ticket every now and then so technically yes
Thanks 😍
It just leads me into a blank link
its a popup
If it's just a white screen and stays white it's prop the pastepin link popup for the script
Sorry you have to copy all of them to get script
local plr = game.Players.LocalPlayer
local vim = game:GetService("VirtualInputManager")
function clickButton(a)
vim:SendMouseButtonEvent(a.AbsolutePosition.X + a.AbsoluteSize.X/2, a.AbsolutePosition.Y + 50, 0, true, a, 1)
vim:SendMouseButtonEvent(a.AbsolutePosition.X + a.AbsoluteSize.X/2 ,a.AbsolutePosition.Y + 50, 0, false, a, 1)
end
function getArena()
return plr.DataSave.DontSave.MostRecentArena.Value
end
function getTeam(arena)
if arena.ArenaTemplate.Red.Character.Nametag.Frame.Username.Front.Text:match(plr.Name) then
return "Red"
else
return "Blue"
end
end
function dropBlock()
clickButton(plr.PlayerGui.BlockDrop["Bottom Middle Template"].Buttons["Drop_Off"].Background)
end
local arena = getArena()
local team = getTeam(arena)
local board = arena.ArenaTemplate[team].Board
local num
local connections = {}
for _, tile in pairs(board:GetDescendants()) do
if tile:IsA("MeshPart") then
local con = tile:GetPropertyChangedSignal("Color"):Connect(function()
local color = tile.Color
if color == Color3.fromRGB(163, 163, 163) then
if tile.Parent.Name == '1' and tile.Name == "3" then
dropBlock()
num = tile.Name
else
if tile.Name == "3" and tile.Color == Color3.fromRGB(163, 163, 163) then
dropBlock()
end
end
end
end)
table.insert(connections, con)
end
end
-- maybe works?
while task.wait() do
if plr.PlayerGui.BlockDrop["End Game Template"].Visible then
for _, con in pairs(connections) do
con:Disconnect()
end
break
end
end
Kpop hater liked it
Bro is more obsessed with kpop than their fans are🤡
V4mp you wre my friend😊
Imagine spamming dummy accounts on the comments ☠️💀💀
works in MantiWPF executor?
If wondering why script not there its illegal for this script to exist
what's the deal with everybody saying "its too Hard" it legit so simple and no i aint a bot before you question me
exploiters that have a life
Bot
What the game name
Double down
scam the link of the script does not work
You need a robux first
IT BLOCKED 😭
bro cheating on such ez game 💀
Wtf u doing here then
it doesnt work
The scirpt doesnt show bro
Oye cuando ejecuto algun script a veces no funciona también este
is fake bruh💀
HOW CAN SEND ME I CANT GO LINK
Nice grammar
@@Leo19183fr💀
grammar
GIVE THE DIRECT LINK MAN
Alguien que explique de que trata el scrip por favor
el script se trata de un juego que se llama Pls Steal
@@ColorChanger788 osea que hace el scrip
@@berserkedict1050 en ese juego para empesar a ganar necesitas minimo 20 robux y un gamepass de 10, para quehagas una partida con el ticket que vale 20 robux y tienes que seleccionar un mini juego y ahi es donde el script funciona, ya que si tu ganas ganas 10 robus del el que perdio y un ticket de 10 robux completamente gratis para que no tener q gastar otros 20 un otro ticket
@@berserkedict1050 it finds a opponent and the bot will make you win
@@berserkedict1050 but you have to execute if you are in a match
script not working
Thanks Bro i got 138 robux for only 1 week❤
Can you name the mode in the game?
What's the game called
[⬡HEXAFALL⬡] Double Down 🎲
It says error 404 when i gone somehwhere to get this mod
It's not a mod... Ru a happy mod kid?
Botted comments 💀💀💀💀
The game name is double down
Too hard to get the script bro can u make easy website
Yea he think we're bypassing his links
W
Whats the game?
Pls steal
Can u give me fluxus executor link❤
Can u do it with other link
@v4mp if i win does it auto matticaly give me robux or do they have to donate if they have to donate then they wont
They got to donate to u
Yes
You can pay or not you can play the game ffor fun
where's script?
AND HOW YOU GETTING BLOOKED SCRIPT
What about pla donate it is working?
very good
Fluxus 🤝 delta
Hello
I cant get it pls use the pastebin one
Will work on Arceus?
Bro whenever i try do the quests for the link it just gets stuck on waiting
Edit:i have finally got the script and made 10 robux thx
Cuz the discord link is out-of-date
It keeps waiting
For nothing
You pass me the link of pastebin ami does not let me
Not working
There's no such thing as free robux
@YZZGG_CGI C-A-P CAP
nice scam
Guys this game name is pls steal
Does delta can do this
Cant even get the script
Here just copy this
loadstring(game:HttpGet("raw.githubusercontent.com/Sw1ndlerScripts/RobloxScripts/main/Misc%20Scripts/DoubleDown.lua?raw=true"))()
This?
How to get band in three minutes
slay
It instal a virus at ur mobile dont trie it
No it dosent lmao
You clicked a virus
good Music i got 65,500 robux
WTF
Bro You're lucky💀
Bot bro
hope this video gets banned LOL
how to put gamepass
BRO WHAT IS THE SCRIPT
❤
Does it work on any minigame on that game??
ruclips.net/video/0Ti9fzD12-k/видео.html
What's the name of the game
Pls Steal
Were script?
Here loadstring(game:HttpGet("raw.githubusercontent.com/Sw1ndlerScripts/RobloxScripts/main/Misc%20Scripts/DoubleDown.lua?raw=true"))()
L that link can't open it L
Aku kaya🤑🤑🤑
Where is the script
In the description
Link Virus L
Does it like auto play
Im GONNA BE AN EXPLOITER IN ROBLOX!1!1111!!!!!111!!!!111111!!!!!!!
okay. No one cares
PlS400$ p5efreph
Pls anime combat smilotur New game
Hey game name?
Fake Robux
fake fake fake
ez scamm
Name game plz
Bro Description
Script
Were is script
The name game is Pls Steal
It’s already in description
How does this work
@@wisemysticaltree6884 didnt help tho no explanation
I have areceus x