This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local args = { | |
| "StressBall", | |
| -math.huge | |
| } | |
| game:GetService("ReplicatedStorage"):WaitForChild("BuyItem"):FireServer(unpack(args)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local gun = require(game:GetService("Players").LocalPlayer.Backpack.Pistol.Setting) | |
| gun.BaseDamage = 999 | |
| gun.FireRate = 0.025 | |
| gun.ReloadTime = 0.1 | |
| gun.AmmoPerClip = 999 | |
| gun.Spread = 0.5 | |
| gun.Knockback = math.huge | |
| gun.Lifesteal = math.huge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local args = { | |
| 10000000 | |
| } | |
| game:GetService("ReplicatedStorage"):WaitForChild("Coins"):FireServer(unpack(args)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| game:GetService("ReplicatedStorage").AdminPanels.HeadAdminPanel.Parent = game:GetService("Players").LocalPlayer.PlayerGui | |
| game:GetService("Players").LocalPlayer.PlayerGui.HeadAdminPanel.Alert.Visible = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local args = { | |
| "Upgrade", | |
| { | |
| Price = -math.huge, | |
| Currency = "Wins", | |
| Amount = math.huge | |
| } | |
| } | |
| game:GetService("ReplicatedStorage"):WaitForChild("Libraries"):WaitForChild("Net"):WaitForChild("RF/request_buy"):InvokeServer(unpack(args)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local args = { | |
| -math.huge | |
| } | |
| game:GetService("ReplicatedStorage"):WaitForChild("DamageEvent"):FireServer(unpack(args)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| while true do | |
| task.wait(0.35) | |
| game:GetService("Players").LocalPlayer.PlayerGui:FindFirstChild("BecomeSirenHead").Enabled = true | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| while true do | |
| task.wait(0.001) | |
| local args = { | |
| "tier24" | |
| } | |
| game:GetService("ReplicatedStorage"):WaitForChild("RebirthEvent"):FireServer(unpack(args)) | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| _G.toggle = true -- change to "false" to hide the gui again | |
| while true do | |
| task.wait(0.35) | |
| if _G.toggle == true then | |
| game:GetService("Players").LocalPlayer.PlayerGui.AdminPanel.Enabled = true | |
| else | |
| game:GetService("Players").LocalPlayer.PlayerGui.AdminPanel.Enabled = false | |
| end | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| return(function(...)local X={"\098\109\080\115\108\043\085\109\100\116\053\107\076\119\061\061";"\119\086\049\056\083\114\061\061","\100\089\090\119\074\106\085\048";"\049\047\080\106\071\118\105\099\082\072\074\070\119\119\061\061","\070\065\119\076\067\110\103\067\050\048\056\104\043\068\078\098","\080\114\061\061";"\122\101\107\116\101\051\061\061","\122\109\057\071\078\102\121\099\079\056\097\102\078\102\082\120\051\114\061\061";"\077\107\073\108","\084\088\053\115\083\110\072\075\113\071\066\116\079\075\083\065\104\119\061\061";"\119\055\073\122\098\116\071\068\074\111\113\061";"\069\053\110\089\113\082\088\110\084\115\055\065\110\115\098\103\074\086\072\054","\103\067\099\116\118\109\088\101\078\078\113\089\072\077\065\103\113\074\114\118\085\087\070\083\098\050\113\076\050\051\061\061";"\084\106\078\088\053\084\072\086\083\087\105\067\101\087\073\061","\072\055\102\061";"\120\075\076\052\099\066\055\070\055\087\074\117\056\050\081\061","\068\082\098\100\083\083\108\112";"\087\056\115\088","\101\043\087 |
OlderNewer