Advertisement
Just_A_Name

Untitled

May 3rd, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.20 KB | None | 0 0
  1. local RandomGUI = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local TopBar = Instance.new("Frame")
  4. local ShadowBar = Instance.new("Frame")
  5. local ButtonPlace = Instance.new("Frame")
  6. local WeridAttract = Instance.new("TextButton")
  7. local HumanMine = Instance.new("TextButton")
  8. local UFO = Instance.new("TextButton")
  9. local Exit = Instance.new("TextButton")
  10. local Credit = Instance.new("TextLabel")
  11. local Target = Instance.new("TextBox")
  12. local Directions = Instance.new("TextLabel")
  13.  
  14. -- Properties
  15.  
  16. RandomGUI.Name = "RandomGUI"
  17. RandomGUI.Parent = game.CoreGui
  18.  
  19. Main.Name = "Main"
  20. Main.Parent = RandomGUI
  21. Main.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
  22. Main.BorderSizePixel = 0
  23. Main.Position = UDim2.new(0.377737224, 0, 0.365612656, 0)
  24. Main.Size = UDim2.new(0, 338, 0, 209)
  25. Main.Active = true
  26. Main.Selectable = true
  27. Main.Draggable = true
  28.  
  29. TopBar.Name = "TopBar"
  30. TopBar.Parent = Main
  31. TopBar.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  32. TopBar.BorderSizePixel = 0
  33. TopBar.Size = UDim2.new(0, 338, 0, 25)
  34.  
  35. ShadowBar.Name = "ShadowBar"
  36. ShadowBar.Parent = Main
  37. ShadowBar.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  38. ShadowBar.BorderSizePixel = 0
  39. ShadowBar.Position = UDim2.new(0, 0, 0.119617224, 0)
  40. ShadowBar.Size = UDim2.new(0, 338, 0, 12)
  41.  
  42. ButtonPlace.Name = "ButtonPlace"
  43. ButtonPlace.Parent = Main
  44. ButtonPlace.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  45. ButtonPlace.BorderSizePixel = 0
  46. ButtonPlace.Position = UDim2.new(0.0632226616, 0, 0.228048906, 0)
  47. ButtonPlace.Size = UDim2.new(0, 154, 0, 144)
  48.  
  49. WeridAttract.Name = "WeridAttract"
  50. WeridAttract.Parent = ButtonPlace
  51. WeridAttract.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  52. WeridAttract.BorderSizePixel = 0
  53. WeridAttract.Position = UDim2.new(0.149350643, 0, 0.0972222239, 0)
  54. WeridAttract.Size = UDim2.new(0, 107, 0, 31)
  55. WeridAttract.Font = Enum.Font.Cartoon
  56. WeridAttract.Text = "Weird Attract"
  57. WeridAttract.TextColor3 = Color3.new(1, 1, 1)
  58. WeridAttract.TextSize = 14
  59.  
  60. HumanMine.Name = "HumanMine"
  61. HumanMine.Parent = ButtonPlace
  62. HumanMine.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  63. HumanMine.BorderSizePixel = 0
  64. HumanMine.Position = UDim2.new(0.149350643, 0, 0.395833343, 0)
  65. HumanMine.Size = UDim2.new(0, 107, 0, 31)
  66. HumanMine.Font = Enum.Font.Cartoon
  67. HumanMine.Text = "Human Mine"
  68. HumanMine.TextColor3 = Color3.new(1, 1, 1)
  69. HumanMine.TextSize = 14
  70.  
  71. UFO.Name = "UFO"
  72. UFO.Parent = ButtonPlace
  73. UFO.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  74. UFO.BorderSizePixel = 0
  75. UFO.Position = UDim2.new(0.149350643, 0, 0.701388836, 0)
  76. UFO.Size = UDim2.new(0, 107, 0, 31)
  77. UFO.Font = Enum.Font.Cartoon
  78. UFO.Text = "UFO Of Death"
  79. UFO.TextColor3 = Color3.new(1, 1, 1)
  80. UFO.TextSize = 14
  81.  
  82. Exit.Name = "Exit"
  83. Exit.Parent = Main
  84. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  85. Exit.BackgroundTransparency = 1
  86. Exit.Position = UDim2.new(0.913743496, 0, 0, 0)
  87. Exit.Size = UDim2.new(0, 29, 0, 26)
  88. Exit.Font = Enum.Font.Cartoon
  89. Exit.Text = "X"
  90. Exit.TextColor3 = Color3.new(1, 1, 1)
  91. Exit.TextSize = 14
  92.  
  93. Credit.Name = "Credit"
  94. Credit.Parent = Main
  95. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  96. Credit.BackgroundTransparency = 1
  97. Credit.Position = UDim2.new(0, 0, 0.0143540669, 0)
  98. Credit.Size = UDim2.new(0, 200, 0, 22)
  99. Credit.Font = Enum.Font.Cartoon
  100. Credit.Text = "Cool FE GUI By JackMcJagger15"
  101. Credit.TextColor3 = Color3.new(1, 1, 1)
  102. Credit.TextSize = 14
  103.  
  104. Target.Name = "Target"
  105. Target.Parent = Main
  106. Target.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  107. Target.BorderSizePixel = 0
  108. Target.Position = UDim2.new(0.557692289, 0, 0.746411443, 0)
  109. Target.Size = UDim2.new(0, 136, 0, 30)
  110. Target.Font = Enum.Font.Cartoon
  111. Target.Text = "Target"
  112. Target.TextColor3 = Color3.new(1, 1, 1)
  113. Target.TextSize = 14
  114.  
  115. Directions.Name = "Directions"
  116. Directions.Parent = Main
  117. Directions.BackgroundColor3 = Color3.new(1, 1, 1)
  118. Directions.BackgroundTransparency = 1
  119. Directions.BorderSizePixel = 0
  120. Directions.Position = UDim2.new(0.57100594, 0, 0.229665071, 0)
  121. Directions.Size = UDim2.new(0, 132, 0, 101)
  122. Directions.Font = Enum.Font.Cartoon
  123. Directions.Text = "To use weird attract type a name into the TARGET Box and press the button. To use Human Mine just press the button and wait for someone to touch you."
  124. Directions.TextColor3 = Color3.new(1, 1, 1)
  125. Directions.TextScaled = true
  126. Directions.TextSize = 14
  127. Directions.TextWrapped = true
  128. Directions.TextXAlignment = Enum.TextXAlignment.Left
  129. Directions.TextYAlignment = Enum.TextYAlignment.Top
  130.  
  131. function GetPlayer(String)
  132. local Found = {}
  133. local strl = String:lower()
  134. if strl == "all" then
  135. for i,v in pairs(game.Players:GetPlayers()) do
  136. table.insert(Found,v)
  137. end
  138. elseif strl == "others" then
  139. for i,v in pairs(game.Players:GetPlayers()) do
  140. if v.Name ~= game.Players.LocalPlayer.Name then
  141. table.insert(Found,v)
  142. end
  143. end
  144. else
  145. for i,v in pairs(game.Players:GetPlayers()) do
  146. if v.Name:lower():sub(1, #String) == String:lower() then
  147. table.insert(Found,v)
  148. end
  149. end
  150. end
  151. return Found
  152. end
  153.  
  154. Exit.MouseButton1Click:connect(function()
  155. RandomGUI:Destroy()
  156. end)
  157.  
  158. local sigh = true
  159. WeridAttract.MouseButton1Click:connect(function()
  160. if sigh == true then
  161. sigh = false
  162. WeridAttract.Text = "Respawn"
  163. WeridAttract.BackgroundColor3 = Color3.fromRGB(140, 0, 0)
  164. for i,v in pairs(GetPlayer(Target.Text))do
  165. local player=game.Players.LocalPlayer.Character
  166. player.Humanoid:Remove()
  167. Instance.new('Humanoid',player)
  168. wait(.5)
  169. player:BreakJoints()
  170.  
  171. local b1 = Instance.new("RocketPropulsion")
  172. b1.Parent = game.Players.LocalPlayer.Character["Left Arm"]
  173. b1.Target = game.Players[v.Name].Character.Head
  174. b1.TurnP = 10
  175. b1.MaxThrust = 500
  176. b1.MaxSpeed = 10
  177. b1.ThrustP = 2500
  178. b1.CartoonFactor = 5
  179. b1:Fire()
  180.  
  181. local b2 = Instance.new("RocketPropulsion")
  182. b2.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  183. b2.Target = game.Players[v.Name].Character.Head
  184. b2.TurnP = 10
  185. b2.MaxThrust = 500
  186. b2.MaxSpeed = 10
  187. b2.ThrustP = 2500
  188. b2.CartoonFactor = 5
  189. b2:Fire()
  190.  
  191. local b3 = Instance.new("RocketPropulsion")
  192. b3.Parent = game.Players.LocalPlayer.Character["Right Leg"]
  193. b3.Target = game.Players[v.Name].Character.Head
  194. b3.TurnP = 10
  195. b3.MaxThrust = 500
  196. b3.MaxSpeed = 10
  197. b3.ThrustP = 2500
  198. b3.CartoonFactor = 5
  199. b3:Fire()
  200.  
  201. local b4 = Instance.new("RocketPropulsion")
  202. b4.Parent = game.Players.LocalPlayer.Character["Left Leg"]
  203. b4.Target = game.Players[v.Name].Character.Head
  204. b4.TurnP = 10
  205. b4.MaxThrust = 500
  206. b4.MaxSpeed = 10
  207. b4.ThrustP = 2500
  208. b4.CartoonFactor = 5
  209. b4:Fire()
  210.  
  211. local b5 = Instance.new("RocketPropulsion")
  212. b5.Parent = game.Players.LocalPlayer.Character["Head"]
  213. b5.Target = game.Players[v.Name].Character.Head
  214. b5.TurnP = 10
  215. b5.MaxThrust = 500
  216. b5.MaxSpeed = 10
  217. b5.ThrustP = 2500
  218. b5.CartoonFactor = 5
  219. b5:Fire()
  220.  
  221. local b6 = Instance.new("RocketPropulsion")
  222. b6.Parent = game.Players.LocalPlayer.Character["Torso"]
  223. b6.Target = game.Players[v.Name].Character.Head
  224. b6.TurnP = 10
  225. b6.MaxThrust = 500
  226. b6.MaxSpeed = 10
  227. b6.ThrustP = 2500
  228. b6.CartoonFactor = 5
  229. b6:Fire()
  230. end
  231. else
  232. sigh = true
  233. WeridAttract.Text = "Weird Attract"
  234. WeridAttract.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  235. local LP = game.Players.LocalPlayer
  236. local mod = Instance.new('Model', workspace) mod.Name = 'new '..LP.Name
  237. local hum = Instance.new('Humanoid', mod)
  238. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  239. LP.Character = mod
  240. end
  241. end)
  242.  
  243. local fa = false
  244. local cam = workspace.CurrentCamera
  245. local cam1 = 0
  246. local cam2 = 0
  247. local cam3 = 0
  248. local k1 = false
  249. local k2 = false
  250. local k3 = false
  251. local k4 = false
  252. local k5 = false
  253. local k6 = false
  254. cs = 2
  255. function movecam()
  256. local fc = game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC')
  257. if fa == false then
  258. repeat
  259. if game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC') then
  260. local fp = fc.Position
  261. fc.CFrame = CFrame.new(Vector3.new(fp.X,fp.Y+cam3,fp.Z),cam.CFrame.p)*CFrame.new(cam2,0,cam1)
  262. fa = true
  263. end
  264. game:GetService('RunService').RenderStepped:Wait()
  265. until not game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC')
  266. fa = false
  267. end
  268. end
  269. function kp1(inputObject, gameProcessedEvent)
  270. if not gameProcessedEvent and game:GetService('Players').LocalPlayer.Character and game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC') then
  271. if inputObject.KeyCode == Enum.KeyCode.W or inputObject.KeyCode == Enum.KeyCode.Up then
  272. k1 = true
  273. cam1 = cs end
  274. if inputObject.KeyCode == Enum.KeyCode.S or inputObject.KeyCode == Enum.KeyCode.Down then
  275. k2 = true
  276. cam1 = (cs*-1) end
  277. if inputObject.KeyCode == Enum.KeyCode.A or inputObject.KeyCode == Enum.KeyCode.Left then
  278. k3 = true
  279. cam2 = cs end
  280. if inputObject.KeyCode == Enum.KeyCode.D or inputObject.KeyCode == Enum.KeyCode.Right then
  281. k4 = true
  282. cam2 = (cs*-1) end
  283. if inputObject.KeyCode == Enum.KeyCode.E or inputObject.KeyCode == Enum.KeyCode.Space then
  284. k5 = true
  285. cam3 = cs end
  286. if inputObject.KeyCode == Enum.KeyCode.Q or inputObject.KeyCode == Enum.KeyCode.LeftControl then
  287. k6 = true
  288. cam3 = (cs*-1) end
  289. end
  290. end
  291. game:GetService("UserInputService").InputBegan:connect(kp1)
  292. function kp2(inputObject, gameProcessedEvent)
  293. if not gameProcessedEvent and game:GetService('Players').LocalPlayer.Character and game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC') then
  294. if inputObject.KeyCode == Enum.KeyCode.W or inputObject.KeyCode == Enum.KeyCode.Up then
  295. k1 = false
  296. if k2 == false then
  297. cam1 = 0
  298. end
  299. end
  300. if inputObject.KeyCode == Enum.KeyCode.S or inputObject.KeyCode == Enum.KeyCode.Down then
  301. k2 = false
  302. if k1 == false then
  303. cam1 = 0
  304. end
  305. end
  306. if inputObject.KeyCode == Enum.KeyCode.A or inputObject.KeyCode == Enum.KeyCode.Left then
  307. k3= false
  308. if k4== false then
  309. cam2 = 0
  310. end
  311. end
  312. if inputObject.KeyCode == Enum.KeyCode.D or inputObject.KeyCode == Enum.KeyCode.Right then
  313. k4 = false
  314. if k3 == false then
  315. cam2 = 0
  316. end
  317. end
  318. if inputObject.KeyCode == Enum.KeyCode.E or inputObject.KeyCode == Enum.KeyCode.Space then
  319. k5 = false
  320. if k6 == false then
  321. cam3 = 0
  322. end
  323. end
  324. if inputObject.KeyCode == Enum.KeyCode.Q or inputObject.KeyCode == Enum.KeyCode.LeftControl then
  325. k6 = false
  326. if k5 == false then
  327. cam3 = 0
  328. end
  329. end
  330. end
  331. end
  332. game:GetService("UserInputService").InputEnded:connect(kp2)
  333. function FC()
  334. if not game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC') then
  335. game:GetService('Players').LocalPlayer.PlayerScripts.ControlScript.Disabled = true
  336. local fc = Instance.new('Part',game:GetService('Players').LocalPlayer.Character)
  337. fc.CanCollide = false
  338. fc.Anchored = true
  339. fc.Transparency = 1
  340. fc.Size = Vector3.new(1,1,1)
  341. fc.Name = 'xFC'
  342. fc.CFrame = game:GetService('Players').LocalPlayer.Character.Head.CFrame
  343. local cam = workspace.CurrentCamera
  344. cam.CameraSubject = fc
  345. cam.CameraType = 'Custom'
  346. movecam()
  347. end end
  348. function UFC()
  349. game:GetService('Players').LocalPlayer.PlayerScripts.ControlScript.Disabled = false
  350. if game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC') then
  351. game:GetService('Players').LocalPlayer.Character:FindFirstChild('xFC'):Destroy()
  352. local cam = workspace.CurrentCamera
  353. cam.CameraSubject = game:GetService('Players').LocalPlayer.Character.Humanoid
  354. cam.CameraType = 'Custom'
  355. end end
  356.  
  357. local toggle = false
  358. local active = true
  359. UFO.MouseButton1Click:connect(function()
  360. if active == true then
  361. active = false
  362. UFO.Text = "Stop"
  363. UFO.BackgroundColor3 = Color3.fromRGB(140, 0, 0)
  364. game:GetService('RunService').Stepped:connect(function()
  365. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  366. game.Players.LocalPlayer.Character.Head.CanCollide = false
  367. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  368. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  369. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  370. else
  371. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  372. game.Players.LocalPlayer.Character.Head.CanCollide = false
  373. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  374. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  375. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  376. end
  377. end
  378. end)
  379. local a1 = Instance.new("BodyThrust")
  380. a1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  381. a1.Force = Vector3.new(1500,0,1500)
  382. a1.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  383. local a2 = Instance.new("BodyPosition")
  384. a2.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  385. a2.P = 100000
  386. a2.MaxForce = Vector3.new(1021231,123210,1123120)
  387. -- loop
  388. toggle = false
  389. spawn(function()
  390. while toggle == false do
  391. a2.Position = game.Workspace.Camera.CameraSubject.Position
  392. wait()
  393. end
  394. end)
  395. FC()
  396. else
  397. active = true
  398. UFO.Text = "UFO Of Death"
  399. UFO.BackgroundColor3 = Color3.fromRGB(33, 33, 33)
  400. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Destroy()
  401. wait(1)
  402. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyPosition:Destroy()
  403. UFC()
  404. toggle = true
  405. end
  406. end)
  407.  
  408. HumanMine.MouseButton1Click:connect(function()
  409. local a1 = Instance.new("BodyThrust")
  410. a1.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  411. a1.Force = Vector3.new(8000,0,8000)
  412. a1.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  413. wait(.1)
  414. game.Players.LocalPlayer.Character.Torso.Anchored = true
  415. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement