Advertisement
kentdaveopsima

Untitled

Jul 11th, 2019
2,826
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.47 KB | None | 0 0
  1. -- this will get patched quickly
  2.  
  3. -- make a cake gui by Animus
  4. -- game link: https://www.roblox.com/games/39972972/Make-a-Cake-Back-for-Seconds
  5. -- enjoy!
  6.  
  7. local creategui = Instance.new("ScreenGui")
  8. local exploitgui = Instance.new("Frame")
  9. local guititle1 = Instance.new("TextLabel")
  10. local underline1 = Instance.new("Frame")
  11. local scrollingframe = Instance.new("ScrollingFrame")
  12. local febtools = Instance.new("TextButton")
  13. local revizadmin = Instance.new("TextButton")
  14. local voidothers = Instance.new("TextButton")
  15. local infiniteyield = Instance.new("TextButton")
  16. local walkspeed = Instance.new("TextButton")
  17. local jumppower = Instance.new("TextButton")
  18. --Properties:
  19. creategui.Name = "creategui"
  20. creategui.Parent = game.CoreGui
  21. creategui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22.  
  23. exploitgui.Name = "exploitgui"
  24. exploitgui.Parent = creategui
  25. exploitgui.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  26. exploitgui.BorderColor3 = Color3.new(0, 0, 0)
  27. exploitgui.BorderSizePixel = 0
  28. exploitgui.Position = UDim2.new(0.503373802, 0, 0.303439796, 0)
  29. exploitgui.Size = UDim2.new(0, 264, 0, 343)
  30. exploitgui.Active = true
  31. exploitgui.Draggable = true
  32.  
  33. guititle1.Name = "guititle1"
  34. guititle1.Parent = exploitgui
  35. guititle1.BackgroundColor3 = Color3.new(1, 1, 1)
  36. guititle1.BackgroundTransparency = 1
  37. guititle1.BorderColor3 = Color3.new(0, 0, 0)
  38. guititle1.BorderSizePixel = 0
  39. guititle1.Position = UDim2.new(0.121212125, 0, 0, 0)
  40. guititle1.Size = UDim2.new(0, 200, 0, 50)
  41. guititle1.Font = Enum.Font.SourceSansBold
  42. guititle1.Text = "Make A Cake Gui"
  43. guititle1.TextColor3 = Color3.new(0, 0.666667, 1)
  44. guititle1.TextScaled = true
  45. guititle1.TextSize = 14
  46. guititle1.TextWrapped = true
  47.  
  48. underline1.Name = "underline1"
  49. underline1.Parent = exploitgui
  50. underline1.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  51. underline1.BorderColor3 = Color3.new(0, 0, 0)
  52. underline1.BorderSizePixel = 0
  53. underline1.Position = UDim2.new(0.075757578, 0, 0.119533524, 0)
  54. underline1.Size = UDim2.new(0, 224, 0, 9)
  55.  
  56. scrollingframe.Name = "scrollingframe"
  57. scrollingframe.Parent = exploitgui
  58. scrollingframe.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  59. scrollingframe.BorderColor3 = Color3.new(0, 0, 0)
  60. scrollingframe.BorderSizePixel = 0
  61. scrollingframe.Position = UDim2.new(0.0340909101, 0, 0.174927115, 0)
  62. scrollingframe.Size = UDim2.new(0, 246, 0, 275)
  63.  
  64. febtools.Name = "febtools"
  65. febtools.Parent = scrollingframe
  66. febtools.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  67. febtools.BackgroundTransparency = 0.15000000596046
  68. febtools.BorderColor3 = Color3.new(0, 0, 0)
  69. febtools.BorderSizePixel = 0
  70. febtools.Position = UDim2.new(0.0927568227, 0, 0.0145772696, 0)
  71. febtools.Size = UDim2.new(0, 200, 0, 50)
  72. febtools.Font = Enum.Font.ArialBold
  73. febtools.Text = "Btools"
  74. febtools.TextColor3 = Color3.new(1, 1, 1)
  75. febtools.TextScaled = true
  76. febtools.TextSize = 14
  77. febtools.TextWrapped = true
  78. febtools.MouseButton1Click:connect(function()
  79. local epic = Instance.new("Tool")
  80. local dab = Instance.new("Part")
  81. local plr = game.Players.LocalPlayer
  82. local tar_obj = nil
  83. local ok = game.ReplicatedStorage.DragTools.RightPosition
  84. dab.Parent = epic
  85. dab.Size = Vector3.new(0.2, 0.2, 0.2)
  86. epic.Parent = plr.Backpack
  87. epic.Name = "Delete"
  88. dab.Name = "Handle"
  89. epic.Equipped:Connect(function(m_S)
  90. print("m")
  91.  
  92. m_S.Button1Down:Connect(function()
  93. print("M")
  94.  
  95. tar_obj = m_S.Target
  96.  
  97. ok:FireServer(tar_obj, Vector3.new(math.random(999000, 1001000), 1000000, 1000000), Vector3.new(math.random(999000, 1001000), 1000000, 1000000))
  98.  
  99. end)
  100. end)
  101. end)
  102.  
  103. revizadmin.Name = "revizadmin"
  104. revizadmin.Parent = scrollingframe
  105. revizadmin.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  106. revizadmin.BackgroundTransparency = 0.15000000596046
  107. revizadmin.BorderColor3 = Color3.new(0, 0, 0)
  108. revizadmin.BorderSizePixel = 0
  109. revizadmin.Position = UDim2.new(0.0927568227, 0, 0.202623904, 0)
  110. revizadmin.Size = UDim2.new(0, 200, 0, 50)
  111. revizadmin.Font = Enum.Font.ArialBold
  112. revizadmin.Text = "Reviz Admin"
  113. revizadmin.TextColor3 = Color3.new(1, 1, 1)
  114. revizadmin.TextScaled = true
  115. revizadmin.TextSize = 14
  116. revizadmin.TextWrapped = true
  117. revizadmin.MouseButton1Click:connect(function()
  118. loadstring(game:GetObjects("rbxassetid://3116215440")[1].Source)()
  119. end)
  120.  
  121. voidothers.Name = "voidothers"
  122. voidothers.Parent = scrollingframe
  123. voidothers.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  124. voidothers.BackgroundTransparency = 0.15000000596046
  125. voidothers.BorderColor3 = Color3.new(0, 0, 0)
  126. voidothers.BorderSizePixel = 0
  127. voidothers.Position = UDim2.new(0.0927568227, 0, 0.109329462, 0)
  128. voidothers.Size = UDim2.new(0, 200, 0, 50)
  129. voidothers.Font = Enum.Font.ArialBold
  130. voidothers.Text = "Void Others"
  131. voidothers.TextColor3 = Color3.new(1, 1, 1)
  132. voidothers.TextScaled = true
  133. voidothers.TextSize = 14
  134. voidothers.TextWrapped = true
  135. voidothers.MouseButton1Click:connect(function()
  136. for i,v in pairs(game.Players:GetChildren()) do
  137. if (not v:FindFirstChild("admin")) and v.Name ~= game.Players.LocalPlayer.Name then
  138. game.ReplicatedStorage.DragTools.RightPosition:FireServer(v.Character.HumanoidRootPart, Vector3.new(math.random(999000, 1001000), 1000000, 1000000), Vector3.new(math.random(999000, 1001000), 1000000, 1000000))
  139. end
  140. end
  141. end)
  142.  
  143. infiniteyield.Name = "infiniteyield"
  144. infiniteyield.Parent = scrollingframe
  145. infiniteyield.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  146. infiniteyield.BackgroundTransparency = 0.15000000596046
  147. infiniteyield.BorderColor3 = Color3.new(0, 0, 0)
  148. infiniteyield.BorderSizePixel = 0
  149. infiniteyield.Position = UDim2.new(0.0929999948, 0, 0.29488337, 0)
  150. infiniteyield.Size = UDim2.new(0, 200, 0, 50)
  151. infiniteyield.Font = Enum.Font.ArialBold
  152. infiniteyield.Text = "Infinite Yield"
  153. infiniteyield.TextColor3 = Color3.new(1, 1, 1)
  154. infiniteyield.TextScaled = true
  155. infiniteyield.TextSize = 14
  156. infiniteyield.TextWrapped = true
  157. infiniteyield.MouseButton1Click:connect(function()
  158. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  159. end)
  160.  
  161. walkspeed.Name = "walkspeed"
  162. walkspeed.Parent = scrollingframe
  163. walkspeed.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  164. walkspeed.BackgroundTransparency = 0.15000000596046
  165. walkspeed.BorderColor3 = Color3.new(0, 0, 0)
  166. walkspeed.BorderSizePixel = 0
  167. walkspeed.Position = UDim2.new(0.0927568227, 0, 0.389212847, 0)
  168. walkspeed.Size = UDim2.new(0, 200, 0, 50)
  169. walkspeed.Font = Enum.Font.ArialBold
  170. walkspeed.Text = "100+ Walkspeed"
  171. walkspeed.TextColor3 = Color3.new(1, 1, 1)
  172. walkspeed.TextScaled = true
  173. walkspeed.TextSize = 14
  174. walkspeed.TextWrapped = true
  175. walkspeed.MouseButton1Click:connect(function()
  176. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  177. end)
  178.  
  179. jumppower.Name = "jumppower"
  180. jumppower.Parent = scrollingframe
  181. jumppower.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  182. jumppower.BackgroundTransparency = 0.15000000596046
  183. jumppower.BorderColor3 = Color3.new(0, 0, 0)
  184. jumppower.BorderSizePixel = 0
  185. jumppower.Position = UDim2.new(0.0927568227, 0, 0.486880481, 0)
  186. jumppower.Size = UDim2.new(0, 200, 0, 50)
  187. jumppower.Font = Enum.Font.ArialBold
  188. jumppower.Text = "100+ JumpPower"
  189. jumppower.TextColor3 = Color3.new(1, 1, 1)
  190. jumppower.TextScaled = true
  191. jumppower.TextSize = 14
  192. jumppower.TextWrapped = true
  193. jumppower.MouseButton1Click:connect(function()
  194. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  195. end)
  196.  
  197. -- end of script
  198. -- made by Animus
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement