Guest User

SpOoOoOoKyYyYyYyYyYyyyYY

a guest
Mar 28th, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.17 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local spookyxrgui = Instance.new("ScreenGui")
  7. local mainframe = Instance.new("Frame")
  8. local Frame = Instance.new("Frame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local adminbutton = Instance.new("TextButton")
  11. local wallwalkbutton = Instance.new("TextButton")
  12. local feposebutton = Instance.new("TextButton")
  13. local penisbutton = Instance.new("TextButton")
  14. local aimbotespbutton = Instance.new("TextButton")
  15. local invisflingbutton = Instance.new("TextButton")
  16. local servercrashbutton = Instance.new("TextButton")
  17. local closebutton = Instance.new("TextButton")
  18. local openbutton = Instance.new("TextButton")
  19.  
  20. --Properties:
  21.  
  22. spookyxrgui.Name = "spookyxrgui"
  23. spookyxrgui.Parent = game.CoreGui
  24. spookyxrgui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25.  
  26. mainframe.Name = "mainframe"
  27. mainframe.Parent = spookyxrgui
  28. mainframe.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  29. mainframe.BorderColor3 = Color3.fromRGB(48, 48, 48)
  30. mainframe.Position = UDim2.new(0.124634862, 0, 0.14158164, 0)
  31. mainframe.Size = UDim2.new(0, 293, 0, 141)
  32.  
  33. Frame.Parent = mainframe
  34. Frame.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  35. Frame.BorderColor3 = Color3.fromRGB(17, 18, 17)
  36. Frame.Size = UDim2.new(0, 293, 0, 18)
  37.  
  38. TextLabel.Parent = mainframe
  39. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  40. TextLabel.BackgroundTransparency = 1.000
  41. TextLabel.Position = UDim2.new(-0.102389067, 0, -0.105263159, 0)
  42. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  43. TextLabel.Font = Enum.Font.Highway
  44. TextLabel.Text = "SpookyXR's Trolling GUi"
  45. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  46. TextLabel.TextSize = 14.000
  47.  
  48. adminbutton.Name = "adminbutton"
  49. adminbutton.Parent = mainframe
  50. adminbutton.BackgroundColor3 = Color3.fromRGB(13, 13, 13)
  51. adminbutton.BorderColor3 = Color3.fromRGB(59, 59, 59)
  52. adminbutton.Position = UDim2.new(0.0409556329, 0, 0.184210524, 0)
  53. adminbutton.Size = UDim2.new(0, 84, 0, 31)
  54. adminbutton.Font = Enum.Font.SourceSans
  55. adminbutton.Text = "Infinite Yield"
  56. adminbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  57. adminbutton.TextSize = 14.000
  58. adminbutton.MouseButton1Down:connect(function()
  59. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  60. end)
  61.  
  62. wallwalkbutton.Name = "wallwalkbutton"
  63. wallwalkbutton.Parent = mainframe
  64. wallwalkbutton.BackgroundColor3 = Color3.fromRGB(13, 13, 13)
  65. wallwalkbutton.BorderColor3 = Color3.fromRGB(59, 59, 59)
  66. wallwalkbutton.Position = UDim2.new(0.354659677, 0, 0.183136418, 0)
  67. wallwalkbutton.Size = UDim2.new(0, 84, 0, 31)
  68. wallwalkbutton.Font = Enum.Font.SourceSans
  69. wallwalkbutton.Text = "Walk On Walls"
  70. wallwalkbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  71. wallwalkbutton.TextSize = 14.000
  72. wallwalkbutton.MouseButton1Down:connect(function()
  73. getgenv()["cofiG"] = getgenv()["cofiG"] or {}
  74. local hasToUpdate = true
  75. local alreadyRan = cofiG.gravityController ~= nil
  76.  
  77. local http = game:GetService'HttpService'
  78. local readfile,writefile,fileexists = readfile or syn_io_read,writefile or syn_io_write,isfile or readfile
  79.  
  80. local rawUrl,baseUrl = "https://ixss.keybase.pub/rblx/gravityController/", "https://keybase.pub/ixss/rblx/gravityController/"
  81.  
  82. do
  83. _G.req = [[
  84. local require = function(lol)
  85. lol = "https://raw.githubusercontent.com/msva/lua-htmlparser/master/src/"..lol:gsub("%.","/")..".lua";
  86. return loadstring(_G.req..game:HttpGet(lol))();
  87. end;
  88. ]]
  89.  
  90. local require = function(lol)
  91. lol = "https://raw.githubusercontent.com/msva/lua-htmlparser/master/src/"..lol:gsub("%.","/")..".lua";
  92. return loadstring(_G.req..game:HttpGet(lol))();
  93. end;
  94.  
  95. cofiG.htmlparser = cofiG.htmlparser or require"htmlparser"
  96. end
  97.  
  98. do -- check if exists
  99. if fileexists'gravityController.json' then
  100. local json = readfile'gravityController.json'
  101. if json then
  102. cofiG.gravityController = http:JSONDecode(json)
  103. hasToUpdate = cofiG.gravityController.Version ~= game:HttpGet(rawUrl.."Version.txt")
  104. end
  105. end
  106. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  107. Text = hasToUpdate and "Updating script..." or "Running script!";
  108. Font = Enum.Font.Code;
  109. Color = Color3.fromRGB(255, 60, 60);
  110. FontSize = Enum.FontSize.Size96;
  111. })
  112. end
  113.  
  114.  
  115. if hasToUpdate then -- update/download
  116.  
  117. function getScripts()
  118. local ret = {}
  119. local text = game:HttpGet(baseUrl, false)
  120.  
  121. local root = cofiG.htmlparser.parse(text)
  122. local files = root:select(".file")
  123.  
  124. for i,v in pairs(files) do
  125. if string.sub(v.attributes.href, string.len(v.attributes.href)-3) == ".lua" then
  126. local name = string.sub(v.attributes.href,string.len(baseUrl)+1, string.len(v.attributes.href)-4)
  127. local script = rawUrl..name..".lua"
  128. ret[name] = game:HttpGet(script)
  129. elseif string.sub(v.attributes.href, string.len(v.attributes.href)-3) == ".txt" then
  130. local name = string.sub(v.attributes.href,string.len(baseUrl)+1, string.len(v.attributes.href)-4)
  131. local script = rawUrl..name..".txt"
  132. ret[name] = game:HttpGet(script)
  133. end
  134. end
  135.  
  136. return ret
  137. end
  138. cofiG.gravityController = getScripts()
  139. writefile('gravityController.json', http:JSONEncode(cofiG.gravityController))
  140. warn('Script updated!')
  141. end
  142.  
  143. local a,b = pcall(loadstring(cofiG.gravityController.Loader))
  144.  
  145. if not a then
  146. error('Loader ', b)
  147. end
  148.  
  149. if not alreadyRan then
  150. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  151. Text = game:HttpGet('https://ixss.keybase.pub/Watermark.txt', true)..", originally made by EgoMoose.";
  152. Font = Enum.Font.Code;
  153. Color = Color3.fromRGB(244, 0, 175);
  154. FontSize = Enum.FontSize.Size96;
  155. })
  156. end
  157. end)
  158.  
  159. feposebutton.Name = "feposebutton"
  160. feposebutton.Parent = mainframe
  161. feposebutton.BackgroundColor3 = Color3.fromRGB(13, 13, 13)
  162. feposebutton.BorderColor3 = Color3.fromRGB(59, 59, 59)
  163. feposebutton.Position = UDim2.new(0.668941975, 0, 0.177631572, 0)
  164. feposebutton.Size = UDim2.new(0, 84, 0, 31)
  165. feposebutton.Font = Enum.Font.SourceSans
  166. feposebutton.Text = "FE Pose"
  167. feposebutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  168. feposebutton.TextSize = 14.000
  169. feposebutton.MouseButton1Down:connect(function()
  170. -- credit to Zeezy9892 on v3rm
  171.  
  172. local fePosev3 = Instance.new("ScreenGui")
  173. local Menu = Instance.new("Frame")
  174. local Buttons = Instance.new("Frame")
  175. local Swirl = Instance.new("TextButton")
  176. local UIGridLayout = Instance.new("UIGridLayout")
  177. local TPose = Instance.new("TextButton")
  178. local LongArms = Instance.new("TextButton")
  179. local CrazyHats = Instance.new("TextButton")
  180. local Ring = Instance.new("TextButton")
  181. local Orbit = Instance.new("TextButton")
  182. local NoFace = Instance.new("TextButton")
  183. local BlockHead = Instance.new("TextButton")
  184. local NoClothes = Instance.new("TextButton")
  185. local Helicopter = Instance.new("TextButton")
  186. local Sit = Instance.new("TextButton")
  187. local SwirlHats = Instance.new("TextButton")
  188. local Topbar = Instance.new("Frame")
  189. local Close = Instance.new("TextButton")
  190. local Minimize = Instance.new("TextButton")
  191. local Title = Instance.new("TextLabel")
  192. local MinMenu = Instance.new("Frame")
  193. local Close_2 = Instance.new("TextButton")
  194. local Maximize = Instance.new("TextButton")
  195. local Title_2 = Instance.new("TextLabel")
  196. fePosev3.Name = "fePose v3"
  197. fePosev3.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  198. fePosev3.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  199. fePosev3.ResetOnSpawn = false
  200. Menu.Name = "Menu"
  201. Menu.Parent = fePosev3
  202. Menu.AnchorPoint = Vector2.new(1, 1)
  203. Menu.BackgroundColor3 = Color3.new(0, 0, 0)
  204. Menu.BorderColor3 = Color3.new(0.0352941, 0.0352941, 0.0352941)
  205. Menu.Position = UDim2.new(1, -10, 1, -115)
  206. Menu.Size = UDim2.new(0, 250, 0, 195)
  207. Buttons.Name = "Buttons"
  208. Buttons.Parent = Menu
  209. Buttons.AnchorPoint = Vector2.new(0.5, 1)
  210. Buttons.BackgroundColor3 = Color3.new(0.0470588, 0.0470588, 0.0470588)
  211. Buttons.BorderColor3 = Color3.new(0, 0, 0)
  212. Buttons.Position = UDim2.new(0.5, 0, 1, 0)
  213. Buttons.Size = UDim2.new(1, 0, 1, -25)
  214. Swirl.Name = "Swirl"
  215. Swirl.Parent = Buttons
  216. Swirl.AnchorPoint = Vector2.new(0.5, 1)
  217. Swirl.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  218. Swirl.BorderColor3 = Color3.new(0, 0, 0)
  219. Swirl.Font = Enum.Font.Arial
  220. Swirl.Text = "Swirl"
  221. Swirl.TextColor3 = Color3.new(1, 1, 1)
  222. Swirl.TextSize = 12
  223. UIGridLayout.Parent = Buttons
  224. UIGridLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  225. UIGridLayout.SortOrder = Enum.SortOrder.LayoutOrder
  226. UIGridLayout.VerticalAlignment = Enum.VerticalAlignment.Center
  227. UIGridLayout.CellPadding = UDim2.new(0, 10, 0, 10)
  228. UIGridLayout.CellSize = UDim2.new(0, 70, 0, 30)
  229. UIGridLayout.FillDirectionMaxCells = 3
  230. TPose.Name = "TPose"
  231. TPose.Parent = Buttons
  232. TPose.AnchorPoint = Vector2.new(0.5, 1)
  233. TPose.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  234. TPose.BorderColor3 = Color3.new(0, 0, 0)
  235. TPose.Font = Enum.Font.Arial
  236. TPose.Text = "T-Pose"
  237. TPose.TextColor3 = Color3.new(1, 1, 1)
  238. TPose.TextSize = 12
  239. LongArms.Name = "LongArms"
  240. LongArms.Parent = Buttons
  241. LongArms.AnchorPoint = Vector2.new(0.5, 1)
  242. LongArms.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  243. LongArms.BorderColor3 = Color3.new(0, 0, 0)
  244. LongArms.Font = Enum.Font.Arial
  245. LongArms.Text = "LongArms"
  246. LongArms.TextColor3 = Color3.new(1, 1, 1)
  247. LongArms.TextSize = 12
  248. CrazyHats.Name = "CrazyHats"
  249. CrazyHats.Parent = Buttons
  250. CrazyHats.AnchorPoint = Vector2.new(0.5, 1)
  251. CrazyHats.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  252. CrazyHats.BorderColor3 = Color3.new(0, 0, 0)
  253. CrazyHats.Font = Enum.Font.Arial
  254. CrazyHats.Text = "CrazyHats"
  255. CrazyHats.TextColor3 = Color3.new(1, 1, 1)
  256. CrazyHats.TextSize = 12
  257. Ring.Name = "Ring"
  258. Ring.Parent = Buttons
  259. Ring.AnchorPoint = Vector2.new(0.5, 1)
  260. Ring.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  261. Ring.BorderColor3 = Color3.new(0, 0, 0)
  262. Ring.Font = Enum.Font.Arial
  263. Ring.Text = "Ring"
  264. Ring.TextColor3 = Color3.new(1, 1, 1)
  265. Ring.TextSize = 12
  266. Orbit.Name = "Orbit"
  267. Orbit.Parent = Buttons
  268. Orbit.AnchorPoint = Vector2.new(0.5, 1)
  269. Orbit.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  270. Orbit.BorderColor3 = Color3.new(0, 0, 0)
  271. Orbit.Font = Enum.Font.Arial
  272. Orbit.Text = "Orbit"
  273. Orbit.TextColor3 = Color3.new(1, 1, 1)
  274. Orbit.TextSize = 12
  275. NoFace.Name = "NoFace"
  276. NoFace.Parent = Buttons
  277. NoFace.AnchorPoint = Vector2.new(0.5, 1)
  278. NoFace.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  279. NoFace.BorderColor3 = Color3.new(0, 0, 0)
  280. NoFace.Font = Enum.Font.Arial
  281. NoFace.Text = "NoFace"
  282. NoFace.TextColor3 = Color3.new(1, 1, 1)
  283. NoFace.TextSize = 12
  284. BlockHead.Name = "BlockHead"
  285. BlockHead.Parent = Buttons
  286. BlockHead.AnchorPoint = Vector2.new(0.5, 1)
  287. BlockHead.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  288. BlockHead.BorderColor3 = Color3.new(0, 0, 0)
  289. BlockHead.Font = Enum.Font.Arial
  290. BlockHead.Text = "Blockhead"
  291. BlockHead.TextColor3 = Color3.new(1, 1, 1)
  292. BlockHead.TextSize = 12
  293. NoClothes.Name = "NoClothes"
  294. NoClothes.Parent = Buttons
  295. NoClothes.AnchorPoint = Vector2.new(0.5, 1)
  296. NoClothes.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  297. NoClothes.BorderColor3 = Color3.new(0, 0, 0)
  298. NoClothes.Font = Enum.Font.Arial
  299. NoClothes.Text = "NoClothes"
  300. NoClothes.TextColor3 = Color3.new(1, 1, 1)
  301. NoClothes.TextSize = 12
  302. Helicopter.Name = "Helicopter"
  303. Helicopter.Parent = Buttons
  304. Helicopter.AnchorPoint = Vector2.new(0.5, 1)
  305. Helicopter.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  306. Helicopter.BorderColor3 = Color3.new(0, 0, 0)
  307. Helicopter.Font = Enum.Font.Arial
  308. Helicopter.Text = "Heli"
  309. Helicopter.TextColor3 = Color3.new(1, 1, 1)
  310. Helicopter.TextSize = 12
  311. Sit.Name = "Sit"
  312. Sit.Parent = Buttons
  313. Sit.AnchorPoint = Vector2.new(0.5, 1)
  314. Sit.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  315. Sit.BorderColor3 = Color3.new(0, 0, 0)
  316. Sit.Font = Enum.Font.Arial
  317. Sit.Text = "Sit"
  318. Sit.TextColor3 = Color3.new(1, 1, 1)
  319. Sit.TextSize = 12
  320. SwirlHats.Name = "SwirlHats"
  321. SwirlHats.Parent = Buttons
  322. SwirlHats.AnchorPoint = Vector2.new(0.5, 1)
  323. SwirlHats.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  324. SwirlHats.BorderColor3 = Color3.new(0, 0, 0)
  325. SwirlHats.Font = Enum.Font.Arial
  326. SwirlHats.Text = "SwirlHats"
  327. SwirlHats.TextColor3 = Color3.new(1, 1, 1)
  328. SwirlHats.TextSize = 12
  329. Topbar.Name = "Topbar"
  330. Topbar.Parent = Menu
  331. Topbar.AnchorPoint = Vector2.new(0.5, 0)
  332. Topbar.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  333. Topbar.BorderColor3 = Color3.new(0, 0, 0)
  334. Topbar.Position = UDim2.new(0.5, 0, 0, 0)
  335. Topbar.Size = UDim2.new(1, 0, 0, 25)
  336. Close.Name = "Close"
  337. Close.Parent = Topbar
  338. Close.AnchorPoint = Vector2.new(1, 0)
  339. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  340. Close.BorderSizePixel = 0
  341. Close.Position = UDim2.new(1, 0, 0, 0)
  342. Close.Size = UDim2.new(0, 18, 0, 18)
  343. Close.Font = Enum.Font.SourceSans
  344. Close.Text = "X"
  345. Close.TextColor3 = Color3.new(1, 1, 1)
  346. Close.TextSize = 14
  347. Minimize.Name = "Minimize"
  348. Minimize.Parent = Topbar
  349. Minimize.AnchorPoint = Vector2.new(1, 0)
  350. Minimize.BackgroundColor3 = Color3.new(0, 0, 0)
  351. Minimize.BorderSizePixel = 0
  352. Minimize.Position = UDim2.new(1, -20, 0, 0)
  353. Minimize.Size = UDim2.new(0, 18, 0, 18)
  354. Minimize.Font = Enum.Font.SourceSans
  355. Minimize.Text = "_"
  356. Minimize.TextColor3 = Color3.new(1, 1, 1)
  357. Minimize.TextSize = 14
  358. Title.Name = "Title"
  359. Title.Parent = Topbar
  360. Title.AnchorPoint = Vector2.new(0.5, 0)
  361. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  362. Title.BackgroundTransparency = 1
  363. Title.BorderSizePixel = 0
  364. Title.Position = UDim2.new(0.5, 0, 0, 0)
  365. Title.Size = UDim2.new(0.600000024, 0, 1, 0)
  366. Title.Font = Enum.Font.Arial
  367. Title.Text = "fePose v3 by xyz#8586"
  368. Title.TextColor3 = Color3.new(1, 1, 1)
  369. Title.TextSize = 12
  370. MinMenu.Name = "MinMenu"
  371. MinMenu.Parent = fePosev3
  372. MinMenu.AnchorPoint = Vector2.new(1, 1)
  373. MinMenu.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  374. MinMenu.BorderColor3 = Color3.new(0, 0, 0)
  375. MinMenu.Position = UDim2.new(1, -10, 1, -10)
  376. MinMenu.Size = UDim2.new(0, 75, 0, 25)
  377. Close_2.Name = "Close"
  378. Close_2.Parent = MinMenu
  379. Close_2.AnchorPoint = Vector2.new(1, 0)
  380. Close_2.BackgroundColor3 = Color3.new(0, 0, 0)
  381. Close_2.BorderSizePixel = 0
  382. Close_2.Position = UDim2.new(1, 0, 0, 0)
  383. Close_2.Size = UDim2.new(0, 18, 0, 18)
  384. Close_2.Font = Enum.Font.SourceSans
  385. Close_2.Text = "X"
  386. Close_2.TextColor3 = Color3.new(1, 1, 1)
  387. Close_2.TextSize = 14
  388. Maximize.Name = "Maximize"
  389. Maximize.Parent = MinMenu
  390. Maximize.AnchorPoint = Vector2.new(1, 0)
  391. Maximize.BackgroundColor3 = Color3.new(0, 0, 0)
  392. Maximize.BorderSizePixel = 0
  393. Maximize.Position = UDim2.new(1, -20, 0, 0)
  394. Maximize.Size = UDim2.new(0, 18, 0, 18)
  395. Maximize.Font = Enum.Font.SourceSans
  396. Maximize.Text = "+"
  397. Maximize.TextColor3 = Color3.new(1, 1, 1)
  398. Maximize.TextSize = 14
  399. Title_2.Name = "Title"
  400. Title_2.Parent = MinMenu
  401. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  402. Title_2.BackgroundTransparency = 1
  403. Title_2.BorderSizePixel = 0
  404. Title_2.Size = UDim2.new(0.600000024, 0, 1, 0)
  405. Title_2.Font = Enum.Font.Arial
  406. Title_2.Text = "FP"
  407. Title_2.TextColor3 = Color3.new(1, 1, 1)
  408. Title_2.TextSize = 12
  409. local function GQYAP_fake_script()
  410. local script = Instance.new('LocalScript', fePosev3)
  411. local HttpService = game:GetService("HttpService")
  412. local Players = game:GetService("Players")
  413. local RunService = game:GetService("RunService")
  414. local UserInputService = game:GetService("UserInputService")
  415. local ReplicatedFirst = game:GetService("ReplicatedFirst")
  416. local Player = game:GetService("Players").LocalPlayer
  417. local PlayerGui = Player:WaitForChild("PlayerGui")
  418.  
  419. local Gui = script.Parent
  420. local Menu = Gui.Menu
  421. local Buttons = Menu.Buttons
  422. local Topbar = Menu.Topbar
  423. local MinMenu = Gui.MinMenu
  424.  
  425. Topbar.Close.MouseButton1Click:Connect(function()
  426. Gui:Destroy()
  427. end)
  428.  
  429. Topbar.Minimize.MouseButton1Click:Connect(function()
  430. MinMenu.Parent = Gui
  431. Menu.Parent = ReplicatedFirst
  432. end)
  433.  
  434. MinMenu.Close.MouseButton1Click:Connect(function()
  435. Gui:Destroy()
  436. end)
  437.  
  438. MinMenu.Maximize.MouseButton1Click:Connect(function()
  439. Menu.Parent = Gui
  440. MinMenu.Parent = ReplicatedFirst
  441. end)
  442. -- scripted by zeezy
  443. local function makeDraggable(guiToSet)
  444. local dragging
  445. local dragInput
  446. local dragStart
  447. local startPos
  448. local function update(input)
  449. local delta = input.Position - dragStart
  450. guiToSet.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  451. end
  452. guiToSet.InputBegan:Connect(function(input)
  453. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  454. dragging = true
  455. dragStart = input.Position
  456. startPos = guiToSet.Position
  457. input.Changed:Connect(function()
  458. if input.UserInputState == Enum.UserInputState.End then
  459. dragging = false
  460. end
  461. end)
  462. end
  463. end)
  464. guiToSet.InputChanged:Connect(function(input)
  465. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  466. dragInput = input
  467. end
  468. end)
  469. UserInputService.InputChanged:Connect(function(input)
  470. if input == dragInput and dragging then
  471. update(input)
  472. end
  473. end)
  474. end
  475.  
  476. makeDraggable(Menu)
  477. makeDraggable(MinMenu)
  478. MinMenu.Parent = ReplicatedFirst
  479. local function setButton(buttonName,functionToSet)
  480. local newbutton = Buttons:WaitForChild(buttonName,10)
  481. newbutton.MouseButton1Click:Connect(functionToSet)
  482. end
  483.  
  484. local function getCharacter()
  485. local new = Player.Character or Player.CharacterAdded:Wait()
  486. return new
  487. end
  488.  
  489. local function getHumanoid()
  490. local new = getCharacter():WaitForChild("Humanoid")
  491. return new
  492. end
  493.  
  494. local function getPart(part)
  495. local new = getCharacter():WaitForChild(part,10)
  496. return new
  497. end
  498.  
  499. local function getHats()
  500. local hatTable = {}
  501. for i,v in ipairs(getCharacter():GetChildren()) do
  502. if v:IsA("Accessory") then
  503. table.insert(hatTable,v.Handle)
  504. end
  505. end
  506. return hatTable
  507. end
  508.  
  509. pcall(function()
  510. while true do
  511. wait()
  512. p.MaximumSimulationRadius = math.huge
  513. p.SimulationRadius = math.huge
  514. end
  515. end)
  516.  
  517. local function noMesh(part)
  518. local mesh = part:FindFirstChildWhichIsA("DataModelMesh")
  519. if mesh then mesh:Destroy() end
  520. end
  521.  
  522. local function newGUID()
  523. local new = HttpService:GenerateGUID(false)
  524. return new
  525. end
  526.  
  527. local function bindRS(functionToBind)
  528. local id = newGUID()
  529. RunService:BindToRenderStep(id,300,functionToBind)
  530. getHumanoid().Died:Connect(function()
  531. RunService:UnbindFromRenderStep(id)
  532. end)
  533. end
  534.  
  535. local function zeroGrav(part)
  536. local BodyForce = Instance.new("BodyForce")
  537. BodyForce.force = Vector3.new(0, workspace.Gravity, 0) * part:GetMass()
  538. BodyForce.Parent = part
  539. end
  540.  
  541. local function cpos(part,base,xOffset,yOffset,zOffset,xRotate,yRotate,zRotate)
  542. if not part then warn("Part missing") return end
  543. if not base then warn("Base missing") return end
  544. zeroGrav(part)
  545. part:BreakJoints()
  546. bindRS(function()
  547. part.CFrame = base.CFrame * CFrame.new(xOffset,yOffset,zOffset) * CFrame.Angles(math.rad(xRotate),math.rad(yRotate),math.rad(zRotate))
  548. end)
  549. end
  550.  
  551.  
  552. local function spinpos(part,base,spinOffset,speed,x,y,z)
  553. if not part then warn("Part missing") return end
  554. if not base then warn("Base missing") return end
  555. local count = 0
  556. zeroGrav(part)
  557. part:BreakJoints()
  558. bindRS(function()
  559. part.CFrame = base.CFrame * CFrame.Angles(count+spinOffset,0,count+spinOffset) * CFrame.new(x,y,z)
  560. count = count + speed
  561. end)
  562. end
  563.  
  564. local function ringpos(part,base,spinOffset,speed,x,y,z)
  565. if not part then warn("Part missing") return end
  566. if not base then warn("Base missing") return end
  567. local count = 0
  568. zeroGrav(part)
  569. part:BreakJoints()
  570. bindRS(function()
  571. part.CFrame = base.CFrame * CFrame.new(x,y,z) * CFrame.Angles(count+spinOffset,0,count+spinOffset)
  572. count = count + speed
  573. end)
  574. end
  575.  
  576. -- made by Zeezy#7203
  577. local function helipos(part,base,angle,spinOffset,distance,speed)
  578. if not part then warn("Part missing") return end
  579. if not base then warn("Base missing") return end
  580. local count = 0
  581. local anew = math.rad(angle)
  582. local offsetnew = math.rad(spinOffset)
  583. zeroGrav(part)
  584. part:BreakJoints()
  585. bindRS(function()
  586. part.CFrame = (base.CFrame * CFrame.Angles(anew,0,count+offsetnew)) * CFrame.new(0,distance,0)
  587. count = count + speed
  588. end)
  589. end
  590.  
  591. local function sidehelipos(part,base,angle,spinOffset,distance,speed)
  592. if not part then warn("Part missing") return end
  593. if not base then warn("Base missing") return end
  594. local count = 0
  595. local anew = math.rad(angle)
  596. local offsetnew = math.rad(spinOffset)
  597. zeroGrav(part)
  598. part:BreakJoints()
  599. bindRS(function()
  600. part.CFrame = (base.CFrame * CFrame.new(0,-1,0) * CFrame.Angles(count+offsetnew,0,anew)) * CFrame.new(0,distance,0)
  601. count = count + speed
  602. end)
  603. end
  604.  
  605.  
  606. local function LongArms()
  607. cpos(getPart("Left Leg"),getPart("Left Arm"),0,-1.85,0,0,0,0)
  608. cpos(getPart("Right Leg"),getPart("Right Arm"),0,-1.85,0,0,0,0)
  609. end
  610.  
  611. local function Swirl()
  612. local torso = getPart("Torso")
  613. cpos(getPart("Left Arm"),torso,-1,1.5,0,0,0,-90)
  614. cpos(getPart("Right Arm"),torso,1.5,1,0,0,0,180)
  615. cpos(getPart("Left Leg"),torso,-1.5,-1,0,0,0,0)
  616. cpos(getPart("Right Leg"),torso,1,-1.5,0,0,0,90)
  617. end
  618.  
  619. local function TPose()
  620. local torso = getPart("Torso")
  621. cpos(getPart("Left Arm"),torso,-2,0.5,0,0,0,-90)
  622. cpos(getPart("Right Arm"),torso,2,0.5,0,0,0,90)
  623. end
  624.  
  625. local function NoClothes()
  626. local shirt = getCharacter():FindFirstChildOfClass("Shirt")
  627. local pants = getCharacter():FindFirstChildOfClass("Pants")
  628. if shirt then shirt:Destroy() end
  629. if pants then pants:Destroy() end
  630. end
  631.  
  632. local function SwirlHats()
  633. local head = getPart("Head")
  634. for i,v in ipairs(getHats()) do
  635. noMesh(v)
  636. zeroGrav(v)
  637. spinpos(v,head,i,0.1,0,0,0)
  638. end
  639. end
  640.  
  641. local function NoFace()
  642. local head = getPart("Head")
  643. if head then
  644. local facedecal = head:FindFirstChildOfClass("Decal")
  645. if facedecal then facedecal:Destroy() end
  646. end
  647. end
  648. -- made by Zeezy#7203
  649. local function Sit()
  650. local humanoid = getHumanoid()
  651. if humanoid then
  652. humanoid.Sit = true
  653. end
  654. end
  655.  
  656. local function Helicopter()
  657. local torso = getPart("Torso")
  658. local head = getPart("Head")
  659. helipos(getPart("Left Arm"),head,90,-90,-1.5,0.4)
  660. helipos(getPart("Right Arm"),head,90,90,-1.5,0.4)
  661. cpos(getPart("Left Leg"),torso,0,0,1.5,270,0,0)
  662. sidehelipos(getPart("Right Leg"),getPart("Left Leg"),0,90,0,0.5)
  663. end
  664.  
  665. local function CrazyHats()
  666. local head = getPart("Head")
  667. for i,v in ipairs(getHats()) do
  668. noMesh(v)
  669. zeroGrav(v)
  670. v:BreakJoints()
  671. local rkt = Instance.new("RocketPropulsion")
  672. rkt.Target = getPart("Head")
  673. rkt.MaxSpeed = 100
  674. rkt.MaxTorque = Vector3.new(888888,888888,888888)
  675. rkt.MaxThrust = math.huge
  676. rkt.Parent = v
  677. rkt.ThrustP = math.huge
  678. rkt:Fire()
  679. end
  680. end
  681.  
  682. local function Orbit()
  683. local rootpart = getPart("HumanoidRootPart")
  684. local hats = getHats()
  685. local ratio = math.rad(360 / #hats)
  686. for i,v in pairs(hats) do
  687. noMesh(v)
  688. zeroGrav(v)
  689. spinpos(v,rootpart,i%30,1,i%30,i%30,0)
  690. end
  691. end
  692. -- verm : Zeezy9892
  693. local function Ring()
  694. local rootpart = getPart("HumanoidRootPart")
  695. local hats = getHats()
  696. local ratio = math.rad(360 / #hats)
  697. for i,v in pairs(hats) do
  698. noMesh(v)
  699. zeroGrav(v)
  700. ringpos(v,rootpart,i,0.15,math.sin(i*ratio)*4,0,math.cos(i*ratio)*4)
  701. end
  702. end
  703.  
  704. setButton("LongArms",LongArms)
  705. setButton("TPose",TPose)
  706. setButton("Swirl",Swirl)
  707. setButton("NoClothes",NoClothes)
  708. setButton("Sit",Sit)
  709. setButton("SwirlHats",SwirlHats)
  710. setButton("NoFace",NoFace)
  711. setButton("Helicopter",Helicopter)
  712. setButton("CrazyHats",CrazyHats)
  713. setButton("Orbit",Orbit)
  714. setButton("Ring",Ring)
  715. end
  716. coroutine.wrap(GQYAP_fake_script)()
  717. end)
  718.  
  719. penisbutton.Name = "penisbutton"
  720. penisbutton.Parent = mainframe
  721. penisbutton.BackgroundColor3 = Color3.fromRGB(13, 13, 13)
  722. penisbutton.BorderColor3 = Color3.fromRGB(59, 59, 59)
  723. penisbutton.Position = UDim2.new(0.0409556329, 0, 0.717385173, 0)
  724. penisbutton.Size = UDim2.new(0, 84, 0, 31)
  725. penisbutton.Font = Enum.Font.SourceSans
  726. penisbutton.Text = "Penis"
  727. penisbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  728. penisbutton.TextSize = 14.000
  729. penisbutton.MouseButton1Down:connect(function()
  730.  
  731.  
  732.  
  733.  
  734.  
  735. --R6 dick by diemiers
  736.  
  737.  
  738. spawn(function()
  739. local message = Instance.new("Message",workspace)
  740. message.Text = "Fe penisito loaded"
  741. wait(11)
  742. message:Destroy()
  743. end)
  744.  
  745. local name = "Torso"
  746. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
  747. name = "UpperTorso"
  748. end
  749.  
  750. local ch = game.Players.LocalPlayer.Character
  751. local prt=Instance.new("Model", workspace)
  752. local z1 = Instance.new("Part", prt)
  753. z1.Name="Torso"
  754. z1.CanCollide = false
  755. z1.Anchored = true
  756. local z2 =Instance.new("Part", prt)
  757. z2.Name="Head"
  758. z2.Anchored = true
  759. z2.CanCollide = false
  760. local z3 =Instance.new("Humanoid", prt)
  761. z3.Name="Humanoid"
  762. z1.Position = Vector3.new(0,9999,0)
  763. z2.Position = Vector3.new(0,9991,0)
  764. game.Players.LocalPlayer.Character=prt
  765. wait(5)
  766. game.Players.LocalPlayer.Character=ch
  767. wait(6)
  768. game:GetService('RunService').Stepped:connect(function()
  769. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = true
  770. end)
  771. game:GetService('RunService').RenderStepped:connect(function()
  772. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = true
  773. end)
  774. plr = game.Players.LocalPlayer
  775. mouse = plr:GetMouse()
  776.  
  777. game.Players.LocalPlayer.Character.HumanoidRootPart:Destroy()
  778.  
  779. local Hum = Instance.new("Humanoid")
  780.  
  781.  
  782.  
  783. Hum.Parent = game.Players.LocalPlayer.Character
  784. game.Players.LocalPlayer.Character.Humanoid.Parent = game.Lighting
  785. --game.Players.LocalPlayer.Character:FindFirstChild("Torso").Name = "Head"
  786. --game.Players.LocalPlayer.Character:FindFirstChild("Head"):Destroy()
  787. --game.Players.LocalPlayer.Character:FindFirstChild(name):Destroy()
  788. --game.Players.LocalPlayer.Character.HumanoidRootPart.Name = "GaiPArt"
  789. local root =game.Players.LocalPlayer.Character["Right Arm"] -- game.Players.LocalPlayer.Character["Left Leg"]
  790. root.Name = "HumanoidRootPart"
  791.  
  792. Hum.HipHeight = 5
  793.  
  794.  
  795. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.HumanoidRootPart
  796.  
  797.  
  798.  
  799.  
  800. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  801.  
  802. if v.Name ~=root.Name and v.Name ~="Humanoid" and v.Name ~= "Left Arm" and v.Name ~= "Left Leg" and v.Name ~= "Right Leg" then
  803.  
  804. v:Destroy()
  805.  
  806. elseif v.Name == "Left Arm" then
  807.  
  808. local bp = Instance.new("BodyPosition",v)
  809. bp.MaxForce = Vector3.new(99999,99999,99999)
  810. local bg = Instance.new("BodyGyro",v)
  811. bg.MaxTorque = Vector3.new(9999999,9999999,999999)
  812.  
  813. spawn(function()
  814. bp.D = 300
  815. while true do
  816. bp.Position = root.Position+Vector3.new(0,1.8+1.8+1.8-0.3,0)
  817. wait()
  818. end
  819.  
  820. end)
  821.  
  822. elseif v.Name == "Left Leg" then
  823.  
  824. local bp = Instance.new("BodyPosition",v)
  825. bp.MaxForce = Vector3.new(99999,99999,99999)
  826. local bg = Instance.new("BodyGyro",v)
  827. bg.MaxTorque = Vector3.new(9999999,9999999,999999)
  828.  
  829. spawn(function()
  830. bp.D = 300
  831. while true do
  832. bp.Position = root.Position+Vector3.new(0,1.8-0.3,0)
  833. wait()
  834. end
  835.  
  836. end)
  837.  
  838. elseif v.Name == "Right Leg" then
  839.  
  840. local bp = Instance.new("BodyPosition",v)
  841. bp.MaxForce = Vector3.new(99999,99999,99999)
  842. local bg = Instance.new("BodyGyro",v)
  843. bg.MaxTorque = Vector3.new(9999999,9999999,999999)
  844. spawn(function()
  845. bp.D = 300
  846. while true do
  847. bp.Position = root.Position+Vector3.new(0,1.8+1.8-0.3,0)
  848. wait()
  849. end
  850.  
  851. end)
  852. elseif v.Name == root.Name then
  853.  
  854. local bg = Instance.new("BodyGyro",v)
  855. bg.MaxTorque = Vector3.new(9999999,9999999,999999)
  856. bg.CFrame = CFrame.Angles(math.rad(0),math.rad(0),math.rad(90))
  857.  
  858. end
  859.  
  860.  
  861. end
  862.  
  863. --local se = Instance.new("SelectionBox",root)
  864. --se.Adornee = root
  865.  
  866.  
  867. power = 999999 -- change this to make it more or less powerful
  868.  
  869. power = power*10
  870.  
  871. ---
  872. wait(.1)
  873. --local bambam = Instance.new("BodyThrust")
  874. --bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  875. --bambam.Force = Vector3.new(power,0,power)
  876. --bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  877.  
  878.  
  879.  
  880.  
  881. local mouse = game.Players.LocalPlayer:GetMouse()
  882.  
  883.  
  884. local plr = game.Players.LocalPlayer
  885. local torso = root
  886. local flying = true
  887. local deb = true
  888. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  889. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  890. local maxspeed = 120
  891. local speed = 15
  892.  
  893.  
  894. ---local bambam = Instance.new("BodyThrust")
  895. ---bambam.Parent = torso
  896. --bambam.Force = Vector3.new(9999999,0,9999999)
  897. --bambam.Location = torso.Position
  898.  
  899.  
  900. ---
  901.  
  902.  
  903. function Fly()
  904. local bg = Instance.new("BodyGyro", torso)
  905. bg.P = 9e4
  906. bg.maxTorque = Vector3.new(0, 0, 0)
  907. bg.cframe = torso.CFrame
  908. local bv = Instance.new("BodyVelocity", torso)
  909. bv.velocity = Vector3.new(0,0,0)
  910. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  911. repeat wait()
  912.  
  913. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  914. speed = speed+.2
  915. if speed > maxspeed then
  916. speed = maxspeed
  917. end
  918. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  919. speed = speed-1
  920. if speed < 0 then
  921. speed = 0
  922. end
  923. end
  924. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  925. 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
  926. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  927. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  928. 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
  929. else
  930. bv.velocity = Vector3.new(0,0,0)
  931. end
  932.  
  933. until not flying
  934. ctrl = {f = 0, b = 0, l = 0, r = 0}
  935. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  936. speed = 0
  937. bg:Destroy()
  938. bv:Destroy()
  939.  
  940. end
  941. mouse.KeyDown:connect(function(key)
  942. if key:lower() == "e" then
  943. if flying then flying = false
  944. else
  945. flying = true
  946. Fly()
  947. end
  948. elseif key:lower() == "w" then
  949. ctrl.f = 1
  950. elseif key:lower() == "s" then
  951. ctrl.b = -1
  952. elseif key:lower() == "a" then
  953. ctrl.l = -1
  954. elseif key:lower() == "d" then
  955. ctrl.r = 1
  956. end
  957. end)
  958. mouse.KeyUp:connect(function(key)
  959. if key:lower() == "w" then
  960. ctrl.f = 0
  961. elseif key:lower() == "s" then
  962. ctrl.b = 0
  963. elseif key:lower() == "a" then
  964. ctrl.l = 0
  965. elseif key:lower() == "d" then
  966. ctrl.r = 0
  967. elseif key:lower() == "r" then
  968.  
  969. end
  970. end)
  971. Fly()
  972. end)
  973.  
  974. aimbotespbutton.Name = "aimbotespbutton"
  975. aimbotespbutton.Parent = mainframe
  976. aimbotespbutton.BackgroundColor3 = Color3.fromRGB(13, 13, 13)
  977. aimbotespbutton.BorderColor3 = Color3.fromRGB(59, 59, 59)
  978. aimbotespbutton.Position = UDim2.new(0.354948819, 0, 0.716125429, 0)
  979. aimbotespbutton.Size = UDim2.new(0, 84, 0, 31)
  980. aimbotespbutton.Font = Enum.Font.SourceSans
  981. aimbotespbutton.Text = "ESP & Aimbot"
  982. aimbotespbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  983. aimbotespbutton.TextSize = 14.000
  984. aimbotespbutton.MouseButton1Down:connect(function()
  985. loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
  986. end)
  987.  
  988. invisflingbutton.Name = "invisflingbutton"
  989. invisflingbutton.Parent = mainframe
  990. invisflingbutton.BackgroundColor3 = Color3.fromRGB(13, 13, 13)
  991. invisflingbutton.BorderColor3 = Color3.fromRGB(59, 59, 59)
  992. invisflingbutton.Position = UDim2.new(0.668941975, 0, 0.716125429, 0)
  993. invisflingbutton.Size = UDim2.new(0, 84, 0, 31)
  994. invisflingbutton.Font = Enum.Font.SourceSans
  995. invisflingbutton.Text = "Fling"
  996. invisflingbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  997. invisflingbutton.TextSize = 14.000
  998. invisflingbutton.MouseButton1Down:connect(function()
  999.  
  1000.  
  1001.  
  1002. spawn(function()
  1003. local message = Instance.new("Message",workspace)
  1004. message.Text = "Loaded press z to execute inviseble , press x to respawn)"
  1005. wait(0.5)
  1006. message:Destroy()
  1007. end)
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016. local mouse = game.Players.LocalPlayer:GetMouse()
  1017.  
  1018. local groot = nil
  1019.  
  1020. mouse.KeyDown:connect(function(k)
  1021.  
  1022. if k == "z" then
  1023.  
  1024.  
  1025.  
  1026. spawn(function()
  1027. local message = Instance.new("Message",workspace)
  1028. message.Text = "Fe Invisible Fling By Diemiers#4209 Loaded (wait 11 seconds to load)"
  1029. wait(11)
  1030. message:Destroy()
  1031. end)
  1032.  
  1033.  
  1034. local ch = game.Players.LocalPlayer.Character
  1035. local prt=Instance.new("Model", workspace)
  1036. local z1 = Instance.new("Part", prt)
  1037. z1.Name="Torso"
  1038. z1.CanCollide = false
  1039. z1.Anchored = true
  1040. local z2 =Instance.new("Part", prt)
  1041. z2.Name="Head"
  1042. z2.Anchored = true
  1043. z2.CanCollide = false
  1044. local z3 =Instance.new("Humanoid", prt)
  1045. z3.Name="Humanoid"
  1046. z1.Position = Vector3.new(0,9999,0)
  1047. z2.Position = Vector3.new(0,9991,0)
  1048. game.Players.LocalPlayer.Character=prt
  1049. wait(5)
  1050. game.Players.LocalPlayer.Character=ch
  1051. wait(6)
  1052.  
  1053.  
  1054. local plr = game.Players.LocalPlayer
  1055. mouse = plr:GetMouse()
  1056.  
  1057. local Hum = Instance.new("Humanoid")
  1058. Hum.Parent = game.Players.LocalPlayer.Character
  1059.  
  1060.  
  1061. local root = game.Players.LocalPlayer.Character.HumanoidRootPart
  1062.  
  1063.  
  1064. for i,v in pairs(plr.Character:GetChildren()) do
  1065.  
  1066. if v ~= root and v.Name ~= "Humanoid" then
  1067.  
  1068. v:Destroy()
  1069.  
  1070. end
  1071.  
  1072.  
  1073. end
  1074.  
  1075. workspace.CurrentCamera.CameraSubject = root
  1076.  
  1077. local se = Instance.new("SelectionBox",root)
  1078. se.Adornee = root
  1079.  
  1080.  
  1081. game:GetService('RunService').Stepped:connect(function()
  1082. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  1083. end)
  1084. game:GetService('RunService').RenderStepped:connect(function()
  1085. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  1086. end)
  1087.  
  1088.  
  1089. power = 999999 -- change this to make it more or less powerful
  1090.  
  1091. power = power*10
  1092.  
  1093. ---
  1094. wait(.1)
  1095. local bambam = Instance.new("BodyThrust")
  1096. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  1097. bambam.Force = Vector3.new(power,0,power)
  1098. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104. local plr = game.Players.LocalPlayer
  1105. local torso = root
  1106. local flying = true
  1107. local deb = true
  1108. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1109. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1110. local maxspeed = 120
  1111. local speed = 15
  1112.  
  1113.  
  1114. ---local bambam = Instance.new("BodyThrust")
  1115. ---bambam.Parent = torso
  1116. --bambam.Force = Vector3.new(9999999,0,9999999)
  1117. --bambam.Location = torso.Position
  1118.  
  1119.  
  1120. ---
  1121. groot = root
  1122.  
  1123. function Fly()
  1124. local bg = Instance.new("BodyGyro", torso)
  1125. bg.P = 9e4
  1126. bg.maxTorque = Vector3.new(0, 0, 0)
  1127. bg.cframe = torso.CFrame
  1128. local bv = Instance.new("BodyVelocity", torso)
  1129. bv.velocity = Vector3.new(0,0,0)
  1130. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1131. repeat wait()
  1132.  
  1133. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1134. speed = speed+.2
  1135. if speed > maxspeed then
  1136. speed = maxspeed
  1137. end
  1138. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1139. speed = speed-1
  1140. if speed < 0 then
  1141. speed = 0
  1142. end
  1143. end
  1144. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1145. 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
  1146. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1147. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1148. 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
  1149. else
  1150. bv.velocity = Vector3.new(0,0.1,0)
  1151. end
  1152.  
  1153. until not flying
  1154. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1155. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1156. speed = 0
  1157. bg:Destroy()
  1158. bv:Destroy()
  1159.  
  1160. end
  1161. mouse.KeyDown:connect(function(key)
  1162. if key:lower() == "e" then
  1163. if flying then flying = false
  1164. else
  1165. flying = true
  1166. Fly()
  1167. end
  1168. elseif key:lower() == "w" then
  1169. ctrl.f = 1
  1170. elseif key:lower() == "s" then
  1171. ctrl.b = -1
  1172. elseif key:lower() == "a" then
  1173. ctrl.l = -1
  1174. elseif key:lower() == "d" then
  1175. ctrl.r = 1
  1176. end
  1177. end)
  1178. mouse.KeyUp:connect(function(key)
  1179. if key:lower() == "w" then
  1180. ctrl.f = 0
  1181. elseif key:lower() == "s" then
  1182. ctrl.b = 0
  1183. elseif key:lower() == "a" then
  1184. ctrl.l = 0
  1185. elseif key:lower() == "d" then
  1186. ctrl.r = 0
  1187. elseif key:lower() == "r" then
  1188.  
  1189. end
  1190. end)
  1191. Fly()
  1192.  
  1193.  
  1194.  
  1195. elseif k == "x" then
  1196.  
  1197.  
  1198. spawn(function()
  1199. local message = Instance.new("Message",workspace)
  1200. message.Text = "Respawning dont spam"
  1201. wait(1)
  1202. message:Destroy()
  1203. end)
  1204.  
  1205. local saved = groot.Position
  1206.  
  1207. local ch = game.Players.LocalPlayer.Character
  1208. local prt=Instance.new("Model", workspace)
  1209. local z1 = Instance.new("Part", prt)
  1210. z1.Name="Torso"
  1211. z1.CanCollide = false
  1212. z1.Anchored = true
  1213. local z2 =Instance.new("Part", prt)
  1214. z2.Name="Head"
  1215. z2.Anchored = true
  1216. z2.CanCollide = false
  1217. local z3 =Instance.new("Humanoid", prt)
  1218. z3.Name="Humanoid"
  1219. z1.Position = Vector3.new(0,9999,0)
  1220. z2.Position = Vector3.new(0,9991,0)
  1221. game.Players.LocalPlayer.Character=prt
  1222. wait(5)
  1223. game.Players.LocalPlayer.Character=ch
  1224. local poop = nil
  1225. repeat wait() poop = game.Players.LocalPlayer.Character:FindFirstChild("Head") until poop ~= nil
  1226. wait(1)
  1227. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(saved)
  1228.  
  1229. end
  1230.  
  1231.  
  1232. end)
  1233. end)
  1234.  
  1235. servercrashbutton.Name = "servercrashbutton"
  1236. servercrashbutton.Parent = mainframe
  1237. servercrashbutton.BackgroundColor3 = Color3.fromRGB(13, 13, 13)
  1238. servercrashbutton.BorderColor3 = Color3.fromRGB(59, 59, 59)
  1239. servercrashbutton.Position = UDim2.new(0.0409556329, 0, 0.449986994, 0)
  1240. servercrashbutton.Size = UDim2.new(0, 268, 0, 31)
  1241. servercrashbutton.Font = Enum.Font.SourceSans
  1242. servercrashbutton.Text = "Server Crash"
  1243. servercrashbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  1244. servercrashbutton.TextSize = 14.000
  1245. servercrashbutton.MouseButton1Down:connect(function()
  1246. loadstring(game:HttpGet(('https://pastebin.com/raw/J4nmWQJA'),true))()
  1247. end)
  1248.  
  1249. closebutton.Name = "closebutton"
  1250. closebutton.Parent = mainframe
  1251. closebutton.BackgroundColor3 = Color3.fromRGB(13, 13, 13)
  1252. closebutton.BorderColor3 = Color3.fromRGB(59, 59, 59)
  1253. closebutton.Position = UDim2.new(0.955631375, 0, -0.000186622565, 0)
  1254. closebutton.Size = UDim2.new(0, 13, 0, 12)
  1255. closebutton.Font = Enum.Font.SourceSans
  1256. closebutton.Text = "X"
  1257. closebutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  1258. closebutton.TextSize = 14.000
  1259. closebutton.MouseButton1Down:connect(function()
  1260. openbutton.Visible = true
  1261. mainframe.Visible = false
  1262. end)
  1263.  
  1264. openbutton.Name = "openbutton"
  1265. openbutton.Parent = spookyxrgui
  1266. openbutton.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
  1267. openbutton.BorderColor3 = Color3.fromRGB(79, 79, 79)
  1268. openbutton.Position = UDim2.new(0, 0, 0.706632674, 0)
  1269. openbutton.Size = UDim2.new(0, 128, 0, 28)
  1270. openbutton.Font = Enum.Font.Arial
  1271. openbutton.Text = "OPEN"
  1272. openbutton.TextColor3 = Color3.fromRGB(255, 255, 255)
  1273. openbutton.TextSize = 14.000
  1274. openbutton.MouseButton1Down:connect(function()
  1275. mainframe.Visible = true
  1276. openbutton.Visible = false
  1277. end)
  1278.  
  1279. -- Scripts:
  1280.  
  1281. local function RDEGIN_fake_script() -- mainframe.LocalScript
  1282. local script = Instance.new('LocalScript', mainframe)
  1283.  
  1284. script.parent.Selectable = true
  1285. script.Parent.Active = true
  1286. script.parent.Draggable = true
  1287. end
  1288. coroutine.wrap(RDEGIN_fake_script)()
Add Comment
Please, Sign In to add comment