Bad Business - Pastebin.com (2024)

  1. -- Bad Business Script by KuzenKitt Script Developer Group

  2. -- Version: 1.1

  3. -- Instances:

  4. local MADGUI = Instance.new("ScreenGui")

  5. local main = Instance.new("Frame")

  6. local a = Instance.new("Frame")

  7. local NAME = Instance.new("TextLabel")

  8. local credits = Instance.new("TextLabel")

  9. local close = Instance.new("TextButton")

  10. local walk = Instance.new("TextButton")

  11. local grav = Instance.new("TextButton")

  12. local inf = Instance.new("TextButton")

  13. local fly = Instance.new("TextButton")

  14. local esp = Instance.new("TextButton")

  15. local tp = Instance.new("TextButton")

  16. local mon = Instance.new("TextButton")

  17. local alt = Instance.new("TextButton")

  18. local b = Instance.new("Frame")

  19. local opengui = Instance.new("Frame")

  20. local open = Instance.new("TextButton")

  21. --Properties:

  22. MADGUI.Name = "MADGUI"

  23. MADGUI.Parent = game.CoreGui

  24. main.Name = "main"

  25. main.Parent = MADGUI

  26. main.Active = true

  27. main.BackgroundColor3 = Color3.new(0.733333, 0.403922, 1)

  28. main.Position = UDim2.new(0.113530323, 0, 0.301190495, 0)

  29. main.Size = UDim2.new(0, 375, 0, 333)

  30. main.Visible = false

  31. main.Draggable = true

  32. a.Name = "a"

  33. a.Parent = main

  34. a.Active = true

  35. a.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)

  36. a.BackgroundTransparency = 0.5

  37. a.Position = UDim2.new(-0.00158837892, 0, -0.00193053461, 0)

  38. a.Size = UDim2.new(0, 375, 0, 8)

  39. NAME.Name = "NAME"

  40. NAME.Parent = a

  41. NAME.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)

  42. NAME.BackgroundTransparency = 1

  43. NAME.Position = UDim2.new(0.00266666664, 0, 0.0210208893, 0)

  44. NAME.Size = UDim2.new(0, 374, 0, 43)

  45. NAME.Font = Enum.Font.Cartoon

  46. NAME.Text = "Bad Business Gui"

  47. NAME.TextColor3 = Color3.new(1, 1, 1)

  48. NAME.TextSize = 25

  49. credits.Name = "credits"

  50. credits.Parent = a

  51. credits.BackgroundColor3 = Color3.new(1, 1, 1)

  52. credits.BackgroundTransparency = 1

  53. credits.Position = UDim2.new(-0.00158837892, 0, 5.37612724, 0)

  54. credits.Size = UDim2.new(0, 375, 0, 16)

  55. credits.Font = Enum.Font.Cartoon

  56. credits.Text = "Credits: KuzenKitt "

  57. credits.TextColor3 = Color3.new(1, 1, 1)

  58. credits.TextSize = 10

  59. close.Name = "close"

  60. close.Parent = a

  61. close.BackgroundColor3 = Color3.new(1, 0.168627, 0.917647)

  62. close.BackgroundTransparency = 0.60000002384186

  63. close.BorderColor3 = Color3.new(0.92549, 0.482353, 1)

  64. close.Position = UDim2.new(0.780306935, 0, 29.5083313, 0)

  65. close.Size = UDim2.new(0, 39, 0, 42)

  66. close.Font = Enum.Font.Cartoon

  67. close.Text = "X"

  68. close.TextColor3 = Color3.new(1, 1, 1)

  69. close.TextSize = 25

  70. close.MouseButton1Down:connect(function()

  71. opengui.Visible = true

  72. main.Visible = false

  73. end)

  74. walk.Name = "walk"

  75. walk.Parent = a

  76. walk.BackgroundColor3 = Color3.new(1, 0.168627, 0.917647)

  77. walk.BackgroundTransparency = 0.5

  78. walk.BorderColor3 = Color3.new(0.92549, 0.482353, 1)

  79. walk.Position = UDim2.new(0.396306932, 0, 29.0083332, 0)

  80. walk.Size = UDim2.new(0, 78, 0, 50)

  81. walk.Font = Enum.Font.Cartoon

  82. walk.Text = "Soon..."

  83. walk.TextColor3 = Color3.new(1, 1, 1)

  84. walk.TextSize = 17

  85. walk.MouseButton1Down:connect(function()

  86. _G.WalkSpeed = 100 local run = game:GetService('RunService') local players = game:GetService('Players') if _G.InitWS ~= true then run.Heartbeat:connect(function() players.LocalPlayer.Character.Humanoid.WalkSpeed = _G.WalkSpeed end) _G.InitWS = true end

  87. end)

  88. grav.Name = "grav"

  89. grav.Parent = a

  90. grav.BackgroundColor3 = Color3.new(1, 0.168627, 0.917647)

  91. grav.BackgroundTransparency = 0.5

  92. grav.BorderColor3 = Color3.new(0.92549, 0.482353, 1)

  93. grav.Position = UDim2.new(0.0336402506, 0, 29.0083332, 0)

  94. grav.Size = UDim2.new(0, 78, 0, 50)

  95. grav.Font = Enum.Font.Cartoon

  96. grav.Text = "Mega Jump"

  97. grav.TextColor3 = Color3.new(1, 1, 1)

  98. grav.TextSize = 25

  99. grav.MouseButton1Down:connect(function()

  100. workspace.Gravity = 20

  101. end)

  102. inf.Name = "inf"

  103. inf.Parent = a

  104. inf.BackgroundColor3 = Color3.new(1, 0.168627, 0.917647)

  105. inf.BackgroundTransparency = 0.5

  106. inf.BorderColor3 = Color3.new(0.92549, 0.482353, 1)

  107. inf.Position = UDim2.new(0.729640245, 0, 18.5083332, 0)

  108. inf.Size = UDim2.new(0, 78, 0, 50)

  109. inf.Font = Enum.Font.Cartoon

  110. inf.Text = "Soon..."

  111. inf.TextColor3 = Color3.new(1, 1, 1)

  112. inf.TextSize = 20

  113. inf.MouseButton1Down:connect(function()

  114. local plr = game:GetService'Players'.LocalPlayer local m = plr:GetMouse() m.KeyDown:connect(function(k) if k == ' ' then game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState('Jumping') wait() game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState('Seated') end end)

  115. end)

  116. fly.Name = "fly"

  117. fly.Parent = a

  118. fly.BackgroundColor3 = Color3.new(1, 0.168627, 0.917647)

  119. fly.BackgroundTransparency = 0.5

  120. fly.BorderColor3 = Color3.new(0.92549, 0.482353, 1)

  121. fly.Position = UDim2.new(0.396306932, 0, 18.5083332, 0)

  122. fly.Size = UDim2.new(0, 78, 0, 50)

  123. fly.Font = Enum.Font.Cartoon

  124. fly.Text = "Soon..."

  125. fly.TextColor3 = Color3.new(1, 1, 1)

  126. fly.TextSize = 25

  127. fly.MouseButton1Down:connect(function()

  128. repeat wait()

  129. until game:GetService"Players".LocalPlayer and game:GetService"Players".LocalPlayer.Character and game:GetService"Players".LocalPlayer.Character:findFirstChild("UpperTorso") and game:GetService"Players".LocalPlayer.Character:findFirstChild("Humanoid")

  130. local mouse = game:GetService"Players".LocalPlayer:GetMouse()

  131. repeat wait() until mouse

  132. local plr = game:GetService"Players".LocalPlayer

  133. local torso = plr.Character.UpperTorso

  134. local flying = true

  135. local deb = true

  136. local ctrl = {f = 0, b = 0, l = 0, r = 0}

  137. local lastctrl = {f = 0, b = 0, l = 0, r = 0}

  138. local maxspeed = 100

  139. local speed = 0

  140. function Fly()

  141. local bg = Instance.new("BodyGyro", torso)

  142. bg.P = 9e4

  143. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)

  144. bg.cframe = torso.CFrame

  145. local bv = Instance.new("BodyVelocity", torso)

  146. bv.velocity = Vector3.new(0,0.1,0)

  147. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)

  148. repeat wait()

  149. plr.Character.Humanoid.PlatformStand = true

  150. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then

  151. speed = speed+.5+(speed/maxspeed)

  152. if speed > maxspeed then

  153. speed = maxspeed

  154. end

  155. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then

  156. speed = speed-1

  157. if speed < 0 then

  158. speed = 0

  159. end

  160. end

  161. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then

  162. bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed

  163. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}

  164. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then

  165. bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed

  166. else

  167. bv.velocity = Vector3.new(0,0.1,0)

  168. end

  169. bg.cframe = game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)

  170. until not flying

  171. ctrl = {f = 0, b = 0, l = 0, r = 0}

  172. lastctrl = {f = 0, b = 0, l = 0, r = 0}

  173. speed = 0

  174. bg:Destroy()

  175. bv:Destroy()

  176. plr.Character.Humanoid.PlatformStand = false

  177. end

  178. mouse.KeyDown:connect(function(key)

  179. if key:lower() == "f" then

  180. if flying then flying = false

  181. else

  182. flying = true

  183. Fly()

  184. end

  185. elseif key:lower() == "w" then

  186. ctrl.f = 1

  187. elseif key:lower() == "s" then

  188. ctrl.b = -1

  189. elseif key:lower() == "a" then

  190. ctrl.l = -1

  191. elseif key:lower() == "d" then

  192. ctrl.r = 1

  193. end

  194. end)

  195. mouse.KeyUp:connect(function(key)

  196. if key:lower() == "w" then

  197. ctrl.f = 0

  198. elseif key:lower() == "s" then

  199. ctrl.b = 0

  200. elseif key:lower() == "a" then

  201. ctrl.l = 0

  202. elseif key:lower() == "d" then

  203. ctrl.r = 0

  204. end

  205. end)

  206. Fly()

  207. end)

  208. esp.Name = "esp"

  209. esp.Parent = a

  210. esp.BackgroundColor3 = Color3.new(1, 0.168627, 0.917647)

  211. esp.BackgroundTransparency = 0.5

  212. esp.BorderColor3 = Color3.new(0.92549, 0.482353, 1)

  213. esp.Position = UDim2.new(0.0336402506, 0, 18.5083332, 0)

  214. esp.Size = UDim2.new(0, 78, 0, 50)

  215. esp.Font = Enum.Font.Cartoon

  216. esp.Text = "Soon..."

  217. esp.TextColor3 = Color3.new(1, 1, 1)

  218. esp.TextSize = 25

  219. esp.MouseButton1Down:connect(function()

  220. while true do

  221. wait(0.3)

  222. for _, p in pairs(game:GetChildren()) do

  223. if p.ClassName == ("Players") then

  224. plr = p.LocalPlayer

  225. team = plr.TeamColor

  226. for _, v in pairs(p:GetChildren()) do

  227. if v.Name ~= plr.Name and v.TeamColor ~= team then

  228. for _, l in pairs(v.Character.Head:GetChildren()) do

  229. if l.Name == ("OverRemove") then

  230. l:Destroy()

  231. end

  232. end

  233. i = Instance.new("BillboardGui",v.Character.Head)

  234. i.Name = ("OverRemove")

  235. f = Instance.new("Frame",i)

  236. i.Active = true

  237. i.AlwaysOnTop = true

  238. i.Size = UDim2.new(1,0,1,0)

  239. i.ExtentsOffset = Vector3.new(0,3.5,0)

  240. f.Size = UDim2.new(1,0,1,0)

  241. f.BorderSizePixel = 0

  242. f.BackgroundColor3 = Color3.new(1,0,0)

  243. elseif v.TeamColor == team then

  244. for _, l in pairs(v.Character.Head:GetChildren()) do

  245. if l.Name == ("OverRemove") then

  246. l:Destroy()

  247. end

  248. end

  249. end

  250. end

  251. end

  252. end

  253. end

  254. end)

  255. tp.Name = "tp"

  256. tp.Parent = a

  257. tp.BackgroundColor3 = Color3.new(1, 0.168627, 0.917647)

  258. tp.BackgroundTransparency = 0.5

  259. tp.BorderColor3 = Color3.new(0.92549, 0.482353, 1)

  260. tp.Position = UDim2.new(0.396306932, 0, 8.13333321, 0)

  261. tp.Size = UDim2.new(0, 78, 0, 50)

  262. tp.Font = Enum.Font.Cartoon

  263. tp.Text = "Soon..."

  264. tp.TextColor3 = Color3.new(1, 1, 1)

  265. tp.TextSize = 25

  266. tp.MouseButton1Down:connect(function()

  267. plr = game:GetService('Players').LocalPlayer;hum=plr.Character.HumanoidRootPart;mouse=plr:GetMouse()function Break()game:service'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'.Name="Break"end;function Fix()game:service'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'.Name="Humanoid"end;function BypassTPTo(a,b,c,d)game.Workspace.Gravity=0;Break()player=game:GetService("Players").LocalPlayer;local e=player.character.HumanoidRootPart;local f=100000;cf=CFrame.new(a,b,c)local g=e.CFrame+Vector3.new(0,math.max(0,30-e.CFrame.y),0)for h=0,1,1/((g.p-cf.p).magnitude/(f*0.25))do if abort then break end;e.CFrame=g:lerp(cf,h)wait(0.25)end;game.Workspace.Gravity=196;for h=1,1 do e.CFrame=cf;wait(0.1)Fix()end;wait(0.1)end;local i=game:GetService('Players').LocalPlayer;local j=i:GetMouse()j.Button1Down:connect(function()if not game:GetService('UserInputService'):IsKeyDown(Enum.KeyCode.LeftControl)then return end;BypassTPTo(mouse.Hit.x,mouse.Hit.y+2,mouse.Hit.z)end)

  268. end)

  269. mon.Name = "mon"

  270. mon.Parent = a

  271. mon.BackgroundColor3 = Color3.new(1, 0.168627, 0.917647)

  272. mon.BackgroundTransparency = 0.5

  273. mon.BorderColor3 = Color3.new(0.92549, 0.482353, 1)

  274. mon.Position = UDim2.new(0.0336402506, 0, 8.13333321, 0)

  275. mon.Size = UDim2.new(0, 78, 0, 50)

  276. mon.Font = Enum.Font.Cartoon

  277. mon.Text = "Soon..."

  278. mon.TextColor3 = Color3.new(1, 1, 1)

  279. mon.TextSize = 25

  280. mon.MouseButton1Down:connect(function()

  281. local w = game:GetService("Workspace")

  282. local ObjectSelection = w:WaitForChild("ObjectSelection")

  283. for _,v in pairs (ObjectSelection:GetChildren()) do

  284. if v.Name == "CashRegister" then

  285. if v:FindFirstChild("SmashCash") then

  286. local Event = v.SmashCash.SmashCash.Event

  287. Event:FireServer()

  288. end

  289. end

  290. if v.Name == "ATM" then

  291. if v:FindFirstChild("ATM") then

  292. local Event = v.ATM.ATM.Event

  293. Event:FireServer()

  294. end

  295. end

  296. end

  297. end)

  298. alt.Name = "alt"

  299. alt.Parent = a

  300. alt.BackgroundColor3 = Color3.new(1, 0.168627, 0.917647)

  301. alt.BackgroundTransparency = 0.5

  302. alt.BorderColor3 = Color3.new(0.92549, 0.482353, 1)

  303. alt.Position = UDim2.new(0.729640245, 0, 8.13333321, 0)

  304. alt.Size = UDim2.new(0, 78, 0, 50)

  305. alt.Font = Enum.Font.Cartoon

  306. alt.Text = "Soon..."

  307. alt.TextColor3 = Color3.new(1, 1, 1)

  308. alt.TextSize = 20

  309. alt.MouseButton1Down:connect(function()

  310. local Plr = game:GetService('Players').LocalPlayer local Mouse = Plr:GetMouse() Mouse.Button1Down:connect(function() if not game:GetService('UserInputService'):IsKeyDown(Enum.KeyCode.LeftAlt) then return end if not Mouse.Target then return end Mouse.Target:Destroy() end)

  311. end)

  312. b.Name = "b"

  313. b.Parent = main

  314. b.Active = true

  315. b.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)

  316. b.BackgroundTransparency = 0.5

  317. b.Position = UDim2.new(-0.00158837892, 0, 0.974045455, 0)

  318. b.Size = UDim2.new(0, 375, 0, 8)

  319. opengui.Name = "opengui"

  320. opengui.Parent = MADGUI

  321. opengui.Active = true

  322. opengui.BackgroundColor3 = Color3.new(1, 1, 1)

  323. opengui.Position = UDim2.new(0, 0, 0.510714293, 0)

  324. opengui.Size = UDim2.new(0, 122, 0, 59)

  325. open.Name = "open"

  326. open.Parent = opengui

  327. open.BackgroundColor3 = Color3.new(1, 0.152941, 0.705882)

  328. open.Position = UDim2.new(0, 0, -0.0147094131, 0)

  329. open.Size = UDim2.new(0, 122, 0, 59)

  330. open.Font = Enum.Font.Cartoon

  331. open.Text = "OPEN"

  332. open.TextColor3 = Color3.new(1, 1, 1)

  333. open.TextSize = 40

  334. open.MouseButton1Down:connect(function()

  335. main.Visible = true

  336. opengui.Visible = false

  337. end)

  338. -- Scripts:

Bad Business - Pastebin.com (2024)
Top Articles
Latest Posts
Article information

Author: Madonna Wisozk

Last Updated:

Views: 6401

Rating: 4.8 / 5 (68 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Madonna Wisozk

Birthday: 2001-02-23

Address: 656 Gerhold Summit, Sidneyberg, FL 78179-2512

Phone: +6742282696652

Job: Customer Banking Liaison

Hobby: Flower arranging, Yo-yoing, Tai chi, Rowing, Macrame, Urban exploration, Knife making

Introduction: My name is Madonna Wisozk, I am a attractive, healthy, thoughtful, faithful, open, vivacious, zany person who loves writing and wants to share my knowledge and understanding with you.