Advertisement
Rorobis

ReddyGui Rewritten

Jan 24th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.92 KB | None | 0 0
  1. --ReddyGui Rewritten is here!
  2. --Username: Reddy
  3. --Password: Gui
  4. --Instances
  5.  
  6. local ReddyGui = Instance.new("ScreenGui")
  7. local LoginFrame = Instance.new("Frame")
  8. local Title = Instance.new("TextLabel")
  9. local Username = Instance.new("TextBox")
  10. local Password = Instance.new("TextBox")
  11. local LoginButton = Instance.new("TextButton")
  12. local MainFrame = Instance.new("Frame")
  13. local Bar1 = Instance.new("TextLabel")
  14. local Bar2 = Instance.new("TextLabel")
  15. local Button1 = Instance.new("TextButton")
  16. local Button2 = Instance.new("TextButton")
  17. local Button3 = Instance.new("TextButton")
  18. local Button4 = Instance.new("TextButton")
  19. local Button5 = Instance.new("TextButton")
  20. local ComingSoon = Instance.new("TextButton")
  21. local ComingSoon_2 = Instance.new("TextButton")
  22. local ComingSoon_3 = Instance.new("TextButton")
  23. local ComingSoon_4 = Instance.new("TextButton")
  24. local ComingSoon_5 = Instance.new("TextButton")
  25. local Title2 = Instance.new("TextLabel")
  26. local Exit1 = Instance.new("TextButton")
  27. local ExecutorButton = Instance.new("TextButton")
  28. local ExecutorFrame = Instance.new("Frame")
  29. local Bar1_2 = Instance.new("TextLabel")
  30. local Bar2_2 = Instance.new("TextLabel")
  31. local Executor = Instance.new("ScrollingFrame")
  32. local Input = Instance.new("TextBox")
  33. local ExecuteButton = Instance.new("TextButton")
  34. local ClearButton = Instance.new("TextButton")
  35. local TextLabel = Instance.new("TextLabel")
  36. local Exit2 = Instance.new("TextButton")
  37.  
  38. -- Properties
  39.  
  40. ReddyGui.Name = "ReddyGui"
  41. ReddyGui.Parent = game.CoreGui
  42.  
  43. LoginFrame.Name = "LoginFrame"
  44. LoginFrame.Parent = ReddyGui
  45. LoginFrame.Active = true
  46. LoginFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  47. LoginFrame.BorderColor3 = Color3.new(0, 0, 0)
  48. LoginFrame.BorderSizePixel = 5
  49. LoginFrame.Position = UDim2.new(0.378115058, 0, 0.21811679, 0)
  50. LoginFrame.Size = UDim2.new(0, 381, 0, 415)
  51. LoginFrame.Style = Enum.FrameStyle.DropShadow
  52. LoginFrame.Draggable = true
  53.  
  54. Title.Name = "Title"
  55. Title.Parent = LoginFrame
  56. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  57. Title.BackgroundTransparency = 1
  58. Title.Position = UDim2.new(-0.00262467191, 0, -0.00240963884, 0)
  59. Title.Size = UDim2.new(0, 366, 0, 50)
  60. Title.Font = Enum.Font.Cartoon
  61. Title.Text = "ReddyGui"
  62. Title.TextColor3 = Color3.new(0, 0, 0)
  63. Title.TextScaled = true
  64. Title.TextSize = 14
  65. Title.TextWrapped = true
  66.  
  67. Username.Name = "Username"
  68. Username.Parent = LoginFrame
  69. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  70. Username.BackgroundTransparency = 1
  71. Username.Position = UDim2.new(0.0531340651, 0, 0.217959031, 0)
  72. Username.Size = UDim2.new(0, 324, 0, 50)
  73. Username.ClearTextOnFocus = false
  74. Username.Font = Enum.Font.SourceSans
  75. Username.Text = "Username"
  76. Username.TextColor3 = Color3.new(0, 0, 0)
  77. Username.TextScaled = true
  78. Username.TextSize = 14
  79. Username.TextWrapped = true
  80. Username.TextXAlignment = Enum.TextXAlignment.Left
  81.  
  82. Password.Name = "Password"
  83. Password.Parent = LoginFrame
  84. Password.BackgroundColor3 = Color3.new(1, 1, 1)
  85. Password.BackgroundTransparency = 1
  86. Password.Position = UDim2.new(0.0553178787, 0, 0.384949923, 0)
  87. Password.Size = UDim2.new(0, 323, 0, 50)
  88. Password.ClearTextOnFocus = false
  89. Password.Font = Enum.Font.SourceSans
  90. Password.Text = "Password"
  91. Password.TextColor3 = Color3.new(0, 0, 0)
  92. Password.TextScaled = true
  93. Password.TextSize = 14
  94. Password.TextWrapped = true
  95. Password.TextXAlignment = Enum.TextXAlignment.Left
  96.  
  97. LoginButton.Name = "LoginButton"
  98. LoginButton.Parent = LoginFrame
  99. LoginButton.BackgroundColor3 = Color3.new(0, 0, 0)
  100. LoginButton.Position = UDim2.new(0.225721791, 0, 0.648192823, 0)
  101. LoginButton.Size = UDim2.new(0, 200, 0, 50)
  102. LoginButton.Font = Enum.Font.Cartoon
  103. LoginButton.Text = "Login"
  104. LoginButton.TextColor3 = Color3.new(1, 1, 1)
  105. LoginButton.TextScaled = true
  106. LoginButton.TextSize = 14
  107. LoginButton.TextWrapped = true
  108.  
  109. MainFrame.Name = "MainFrame"
  110. MainFrame.Parent = ReddyGui
  111. MainFrame.Active = true
  112. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  113. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  114. MainFrame.BorderSizePixel = 0
  115. MainFrame.Position = UDim2.new(0.309685379, 0, 0.185935631, 0)
  116. MainFrame.Size = UDim2.new(0, 596, 0, 442)
  117. MainFrame.Visible = false
  118. MainFrame.Draggable = true
  119.  
  120. Bar1.Name = "Bar1"
  121. Bar1.Parent = MainFrame
  122. Bar1.BackgroundColor3 = Color3.new(0.815686, 0.0431373, 0.121569)
  123. Bar1.BorderColor3 = Color3.new(0.580392, 0.027451, 0.0941177)
  124. Bar1.BorderSizePixel = 0
  125. Bar1.Size = UDim2.new(0, 596, 0, 60)
  126. Bar1.Font = Enum.Font.SourceSans
  127. Bar1.Text = ""
  128. Bar1.TextColor3 = Color3.new(0, 0, 0)
  129. Bar1.TextSize = 14
  130.  
  131. Bar2.Name = "Bar2"
  132. Bar2.Parent = Bar1
  133. Bar2.BackgroundColor3 = Color3.new(0.580392, 0.027451, 0.0941177)
  134. Bar2.BorderColor3 = Color3.new(0, 0, 0)
  135. Bar2.BorderSizePixel = 0
  136. Bar2.Position = UDim2.new(0, 0, 0.75, 0)
  137. Bar2.Size = UDim2.new(0, 596, 0, 15)
  138. Bar2.Font = Enum.Font.SourceSans
  139. Bar2.Text = ""
  140. Bar2.TextColor3 = Color3.new(0, 0, 0)
  141. Bar2.TextSize = 14
  142.  
  143. Button1.Name = "Button1"
  144. Button1.Parent = MainFrame
  145. Button1.BackgroundColor3 = Color3.new(0.815686, 0.0431373, 0.121569)
  146. Button1.BorderColor3 = Color3.new(1, 1, 1)
  147. Button1.BorderSizePixel = 0
  148. Button1.Position = UDim2.new(0.0402684584, 0, 0.169683263, 0)
  149. Button1.Size = UDim2.new(0, 73, 0, 50)
  150. Button1.Font = Enum.Font.Cartoon
  151. Button1.Text = "Fly"
  152. Button1.TextColor3 = Color3.new(0, 0, 0)
  153. Button1.TextScaled = true
  154. Button1.TextSize = 14
  155. Button1.TextWrapped = true
  156.  
  157. Button2.Name = "Button2"
  158. Button2.Parent = MainFrame
  159. Button2.BackgroundColor3 = Color3.new(0.815686, 0.0431373, 0.121569)
  160. Button2.BorderColor3 = Color3.new(1, 1, 1)
  161. Button2.BorderSizePixel = 0
  162. Button2.Position = UDim2.new(0.228187919, 0, 0.169683263, 0)
  163. Button2.Size = UDim2.new(0, 73, 0, 50)
  164. Button2.Font = Enum.Font.Cartoon
  165. Button2.Text = "Noclip"
  166. Button2.TextColor3 = Color3.new(0, 0, 0)
  167. Button2.TextScaled = true
  168. Button2.TextSize = 14
  169. Button2.TextWrapped = true
  170.  
  171. Button3.Name = "Button3"
  172. Button3.Parent = MainFrame
  173. Button3.BackgroundColor3 = Color3.new(0.815686, 0.0431373, 0.121569)
  174. Button3.BorderColor3 = Color3.new(1, 1, 1)
  175. Button3.BorderSizePixel = 0
  176. Button3.Position = UDim2.new(0.42449668, 0, 0.169683263, 0)
  177. Button3.Size = UDim2.new(0, 73, 0, 50)
  178. Button3.Font = Enum.Font.Cartoon
  179. Button3.Text = "Infinite Jump"
  180. Button3.TextColor3 = Color3.new(0, 0, 0)
  181. Button3.TextScaled = true
  182. Button3.TextSize = 14
  183. Button3.TextWrapped = true
  184.  
  185. Button4.Name = "Button4"
  186. Button4.Parent = MainFrame
  187. Button4.BackgroundColor3 = Color3.new(0.815686, 0.0431373, 0.121569)
  188. Button4.BorderColor3 = Color3.new(1, 1, 1)
  189. Button4.BorderSizePixel = 0
  190. Button4.Position = UDim2.new(0.619127512, 0, 0.169683263, 0)
  191. Button4.Size = UDim2.new(0, 73, 0, 50)
  192. Button4.Font = Enum.Font.Cartoon
  193. Button4.Text = "Walkspeed"
  194. Button4.TextColor3 = Color3.new(0, 0, 0)
  195. Button4.TextScaled = true
  196. Button4.TextSize = 14
  197. Button4.TextWrapped = true
  198.  
  199. Button5.Name = "Button5"
  200. Button5.Parent = MainFrame
  201. Button5.BackgroundColor3 = Color3.new(0.815686, 0.0431373, 0.121569)
  202. Button5.BorderColor3 = Color3.new(1, 1, 1)
  203. Button5.BorderSizePixel = 0
  204. Button5.Position = UDim2.new(0.820469797, 0, 0.169683263, 0)
  205. Button5.Size = UDim2.new(0, 73, 0, 50)
  206. Button5.Font = Enum.Font.Cartoon
  207. Button5.Text = "Jump Power"
  208. Button5.TextColor3 = Color3.new(0, 0, 0)
  209. Button5.TextScaled = true
  210. Button5.TextSize = 14
  211. Button5.TextWrapped = true
  212.  
  213. ComingSoon.Name = "ComingSoon"
  214. ComingSoon.Parent = MainFrame
  215. ComingSoon.BackgroundColor3 = Color3.new(0.580392, 0.027451, 0.0941177)
  216. ComingSoon.BorderColor3 = Color3.new(0, 0, 0)
  217. ComingSoon.BorderSizePixel = 3
  218. ComingSoon.Position = UDim2.new(0.0402684584, 0, 0.332579195, 0)
  219. ComingSoon.Size = UDim2.new(0, 73, 0, 50)
  220. ComingSoon.Font = Enum.Font.GothamBold
  221. ComingSoon.Text = "Soon"
  222. ComingSoon.TextColor3 = Color3.new(0, 0, 0)
  223. ComingSoon.TextScaled = true
  224. ComingSoon.TextSize = 14
  225. ComingSoon.TextWrapped = true
  226.  
  227. ComingSoon_2.Name = "ComingSoon"
  228. ComingSoon_2.Parent = MainFrame
  229. ComingSoon_2.BackgroundColor3 = Color3.new(0.580392, 0.027451, 0.0941177)
  230. ComingSoon_2.BorderColor3 = Color3.new(0, 0, 0)
  231. ComingSoon_2.BorderSizePixel = 3
  232. ComingSoon_2.Position = UDim2.new(0.228187919, 0, 0.332579195, 0)
  233. ComingSoon_2.Size = UDim2.new(0, 73, 0, 50)
  234. ComingSoon_2.Font = Enum.Font.GothamBold
  235. ComingSoon_2.Text = "Soon"
  236. ComingSoon_2.TextColor3 = Color3.new(0, 0, 0)
  237. ComingSoon_2.TextScaled = true
  238. ComingSoon_2.TextSize = 14
  239. ComingSoon_2.TextWrapped = true
  240.  
  241. ComingSoon_3.Name = "ComingSoon"
  242. ComingSoon_3.Parent = MainFrame
  243. ComingSoon_3.BackgroundColor3 = Color3.new(0.580392, 0.027451, 0.0941177)
  244. ComingSoon_3.BorderColor3 = Color3.new(0, 0, 0)
  245. ComingSoon_3.BorderSizePixel = 3
  246. ComingSoon_3.Position = UDim2.new(0.42449668, 0, 0.332579195, 0)
  247. ComingSoon_3.Size = UDim2.new(0, 73, 0, 50)
  248. ComingSoon_3.Font = Enum.Font.GothamBold
  249. ComingSoon_3.Text = "Soon"
  250. ComingSoon_3.TextColor3 = Color3.new(0, 0, 0)
  251. ComingSoon_3.TextScaled = true
  252. ComingSoon_3.TextSize = 14
  253. ComingSoon_3.TextWrapped = true
  254.  
  255. ComingSoon_4.Name = "ComingSoon"
  256. ComingSoon_4.Parent = MainFrame
  257. ComingSoon_4.BackgroundColor3 = Color3.new(0.580392, 0.027451, 0.0941177)
  258. ComingSoon_4.BorderColor3 = Color3.new(0, 0, 0)
  259. ComingSoon_4.BorderSizePixel = 3
  260. ComingSoon_4.Position = UDim2.new(0.619127512, 0, 0.332579195, 0)
  261. ComingSoon_4.Size = UDim2.new(0, 73, 0, 50)
  262. ComingSoon_4.Font = Enum.Font.GothamBold
  263. ComingSoon_4.Text = "Soon"
  264. ComingSoon_4.TextColor3 = Color3.new(0, 0, 0)
  265. ComingSoon_4.TextScaled = true
  266. ComingSoon_4.TextSize = 14
  267. ComingSoon_4.TextWrapped = true
  268.  
  269. ComingSoon_5.Name = "ComingSoon"
  270. ComingSoon_5.Parent = MainFrame
  271. ComingSoon_5.BackgroundColor3 = Color3.new(0.580392, 0.027451, 0.0941177)
  272. ComingSoon_5.BorderColor3 = Color3.new(0, 0, 0)
  273. ComingSoon_5.BorderSizePixel = 3
  274. ComingSoon_5.Position = UDim2.new(0.820469797, 0, 0.332579195, 0)
  275. ComingSoon_5.Size = UDim2.new(0, 73, 0, 50)
  276. ComingSoon_5.Font = Enum.Font.GothamBold
  277. ComingSoon_5.Text = "Soon"
  278. ComingSoon_5.TextColor3 = Color3.new(0, 0, 0)
  279. ComingSoon_5.TextScaled = true
  280. ComingSoon_5.TextSize = 14
  281. ComingSoon_5.TextWrapped = true
  282.  
  283. Title2.Name = "Title2"
  284. Title2.Parent = MainFrame
  285. Title2.BackgroundColor3 = Color3.new(0.815686, 0.0431373, 0.121569)
  286. Title2.BorderColor3 = Color3.new(0, 0, 0)
  287. Title2.BorderSizePixel = 0
  288. Title2.Position = UDim2.new(0, 0, 0.923076928, 0)
  289. Title2.Size = UDim2.new(0, 335, 0, 34)
  290. Title2.Font = Enum.Font.Cartoon
  291. Title2.Text = "ReddyGui Rewritten Made By Rugg_66#9420"
  292. Title2.TextColor3 = Color3.new(0, 0, 0)
  293. Title2.TextScaled = true
  294. Title2.TextSize = 14
  295. Title2.TextWrapped = true
  296.  
  297. Exit1.Name = "Exit1"
  298. Exit1.Parent = MainFrame
  299. Exit1.BackgroundColor3 = Color3.new(0.815686, 0.0431373, 0.121569)
  300. Exit1.BorderColor3 = Color3.new(0, 0, 0)
  301. Exit1.BorderSizePixel = 0
  302. Exit1.Position = UDim2.new(0.92281878, 0, 0, 0)
  303. Exit1.Size = UDim2.new(0, 46, 0, 39)
  304. Exit1.Font = Enum.Font.GothamBold
  305. Exit1.Text = "X"
  306. Exit1.TextColor3 = Color3.new(0, 0, 0)
  307. Exit1.TextScaled = true
  308. Exit1.TextSize = 14
  309. Exit1.TextWrapped = true
  310.  
  311. ExecutorButton.Name = "ExecutorButton"
  312. ExecutorButton.Parent = MainFrame
  313. ExecutorButton.BackgroundColor3 = Color3.new(0.815686, 0.0431373, 0.121569)
  314. ExecutorButton.BorderSizePixel = 0
  315. ExecutorButton.Position = UDim2.new(0.820469797, 0, 0.909502268, 0)
  316. ExecutorButton.Size = UDim2.new(0, 107, 0, 40)
  317. ExecutorButton.Font = Enum.Font.Cartoon
  318. ExecutorButton.Text = "Executor"
  319. ExecutorButton.TextColor3 = Color3.new(0, 0, 0)
  320. ExecutorButton.TextScaled = true
  321. ExecutorButton.TextSize = 14
  322. ExecutorButton.TextWrapped = true
  323.  
  324. ExecutorFrame.Name = "ExecutorFrame"
  325. ExecutorFrame.Parent = ReddyGui
  326. ExecutorFrame.Active = true
  327. ExecutorFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  328. ExecutorFrame.BorderColor3 = Color3.new(0, 0, 0)
  329. ExecutorFrame.BorderSizePixel = 0
  330. ExecutorFrame.Position = UDim2.new(0.309685379, 0, 0.18831943, 0)
  331. ExecutorFrame.Size = UDim2.new(0, 596, 0, 440)
  332. ExecutorFrame.Visible = false
  333. ExecutorFrame.Draggable = true
  334.  
  335. Bar1_2.Name = "Bar1"
  336. Bar1_2.Parent = ExecutorFrame
  337. Bar1_2.BackgroundColor3 = Color3.new(0.815686, 0.0431373, 0.121569)
  338. Bar1_2.BorderSizePixel = 0
  339. Bar1_2.Size = UDim2.new(0, 596, 0, 60)
  340. Bar1_2.Font = Enum.Font.SourceSans
  341. Bar1_2.Text = ""
  342. Bar1_2.TextColor3 = Color3.new(0, 0, 0)
  343. Bar1_2.TextSize = 14
  344.  
  345. Bar2_2.Name = "Bar2"
  346. Bar2_2.Parent = Bar1_2
  347. Bar2_2.BackgroundColor3 = Color3.new(0.580392, 0.027451, 0.0941177)
  348. Bar2_2.BorderSizePixel = 0
  349. Bar2_2.Position = UDim2.new(0, 0, 0.744047582, 0)
  350. Bar2_2.Size = UDim2.new(0, 596, 0, 15)
  351. Bar2_2.Font = Enum.Font.SourceSans
  352. Bar2_2.Text = ""
  353. Bar2_2.TextColor3 = Color3.new(0, 0, 0)
  354. Bar2_2.TextSize = 14
  355.  
  356. Executor.Name = "Executor"
  357. Executor.Parent = ExecutorFrame
  358. Executor.BackgroundColor3 = Color3.new(0.815686, 0.0431373, 0.121569)
  359. Executor.BorderColor3 = Color3.new(0, 0, 0)
  360. Executor.BorderSizePixel = 3
  361. Executor.Position = UDim2.new(0.030201342, 0, 0.177272722, 0)
  362. Executor.Size = UDim2.new(0, 563, 0, 282)
  363. Executor.CanvasSize = UDim2.new(0, 0, 100000, 0)
  364. Executor.ScrollBarThickness = 10
  365.  
  366. Input.Name = "Input"
  367. Input.Parent = Executor
  368. Input.BackgroundColor3 = Color3.new(0.815686, 0.0431373, 0.121569)
  369. Input.Size = UDim2.new(0, 550, 0, 100000)
  370. Input.ClearTextOnFocus = false
  371. Input.Font = Enum.Font.SourceSans
  372. Input.MultiLine = true
  373. Input.Text = "--Script Here"
  374. Input.TextColor3 = Color3.new(0, 0, 0)
  375. Input.TextSize = 20
  376. Input.TextXAlignment = Enum.TextXAlignment.Left
  377. Input.TextYAlignment = Enum.TextYAlignment.Top
  378.  
  379. ExecuteButton.Name = "ExecuteButton"
  380. ExecuteButton.Parent = ExecutorFrame
  381. ExecuteButton.BackgroundColor3 = Color3.new(0.815686, 0.0431373, 0.121569)
  382. ExecuteButton.BorderColor3 = Color3.new(0.580392, 0.027451, 0.0941177)
  383. ExecuteButton.BorderSizePixel = 4
  384. ExecuteButton.Position = UDim2.new(0.0302013606, 0, 0.849999964, 0)
  385. ExecuteButton.Size = UDim2.new(0, 112, 0, 41)
  386. ExecuteButton.Font = Enum.Font.Cartoon
  387. ExecuteButton.Text = "Execute"
  388. ExecuteButton.TextColor3 = Color3.new(0, 0, 0)
  389. ExecuteButton.TextScaled = true
  390. ExecuteButton.TextSize = 14
  391. ExecuteButton.TextWrapped = true
  392.  
  393. ClearButton.Name = "ClearButton"
  394. ClearButton.Parent = ExecutorFrame
  395. ClearButton.BackgroundColor3 = Color3.new(0.815686, 0.0431373, 0.121569)
  396. ClearButton.BorderColor3 = Color3.new(0.580392, 0.027451, 0.0941177)
  397. ClearButton.BorderSizePixel = 4
  398. ClearButton.Position = UDim2.new(0.256711423, 0, 0.849999964, 0)
  399. ClearButton.Size = UDim2.new(0, 112, 0, 41)
  400. ClearButton.Font = Enum.Font.Cartoon
  401. ClearButton.Text = "Clear"
  402. ClearButton.TextColor3 = Color3.new(0, 0, 0)
  403. ClearButton.TextScaled = true
  404. ClearButton.TextSize = 14
  405. ClearButton.TextWrapped = true
  406.  
  407. TextLabel.Parent = ExecutorFrame
  408. TextLabel.BackgroundColor3 = Color3.new(0.815686, 0.0431373, 0.121569)
  409. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  410. TextLabel.BorderSizePixel = 0
  411. TextLabel.Position = UDim2.new(0.592281878, 0, 0.943181813, 0)
  412. TextLabel.Size = UDim2.new(0, 243, 0, 25)
  413. TextLabel.Font = Enum.Font.Cartoon
  414. TextLabel.Text = "ReddyGui's Executor"
  415. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  416. TextLabel.TextScaled = true
  417. TextLabel.TextSize = 14
  418. TextLabel.TextWrapped = true
  419.  
  420. Exit2.Name = "Exit2"
  421. Exit2.Parent = ExecutorFrame
  422. Exit2.BackgroundColor3 = Color3.new(0.815686, 0.0431373, 0.121569)
  423. Exit2.BorderSizePixel = 0
  424. Exit2.Position = UDim2.new(0.92281884, 0, 0, 0)
  425. Exit2.Size = UDim2.new(0, 46, 0, 39)
  426. Exit2.Font = Enum.Font.GothamBold
  427. Exit2.Text = "X"
  428. Exit2.TextColor3 = Color3.new(0, 0, 0)
  429. Exit2.TextScaled = true
  430. Exit2.TextSize = 14
  431. Exit2.TextWrapped = true
  432.  
  433. -- Scripts
  434.  
  435. LoginButton.MouseButton1Click:connect(function()
  436. LoginFrame.Visible = false
  437. MainFrame.Visible = true
  438. end)
  439.  
  440. Exit1.MouseButton1Click:connect(function()
  441. MainFrame.Visible = false
  442. Exit1.Visible = false
  443. end)
  444.  
  445. ExecutorButton.MouseButton1Click:connect(function()
  446. MainFrame.Visible = false
  447. ExecutorFrame.Visible = true
  448. end)
  449.  
  450. Button1.MouseButton1Click:connect(function()
  451. repeat wait()
  452. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  453. local mouse = game.Players.LocalPlayer:GetMouse()
  454. repeat wait() until mouse
  455. local plr = game.Players.LocalPlayer
  456. local torso = plr.Character.Torso
  457. local flying = true
  458. local deb = true
  459. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  460. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  461. local maxspeed = 50
  462. local speed = 0
  463.  
  464. function Fly()
  465. local bg = Instance.new("BodyGyro", torso)
  466. bg.P = 9e4
  467. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  468. bg.cframe = torso.CFrame
  469. local bv = Instance.new("BodyVelocity", torso)
  470. bv.velocity = Vector3.new(0,0.1,0)
  471. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  472. repeat wait()
  473. plr.Character.Humanoid.PlatformStand = true
  474. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  475. speed = speed+.5+(speed/maxspeed)
  476. if speed > maxspeed then
  477. speed = maxspeed
  478. end
  479. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  480. speed = speed-1
  481. if speed < 0 then
  482. speed = 0
  483. end
  484. end
  485. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  486. 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
  487. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  488. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  489. 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
  490. else
  491. bv.velocity = Vector3.new(0,0.1,0)
  492. end
  493. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  494. until not flying
  495. ctrl = {f = 0, b = 0, l = 0, r = 0}
  496. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  497. speed = 0
  498. bg:Destroy()
  499. bv:Destroy()
  500. plr.Character.Humanoid.PlatformStand = false
  501. end
  502. mouse.KeyDown:connect(function(key)
  503. if key:lower() == "e" then
  504. if flying then flying = false
  505. else
  506. flying = true
  507. Fly()
  508. end
  509. elseif key:lower() == "w" then
  510. ctrl.f = 1
  511. elseif key:lower() == "s" then
  512. ctrl.b = -1
  513. elseif key:lower() == "a" then
  514. ctrl.l = -1
  515. elseif key:lower() == "d" then
  516. ctrl.r = 1
  517. end
  518. end)
  519. mouse.KeyUp:connect(function(key)
  520. if key:lower() == "w" then
  521. ctrl.f = 0
  522. elseif key:lower() == "s" then
  523. ctrl.b = 0
  524. elseif key:lower() == "a" then
  525. ctrl.l = 0
  526. elseif key:lower() == "d" then
  527. ctrl.r = 0
  528. end
  529. end)
  530. Fly()
  531.  
  532. end)
  533.  
  534. Button2.MouseButton1Click:connect(function()
  535. noclip = false
  536. game:GetService('RunService').Stepped:connect(function()
  537. if noclip then
  538. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  539. end
  540. end)
  541. plr = game.Players.LocalPlayer
  542. mouse = plr:GetMouse()
  543. mouse.KeyDown:connect(function(key)
  544.  
  545. if key == "e" then
  546. noclip = not noclip
  547. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  548. end
  549. end)
  550. print('Created by FileExplorer')
  551. print('Credits to Peyton for the ChangeState part of this script')
  552. end)
  553.  
  554. Button3.MouseButton1Click:connect(function()
  555. -- //~ F to toggle ~\\ --
  556.  
  557. _G.infinjump = true
  558.  
  559. local Player = game:GetService("Players").LocalPlayer
  560. local Mouse = Player:GetMouse()
  561. Mouse.KeyDown:connect(function(k)
  562. if _G.infinjump then
  563. if k:byte() == 32 then
  564. Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
  565. Humanoid:ChangeState("Jumping")
  566. wait(0.1)
  567. Humanoid:ChangeState("Seated")
  568. end
  569. end
  570. end)
  571.  
  572. local Player = game:GetService("Players").LocalPlayer
  573. local Mouse = Player:GetMouse()
  574. Mouse.KeyDown:connect(function(k)
  575. k = k:lower()
  576. if k == "f" then
  577. if _G.infinjump == true then
  578. _G.infinjump = false
  579. else
  580. _G.infinjump = true
  581. end
  582. end
  583. end)
  584. end)
  585.  
  586. Button4.MouseButton1Click:connect(function()
  587. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  588. end)
  589.  
  590. Button5.MouseButton1Click:connect(function()
  591. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200
  592. end)
  593.  
  594. ExecuteButton.MouseButton1Click:connect(function()
  595. loadstring(Input.Text)
  596. end)
  597.  
  598. ClearButton.MouseButton1Click:connect(function()
  599. Input.Text = ""
  600. end)
  601.  
  602. Exit2.MouseButton1Click:connect(function()
  603. MainFrame.Visible = true
  604. ExecutorFrame.Visible = false
  605. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement