Advertisement
Jared4V8Roblox

CripGui v0.1 Made by JARED4V8

Jan 7th, 2017
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 10.92 KB | None | 0 0
  1. -- Variables
  2. local Player = game:GetService("Players").LocalPlayer
  3. local Player_UI = Player.PlayerGui
  4. local Character = Player.Character
  5. local Mouse = Player:GetMouse()
  6. local Humanoid = Character:FindFirstChild("Humanoid")
  7. local HumHealth = Humanoid.Health
  8. local HumMaxHealth = Humanoid.MaxHealth
  9. -- Objects
  10.  
  11. local CripsGui = Instance.new("ScreenGui")
  12. local Freme = Instance.new("Frame")
  13. local NoBoi = Instance.new("TextButton")
  14. local TOS = Instance.new("TextLabel")
  15. local YesBoi = Instance.new("TextButton")
  16.  
  17. -- Properties
  18.  
  19. CripsGui.Name = "CripsGui"
  20. CripsGui.Parent = Player_UI
  21.  
  22. Freme.Name = "Freme"
  23. Freme.Parent = CripsGui
  24. Freme.Active = true
  25. Freme.BackgroundColor3 = Color3.new(1, 1, 1)
  26. Freme.Draggable = true
  27. Freme.Position = UDim2.new(0.5, 0, 0.5, 0)
  28. Freme:TweenSizeAndPosition(UDim2.new(0.506276131, 0, 0.586698353, 0),UDim2.new(0.252440721, 0, 0.149643704, 0),"InOut",Enum.EasingStyle.Linear,1.5)
  29. Freme.Style = Enum.FrameStyle.DropShadow
  30.  
  31. NoBoi.Name = "NoBoi"
  32. NoBoi.Parent = Freme
  33. NoBoi.BackgroundColor3 = Color3.new(0, 0, 0)
  34. NoBoi.BackgroundTransparency = 0.60000002384186
  35. NoBoi.BorderSizePixel = 0
  36. NoBoi.Position = UDim2.new(0.154269978, 0, 0.773279369, 0)
  37. NoBoi.Size = UDim2.new(0.170798898, 0, 0.214574903, 0)
  38.  
  39. NoBoi.Font = Enum.Font.SourceSansBold
  40. NoBoi.FontSize = Enum.FontSize.Size14
  41. NoBoi.Text = "No"
  42. NoBoi.TextColor3 = Color3.new(1, 0, 0)
  43. NoBoi.TextScaled = true
  44. NoBoi.TextStrokeTransparency = 0
  45. NoBoi.TextWrapped = true
  46.  
  47. TOS.Name = "TOS"
  48. TOS.Parent = Freme
  49. TOS.BackgroundColor3 = Color3.new(1, 1, 1)
  50. TOS.BackgroundTransparency = 1
  51. TOS.Position = UDim2.new(0.140495867, 0, 0.0647773296, 0)
  52. TOS.Size = UDim2.new(0.719008267, 0, 0.562753022, 0)
  53. TOS.Font = Enum.Font.SourceSans
  54. TOS.FontSize = Enum.FontSize.Size14
  55. TOS.Text = "By Clicking Yes you accept that you will be using Crip's Gui and any Ban/Kick done to you is your fault."
  56. TOS.TextColor3 = Color3.new(1, 1, 1)
  57. TOS.TextScaled = true
  58. TOS.TextStrokeTransparency = 0
  59. TOS.TextWrapped = true
  60.  
  61. YesBoi.Name = "YesBoi"
  62. YesBoi.Parent = Freme
  63. YesBoi.BackgroundColor3 = Color3.new(0, 0, 0)
  64. YesBoi.BackgroundTransparency = 0.60000002384186
  65. YesBoi.BorderSizePixel = 0
  66. YesBoi.Position = UDim2.new(0.69421488, 0, 0.773279369, 0)
  67. YesBoi.Size = UDim2.new(0.170798898, 0, 0.214574903, 0)
  68. YesBoi.Font = Enum.Font.SourceSansBold
  69. YesBoi.FontSize = Enum.FontSize.Size14
  70. YesBoi.Text = "Yes"
  71. YesBoi.TextColor3 = Color3.new(0.333333, 1, 0)
  72. YesBoi.TextScaled = true
  73. YesBoi.TextStrokeTransparency = 0
  74. YesBoi.TextWrapped = true
  75.  
  76. NoBoi.MouseButton1Down:connect(function()
  77. TOS.Text = ("Who told you were in control?")
  78. Character.Humanoid.Health = 0
  79. end)
  80.  
  81. YesBoi.MouseButton1Down:connect(function()
  82. TOS.Text=("Thank you for accepting the Terms, Please wait.")
  83. wait(3)
  84. Freme:TweenSizeAndPosition(UDim2.new(0, 0, 0, 0),UDim2.new(0.5, 0, 0.5, 0),Enum.EasingDirection.InOut,Enum.EasingStyle.Linear,1.5)
  85. wait(1.35)
  86. Freme:Remove()
  87. -- Objects
  88.  
  89. local Freme2 = Instance.new("Frame")
  90. local welcomessage = Instance.new("TextLabel")
  91. local Bar1 = Instance.new("TextLabel")
  92. local Godmode = Instance.new("TextButton")
  93. local SuperJump = Instance.new("TextButton")
  94. local WalkSpeedNum = Instance.new("TextBox")
  95. local WalkSpeedChange = Instance.new("TextButton")
  96. local HealthChange = Instance.new("TextButton")
  97. local HealthNum = Instance.new("TextBox")
  98. local Question = Instance.new("TextButton")
  99. local QuestionText = Instance.new("TextButton")
  100. -- Properties
  101.  
  102. Freme2.Name = "Freme2"
  103. Freme2.Parent = CripsGui
  104. Freme2.BackgroundColor3 = Color3.new(1, 1, 1)
  105. Freme2.Position = UDim2.new(0.688981891, 0, 0.245238096, 0)
  106. Freme2.Size = UDim2.new(0, 0, 0, 0)
  107. Freme2:TweenSize(UDim2.new(0.26778242, 0, 0.697619021, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Linear,1.5)
  108. Freme2.Style = Enum.FrameStyle.DropShadow
  109.  
  110. welcomessage.Name = "welcomessage"
  111. welcomessage.Parent = Freme2
  112. welcomessage.BackgroundColor3 = Color3.new(1, 1, 1)
  113. welcomessage.BackgroundTransparency = 1
  114. welcomessage.Size = UDim2.new(1, 0, 0.177474409, 0)
  115. welcomessage.Font = Enum.Font.SourceSans
  116. welcomessage.FontSize = Enum.FontSize.Size14
  117. welcomessage.Text = ("Welcome "..Player.Name.."!")
  118. welcomessage.TextColor3 = Color3.new(1, 1, 1)
  119. welcomessage.TextScaled = true
  120. welcomessage.TextStrokeTransparency = 0
  121. welcomessage.TextWrapped = true
  122.  
  123. Bar1.Name = "Bar1"
  124. Bar1.Parent = Freme2
  125. Bar1.BackgroundColor3 = Color3.new(0, 0, 0)
  126. Bar1.BackgroundTransparency = 0.40000000596046
  127. Bar1.BorderSizePixel = 0
  128. Bar1.Position = UDim2.new(-0.015625, 0, 0.215017065, 0)
  129. Bar1.Size = UDim2.new(1.02604163, 0, 0.0102389082, 0)
  130. Bar1.Font = Enum.Font.SourceSans
  131. Bar1.FontSize = Enum.FontSize.Size14
  132. Bar1.Text = " "
  133.  
  134. Godmode.Name = "Godmode"
  135. Godmode.Parent = Freme2
  136. Godmode.BackgroundColor3 = Color3.new(0, 0, 0)
  137. Godmode.BackgroundTransparency = 0.60000002384186
  138. Godmode.BorderSizePixel = 0
  139. Godmode.Position = UDim2.new(0.229166672, 0, 0.269624561, 0)
  140. Godmode.Size = UDim2.new(0.510416687, 0, 0.150170654, 0)
  141. Godmode.Font = Enum.Font.SourceSans
  142. Godmode.FontSize = Enum.FontSize.Size14
  143. Godmode.Text = "God mode"
  144. Godmode.TextColor3 = Color3.new(1, 1, 1)
  145. Godmode.TextScaled = true
  146. Godmode.TextStrokeTransparency = 0
  147. Godmode.TextWrapped = true
  148.  
  149. SuperJump.Name = "SuperJump"
  150. SuperJump.Parent = Freme2
  151. SuperJump.BackgroundColor3 = Color3.new(0, 0, 0)
  152. SuperJump.BackgroundTransparency = 0.60000002384186
  153. SuperJump.BorderSizePixel = 0
  154. SuperJump.Position = UDim2.new(0.229166672, 0, 0.453924924, 0)
  155. SuperJump.Size = UDim2.new(0.510416687, 0, 0.150170654, 0)
  156. SuperJump.Font = Enum.Font.SourceSans
  157. SuperJump.FontSize = Enum.FontSize.Size14
  158. SuperJump.Text = "Super jump"
  159. SuperJump.TextColor3 = Color3.new(1, 1, 1)
  160. SuperJump.TextScaled = true
  161. SuperJump.TextStrokeTransparency = 0
  162. SuperJump.TextWrapped = true
  163.  
  164. WalkSpeedNum.Name = "WalkSpeedNum"
  165. WalkSpeedNum.Parent = Freme2
  166. WalkSpeedNum.BackgroundColor3 = Color3.new(0, 0, 0)
  167. WalkSpeedNum.BackgroundTransparency = 0.60000002384186
  168. WalkSpeedNum.BorderSizePixel = 0
  169. WalkSpeedNum.Position = UDim2.new(0.645833313, 0, 0.675767899, 0)
  170. WalkSpeedNum.Size = UDim2.new(0.09375, 0, 0.139931738, 0)
  171. WalkSpeedNum.Font = Enum.Font.SourceSans
  172. WalkSpeedNum.FontSize = Enum.FontSize.Size14
  173. WalkSpeedNum.MultiLine = false
  174. WalkSpeedNum.Text = (Humanoid.WalkSpeed)
  175. WalkSpeedNum.TextColor3 = Color3.new(1, 1, 1)
  176. WalkSpeedNum.TextScaled = true
  177. WalkSpeedNum.TextStrokeTransparency = 0
  178. WalkSpeedNum.TextWrapped = true
  179.  
  180. WalkSpeedChange.Name = "WalkSpeedChange"
  181. WalkSpeedChange.Parent = Freme2
  182. WalkSpeedChange.BackgroundColor3 = Color3.new(0, 0, 0)
  183. WalkSpeedChange.BackgroundTransparency = 0.60000002384186
  184. WalkSpeedChange.BorderSizePixel = 0
  185. WalkSpeedChange.Position = UDim2.new(0.229000002, 0, 0.675999999, 0)
  186. WalkSpeedChange.Size = UDim2.new(0.400000006, 0, 0.140000001, 0)
  187. WalkSpeedChange.Font = Enum.Font.SourceSans
  188. WalkSpeedChange.FontSize = Enum.FontSize.Size14
  189. WalkSpeedChange.Text = "WalkSpeed"
  190. WalkSpeedChange.TextColor3 = Color3.new(1, 1, 1)
  191. WalkSpeedChange.TextScaled = true
  192. WalkSpeedChange.TextStrokeTransparency = 0
  193. WalkSpeedChange.TextWrapped = true
  194.  
  195. HealthChange.Name = "HealthChange"
  196. HealthChange.Parent = Freme2
  197. HealthChange.BackgroundColor3 = Color3.new(0, 0, 0)
  198. HealthChange.BackgroundTransparency = 0.60000002384186
  199. HealthChange.BorderSizePixel = 0
  200. HealthChange.Position = UDim2.new(0.229166672, 0, 0.850000024, 0)
  201. HealthChange.Size = UDim2.new(0.400000006, 0, 0.140000001, 0)
  202. HealthChange.Font = Enum.Font.SourceSans
  203. HealthChange.FontSize = Enum.FontSize.Size14
  204. HealthChange.Text = "Health"
  205. HealthChange.TextColor3 = Color3.new(1, 1, 1)
  206. HealthChange.TextScaled = true
  207. HealthChange.TextStrokeTransparency = 0
  208. HealthChange.TextWrapped = true
  209.  
  210. HealthNum.Name = "HealthNum"
  211. HealthNum.Parent = Freme2
  212. HealthNum.BackgroundColor3 = Color3.new(0, 0, 0)
  213. HealthNum.BackgroundTransparency = 0.60000002384186
  214. HealthNum.BorderSizePixel = 0
  215. HealthNum.Position = UDim2.new(0.645833313, 0, 0.850000024, 0)
  216. HealthNum.Size = UDim2.new(0.09375, 0, 0.139931738, 0)
  217. HealthNum.Font = Enum.Font.SourceSans
  218. HealthNum.FontSize = Enum.FontSize.Size14
  219. HealthNum.MultiLine = false
  220. HealthNum.Text = (HumHealth)
  221. HealthNum.TextColor3 = Color3.new(1, 1, 1)
  222. HealthNum.TextScaled = true
  223. HealthNum.TextStrokeTransparency = 0
  224. HealthNum.TextWrapped = true
  225.  
  226. canclickquestion = false
  227.  
  228. Question.Name = "Question?"
  229. Question.Parent = Freme2
  230. Question.BackgroundColor3 = Color3.new(0, 0, 0)
  231. Question.BackgroundTransparency = 0.60000002384186
  232. Question.BorderSizePixel = 0
  233. Question.Position = UDim2.new(-0.109375, 0, -0.0682593882, 0)
  234. Question.Size = UDim2.new(0.145833328, 0, 0.0955631435, 0)
  235. Question.Font = Enum.Font.SourceSans
  236. Question.FontSize = Enum.FontSize.Size14
  237. Question.Text = "?"
  238. Question.TextColor3 = Color3.new(1, 1, 1)
  239. Question.TextScaled = true
  240. Question.TextStrokeTransparency = 0
  241. Question.TextWrapped = true
  242.  
  243. QuestionText.Name = "QuestionText"
  244. QuestionText.Parent = Question
  245. QuestionText.BackgroundColor3 = Color3.new(0, 0, 0)
  246. QuestionText.BackgroundTransparency = 0.60000002384186
  247. QuestionText.BorderSizePixel = 0
  248. QuestionText.Position = UDim2.new(0.884615362, 0, -1.34615386, 0)
  249. QuestionText.Size = UDim2.new(6.96153831, 0, 3.92307687, 0)
  250. QuestionText.Font = Enum.Font.SourceSans
  251. QuestionText.FontSize = Enum.FontSize.Size14
  252. QuestionText.Text = "To use this Gui you click on Buttons if you want to set your health you change the text and then click on its button next to it."
  253. QuestionText.TextColor3 = Color3.new(1, 1, 1)
  254. QuestionText.TextScaled = true
  255. QuestionText.TextStrokeTransparency = 0
  256. QuestionText.TextWrapped = true
  257. QuestionText.Visible = false
  258.  
  259. Godmode.MouseButton1Down:connect(function()
  260. Humanoid.MaxHealth = math.huge
  261. end)
  262.  
  263. HealthChange.MouseButton1Down:connect(function()
  264. Humanoid.MaxHealth = HealthNum.Text
  265. Humanoid.Health = HealthNum.Text
  266. end)
  267.  
  268. SuperJump.MouseButton1Down:connect(function()
  269. Humanoid.JumpPower = 140
  270. Humanoid.PlatformStand = true
  271. Humanoid.Jump = true
  272. wait(0.5)
  273. Humanoid.PlatformStand = false
  274. Humanoid.JumpPower = 50
  275. end)
  276.  
  277. WalkSpeedChange.MouseButton1Down:connect(function()
  278. Humanoid.WalkSpeed = WalkSpeedNum.Text
  279. end)
  280.  
  281. Question.MouseButton1Down:connect(function()
  282. if canclickquestion == false then
  283. if Question.Text == ("?") then
  284.  
  285. Question:TweenPosition(UDim2.new(-1.182, 0,0.119, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Linear,1.5)
  286. QuestionText:TweenSizeAndPosition(UDim2.new(6.96153831, 0, 3.92307687, 0),UDim2.new(0.885, 0,-1.346, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Linear,1.5)
  287. QuestionText.Visible = true
  288. Question.Text = (">")
  289. QuestionText.Modal = true
  290. canclickquestion = true
  291. wait(1.5)
  292. canclickquestion = false
  293. elseif Question.Text ==(">") then
  294. Question:TweenPosition(UDim2.new(-0.109375, 0, -0.0682593882, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Linear,0.8)
  295. QuestionText:TweenSizeAndPosition(UDim2.new(0, 0, 0, 0),UDim2.new(0.885, 0,-1.346, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Linear,1.5)
  296. QuestionText.Visible = false
  297. Question.Text = ("?")
  298. QuestionText.Modal = false
  299. canclickquestion = true
  300. wait(0.8)
  301. canclickquestion = false
  302. end
  303. end
  304. end)
  305.  
  306. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement