Advertisement
Guest User

Crimson v0.1

a guest
Aug 20th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.01 KB | None | 0 0
  1. -- Crimson GUI
  2. -- Version: 0.1
  3. -- 8/20/2018: Added a login GUI.
  4. -- Ingore all the new lines!
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. -- Instances:
  18. local CrimsonGUI = Instance.new("ScreenGui")
  19. local Main = Instance.new("Frame")
  20. local Title = Instance.new("TextLabel")
  21. local Version = Instance.new("TextLabel")
  22. local topkek = Instance.new("TextButton")
  23. local roexploit = Instance.new("TextButton")
  24. local noclip = Instance.new("TextButton")
  25. local fefly = Instance.new("TextButton")
  26. local feinvis = Instance.new("TextButton")
  27. local btools = Instance.new("TextButton")
  28. local LoginFrame = Instance.new("Frame")
  29. local LoginLabel = Instance.new("TextLabel")
  30. local token = Instance.new("TextBox")
  31. local whitelistme = Instance.new("TextButton")
  32. local checkwlkey = Instance.new("TextLabel")
  33. local HelpButton = Instance.new("TextButton")
  34. local HelpFrame = Instance.new("Frame")
  35. local ForgotWLKey = Instance.new("TextLabel")
  36. local ExitHelpFrame = Instance.new("TextButton")
  37. --Properties:
  38. CrimsonGUI.Name = "CrimsonGUI"
  39. CrimsonGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  40.  
  41. Main.Name = "Main"
  42. Main.Parent = CrimsonGUI
  43. Main.Active = true
  44. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  45. Main.BorderColor3 = Color3.new(0.721569, 0, 0)
  46. Main.BorderSizePixel = 5
  47. Main.Position = UDim2.new(0.748175204, 0, 0.0711462423, 0)
  48. Main.Size = UDim2.new(0, 248, 0, 404)
  49. Main.Visible = false
  50.  
  51. Title.Name = "Title"
  52. Title.Parent = Main
  53. Title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  54. Title.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  55. Title.Position = UDim2.new(0.0979366452, 0, 0.0594965853, 0)
  56. Title.Size = UDim2.new(0, 200, 0, 42)
  57. Title.Font = Enum.Font.SciFi
  58. Title.Text = "Crimson GUI"
  59. Title.TextColor3 = Color3.new(1, 0, 0)
  60. Title.TextScaled = true
  61. Title.TextSize = 14
  62. Title.TextWrapped = true
  63.  
  64. Version.Name = "Version"
  65. Version.Parent = Main
  66. Version.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  67. Version.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  68. Version.Position = UDim2.new(0.0483870953, 0, 0.232673272, 0)
  69. Version.Size = UDim2.new(0, 218, 0, 22)
  70. Version.Font = Enum.Font.SourceSans
  71. Version.Text = "v0.1 (ALPHA)"
  72. Version.TextColor3 = Color3.new(1, 0, 0)
  73. Version.TextScaled = true
  74. Version.TextSize = 14
  75. Version.TextWrapped = true
  76.  
  77. topkek.Name = "topkek"
  78. topkek.Parent = Main
  79. topkek.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  80. topkek.BorderSizePixel = 0
  81. topkek.Position = UDim2.new(0.0495495498, 0, 0.418699175, 0)
  82. topkek.Size = UDim2.new(0, 96, 0, 26)
  83. topkek.Font = Enum.Font.SciFi
  84. topkek.Text = "TopKek 4.0"
  85. topkek.TextColor3 = Color3.new(1, 0, 0)
  86. topkek.TextScaled = true
  87. topkek.TextSize = 14
  88. topkek.TextWrapped = true
  89.  
  90. roexploit.Name = "roexploit"
  91. roexploit.Parent = Main
  92. roexploit.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  93. roexploit.BorderSizePixel = 0
  94. roexploit.Position = UDim2.new(0.0495495498, 0, 0.597560942, 0)
  95. roexploit.Size = UDim2.new(0, 96, 0, 26)
  96. roexploit.Font = Enum.Font.SciFi
  97. roexploit.Text = "Ro-Exploit 6.0"
  98. roexploit.TextColor3 = Color3.new(1, 0, 0)
  99. roexploit.TextScaled = true
  100. roexploit.TextSize = 14
  101. roexploit.TextWrapped = true
  102.  
  103. noclip.Name = "noclip"
  104. noclip.Parent = Main
  105. noclip.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  106. noclip.BorderSizePixel = 0
  107. noclip.Position = UDim2.new(0.0495495498, 0, 0.776422739, 0)
  108. noclip.Size = UDim2.new(0, 96, 0, 26)
  109. noclip.Font = Enum.Font.SciFi
  110. noclip.Text = "Noclip"
  111. noclip.TextColor3 = Color3.new(1, 0, 0)
  112. noclip.TextScaled = true
  113. noclip.TextSize = 14
  114. noclip.TextWrapped = true
  115.  
  116. fefly.Name = "fefly"
  117. fefly.Parent = Main
  118. fefly.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  119. fefly.BorderSizePixel = 0
  120. fefly.Position = UDim2.new(0.539739847, 0, 0.418699175, 0)
  121. fefly.Size = UDim2.new(0, 96, 0, 26)
  122. fefly.Font = Enum.Font.SciFi
  123. fefly.Text = "FE Fly"
  124. fefly.TextColor3 = Color3.new(1, 0, 0)
  125. fefly.TextScaled = true
  126. fefly.TextSize = 14
  127. fefly.TextWrapped = true
  128.  
  129. feinvis.Name = "feinvis"
  130. feinvis.Parent = Main
  131. feinvis.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  132. feinvis.BorderSizePixel = 0
  133. feinvis.Position = UDim2.new(0.539739847, 0, 0.596917033, 0)
  134. feinvis.Size = UDim2.new(0, 96, 0, 26)
  135. feinvis.Font = Enum.Font.SciFi
  136. feinvis.Text = "FE Invisible"
  137. feinvis.TextColor3 = Color3.new(1, 0, 0)
  138. feinvis.TextScaled = true
  139. feinvis.TextSize = 14
  140. feinvis.TextWrapped = true
  141.  
  142. btools.Name = "btools"
  143. btools.Parent = Main
  144. btools.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  145. btools.BorderSizePixel = 0
  146. btools.Position = UDim2.new(0.539739847, 0, 0.777610123, 0)
  147. btools.Size = UDim2.new(0, 96, 0, 26)
  148. btools.Font = Enum.Font.SciFi
  149. btools.Text = "F3X"
  150. btools.TextColor3 = Color3.new(1, 0, 0)
  151. btools.TextScaled = true
  152. btools.TextSize = 14
  153. btools.TextWrapped = true
  154.  
  155. LoginFrame.Name = "LoginFrame"
  156. LoginFrame.Parent = CrimsonGUI
  157. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  158. LoginFrame.BorderColor3 = Color3.new(1, 0, 0)
  159. LoginFrame.BorderSizePixel = 5
  160. LoginFrame.Position = UDim2.new(0.110401459, 0, 0.108695649, 0)
  161. LoginFrame.Size = UDim2.new(0, 265, 0, 236)
  162.  
  163. LoginLabel.Name = "LoginLabel"
  164. LoginLabel.Parent = LoginFrame
  165. LoginLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  166. LoginLabel.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  167. LoginLabel.Position = UDim2.new(0.120754719, 0, 0.00226844847, 0)
  168. LoginLabel.Size = UDim2.new(0, 200, 0, 50)
  169. LoginLabel.Font = Enum.Font.SourceSans
  170. LoginLabel.Text = "Login"
  171. LoginLabel.TextColor3 = Color3.new(1, 0, 0)
  172. LoginLabel.TextScaled = true
  173. LoginLabel.TextSize = 14
  174. LoginLabel.TextWrapped = true
  175.  
  176. token.Name = "token"
  177. token.Parent = LoginFrame
  178. token.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  179. token.BorderColor3 = Color3.new(1, 0, 0)
  180. token.Position = UDim2.new(0.094339624, 0, 0.24494949, 0)
  181. token.Size = UDim2.new(0, 215, 0, 25)
  182. token.Font = Enum.Font.SourceSans
  183. token.Text = "Whitelist Key"
  184. token.TextColor3 = Color3.new(1, 0, 0)
  185. token.TextScaled = true
  186. token.TextSize = 14
  187. token.TextWrapped = true
  188. token.TextXAlignment = Enum.TextXAlignment.Left
  189.  
  190. whitelistme.Name = "whitelistme"
  191. whitelistme.Parent = LoginFrame
  192. whitelistme.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  193. whitelistme.BorderColor3 = Color3.new(1, 0, 0)
  194. whitelistme.Position = UDim2.new(0.0905660391, 0, 0.420518756, 0)
  195. whitelistme.Size = UDim2.new(0, 216, 0, 38)
  196. whitelistme.Font = Enum.Font.SourceSans
  197. whitelistme.Text = "Whitelist me!"
  198. whitelistme.TextColor3 = Color3.new(1, 0, 0)
  199. whitelistme.TextScaled = true
  200. whitelistme.TextSize = 14
  201. whitelistme.TextWrapped = true
  202. whitelistme.MouseButton1Down:connect(function()
  203. if token.Text == "DMMeIfYouPlayJailbreak" then
  204. checkwlkey.Text = "You are Whitelisted!"
  205. wait(0.2)
  206. LoginFrame.Visible = false
  207. Main.Visible = true
  208. else
  209. checkwlkey.Text = "Incorrect Key"
  210. end
  211. end)
  212.  
  213. checkwlkey.Name = "checkwlkey"
  214. checkwlkey.Parent = LoginFrame
  215. checkwlkey.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  216. checkwlkey.Position = UDim2.new(0.637735844, 0, 0.61016947, 0)
  217. checkwlkey.Size = UDim2.new(0, 82, 0, 17)
  218. checkwlkey.Font = Enum.Font.SourceSans
  219. checkwlkey.Text = "Waiting..."
  220. checkwlkey.TextColor3 = Color3.new(1, 0, 0)
  221. checkwlkey.TextScaled = true
  222. checkwlkey.TextSize = 14
  223. checkwlkey.TextWrapped = true
  224.  
  225. HelpButton.Name = "HelpButton"
  226. HelpButton.Parent = LoginFrame
  227. HelpButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  228. HelpButton.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  229. HelpButton.Position = UDim2.new(0.0264150947, 0, 0.783898294, 0)
  230. HelpButton.Size = UDim2.new(0, 103, 0, 41)
  231. HelpButton.Font = Enum.Font.SourceSans
  232. HelpButton.Text = "Need help?"
  233. HelpButton.TextColor3 = Color3.new(1, 0, 0)
  234. HelpButton.TextScaled = true
  235. HelpButton.TextSize = 14
  236. HelpButton.TextWrapped = true
  237. HelpButton.MouseButton1Down:connect(function()
  238. LoginFrame.Visible = false
  239. HelpFrame.Visible = true
  240. end)
  241.  
  242. HelpFrame.Name = "HelpFrame"
  243. HelpFrame.Parent = CrimsonGUI
  244. HelpFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  245. HelpFrame.BorderColor3 = Color3.new(0.992157, 0, 0)
  246. HelpFrame.BorderSizePixel = 5
  247. HelpFrame.Position = UDim2.new(0.392335773, 0, 0.108695649, 0)
  248. HelpFrame.Size = UDim2.new(0, 321, 0, 185)
  249. HelpFrame.Visible = false
  250.  
  251. ForgotWLKey.Name = "ForgotWLKey"
  252. ForgotWLKey.Parent = HelpFrame
  253. ForgotWLKey.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  254. ForgotWLKey.Position = UDim2.new(0.193730533, 0, 0.25964269, 0)
  255. ForgotWLKey.Size = UDim2.new(0, 215, 0, 102)
  256. ForgotWLKey.Font = Enum.Font.SourceSans
  257. ForgotWLKey.Text = "Lost your whitelist key? Contact QuartzFX#2777 on discord for your whitelist key!"
  258. ForgotWLKey.TextColor3 = Color3.new(0.992157, 0, 0)
  259. ForgotWLKey.TextScaled = true
  260. ForgotWLKey.TextSize = 14
  261. ForgotWLKey.TextWrapped = true
  262.  
  263. ExitHelpFrame.Name = "ExitHelpFrame"
  264. ExitHelpFrame.Parent = HelpFrame
  265. ExitHelpFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  266. ExitHelpFrame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  267. ExitHelpFrame.Size = UDim2.new(0, 53, 0, 42)
  268. ExitHelpFrame.Font = Enum.Font.SourceSans
  269. ExitHelpFrame.Text = "X"
  270. ExitHelpFrame.TextColor3 = Color3.new(0.976471, 0, 0)
  271. ExitHelpFrame.TextScaled = true
  272. ExitHelpFrame.TextSize = 14
  273. ExitHelpFrame.TextWrapped = true
  274. ExitHelpFrame.MouseButton1Down:connect(function()
  275. wait(0.2)
  276. HelpFrame.Visible = false
  277. LoginFrame.Visible = true
  278. end)
  279. -- Scripts:
  280. topkek.MouseButton1Down:connect(function()
  281. loadstring(game:HttpGet(('https://pastebin.com/raw/0vtfBn4Z'),true))()
  282. end)
  283. roexploit.MouseButton1Down:connect(function()
  284. loadstring(game:HttpGet(('https://pastebin.com/raw/4kJP51v4'),true))()
  285. end)
  286. noclip.MouseButton1Down:connect(function()
  287. loadstring(game:HttpGet(('https://pastebin.com/raw/QVV1Qz0r'),true))()
  288. end)
  289. fefly.MouseButton1Down:connect(function()
  290. repeat wait()
  291. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  292. local mouse = game.Players.LocalPlayer:GetMouse()
  293. repeat wait() until mouse
  294. local plr = game.Players.LocalPlayer
  295. local torso = plr.Character.Torso
  296. local flying = true
  297. local deb = true
  298. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  299. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  300. local maxspeed = 50
  301. local speed = 0
  302.  
  303. function Fly()
  304. local bg = Instance.new("BodyGyro", torso)
  305. bg.P = 9e4
  306. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  307. bg.cframe = torso.CFrame
  308. local bv = Instance.new("BodyVelocity", torso)
  309. bv.velocity = Vector3.new(0,0.1,0)
  310. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  311. repeat wait()
  312. plr.Character.Humanoid.PlatformStand = true
  313. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  314. speed = speed+.5+(speed/maxspeed)
  315. if speed > maxspeed then
  316. speed = maxspeed
  317. end
  318. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  319. speed = speed-1
  320. if speed < 0 then
  321. speed = 0
  322. end
  323. end
  324. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  325. 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
  326. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  327. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  328. 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
  329. else
  330. bv.velocity = Vector3.new(0,0.1,0)
  331. end
  332. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  333. until not flying
  334. ctrl = {f = 0, b = 0, l = 0, r = 0}
  335. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  336. speed = 0
  337. bg:Destroy()
  338. bv:Destroy()
  339. plr.Character.Humanoid.PlatformStand = false
  340. end
  341. mouse.KeyDown:connect(function(key)
  342. if key:lower() == "e" then
  343. if flying then flying = false
  344. else
  345. flying = true
  346. Fly()
  347. end
  348. elseif key:lower() == "w" then
  349. ctrl.f = 1
  350. elseif key:lower() == "s" then
  351. ctrl.b = -1
  352. elseif key:lower() == "a" then
  353. ctrl.l = -1
  354. elseif key:lower() == "d" then
  355. ctrl.r = 1
  356. end
  357. end)
  358. mouse.KeyUp:connect(function(key)
  359. if key:lower() == "w" then
  360. ctrl.f = 0
  361. elseif key:lower() == "s" then
  362. ctrl.b = 0
  363. elseif key:lower() == "a" then
  364. ctrl.l = 0
  365. elseif key:lower() == "d" then
  366. ctrl.r = 0
  367. end
  368. end)
  369. Fly()
  370. end)
  371.  
  372. btools.MouseButton1Down:connect(function()
  373. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  374. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  375. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  376. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  377. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  378. tool1.BinType = "Clone"
  379. tool2.BinType = "GameTool"
  380. tool3.BinType = "Hammer"
  381. tool4.BinType = "Script"
  382. tool5.BinType = "Grab"
  383. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement