Ubicast

Simple REBORN

Dec 23rd, 2020 (edited)
14,628
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 37.22 KB | None | 0 0
  1. -- Simple REBORN
  2. -- by isaraw8912
  3.  
  4. -- Prints
  5.  
  6. print("Thank you for using Simple REBORN")
  7. print("Made by isaraw8912")
  8.  
  9. -- Notification
  10.  
  11. game:GetService("StarterGui"):SetCore("SendNotification",{
  12.             Title = "Simple REBORN";
  13.             Text = "Version 1.7.5 has successfully loaded...";
  14.             Icon = "rbxassetid://3405347961";
  15.             Duration = 99999;
  16.             Button1 = "OK";
  17.    
  18.  })
  19.  
  20. -- Instances
  21.  
  22. local SimpleREMAKE = Instance.new("ScreenGui")
  23. local main = Instance.new("Frame")
  24. local bar = Instance.new("Frame")
  25. local close = Instance.new("TextButton")
  26. local minimize = Instance.new("TextButton")
  27. local title = Instance.new("TextLabel")
  28. local features = Instance.new("Frame")
  29. local creator = Instance.new("TextLabel")
  30. local ws = Instance.new("TextButton")
  31. local walkspeedframe = Instance.new("Frame")
  32. local wsbar = Instance.new("Frame")
  33. local closews = Instance.new("TextButton")
  34. local titlews = Instance.new("TextLabel")
  35. local wsinput = Instance.new("TextBox")
  36. local wsset = Instance.new("TextButton")
  37. local wsreset = Instance.new("TextButton")
  38. local jp = Instance.new("TextButton")
  39. local jumppowerframe = Instance.new("Frame")
  40. local jpbar = Instance.new("Frame")
  41. local closejp = Instance.new("TextButton")
  42. local titlejp = Instance.new("TextLabel")
  43. local jpinput = Instance.new("TextBox")
  44. local jpset = Instance.new("TextButton")
  45. local jpreset = Instance.new("TextButton")
  46. local btools = Instance.new("TextButton")
  47. local teleport = Instance.new("TextButton")
  48. local teleportframe = Instance.new("Frame")
  49. local tbar = Instance.new("Frame")
  50. local closet = Instance.new("TextButton")
  51. local titlet = Instance.new("TextLabel")
  52. local tpinput = Instance.new("TextBox")
  53. local tpset = Instance.new("TextButton")
  54. local infjump = Instance.new("TextButton")
  55. local fly = Instance.new("TextButton")
  56. local clicktp = Instance.new("TextButton")
  57. local noclipbtn = Instance.new("TextButton")
  58. local controls = Instance.new("TextButton")
  59. local controlsframe = Instance.new("Frame")
  60. local cbar = Instance.new("Frame")
  61. local closec = Instance.new("TextButton")
  62. local titlec = Instance.new("TextLabel")
  63. local insnoclip = Instance.new("TextLabel")
  64. local insfly = Instance.new("TextLabel")
  65. local insinfjump = Instance.new("TextLabel")
  66. local insclicktp = Instance.new("TextLabel")
  67. local open = Instance.new("TextButton")
  68. local welcome = Instance.new("TextLabel")
  69. local unminimize = Instance.new("TextButton")
  70. local loading = Instance.new("TextLabel")
  71.  
  72. -- Properties
  73.  
  74. SimpleREMAKE.Name = "Simple REMAKE"
  75. SimpleREMAKE.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  76. SimpleREMAKE.ResetOnSpawn = false
  77.  
  78. main.Name = "main"
  79. main.Parent = SimpleREMAKE
  80. main.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
  81. main.Position = UDim2.new(-1, 0, 0.5, 0)
  82. main.Active = true
  83. main.Draggable = true
  84. main.Size = UDim2.new(0, 393, 0, 0)
  85. main.AnchorPoint = Vector2.new(0.5, 0.5)
  86.  
  87. bar.Name = "bar"
  88. bar.Parent = main
  89. bar.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  90. bar.Size = UDim2.new(0, 393, 0, 23)
  91.  
  92. loading.Name = "loading"
  93. loading.Parent = main
  94. loading.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  95. loading.BackgroundTransparency = 1.000
  96. loading.BorderSizePixel = 0
  97. loading.Position = UDim2.new(0.244274795, 0, 0.807692289, 0)
  98. loading.Size = UDim2.new(0, 200, 0, 50)
  99. loading.Font = Enum.Font.SourceSans
  100. loading.Text = "Loading"
  101. loading.TextColor3 = Color3.fromRGB(255, 255, 255)
  102. loading.TextSize = 22.000
  103. loading.Visible = false
  104.  
  105. welcome.Name = "welcome"
  106. welcome.Parent = main
  107. welcome.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  108. welcome.BackgroundTransparency = 1.000
  109. welcome.BorderSizePixel = 0
  110. welcome.Position = UDim2.new(0.246, 0, 0.401, 0)
  111. welcome.Size = UDim2.new(0, 200, 0, 50)
  112. welcome.Font = Enum.Font.SourceSans
  113. welcome.Text = "Welcome!"
  114. welcome.TextColor3 = Color3.fromRGB(255, 255, 255)
  115. welcome.TextScaled = true
  116. welcome.TextSize = 14.000
  117. welcome.TextWrapped = true
  118. welcome.Visible = false
  119.  
  120. close.Name = "close"
  121. close.Parent = bar
  122. close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  123. close.Position = UDim2.new(0.942920029, 0, 0, 0)
  124. close.Size = UDim2.new(0, 22, 0, 22)
  125. close.Font = Enum.Font.SourceSans
  126. close.Text = "X"
  127. close.TextColor3 = Color3.fromRGB(255, 255, 255)
  128. close.TextScaled = true
  129. close.TextSize = 14.000
  130. close.TextWrapped = true
  131. close.MouseButton1Click:Connect(function()
  132.     welcome.Visible = false
  133.     loading.Visible = false
  134.     features:TweenSize(UDim2.new(0, 393, 0, 0))
  135.     wait(0.8)
  136.     features.Visible = false
  137.     main:TweenSize(UDim2.new(0, 393, 0, 0))
  138.     wait(1.0)
  139.     main:TweenPosition(UDim2.new(-1, 0, 0.5, 0))
  140.     wait(0.3)
  141.     open:TweenPosition(UDim2.new(0, 0, 0.784860551, 0))
  142. end)
  143.  
  144. unminimize.Name = "unminimize"
  145. unminimize.Parent = bar
  146. unminimize.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  147. unminimize.Position = UDim2.new(0.88694036, 0, 0, 0)
  148. unminimize.Size = UDim2.new(0, 22, 0, 22)
  149. unminimize.Font = Enum.Font.SourceSans
  150. unminimize.Text = "-"
  151. unminimize.TextColor3 = Color3.fromRGB(255, 255, 255)
  152. unminimize.TextSize = 30.000
  153. unminimize.TextWrapped = true
  154. unminimize.Visible = false
  155. unminimize.MouseButton1Click:Connect(function()
  156.     main:TweenSize(UDim2.new(0, 393, 0, 260))
  157.     wait(0.5)
  158.     features.Visible = true
  159.     wait(0.2)
  160.     features:TweenSize(UDim2.new(0, 393, 0, 237))
  161.     unminimize.Visible = false
  162.     minimize.Visible = true
  163. end)
  164.  
  165. minimize.Name = "minimize"
  166. minimize.Parent = bar
  167. minimize.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  168. minimize.Position = UDim2.new(0.88694036, 0, 0, 0)
  169. minimize.Size = UDim2.new(0, 22, 0, 22)
  170. minimize.Font = Enum.Font.SourceSans
  171. minimize.Text = "-"
  172. minimize.TextColor3 = Color3.fromRGB(255, 255, 255)
  173. minimize.TextSize = 30.000
  174. minimize.TextWrapped = true
  175. minimize.MouseButton1Click:Connect(function()
  176.     welcome.Visible = false
  177.     loading.Visible = false
  178.     features:TweenSize(UDim2.new(0, 393, 0, 0))
  179.     wait(0.8)
  180.     features.Visible = false
  181.     main:TweenSize(UDim2.new(0, 393, 0, 23))
  182.     unminimize.Visible = true
  183.     minimize.Visible = false
  184. end)
  185.  
  186. title.Name = "title"
  187. title.Parent = bar
  188. title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  189. title.BackgroundTransparency = 1.000
  190. title.BorderSizePixel = 0
  191. title.Position = UDim2.new(0.0203562342, 0, -0.0434782617, 0)
  192. title.Size = UDim2.new(0, 92, 0, 23)
  193. title.Font = Enum.Font.SourceSansSemibold
  194. title.Text = "Simple REBORN"
  195. title.TextColor3 = Color3.fromRGB(170, 255, 255)
  196. title.TextScaled = true
  197. title.TextSize = 14.000
  198. title.TextWrapped = true
  199. wait(0.1)
  200. main:TweenPosition(UDim2.new(0.5, 0, 0.5, 0))
  201. wait(1.25)
  202. welcome.Visible = true
  203. loading.Visible = true
  204. main:TweenSize(UDim2.new(0, 393, 0, 260))
  205. wait(2)
  206.  
  207. features.Name = "features"
  208. features.Parent = main
  209. features.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
  210. features.Position = UDim2.new(0, 0, 0.0884615406, 0)
  211. features.Size = UDim2.new(0, 393, 0, 0)
  212. features.BorderSizePixel = 0
  213. features.Visible = false
  214.  
  215. creator.Name = "creator"
  216. creator.Parent = features
  217. creator.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  218. creator.BackgroundTransparency = 1.000
  219. creator.BorderSizePixel = 0
  220. creator.Position = UDim2.new(0, 0, 0.902953565, 0)
  221. creator.Size = UDim2.new(0, 393, 0, 23)
  222. creator.Font = Enum.Font.SourceSans
  223. creator.Text = "Created by Ubicast"
  224. creator.TextColor3 = Color3.fromRGB(255, 255, 255)
  225. creator.TextSize = 14.000
  226.  
  227. ws.Name = "ws"
  228. ws.Parent = features
  229. ws.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  230. ws.Position = UDim2.new(0.0483460575, 0, 0.562954903, 0)
  231. ws.Size = UDim2.new(0, 69, 0, 43)
  232. ws.Font = Enum.Font.SourceSans
  233. ws.Text = "Walk Speed"
  234. ws.TextColor3 = Color3.fromRGB(85, 170, 255)
  235. ws.TextScaled = true
  236. ws.TextSize = 14.000
  237. ws.TextWrapped = true
  238. ws.MouseButton1Click:Connect(function()
  239.     walkspeedframe.Visible = true
  240.     walkspeedframe:TweenPosition(UDim2.new(-3.203, 0, -3.648, 0))
  241. end)
  242.  
  243. walkspeedframe.Name = "walkspeedframe"
  244. walkspeedframe.Parent = ws
  245. walkspeedframe.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
  246. walkspeedframe.Position = UDim2.new(-20, 0, -3.648, 0)
  247. walkspeedframe.Size = UDim2.new(0, 168, 0, 191)
  248. walkspeedframe.Visible = false
  249. walkspeedframe.Active = true
  250. walkspeedframe.Draggable = true
  251.  
  252. wsbar.Name = "wsbar"
  253. wsbar.Parent = walkspeedframe
  254. wsbar.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  255. wsbar.Size = UDim2.new(0, 168, 0, 23)
  256.  
  257. wait(0.2)
  258. loading.Text = "Loading."
  259.  
  260. closews.Name = "closews"
  261. closews.Parent = wsbar
  262. closews.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  263. closews.Position = UDim2.new(0.865539074, 0, 0, 0)
  264. closews.Size = UDim2.new(0, 22, 0, 22)
  265. closews.Font = Enum.Font.SourceSans
  266. closews.Text = "X"
  267. closews.TextColor3 = Color3.fromRGB(255, 255, 255)
  268. closews.TextScaled = true
  269. closews.TextSize = 14.000
  270. closews.TextWrapped = true
  271. closews.MouseButton1Click:Connect(function()
  272.     walkspeedframe:TweenPosition(UDim2.new(-20, 0, -3.648, 0))
  273.     wait(2)
  274.     walkspeedframe.Visible = false
  275. end)
  276.  
  277. titlews.Name = "titlews"
  278. titlews.Parent = wsbar
  279. titlews.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  280. titlews.BackgroundTransparency = 1.000
  281. titlews.BorderSizePixel = 0
  282. titlews.Position = UDim2.new(0.0203562342, 0, -0.0434782617, 0)
  283. titlews.Size = UDim2.new(0, 92, 0, 23)
  284. titlews.Font = Enum.Font.SourceSansSemibold
  285. titlews.Text = "Simple REBORN"
  286. titlews.TextColor3 = Color3.fromRGB(170, 255, 255)
  287. titlews.TextScaled = true
  288. titlews.TextSize = 14.000
  289. titlews.TextWrapped = true
  290.  
  291. wsinput.Name = "wsinput"
  292. wsinput.Parent = walkspeedframe
  293. wsinput.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  294. wsinput.Position = UDim2.new(0.119047619, 0, 0.22385484, 0)
  295. wsinput.Size = UDim2.new(0, 127, 0, 36)
  296. wsinput.Font = Enum.Font.SourceSans
  297. wsinput.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
  298. wsinput.Text = "Enter Speed Value"
  299. wsinput.TextColor3 = Color3.fromRGB(0, 255, 255)
  300. wsinput.PlaceholderText = "Enter Speed Value"
  301. wsinput.PlaceholderColor3 = Color3.fromRGB(0, 255, 255)
  302. wsinput.TextSize = 14.000
  303.  
  304. wsset.Name = "wsset"
  305. wsset.Parent = walkspeedframe
  306. wsset.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  307. wsset.Position = UDim2.new(0.119047619, 0, 0.473340094, 0)
  308. wsset.Size = UDim2.new(0, 125, 0, 33)
  309. wsset.Font = Enum.Font.SourceSans
  310. wsset.Text = "Set"
  311. wsset.TextColor3 = Color3.fromRGB(85, 170, 255)
  312. wsset.TextScaled = true
  313. wsset.TextSize = 14.000
  314. wsset.TextWrapped = true
  315. wsset.MouseButton1Click:Connect(function()
  316.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = wsinput.Text
  317. end)
  318.  
  319. wsreset.Name = "wsreset"
  320. wsreset.Parent = walkspeedframe
  321. wsreset.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  322. wsreset.Position = UDim2.new(0.119047619, 0, 0.746326745, 0)
  323. wsreset.Size = UDim2.new(0, 125, 0, 33)
  324. wsreset.Font = Enum.Font.SourceSans
  325. wsreset.Text = "Reset"
  326. wsreset.TextColor3 = Color3.fromRGB(85, 170, 255)
  327. wsreset.TextScaled = true
  328. wsreset.TextSize = 14.000
  329. wsreset.TextWrapped = true
  330. wsreset.MouseButton1Click:Connect(function()
  331.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  332. end)
  333.  
  334. jp.Name = "jp"
  335. jp.Parent = features
  336. jp.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  337. jp.Position = UDim2.new(0.279898196, 0, 0.562954903, 0)
  338. jp.Size = UDim2.new(0, 69, 0, 43)
  339. jp.Font = Enum.Font.SourceSans
  340. jp.Text = "Jump Power"
  341. jp.TextColor3 = Color3.fromRGB(85, 170, 255)
  342. jp.TextScaled = true
  343. jp.TextSize = 14.000
  344. jp.TextWrapped = true
  345. jp.MouseButton1Click:Connect(function()
  346.     jumppowerframe.Visible = true
  347.     jumppowerframe:TweenPosition(UDim2.new(-4.493, 0, -3.671, 0))
  348. end)
  349.  
  350. jumppowerframe.Name = "jumppowerframe"
  351. jumppowerframe.Parent = jp
  352. jumppowerframe.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
  353. jumppowerframe.Position = UDim2.new(-20, 0, -3.6711, 0)
  354. jumppowerframe.Size = UDim2.new(0, 168, 0, 191)
  355. jumppowerframe.Visible = false
  356. jumppowerframe.Active = true
  357. jumppowerframe.Draggable = true
  358.  
  359. jpbar.Name = "jpbar"
  360. jpbar.Parent = jumppowerframe
  361. jpbar.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  362. jpbar.Size = UDim2.new(0, 168, 0, 23)
  363.  
  364. wait(0.2)
  365. loading.Text = "Loading.."
  366.  
  367. closejp.Name = "closejp"
  368. closejp.Parent = jpbar
  369. closejp.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  370. closejp.Position = UDim2.new(0.865539074, 0, 0, 0)
  371. closejp.Size = UDim2.new(0, 22, 0, 22)
  372. closejp.Font = Enum.Font.SourceSans
  373. closejp.Text = "X"
  374. closejp.TextColor3 = Color3.fromRGB(255, 255, 255)
  375. closejp.TextScaled = true
  376. closejp.TextSize = 14.000
  377. closejp.TextWrapped = true
  378. closejp.MouseButton1Click:Connect(function()
  379.     jumppowerframe:TweenPosition(UDim2.new(-20, 0, -3.6711, 0))
  380.     wait(2)
  381.     jumppowerframe.Visible = false
  382. end)
  383.  
  384. titlejp.Name = "titlejp"
  385. titlejp.Parent = jpbar
  386. titlejp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  387. titlejp.BackgroundTransparency = 1.000
  388. titlejp.BorderSizePixel = 0
  389. titlejp.Position = UDim2.new(0.0203562342, 0, -0.0434782617, 0)
  390. titlejp.Size = UDim2.new(0, 92, 0, 23)
  391. titlejp.Font = Enum.Font.SourceSansSemibold
  392. titlejp.Text = "Simple REBORN"
  393. titlejp.TextColor3 = Color3.fromRGB(170, 255, 255)
  394. titlejp.TextScaled = true
  395. titlejp.TextSize = 14.000
  396. titlejp.TextWrapped = true
  397.  
  398. jpinput.Name = "jpinput"
  399. jpinput.Parent = jumppowerframe
  400. jpinput.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  401. jpinput.Position = UDim2.new(0.119047619, 0, 0.22385484, 0)
  402. jpinput.Size = UDim2.new(0, 127, 0, 36)
  403. jpinput.Font = Enum.Font.SourceSans
  404. jpinput.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
  405. jpinput.Text = "Enter Power Value"
  406. jpinput.TextColor3 = Color3.fromRGB(0, 255, 255)
  407. jpinput.PlaceholderText = "Enter Power Value"
  408. jpinput.PlaceholderColor3 = Color3.fromRGB(0, 255, 255)
  409. jpinput.TextSize = 14.000
  410.  
  411. jpset.Name = "jpset"
  412. jpset.Parent = jumppowerframe
  413. jpset.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  414. jpset.Position = UDim2.new(0.119047619, 0, 0.473340094, 0)
  415. jpset.Size = UDim2.new(0, 125, 0, 33)
  416. jpset.Font = Enum.Font.SourceSans
  417. jpset.Text = "Set"
  418. jpset.TextColor3 = Color3.fromRGB(85, 170, 255)
  419. jpset.TextScaled = true
  420. jpset.TextSize = 14.000
  421. jpset.TextWrapped = true
  422. jpset.MouseButton1Click:Connect(function()
  423.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = jpinput.Text
  424. end)
  425.  
  426. jpreset.Name = "jpreset"
  427. jpreset.Parent = jumppowerframe
  428. jpreset.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  429. jpreset.Position = UDim2.new(0.119047619, 0, 0.746326745, 0)
  430. jpreset.Size = UDim2.new(0, 125, 0, 33)
  431. jpreset.Font = Enum.Font.SourceSans
  432. jpreset.Text = "Reset"
  433. jpreset.TextColor3 = Color3.fromRGB(85, 170, 255)
  434. jpreset.TextScaled = true
  435. jpreset.TextSize = 14.000
  436. jpreset.TextWrapped = true
  437. jpreset.MouseButton1Click:Connect(function()
  438.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  439. end)
  440.  
  441. btools.Name = "btools"
  442. btools.Parent = features
  443. btools.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  444. btools.Position = UDim2.new(0.529262066, 0, 0.562954903, 0)
  445. btools.Size = UDim2.new(0, 69, 0, 43)
  446. btools.Font = Enum.Font.SourceSans
  447. btools.Text = "BTools"
  448. btools.TextColor3 = Color3.fromRGB(85, 170, 255)
  449. btools.TextScaled = true
  450. btools.TextSize = 14.000
  451. btools.TextWrapped = true
  452. btools.MouseButton1Click:Connect(function()
  453.     game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  454. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  455.    if child.ClassName == "Part" then
  456.        child.Locked = false
  457.    end
  458.    if child.ClassName == "MeshPart" then
  459.        child.Locked = false
  460.    end
  461.    if child.ClassName == "UnionOperation" then
  462.        child.Locked = false
  463.    end
  464.    if child.ClassName == "Model" then
  465.        for index, chil in pairs(child:GetChildren()) do
  466.            if chil.ClassName == "Part" then
  467.                chil.Locked = false
  468.            end
  469.            if chil.ClassName == "MeshPart" then
  470.                chil.Locked = false
  471.            end
  472.            if chil.ClassName == "UnionOperation" then
  473.                chil.Locked = false
  474.            end
  475.            if chil.ClassName == "Model" then
  476.                for index, childe in pairs(chil:GetChildren()) do
  477.                    if childe.ClassName == "Part" then
  478.                        childe.Locked = false
  479.                    end
  480.                    if childe.ClassName == "MeshPart" then
  481.                        childe.Locked = false
  482.                    end
  483.                    if childe.ClassName == "UnionOperation" then
  484.                        childe.Locked = false
  485.                    end
  486.                    if childe.ClassName == "Model" then
  487.                        for index, childeo in pairs(childe:GetChildren()) do
  488.                            if childeo.ClassName == "Part" then
  489.                                childeo.Locked = false
  490.                            end
  491.                            if childeo.ClassName == "MeshPart" then
  492.                                childeo.Locked = false
  493.                            end
  494.                            if childeo.ClassName == "UnionOperation" then
  495.                                childeo.Locked = false
  496.                            end
  497.                            if childeo.ClassName == "Model" then
  498.                            end
  499.                        end
  500.                    end
  501.                end
  502.            end
  503.        end
  504.    end
  505. end
  506. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  507. c.BinType = Enum.BinType.Hammer
  508. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  509. c.BinType = Enum.BinType.Clone
  510. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  511. c.BinType = Enum.BinType.Grab
  512.     btools.Text = "Loaded!"
  513.     btools.TextColor3 = Color3.fromRGB(0, 215, 30)
  514.     wait(2)
  515.     btools.TextColor3 = Color3.fromRGB(85, 170, 255)
  516.     btools.Text = "BTools"
  517. end)
  518.  
  519. teleport.Name = "teleport"
  520. teleport.Parent = features
  521. teleport.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  522. teleport.Position = UDim2.new(0.765903354, 0, 0.562954903, 0)
  523. teleport.Size = UDim2.new(0, 69, 0, 43)
  524. teleport.Font = Enum.Font.SourceSans
  525. teleport.Text = "Teleport"
  526. teleport.TextColor3 = Color3.fromRGB(85, 170, 255)
  527. teleport.TextScaled = true
  528. teleport.TextSize = 14.000
  529. teleport.TextWrapped = true
  530. teleport.MouseButton1Click:Connect(function()
  531.     teleportframe.Visible = true
  532.     teleportframe:TweenPosition(UDim2.new(-7.276, 0, -3.671, 0))
  533. end)
  534.  
  535. teleportframe.Name = "teleportframe"
  536. teleportframe.Parent = teleport
  537. teleportframe.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
  538. teleportframe.Position = UDim2.new(-20, 0,  -3.671, 0)
  539. teleportframe.Size = UDim2.new(0, 168, 0, 178)
  540. teleportframe.Visible = false
  541. teleportframe.Active = true
  542. teleportframe.Draggable = true
  543.  
  544. tbar.Name = "tbar"
  545. tbar.Parent = teleportframe
  546. tbar.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  547. tbar.Size = UDim2.new(0, 168, 0, 23)
  548.  
  549. closet.Name = "closet"
  550. closet.Parent = tbar
  551. closet.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  552. closet.Position = UDim2.new(0.865539074, 0, 0, 0)
  553. closet.Size = UDim2.new(0, 22, 0, 22)
  554. closet.Font = Enum.Font.SourceSans
  555. closet.Text = "X"
  556. closet.TextColor3 = Color3.fromRGB(255, 255, 255)
  557. closet.TextScaled = true
  558. closet.TextSize = 14.000
  559. closet.TextWrapped = true
  560. closet.MouseButton1Click:Connect(function()
  561.     teleportframe:TweenPosition(UDim2.new(-20, 0, -3.671, 0))
  562.     wait(2)
  563.     teleportframe.Visible = false
  564. end)
  565.  
  566. titlet.Name = "titlet"
  567. titlet.Parent = tbar
  568. titlet.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  569. titlet.BackgroundTransparency = 1.000
  570. titlet.BorderSizePixel = 0
  571. titlet.Position = UDim2.new(0.0203562342, 0, -0.0434782617, 0)
  572. titlet.Size = UDim2.new(0, 92, 0, 23)
  573. titlet.Font = Enum.Font.SourceSansSemibold
  574. titlet.Text = "Simple REBORN"
  575. titlet.TextColor3 = Color3.fromRGB(170, 255, 255)
  576. titlet.TextScaled = true
  577. titlet.TextSize = 14.000
  578. titlet.TextWrapped = true
  579.  
  580. tpinput.Name = "tpinput"
  581. tpinput.Parent = teleportframe
  582. tpinput.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  583. tpinput.Position = UDim2.new(0.119047619, 0, 0.22385484, 0)
  584. tpinput.Size = UDim2.new(0, 127, 0, 36)
  585. tpinput.Font = Enum.Font.SourceSans
  586. tpinput.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
  587. tpinput.Text = "Full Player Username"
  588. tpinput.TextColor3 = Color3.fromRGB(0, 255, 255)
  589. tpinput.PlaceholderText = "Full Player Username"
  590. tpinput.PlaceholderColor3 = Color3.fromRGB(0, 255, 255)
  591. tpinput.TextSize = 14.000
  592.  
  593. tpset.Name = "tpset"
  594. tpset.Parent = teleportframe
  595. tpset.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  596. tpset.Position = UDim2.new(0.119047619, 0, 0.572169423, 0)
  597. tpset.Size = UDim2.new(0, 125, 0, 33)
  598. tpset.Font = Enum.Font.SourceSans
  599. tpset.Text = "Teleport"
  600. tpset.TextColor3 = Color3.fromRGB(85, 170, 255)
  601. tpset.TextScaled = true
  602. tpset.TextSize = 14.000
  603. tpset.TextWrapped = true
  604. tpset.MouseButton1Click:Connect(function()
  605.     local Victim = tpinput.Text
  606.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Victim].Character.HumanoidRootPart.CFrame
  607.     tpset.Text = "Teleported!"
  608.     tpset.TextColor3 = Color3.fromRGB(0, 215, 30)
  609.     wait(2)
  610.     tpset.TextColor3 = Color3.fromRGB(85, 170, 255)
  611.     tpset.Text = "Teleport"
  612. end)
  613.  
  614. wait(0.2)
  615. loading.Text = "Loading..."
  616.  
  617. infjump.Name = "infjump"
  618. infjump.Parent = features
  619. infjump.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  620. infjump.Position = UDim2.new(0.765903354, 0, 0.2780604, 0)
  621. infjump.Size = UDim2.new(0, 69, 0, 43)
  622. infjump.Font = Enum.Font.SourceSans
  623. infjump.Text = "Infinite Jump"
  624. infjump.TextColor3 = Color3.fromRGB(85, 170, 255)
  625. infjump.TextScaled = true
  626. infjump.TextSize = 14.000
  627. infjump.TextWrapped = true
  628. infjump.MouseButton1Click:Connect(function()
  629. _G.infinjump = true
  630.  
  631. local Player = game:GetService("Players").LocalPlayer
  632. local Mouse = Player:GetMouse()
  633. Mouse.KeyDown:connect(function(k)
  634. if _G.infinjump then
  635. if k:byte() == 32 then
  636. Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
  637. Humanoid:ChangeState("Jumping")
  638. wait(0.1)
  639. Humanoid:ChangeState("Seated")
  640. end
  641. end
  642. end)
  643.  
  644. local Player = game:GetService("Players").LocalPlayer
  645. local Mouse = Player:GetMouse()
  646. Mouse.KeyDown:connect(function(k)
  647. k = k:lower()
  648. if k == "r" then
  649. if _G.infinjump == true then
  650. _G.infinjump = false
  651. else
  652. _G.infinjump = true
  653. end
  654. end
  655. end)
  656. infjump.TextColor3 = Color3.fromRGB(0, 215, 30)
  657. infjump.Text = "Loaded!"
  658. wait(2)
  659. infjump.TextColor3 = Color3.fromRGB(85, 170, 255)
  660. infjump.Text = "Infinite Jump"
  661. end)
  662.  
  663. fly.Name = "fly"
  664. fly.Parent = features
  665. fly.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  666. fly.Position = UDim2.new(0.529262066, 0, 0.2780604, 0)
  667. fly.Size = UDim2.new(0, 69, 0, 43)
  668. fly.Font = Enum.Font.SourceSans
  669. fly.Text = "Fly"
  670. fly.TextColor3 = Color3.fromRGB(85, 170, 255)
  671. fly.TextScaled = true
  672. fly.TextSize = 14.000
  673. fly.TextWrapped = true
  674. fly.MouseButton1Click:Connect(function()
  675. flying = false
  676. lplayer = game.Players.LocalPlayer
  677. speedget = 1
  678. speedfly = 1
  679. Mouse = lplayer:GetMouse()
  680.  
  681. Mouse.KeyDown:Connect(function(k)
  682.     k = k:lower()
  683.     if k == "f" then
  684.         if flying == false then
  685.            
  686.             repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  687.             repeat wait() until Mouse
  688.            
  689.             local T = lplayer.Character.HumanoidRootPart
  690.             local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  691.             local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  692.             local SPEED = speedget
  693.            
  694.             local function fly()
  695.                 flying = true
  696.                 local BG = Instance.new('BodyGyro', T)
  697.                 local BV = Instance.new('BodyVelocity', T)
  698.                 BG.P = 9e4
  699.                 BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  700.                 BG.cframe = T.CFrame
  701.                 BV.velocity = Vector3.new(0, 0.1, 0)
  702.                 BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  703.                 spawn(function()
  704.                 repeat wait()
  705.                 lplayer.Character.Humanoid.PlatformStand = true
  706.                 if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  707.                     SPEED = 50
  708.                 elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  709.                     SPEED = 0
  710.                 end
  711.                 if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  712.                     BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  713.                     lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  714.                 elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  715.                     BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  716.                 else
  717.                     BV.velocity = Vector3.new(0, 0.1, 0)
  718.                 end
  719.                 BG.cframe = workspace.CurrentCamera.CoordinateFrame
  720.                 until not flying
  721.                     CONTROL = {F = 0, B = 0, L = 0, R = 0}
  722.                     lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  723.                     SPEED = 0
  724.                     BG:destroy()
  725.                     BV:destroy()
  726.                     lplayer.Character.Humanoid.PlatformStand = false
  727.                 end)
  728.             end
  729.             Mouse.KeyDown:connect(function(KEY)
  730.                 if KEY:lower() == 'w' then
  731.                     CONTROL.F = speedfly
  732.                 elseif KEY:lower() == 's' then
  733.                     CONTROL.B = -speedfly
  734.                 elseif KEY:lower() == 'a' then
  735.                     CONTROL.L = -speedfly
  736.                 elseif KEY:lower() == 'd' then
  737.                     CONTROL.R = speedfly
  738.                 end
  739.             end)
  740.             Mouse.KeyUp:connect(function(KEY)
  741.                 if KEY:lower() == 'w' then
  742.                     CONTROL.F = 0
  743.                 elseif KEY:lower() == 's' then
  744.                     CONTROL.B = 0
  745.                 elseif KEY:lower() == 'a' then
  746.                     CONTROL.L = 0
  747.                 elseif KEY:lower() == 'd' then
  748.                     CONTROL.R = 0
  749.                 end
  750.             end)
  751.             fly()
  752.         else
  753.             flying = false
  754.             lplayer.Character.Humanoid.PlatformStand = false
  755.         end
  756.    
  757.     Mouse.KeyDown:Connect(function(k)
  758.         if k == "123" then
  759.            
  760.             if flying == false then
  761.                
  762.                 repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  763.                 repeat wait() until Mouse
  764.                
  765.                 local T = lplayer.Character.HumanoidRootPart
  766.                 local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  767.                 local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  768.                 local SPEED = speedget
  769.                
  770.                 local function fly()
  771.                     flying = true
  772.                     local BG = Instance.new('BodyGyro', T)
  773.                     local BV = Instance.new('BodyVelocity', T)
  774.                     BG.P = 9e4
  775.                     BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  776.                     BG.cframe = T.CFrame
  777.                     BV.velocity = Vector3.new(0, 0.1, 0)
  778.                     BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  779.                     spawn(function()
  780.                     repeat wait()
  781.                     lplayer.Character.Humanoid.PlatformStand = true
  782.                     if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  783.                         SPEED = 50
  784.                     elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  785.                         SPEED = 0
  786.                     end
  787.                     if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  788.                         BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  789.                         lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  790.                     elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  791.                         BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  792.                     else
  793.                         BV.velocity = Vector3.new(0, 0.1, 0)
  794.                     end
  795.                     BG.cframe = workspace.CurrentCamera.CoordinateFrame
  796.                     until not flying
  797.                         CONTROL = {F = 0, B = 0, L = 0, R = 0}
  798.                         lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  799.                         SPEED = 0
  800.                         BG:destroy()
  801.                         BV:destroy()
  802.                         lplayer.Character.Humanoid.PlatformStand = false
  803.                     end)
  804.                 end
  805.                 Mouse.KeyDown:connect(function(KEY)
  806.                     if KEY:lower() == 'w' then
  807.                         CONTROL.F = speedfly
  808.                     elseif KEY:lower() == 's' then
  809.                         CONTROL.B = -speedfly
  810.                     elseif KEY:lower() == 'a' then
  811.                         CONTROL.L = -speedfly
  812.                     elseif KEY:lower() == 'd' then
  813.                         CONTROL.R = speedfly
  814.                     end
  815.                 end)
  816.                 Mouse.KeyUp:connect(function(KEY)
  817.                     if KEY:lower() == 'w' then
  818.                         CONTROL.F = 0
  819.                     elseif KEY:lower() == 's' then
  820.                         CONTROL.B = 0
  821.                     elseif KEY:lower() == 'a' then
  822.                         CONTROL.L = 0
  823.                     elseif KEY:lower() == 'd' then
  824.                         CONTROL.R = 0
  825.                     end
  826.                 end)
  827.                 fly()
  828.             else
  829.                 flying = false
  830.                 lplayer.Character.Humanoid.PlatformStand = false
  831.             end
  832.            
  833.         end
  834.     end)
  835.     end
  836. end)
  837. fly.TextColor3 = Color3.fromRGB(0, 215, 30)
  838. fly.Text = "Loaded!"
  839. wait(2)
  840. fly.TextColor3 = Color3.fromRGB(85, 170, 255)
  841. fly.Text = "Fly"
  842. end)
  843.  
  844. clicktp.Name = "clicktp"
  845. clicktp.Parent = features
  846. clicktp.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  847. clicktp.Position = UDim2.new(0.279898196, 0, 0.2780604, 0)
  848. clicktp.Size = UDim2.new(0, 69, 0, 43)
  849. clicktp.Font = Enum.Font.SourceSans
  850. clicktp.Text = "Click Teleport"
  851. clicktp.TextColor3 = Color3.fromRGB(85, 170, 255)
  852. clicktp.TextScaled = true
  853. clicktp.TextSize = 14.000
  854. clicktp.TextWrapped = true
  855. clicktp.MouseButton1Click:Connect(function()
  856.     local UIS = game:GetService("UserInputService")
  857. local Player = game.Players.LocalPlayer
  858. local Mouse = Player:GetMouse()
  859.  
  860.  
  861. function GetCharacter()
  862.    return game.Players.LocalPlayer.Character
  863. end
  864.  
  865. function Teleport(pos)
  866.    local Char = GetCharacter()
  867.    if Char then
  868.        Char:MoveTo(pos)
  869.    end
  870. end
  871.  
  872.  
  873. UIS.InputBegan:Connect(function(input)
  874.    if input.UserInputType == Enum.UserInputType.MouseButton1 and UIS:IsKeyDown(Enum.KeyCode.LeftControl) then
  875.        Teleport(Mouse.Hit.p)
  876.    end
  877. end)
  878. clicktp.TextColor3 = Color3.fromRGB(0, 215, 30)
  879. clicktp.Text = "Loaded!"
  880. wait(2)
  881. clicktp.TextColor3 = Color3.fromRGB(85, 170, 255)
  882. clicktp.Text = "Click Teleport"
  883. end)
  884.  
  885. noclipbtn.Name = "noclipbtn"
  886. noclipbtn.Parent = features
  887. noclipbtn.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  888. noclipbtn.Position = UDim2.new(0.0483460575, 0, 0.2780604, 0)
  889. noclipbtn.Size = UDim2.new(0, 69, 0, 43)
  890. noclipbtn.Font = Enum.Font.SourceSans
  891. noclipbtn.Text = "NoClip"
  892. noclipbtn.TextColor3 = Color3.fromRGB(85, 170, 255)
  893. noclipbtn.TextScaled = true
  894. noclipbtn.TextSize = 14.000
  895. noclipbtn.TextWrapped = true
  896. noclipbtn.MouseButton1Click:Connect(function()
  897.     noclip = false
  898. game:GetService('RunService').Stepped:connect(function()
  899. if noclip then
  900. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  901. end
  902. end)
  903. plr = game.Players.LocalPlayer
  904. mouse = plr:GetMouse()
  905. mouse.KeyDown:connect(function(key)
  906.  
  907. if key == "e" then
  908. noclip = not noclip
  909. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  910. end
  911. end)
  912. noclipbtn.TextColor3 = Color3.fromRGB(0, 215, 30)
  913. noclipbtn.Text = "Loaded!"
  914. wait(2)
  915. noclipbtn.TextColor3 = Color3.fromRGB(85, 170, 255)
  916. noclipbtn.Text = "NoClip"
  917. end)
  918.  
  919. controls.Name = "controls"
  920. controls.Parent = features
  921. controls.BackgroundColor3 = Color3.fromRGB(21, 102, 54)
  922. controls.Position = UDim2.new(0.365979386, 0, 0.056625817, 0)
  923. controls.Size = UDim2.new(0, 102, 0, 26)
  924. controls.Font = Enum.Font.SourceSans
  925. controls.Text = "Controls"
  926. controls.TextColor3 = Color3.fromRGB(52, 235, 125)
  927. controls.TextScaled = true
  928. controls.TextSize = 14.000
  929. controls.TextWrapped = true
  930. controls.MouseButton1Click:Connect(function()
  931.     controlsframe.Visible = true
  932.     controlsframe:TweenPosition(UDim2.new(-3.36274505, 0, -1.46153843, 0))
  933. end)
  934.  
  935. controlsframe.Name = "controlsframe"
  936. controlsframe.Parent = controls
  937. controlsframe.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
  938. controlsframe.Position = UDim2.new(-20, 0, -1.46153843, 0)
  939. controlsframe.Size = UDim2.new(0, 168, 0, 170)
  940. controlsframe.Visible = false
  941. controlsframe.Active = true
  942. controlsframe.Draggable = true
  943.  
  944. cbar.Name = "cbar"
  945. cbar.Parent = controlsframe
  946. cbar.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  947. cbar.Size = UDim2.new(0, 168, 0, 23)
  948.  
  949. closec.Name = "closec"
  950. closec.Parent = cbar
  951. closec.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  952. closec.Position = UDim2.new(0.865539074, 0, 0, 0)
  953. closec.Size = UDim2.new(0, 22, 0, 22)
  954. closec.Font = Enum.Font.SourceSans
  955. closec.Text = "X"
  956. closec.TextColor3 = Color3.fromRGB(255, 255, 255)
  957. closec.TextScaled = true
  958. closec.TextSize = 14.000
  959. closec.TextWrapped = true
  960. closec.MouseButton1Click:Connect(function()
  961.     controlsframe:TweenPosition(UDim2.new(-20.30, 0, -1.46153843, 0))
  962.     wait(2)
  963.     controlsframe.Visible = false
  964. end)
  965.  
  966. titlec.Name = "titlec"
  967. titlec.Parent = cbar
  968. titlec.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  969. titlec.BackgroundTransparency = 1.000
  970. titlec.BorderSizePixel = 0
  971. titlec.Position = UDim2.new(0.0203562342, 0, -0.0434782617, 0)
  972. titlec.Size = UDim2.new(0, 92, 0, 23)
  973. titlec.Font = Enum.Font.SourceSansSemibold
  974. titlec.Text = "Simple REBORN"
  975. titlec.TextColor3 = Color3.fromRGB(170, 255, 255)
  976. titlec.TextScaled = true
  977. titlec.TextSize = 14.000
  978. titlec.TextWrapped = true
  979.  
  980. insnoclip.Name = "insnoclip"
  981. insnoclip.Parent = controlsframe
  982. insnoclip.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  983. insnoclip.BackgroundTransparency = 1.000
  984. insnoclip.BorderSizePixel = 0
  985. insnoclip.Position = UDim2.new(0.0416666679, 0, 0.129213482, 0)
  986. insnoclip.Size = UDim2.new(0, 79, 0, 38)
  987. insnoclip.Font = Enum.Font.SourceSans
  988. insnoclip.Text = "E = NoClip"
  989. insnoclip.TextColor3 = Color3.fromRGB(255, 255, 255)
  990. insnoclip.TextSize = 14.000
  991. insnoclip.TextXAlignment = Enum.TextXAlignment.Left
  992.  
  993. insfly.Name = "insfly"
  994. insfly.Parent = controlsframe
  995. insfly.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  996. insfly.BackgroundTransparency = 1.000
  997. insfly.BorderSizePixel = 0
  998. insfly.Position = UDim2.new(0.0416666679, 0, 0.350405067, 0)
  999. insfly.Size = UDim2.new(0, 79, 0, 38)
  1000. insfly.Font = Enum.Font.SourceSans
  1001. insfly.Text = "F = Fly"
  1002. insfly.TextColor3 = Color3.fromRGB(255, 255, 255)
  1003. insfly.TextSize = 14.000
  1004. insfly.TextXAlignment = Enum.TextXAlignment.Left
  1005.  
  1006. insinfjump.Name = "insinfjump"
  1007. insinfjump.Parent = controlsframe
  1008. insinfjump.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1009. insinfjump.BackgroundTransparency = 1.000
  1010. insinfjump.BorderSizePixel = 0
  1011. insinfjump.Position = UDim2.new(0.0416666679, 0, 0.555010855, 0)
  1012. insinfjump.Size = UDim2.new(0, 88, 0, 38)
  1013. insinfjump.Font = Enum.Font.SourceSans
  1014. insinfjump.Text = "R = Infinite Jump"
  1015. insinfjump.TextColor3 = Color3.fromRGB(255, 255, 255)
  1016. insinfjump.TextSize = 14.000
  1017. insinfjump.TextWrapped = true
  1018. insinfjump.TextXAlignment = Enum.TextXAlignment.Left
  1019.  
  1020. wait(0.2)
  1021. loading.Text = "Checking..."
  1022.  
  1023. insclicktp.Name = "insclicktp"
  1024. insclicktp.Parent = controlsframe
  1025. insclicktp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1026. insclicktp.BackgroundTransparency = 1.000
  1027. insclicktp.BorderSizePixel = 0
  1028. insclicktp.Position = UDim2.new(0.0416666679, 0, 0.757521014, 0)
  1029. insclicktp.Size = UDim2.new(0, 150, 0, 38)
  1030. insclicktp.Font = Enum.Font.SourceSans
  1031. insclicktp.Text = "CTRL = Click Teleport"
  1032. insclicktp.TextColor3 = Color3.fromRGB(255, 255, 255)
  1033. insclicktp.TextSize = 14.000
  1034. insclicktp.TextWrapped = true
  1035. insclicktp.TextXAlignment = Enum.TextXAlignment.Left
  1036.  
  1037. open.Name = "open"
  1038. open.Parent = SimpleREMAKE
  1039. open.BackgroundColor3 = Color3.fromRGB(0, 85, 127)
  1040. open.Position = UDim2.new(-0.3, 0, 0.784860551, 0)
  1041. open.Size = UDim2.new(0, 78, 0, 33)
  1042. open.Font = Enum.Font.SourceSans
  1043. open.Text = "Open"
  1044. open.TextColor3 = Color3.fromRGB(85, 170, 255)
  1045. open.TextScaled = true
  1046. open.TextSize = 14.000
  1047. open.TextWrapped = true
  1048. open.MouseButton1Click:Connect(function()
  1049.     open:TweenPosition(UDim2.new(-0.3, 0, 0.784860551, 0))
  1050.     wait(0.3)
  1051.     main:TweenPosition(UDim2.new(0.5, 0, 0.5, 0))
  1052.     wait(1.25)
  1053.     main:TweenSize(UDim2.new(0, 393, 0, 260))
  1054.     wait(1)
  1055.     features.Visible = true
  1056.     features:TweenSize(UDim2.new(0, 393, 0, 237))
  1057. end)
  1058.  
  1059. loading.Text = "Loaded!"
  1060. wait(0.5)
  1061. loading.Text = "Launching..."
  1062. wait(1)
  1063. features.Visible = true
  1064. features:TweenSize(UDim2.new(0, 393, 0, 237))
Add Comment
Please, Sign In to add comment