Advertisement
xennyYT

Kamikaze GUI

Feb 27th, 2020
693
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.30 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.1
  3.  
  4. -- Instances:
  5.  
  6. local KamkamizeGUI = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local SettingsCrasher = Instance.new("TextButton")
  9. local FEFling = Instance.new("TextButton")
  10. local VOID = Instance.new("TextButton")
  11. local TextLabel = Instance.new("TextLabel")
  12.  
  13. --Properties:
  14.  
  15. KamkamizeGUI.Name = "Kamkamize GUI"
  16. KamkamizeGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17. KamkamizeGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18. KamkamizeGUI.ResetOnSpawn = false
  19.  
  20. Frame.Parent = KamkamizeGUI
  21. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  22. Frame.BackgroundTransparency = 0.550
  23. Frame.BorderColor3 = Color3.fromRGB(255, 255, 255)
  24. Frame.BorderSizePixel = 9
  25. Frame.Position = UDim2.new(0, 0, 0.218512893, 0)
  26. Frame.Size = UDim2.new(0, 144, 0, 371)
  27.  
  28. SettingsCrasher.Name = "Settings Crasher"
  29. SettingsCrasher.Parent = Frame
  30. SettingsCrasher.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  31. SettingsCrasher.BackgroundTransparency = 0.600
  32. SettingsCrasher.BorderSizePixel = 3
  33. SettingsCrasher.Position = UDim2.new(0.131944448, 0, 0.177897587, 0)
  34. SettingsCrasher.Size = UDim2.new(0, 105, 0, 26)
  35. SettingsCrasher.Font = Enum.Font.SourceSans
  36. SettingsCrasher.Text = "Settings Crasher"
  37. SettingsCrasher.TextColor3 = Color3.fromRGB(0, 0, 0)
  38. SettingsCrasher.TextSize = 14.000
  39.  
  40. FEFling.Name = "FE Fling"
  41. FEFling.Parent = Frame
  42. FEFling.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  43. FEFling.BackgroundTransparency = 0.500
  44. FEFling.BorderSizePixel = 3
  45. FEFling.Position = UDim2.new(0.131944448, 0, 0.463611871, 0)
  46. FEFling.Size = UDim2.new(0, 105, 0, 26)
  47. FEFling.Font = Enum.Font.SourceSans
  48. FEFling.Text = "FE Fling"
  49. FEFling.TextColor3 = Color3.fromRGB(0, 0, 0)
  50. FEFling.TextSize = 14.000
  51.  
  52. VOID.Name = "VOID"
  53. VOID.Parent = Frame
  54. VOID.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  55. VOID.BackgroundTransparency = 0.600
  56. VOID.BorderSizePixel = 3
  57. VOID.Position = UDim2.new(0.131944448, 0, 0.738544464, 0)
  58. VOID.Size = UDim2.new(0, 105, 0, 26)
  59. VOID.Font = Enum.Font.SourceSans
  60. VOID.Text = "Void"
  61. VOID.TextColor3 = Color3.fromRGB(0, 0, 0)
  62. VOID.TextSize = 14.000
  63.  
  64. TextLabel.Parent = Frame
  65. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  66. TextLabel.BackgroundTransparency = 1.000
  67. TextLabel.Position = UDim2.new(0.145833313, 0, 0.0188679248, 0)
  68. TextLabel.Size = UDim2.new(0, 100, 0, 21)
  69. TextLabel.Font = Enum.Font.SourceSans
  70. TextLabel.Text = "Kamikaze Scripts"
  71. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  72. TextLabel.TextSize = 14.000
  73.  
  74. -- Scripts:
  75.  
  76. local function IWVUKW_fake_script() -- SettingsCrasher.Settings Crasher
  77. local script = Instance.new('LocalScript', SettingsCrasher)
  78.  
  79. script.Parent.MouseButton1Click:Connect(function()
  80. local tbl_main =
  81. {
  82. "I want some peanut Butter.",
  83. "All"
  84. }
  85. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(tbl_main))
  86. wait(1)
  87. game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents")
  88. while true do
  89. wait()
  90. while true do
  91. wait()
  92. for i=1, 100 do
  93. local msg = "/e "..string.rep("do the same with this put whatever you want. ",2e5)
  94. game:GetService("RunService").RenderStepped:Connect(function()
  95. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg,"All")
  96. end)
  97. end
  98. end
  99. end
  100.  
  101.  
  102. end)
  103.  
  104.  
  105. end
  106. coroutine.wrap(IWVUKW_fake_script)()
  107. local function QISAUBA_fake_script() -- FEFling.FE Fling
  108. local script = Instance.new('LocalScript', FEFling)
  109.  
  110. script.Parent.MouseButton1Click:Connect(function()
  111. spawn(function()
  112. local message = Instance.new("Message",workspace)
  113. message.Text = "Loaded press z to execute inviseble , press x to respawn)"
  114. wait(0.5)
  115. message:Destroy()
  116. end)
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125. local mouse = game.Players.LocalPlayer:GetMouse()
  126.  
  127. local groot = nil
  128.  
  129. mouse.KeyDown:connect(function(k)
  130.  
  131. if k == "z" then
  132.  
  133.  
  134.  
  135. spawn(function()
  136. local message = Instance.new("Message",workspace)
  137. message.Text = "Fe Invisible Fling By Diemiers#4209 Loaded (wait 11 seconds to load)"
  138. wait(11)
  139. message:Destroy()
  140. end)
  141.  
  142.  
  143. local ch = game.Players.LocalPlayer.Character
  144. local prt=Instance.new("Model", workspace)
  145. local z1 = Instance.new("Part", prt)
  146. z1.Name="Torso"
  147. z1.CanCollide = false
  148. z1.Anchored = true
  149. local z2 =Instance.new("Part", prt)
  150. z2.Name="Head"
  151. z2.Anchored = true
  152. z2.CanCollide = false
  153. local z3 =Instance.new("Humanoid", prt)
  154. z3.Name="Humanoid"
  155. z1.Position = Vector3.new(0,9999,0)
  156. z2.Position = Vector3.new(0,9991,0)
  157. game.Players.LocalPlayer.Character=prt
  158. wait(5)
  159. game.Players.LocalPlayer.Character=ch
  160. wait(6)
  161.  
  162.  
  163. local plr = game.Players.LocalPlayer
  164. mouse = plr:GetMouse()
  165.  
  166. local Hum = Instance.new("Humanoid")
  167. Hum.Parent = game.Players.LocalPlayer.Character
  168.  
  169.  
  170. local root = game.Players.LocalPlayer.Character.HumanoidRootPart
  171.  
  172.  
  173. for i,v in pairs(plr.Character:GetChildren()) do
  174.  
  175. if v ~= root and v.Name ~= "Humanoid" then
  176.  
  177. v:Destroy()
  178.  
  179. end
  180.  
  181.  
  182. end
  183.  
  184. workspace.CurrentCamera.CameraSubject = root
  185.  
  186. local se = Instance.new("SelectionBox",root)
  187. se.Adornee = root
  188.  
  189.  
  190. game:GetService('RunService').Stepped:connect(function()
  191. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  192. end)
  193. game:GetService('RunService').RenderStepped:connect(function()
  194. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  195. end)
  196.  
  197.  
  198. power = 999999 -- change this to make it more or less powerful
  199.  
  200. power = power*10
  201.  
  202. ---
  203. wait(.1)
  204. local bambam = Instance.new("BodyThrust")
  205. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  206. bambam.Force = Vector3.new(power,0,power)
  207. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  208.  
  209.  
  210.  
  211.  
  212.  
  213. local plr = game.Players.LocalPlayer
  214. local torso = root
  215. local flying = true
  216. local deb = true
  217. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  218. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  219. local maxspeed = 120
  220. local speed = 15
  221.  
  222.  
  223. ---local bambam = Instance.new("BodyThrust")
  224. ---bambam.Parent = torso
  225. --bambam.Force = Vector3.new(9999999,0,9999999)
  226. --bambam.Location = torso.Position
  227.  
  228.  
  229. ---
  230. groot = root
  231.  
  232. function Fly()
  233. local bg = Instance.new("BodyGyro", torso)
  234. bg.P = 9e4
  235. bg.maxTorque = Vector3.new(0, 0, 0)
  236. bg.cframe = torso.CFrame
  237. local bv = Instance.new("BodyVelocity", torso)
  238. bv.velocity = Vector3.new(0,0,0)
  239. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  240. repeat wait()
  241.  
  242. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  243. speed = speed+.2
  244. if speed > maxspeed then
  245. speed = maxspeed
  246. end
  247. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  248. speed = speed-1
  249. if speed < 0 then
  250. speed = 0
  251. end
  252. end
  253. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  254. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  255. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  256. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  257. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  258. else
  259. bv.velocity = Vector3.new(0,0.1,0)
  260. end
  261.  
  262. until not flying
  263. ctrl = {f = 0, b = 0, l = 0, r = 0}
  264. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  265. speed = 0
  266. bg:Destroy()
  267. bv:Destroy()
  268.  
  269. end
  270. mouse.KeyDown:connect(function(key)
  271. if key:lower() == "e" then
  272. if flying then flying = false
  273. else
  274. flying = true
  275. Fly()
  276. end
  277. elseif key:lower() == "w" then
  278. ctrl.f = 1
  279. elseif key:lower() == "s" then
  280. ctrl.b = -1
  281. elseif key:lower() == "a" then
  282. ctrl.l = -1
  283. elseif key:lower() == "d" then
  284. ctrl.r = 1
  285. end
  286. end)
  287. mouse.KeyUp:connect(function(key)
  288. if key:lower() == "w" then
  289. ctrl.f = 0
  290. elseif key:lower() == "s" then
  291. ctrl.b = 0
  292. elseif key:lower() == "a" then
  293. ctrl.l = 0
  294. elseif key:lower() == "d" then
  295. ctrl.r = 0
  296. elseif key:lower() == "r" then
  297.  
  298. end
  299. end)
  300. Fly()
  301.  
  302.  
  303.  
  304. elseif k == "x" then
  305.  
  306.  
  307. spawn(function()
  308. local message = Instance.new("Message",workspace)
  309. message.Text = "Respawning dont spam"
  310. wait(1)
  311. message:Destroy()
  312. end)
  313.  
  314. local saved = groot.Position
  315.  
  316. local ch = game.Players.LocalPlayer.Character
  317. local prt=Instance.new("Model", workspace)
  318. local z1 = Instance.new("Part", prt)
  319. z1.Name="Torso"
  320. z1.CanCollide = false
  321. z1.Anchored = true
  322. local z2 =Instance.new("Part", prt)
  323. z2.Name="Head"
  324. z2.Anchored = true
  325. z2.CanCollide = false
  326. local z3 =Instance.new("Humanoid", prt)
  327. z3.Name="Humanoid"
  328. z1.Position = Vector3.new(0,9999,0)
  329. z2.Position = Vector3.new(0,9991,0)
  330. game.Players.LocalPlayer.Character=prt
  331. wait(5)
  332. game.Players.LocalPlayer.Character=ch
  333. local poop = nil
  334. repeat wait() poop = game.Players.LocalPlayer.Character:FindFirstChild("Head") until poop ~= nil
  335. wait(1)
  336. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(saved)
  337.  
  338. end
  339.  
  340.  
  341. end)
  342.  
  343. end)
  344.  
  345.  
  346.  
  347. end
  348. coroutine.wrap(QISAUBA_fake_script)()
  349. local function UHDT_fake_script() -- VOID.Void
  350. local script = Instance.new('LocalScript', VOID)
  351.  
  352. script.Parent.MouseButton1Click:Connect(function()
  353. mouse = game.Players.LocalPlayer:GetMouse()
  354. voidtoggle = false
  355. voidprocessing = false
  356.  
  357. mouse.KeyDown:Connect(function(key)
  358. if key == "v" then
  359. local hat = game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Accessory")
  360. if voidtoggle == false and voidprocessing == false then
  361. voidprocessing = true
  362. local handle = hat:FindFirstChild("Handle")
  363. local Tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  364. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  365. game.Players.LocalPlayer.Character.Torso.Anchored = true
  366. elseif game.Players.LocalPlayer.Character:FindFirstChild("UpperTorso") then
  367. game.Players.LocalPlayer.Character.UpperTorso.Anchored = true
  368. end
  369. handle.Parent = Tool
  370. handle.Massless = true
  371. Tool.GripPos = Vector3.new(0,tonumber(9e99),0)
  372. Tool.Parent = game.Players.LocalPlayer.Character
  373. repeat wait() until game.Players.LocalPlayer.Character:FindFirstChild("Tool")~=nil
  374. Tool.Grip = CFrame.new(Vector3.new(0,0,0))
  375. if game.Players.LocalPlayer.Character:FindFirstChild("Torso") then
  376. game.Players.LocalPlayer.Character.Torso.Anchored = false
  377. elseif game.Players.LocalPlayer.Character:FindFirstChild("UpperTorso") then
  378. game.Players.LocalPlayer.Character.UpperTorso.Anchored = false
  379. end
  380. Tool.Unequipped:Connect(function()
  381. wait()
  382. local Handle = Tool:FindFirstChild("Handle")
  383. if Handle then
  384. Handle.Parent = hat
  385. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  386. Handle.Massless = false
  387. Tool:Destroy()
  388. end
  389. voidtoggle = false
  390. end)
  391. voidtoggle = true
  392. voidprocessing = false
  393. elseif voidtoggle == true and voidprocessing == false then
  394. voidprocessing = true
  395. local Tool = game.Players.LocalPlayer.Backpack:FindFirstChild("Tool") or game.Players.LocalPlayer.Character:FindFirstChild("Tool")
  396. local Handle = Tool:FindFirstChild("Handle")
  397. if Handle then
  398. Handle.Parent = hat
  399. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  400. Handle.Massless = false
  401. Tool:Destroy()
  402. end
  403. voidtoggle = true
  404. voidprocessing = false
  405. end
  406. end
  407. end)
  408.  
  409. game.Players.LocalPlayer.CharacterAdded:Connect(function()
  410. voidtoggle = false
  411. voidprocessing = false
  412. end)
  413. end)
  414.  
  415.  
  416. end
  417. coroutine.wrap(UHDT_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement