Advertisement
_Thanh_Thy_Cute_

Southwest Florida Beta LEAKED OP BTOOLS

Sep 4th, 2021
4,249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.04 KB | None | 0 0
  1. local Finity = loadstring(game:HttpGet("https://pastebin.com/raw/y4eeFHp0"))()
  2.  
  3. local FinityWindow = Finity.new(true)
  4. FinityWindow.ChangeToggleKey(Enum.KeyCode.T)
  5.  
  6. local Rage = FinityWindow:Category("Main Functions")
  7.  
  8. local op = Rage:Sector("Hot Features")
  9.  
  10. local Rage1 = FinityWindow:Category("OpFeatures")
  11.  
  12. local op1 = Rage1:Sector("ChiliPepperFeatures")
  13.  
  14. op:Cheat("Button", "Destroy all(MATRIX)", function()
  15. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  16. local userdata_1 = v;
  17. local Target = game:GetService("ReplicatedStorage").Remotes.ShatterGlass;
  18. Target:FireServer(userdata_1);
  19. end
  20. end)
  21.  
  22. op:Cheat("Button", "Vanish yourself", function()
  23. game.Players.LocalPlayer.Character.Head.face:Destroy()
  24. wait()
  25. for i,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  26. local userdata_1 = v;
  27. local Target = game:GetService("ReplicatedStorage").Remotes.ShatterGlass;
  28. Target:FireServer(userdata_1);
  29. end
  30. end)
  31.  
  32.  
  33. op:Cheat("Button", "Vanish all cars", function()
  34. for i,v in pairs(game:GetService("Workspace").Cars:GetDescendants()) do
  35. local userdata_1 = v;
  36. local Target = game:GetService("ReplicatedStorage").Remotes.ShatterGlass;
  37. Target:FireServer(userdata_1)
  38. end
  39. end)
  40.  
  41. op:Cheat("Button", "NoHeadToAll", function()
  42. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  43. if v.Name == "Head" then
  44. local userdata_1 = v;
  45. local Target = game:GetService("ReplicatedStorage").Remotes.ShatterGlass;
  46. Target:FireServer(userdata_1)
  47. end
  48. end
  49. end)
  50.  
  51. op:Cheat("Button", "ModCar", function()
  52. for i,v in pairs(game:GetService("Workspace").Cars:GetDescendants()) do
  53. if v:IsA("ModuleScript") and v.Name == "A-Chassis Tune" then
  54. local a = require(v)
  55. a.Weight = 501
  56. a.Horsepower = 3500
  57. a.Redline = 20111
  58. a.IdleRPM = 20111
  59. a.FBrakeForce = 70001
  60. a.RBrakeForce = 70001
  61. a.PBrakeForce = 70001
  62. a.PeakRPM = 20000
  63. a.SpeedEngage = math.huge
  64. a.SteeerMaxTorque = 1000001
  65. a.WqPoint = 20000
  66. for i,v in pairs(a) do print(i,v) end end end-- NOTE: first spawn car, then execute (car's name doesn't matter), then join the car
  67. end)
  68.  
  69. op:Cheat("Button", "ShutdownServer", function()
  70. for i,v in pairs(game:GetDescendants()) do
  71. local userdata_1 = v;
  72. local Target = game:GetService("ReplicatedStorage").Remotes.ShatterGlass;
  73. Target:FireServer(userdata_1);
  74. end
  75. end)
  76.  
  77.  
  78. op:Cheat("Button", "FE Btool", function()
  79. local remote = game:GetService("ReplicatedStorage").Remotes.ShatterGlass
  80. local Tool = Instance.new("Tool",game.Players.LocalPlayer.Backpack)
  81. local Equipped = false
  82.  
  83. Tool.RequiresHandle = false
  84. Tool.TextureId = 'http://roblox.com/asset/?id=12223874'
  85. local Field = Instance.new("SelectionBox",game.Workspace)
  86. local Mouse = game.Players.LocalPlayer:GetMouse()
  87. Field.LineThickness = 0.1
  88.  
  89. Tool.Equipped:connect(function()
  90. Equipped = true
  91. Mouse.Icon = 'rbxasset://textures/HammerCursor.png'
  92. while Equipped == true do
  93. if Mouse.Target ~= nil then
  94. Field.Adornee = Mouse.Target
  95. else
  96. Field.Adornee = nil
  97. end
  98. wait()
  99. end
  100. end)
  101.  
  102.  
  103. Tool.Unequipped:connect(function()
  104. Equipped = false
  105. Field.Adornee = nil
  106. Mouse.Icon = ''
  107. end)
  108.  
  109. Tool.Activated:connect(function()
  110. if Mouse.Target ~= nil then
  111. local ob = Mouse.Target
  112. remote:FireServer(ob)
  113. end
  114. end)
  115. end)
  116.  
  117. op:Cheat("Button", "Radio Activator", function()
  118. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  119. if v.Name == "lastVol" then
  120. local userdata_1 = v;
  121. local number_1 = 0.5;
  122. local Target = game:GetService("ReplicatedStorage").songControlEvent;
  123. Target:FireServer(userdata_1, number_1);
  124. end
  125. end
  126. wait(0.1)
  127. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  128. if v.Name == "radioStat" then
  129. local userdata_1 = v;
  130. local string_1 = "rMonster";
  131. local Target = game:GetService("ReplicatedStorage").songControlEvent;
  132. Target:FireServer(userdata_1, string_1);
  133. end
  134. end
  135. end)
  136.  
  137. op:Cheat("Button", "Activate all horns", function()
  138. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  139. if v.Name == "AC6_FE_Horn" and v:IsA("RemoteEvent") then
  140. local string_1 = "playSound";
  141. local string_2 = "Horn";
  142. local Target = v;
  143. Target:FireServer(string_1, string_2);
  144. end
  145. end
  146. end)
  147.  
  148.  
  149. op1:Cheat("Button", "Activate all car's lights", function()
  150. for i,b in pairs(game:GetService("Workspace").Cars:GetDescendants()) do
  151. if b:IsA("RemoteEvent") and b.Name == "Lights_FE" then
  152. for i,v in pairs(game:GetService("Workspace").Cars:GetDescendants()) do
  153. local string_1 = "UpdateLight";
  154. local userdata_1 = v;
  155. local userdata_2 = Enum.Material.Neon;
  156. local userdata_3 = BrickColor.Random();
  157. local number_1 = 111;
  158. local bool_1 = true;
  159. local number_2 = 10;
  160. local string_2 = "rbxassetid://5369577200";
  161. local Target = b;
  162. Target:FireServer(string_1, userdata_1, userdata_2, userdata_3, number_1, bool_1, number_2, string_2);
  163. end
  164. end
  165. end
  166. end)
  167.  
  168. op1:Cheat("Button", "AnticheatBypass", function()
  169. game:GetService("ReplicatedStorage").AntiEvent:Destroy()
  170. end)
  171.  
  172. op1:Cheat("Button", "GunSettingsSecureBypass", function()
  173. for i,v in pairs(game:GetService("ReplicatedStorage"):GetDescendants()) do
  174. if v.Name == "SecureSettings" then
  175. v:Destroy()
  176. end
  177. end
  178. end)
  179.  
  180. op1:Cheat("Label", "Note: the script only can mod gun, you can't hit as there's a script in serverscriptstorage that you can't modify", function()
  181. end)
  182.  
  183. op1:Cheat("Button", "MODM9", function()
  184. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  185. if v:IsA("ModuleScript") and v.Name == "Setting" then
  186. local sus = require(v)
  187.  
  188. sus.FireRate = 0
  189. sus.MaxAmmo = math.huge
  190. sus.Recoil = 0
  191. sus.Ammo = math.huge
  192. sus.AmmoPerMag = math.huge
  193. sus.FlamingBullet = true
  194. sus.ExplosiveEnabled = true
  195.  
  196.  
  197. for i,v in pairs(sus) do print(i,v) end end end
  198. end)
  199.  
  200. op1:Cheat("Button", "infinite fuel", function()
  201. for i,v in pairs(game:GetDescendants()) do
  202. if v:IsA("RemoteEvent") and v.Name == "FuelEvent" then
  203. v:Destroy() end end
  204. end)
  205.  
  206. op1:Cheat("Label", "Note: when you remove all phones you trade them to a casual player, same for food so it works as autofarm too", function()
  207. end)
  208.  
  209.  
  210. op1:Cheat("Button", "RemoveAllPhones", function()
  211. for i,b in pairs(game:GetDescendants()) do
  212. if b:IsA("Tool") then
  213. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  214. local string_1 = "Request";
  215. local userdata_1 = v;
  216. local userdata_2 = b --[[ Parent is "nil" or object is destroyed ]];
  217. local Target = game:GetService("ReplicatedStorage").RequestPurchase;
  218. Target:FireServer(string_1, userdata_1, userdata_2);
  219. end
  220. end
  221. end
  222. end)
  223.  
  224. op1:Cheat("Button", "SoulTakerSound", function()
  225. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  226. if v:IsA("RemoteEvent") and v.Name == "AC6_FE_SoundsW" then
  227. local string_1 = "updateSound";
  228. local string_2 = "Whine";
  229. local string_3 = "rbxassetid://404779487";
  230. local number_1 = 10.5;
  231. local number_2 = 10.5;
  232. local Target = v;
  233. Target:FireServer(string_1, string_2, string_3, number_1, number_2);
  234. end
  235. end
  236. end)
  237.  
  238. op1:Cheat("Button", "StopSounds", function()
  239. for i,b in pairs(game:GetService("Workspace").Cars:GetDescendants()) do
  240. if b:IsA("RemoteEvent") and b.Name == "AC6_FE_Stop" then
  241. for i,v in pairs(game:GetService("Workspace").Cars:GetDescendants()) do
  242. if v:IsA("Sound") then
  243. local string_1 = "stopSound";
  244. local userdata_1 = v;
  245. local Target = b;
  246. Target:FireServer(string_1, userdata_1);
  247. end
  248. end
  249. end
  250. end
  251. end)
  252.  
  253. op1:Cheat("Button", "SpamParticle", function()
  254. while true do
  255. local userdata_1 = game.Players.LocalPlayer.Character.Head;
  256. local Target = game:GetService("ReplicatedStorage").Remotes.ShatterGlass;
  257. Target:FireServer(userdata_1);
  258. wait()
  259. end
  260. end)
  261.  
  262. op1:Cheat("Button", "Destroy all glasses", function()
  263. for i,v in pairs(game:GetService("Workspace").glassParts:GetChildren()) do
  264. local userdata_1 = v;
  265. local Target = game:GetService("ReplicatedStorage").Remotes.ShatterGlass;
  266. Target:FireServer(userdata_1);
  267. end
  268. end)
  269.  
  270. op:Cheat("Label", "credits to legituser", function()
  271. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement