Advertisement
ModuleForRBLX

Untitled

Mar 18th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.85 KB | None | 0 0
  1. local AcessUI = Instance.new("ScreenGui")
  2. local Bar = Instance.new("Frame")
  3. local cmdbox = Instance.new("TextBox")
  4. local Bev = Instance.new("Frame")
  5. local amoutbox = Instance.new("TextBox")
  6. local Bev_2 = Instance.new("Frame")
  7. local Help = Instance.new("Frame")
  8. local speedboost = Instance.new("TextLabel")
  9. local jumppower = Instance.new("TextLabel")
  10. local godhut = Instance.new("TextLabel")
  11. local craft = Instance.new("TextLabel")
  12. local void = Instance.new("TextLabel")
  13. local infjump = Instance.new("TextLabel")
  14. local close = Instance.new("TextLabel")
  15. AcessUI.Name = "AcessUI"
  16. AcessUI.Parent = game:GetService('CoreGui')
  17.  
  18. Bar.Name = "Bar"
  19. Bar.Parent = AcessUI
  20. Bar.BackgroundColor3 = Color3.new(1, 1, 1)
  21. Bar.BackgroundTransparency = 1
  22. Bar.BorderSizePixel = 0
  23. Bar.Position = UDim2.new(0, 5, 0, 5)
  24. Bar.Size = UDim2.new(0, 200, 0, 30)
  25.  
  26. cmdbox.Name = "cmdbox"
  27. cmdbox.Parent = Bar
  28. cmdbox.BackgroundColor3 = Color3.new(0.372549, 0.372549, 0.372549)
  29. cmdbox.BackgroundTransparency = 0.20000000298023
  30. cmdbox.BorderSizePixel = 0
  31. cmdbox.Position = UDim2.new(4.03999996, 0, 0.566666603, 0)
  32. cmdbox.Size = UDim2.new(0, 200, 0, 30)
  33. cmdbox.Font = Enum.Font.SourceSansLight
  34. cmdbox.PlaceholderColor3 = Color3.new(1, 1, 1)
  35. cmdbox.PlaceholderText = "typing.."
  36. cmdbox.Text = "commands"
  37. cmdbox.TextColor3 = Color3.new(1, 1, 1)
  38. cmdbox.TextScaled = true
  39. cmdbox.TextSize = 14
  40. cmdbox.TextWrapped = true
  41.  
  42. Bev.Name = "Bev"
  43. Bev.Parent = cmdbox
  44. Bev.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  45. Bev.BackgroundTransparency = 0.20000000298023
  46. Bev.BorderSizePixel = 0
  47. Bev.Position = UDim2.new(0, 0, 1, 0)
  48. Bev.Size = UDim2.new(0, 200, 0, 3)
  49.  
  50. amoutbox.Name = "amoutbox"
  51. amoutbox.Parent = Bar
  52. amoutbox.BackgroundColor3 = Color3.new(0.372549, 0.372549, 0.372549)
  53. amoutbox.BackgroundTransparency = 0.20000000298023
  54. amoutbox.BorderSizePixel = 0
  55. amoutbox.Position = UDim2.new(5.03999996, 0, 0.566666722, 0)
  56. amoutbox.Size = UDim2.new(0, 140, 0, 30)
  57. amoutbox.Font = Enum.Font.SourceSansLight
  58. amoutbox.PlaceholderColor3 = Color3.new(1, 1, 1)
  59. amoutbox.PlaceholderText = "typing.."
  60. amoutbox.Text = "amout"
  61. amoutbox.TextColor3 = Color3.new(1, 1, 1)
  62. amoutbox.TextScaled = true
  63. amoutbox.TextSize = 14
  64. amoutbox.TextWrapped = true
  65.  
  66. Bev_2.Name = "Bev"
  67. Bev_2.Parent = amoutbox
  68. Bev_2.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  69. Bev_2.BackgroundTransparency = 0.20000000298023
  70. Bev_2.BorderSizePixel = 0
  71. Bev_2.Position = UDim2.new(0, 0, 1, 0)
  72. Bev_2.Size = UDim2.new(0, 140, 0, 3)
  73.  
  74. Help.Name = "Help"
  75. Help.Parent = AcessUI
  76. Help.BackgroundColor3 = Color3.new(0.372549, 0.372549, 0.372549)
  77. Help.BackgroundTransparency = 0.40000000596046
  78. Help.BorderColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  79. Help.BorderSizePixel = 0
  80. Help.Position = UDim2.new(0, 884, 0, 69)
  81. Help.Size = UDim2.new(0, 200, 0, 300)
  82.  
  83. speedboost.Name = "speedboost"
  84. speedboost.Parent = Help
  85. speedboost.BackgroundColor3 = Color3.new(1, 1, 1)
  86. speedboost.BackgroundTransparency = 1
  87. speedboost.BorderSizePixel = 0
  88. speedboost.Size = UDim2.new(0, 200, 0, 20)
  89. speedboost.Font = Enum.Font.SourceSansItalic
  90. speedboost.Text = "1. speedboost"
  91. speedboost.TextColor3 = Color3.new(1, 1, 1)
  92. speedboost.TextScaled = true
  93. speedboost.TextSize = 14
  94. speedboost.TextWrapped = true
  95. speedboost.TextXAlignment = Enum.TextXAlignment.Left
  96.  
  97. jumppower.Name = "jumppower"
  98. jumppower.Parent = Help
  99. jumppower.BackgroundColor3 = Color3.new(1, 1, 1)
  100. jumppower.BackgroundTransparency = 1
  101. jumppower.BorderSizePixel = 0
  102. jumppower.Position = UDim2.new(0, 0, 0.0666666701, 0)
  103. jumppower.Size = UDim2.new(0, 200, 0, 20)
  104. jumppower.Font = Enum.Font.SourceSansItalic
  105. jumppower.Text = "2. jumppower {Amout}"
  106. jumppower.TextColor3 = Color3.new(1, 1, 1)
  107. jumppower.TextScaled = true
  108. jumppower.TextSize = 14
  109. jumppower.TextWrapped = true
  110. jumppower.TextXAlignment = Enum.TextXAlignment.Left
  111.  
  112. godhut.Name = "godhut"
  113. godhut.Parent = Help
  114. godhut.BackgroundColor3 = Color3.new(1, 1, 1)
  115. godhut.BackgroundTransparency = 1
  116. godhut.BorderSizePixel = 0
  117. godhut.Position = UDim2.new(0, 0, 0.13333334, 0)
  118. godhut.Size = UDim2.new(0, 200, 0, 20)
  119. godhut.Font = Enum.Font.SourceSansItalic
  120. godhut.Text = "3. godhut {G}"
  121. godhut.TextColor3 = Color3.new(1, 1, 1)
  122. godhut.TextScaled = true
  123. godhut.TextSize = 14
  124. godhut.TextWrapped = true
  125. godhut.TextXAlignment = Enum.TextXAlignment.Left
  126.  
  127. craft.Name = "craft"
  128. craft.Parent = Help
  129. craft.BackgroundColor3 = Color3.new(1, 1, 1)
  130. craft.BackgroundTransparency = 1
  131. craft.BorderSizePixel = 0
  132. craft.Position = UDim2.new(0, 0, 0.200000003, 0)
  133. craft.Size = UDim2.new(0, 200, 0, 20)
  134. craft.Font = Enum.Font.SourceSansItalic
  135. craft.Text = "4. craft {Item}"
  136. craft.TextColor3 = Color3.new(1, 1, 1)
  137. craft.TextScaled = true
  138. craft.TextSize = 14
  139. craft.TextWrapped = true
  140. craft.TextXAlignment = Enum.TextXAlignment.Left
  141.  
  142. void.Name = "void"
  143. void.Parent = Help
  144. void.BackgroundColor3 = Color3.new(1, 1, 1)
  145. void.BackgroundTransparency = 1
  146. void.BorderSizePixel = 0
  147. void.Position = UDim2.new(0, 0, 0.266666681, 0)
  148. void.Size = UDim2.new(0, 200, 0, 20)
  149. void.Font = Enum.Font.SourceSansItalic
  150. void.Text = "5. void"
  151. void.TextColor3 = Color3.new(1, 1, 1)
  152. void.TextScaled = true
  153. void.TextSize = 14
  154. void.TextWrapped = true
  155. void.TextXAlignment = Enum.TextXAlignment.Left
  156.  
  157. infjump.Name = "infjump"
  158. infjump.Parent = Help
  159. infjump.BackgroundColor3 = Color3.new(1, 1, 1)
  160. infjump.BackgroundTransparency = 1
  161. infjump.BorderSizePixel = 0
  162. infjump.Position = UDim2.new(0, 0, 0.333333343, 0)
  163. infjump.Size = UDim2.new(0, 200, 0, 20)
  164. infjump.Font = Enum.Font.SourceSansItalic
  165. infjump.Text = "6. infjump"
  166. infjump.TextColor3 = Color3.new(1, 1, 1)
  167. infjump.TextScaled = true
  168. infjump.TextSize = 14
  169. infjump.TextWrapped = true
  170. infjump.TextXAlignment = Enum.TextXAlignment.Left
  171.  
  172. close.Name = "close"
  173. close.Parent = Help
  174. close.BackgroundColor3 = Color3.new(1, 1, 1)
  175. close.BackgroundTransparency = 1
  176. close.BorderSizePixel = 0
  177. close.Position = UDim2.new(0, 0, 0.400000006, 0)
  178. close.Size = UDim2.new(0, 200, 0, 20)
  179. close.Font = Enum.Font.SourceSansItalic
  180. close.Text = "7. close"
  181. close.TextColor3 = Color3.new(1, 1, 1)
  182. close.TextScaled = true
  183. close.TextSize = 14
  184. close.TextWrapped = true
  185. close.TextXAlignment = Enum.TextXAlignment.Left
  186. -- Scripts:
  187. function SCRIPT_ZKAW84_FAKESCRIPT() -- cmdbox.LocalScript
  188. local script = Instance.new('LocalScript')
  189. script.Parent = cmdbox
  190. script.Parent.FocusLost:Connect(function(enterPressed)
  191. if enterPressed then
  192. if script.Parent.Text == 'speedboost' then
  193. local gayBean = getsenv(game.Players.LocalPlayer.PlayerScripts.LocalHandler)
  194. debug.setupvalue(gayBean.SwingTool, "currentWalkSpeed", 30)
  195. elseif script.Parent.Text == 'jumppower' then
  196. game.Players.LocalPlayer.Character.Humanoid.JumpPower = script.Parent.Parent.amoutbox.Text
  197. elseif script.Parent.Text == 'craft' then
  198. local Item = script.Parent.Parent.amoutbox.Text
  199. local CI = Item
  200. local Event = game:GetService('ReplicatedStorage').Events.CraftItem
  201. Event:FireServer(CI)
  202. elseif script.Parent.Text == 'void' then
  203. game:GetService("TeleportService"):Teleport(2021740958, game.Players.LocalPlayer)
  204. elseif script.Parent.Text == 'infjump' then
  205. local Player = game:GetService'Players'.LocalPlayer;
  206. local UIS = game:GetService'UserInputService';
  207.  
  208. _G.JumpHeight = 50;
  209.  
  210. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  211.  
  212. UIS.InputBegan:connect(function(UserInput)
  213. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  214. Action(Player.Character.Humanoid, function(self)
  215. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  216. Action(self.Parent.HumanoidRootPart, function(self)
  217. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  218. end)
  219. end
  220. end)
  221. end
  222. end)
  223. elseif script.Parent.Text == 'godhut' then
  224. local plr = game:GetService("Players").LocalPlayer
  225. local mouse = plr:GetMouse()
  226. mouse.KeyDown:connect(function(key)
  227. if key == "g" then
  228. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  229. Torso = game.Players.LocalPlayer.Character.UpperTorso
  230. b = Torso.Position + Torso.CFrame.lookVector * 10
  231. local c = b.x
  232. local d = b.y - 2
  233. local e = b.z
  234. for i = 1,1 do
  235. local A_1 = "God Hut"
  236. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  237. local A_3 = 0
  238. Event:FireServer(A_1, A_2, A_3)
  239. end end end)
  240. elseif script.Parent.Text == 'close' then
  241. script.Parent.Parent.Parent.Help.Visible = false
  242. elseif script.Parent.Text == 'commands' or 'help' then
  243. script.Parent.Parent.Parent.Help.Visible = true
  244. end
  245. end
  246. end)
  247.  
  248. end
  249. coroutine.resume(coroutine.create(SCRIPT_ZKAW84_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement