Advertisement
Guest User

idk

a guest
Nov 18th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.38 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local main = Instance.new("Frame")
  3. local min = Instance.new("TextButton")
  4. local craftitem = Instance.new("TextBox")
  5. local Speed = Instance.new("TextButton")
  6. local craft = Instance.new("TextButton")
  7. local SpeedBind = Instance.new("TextBox")
  8. local TextLabel = Instance.new("TextLabel")
  9. local ChestBind = Instance.new("TextBox")
  10. local infchest = Instance.new("TextButton")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local InfinityJump = Instance.new("TextButton")
  13. local jp = Instance.new("TextButton")
  14. local jpp = Instance.new("TextBox")
  15. local ope = Instance.new("TextButton")
  16. --Properties:
  17. ScreenGui.Parent = game:WaitForChild("CoreGui")
  18.  
  19. main.Name = "main"
  20. main.Parent = ScreenGui
  21. main.Active = true
  22. main.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  23. main.BorderColor3 = Color3.new(0, 0, 0)
  24. main.Position = UDim2.new(0.0885416642, 0, 0.316953331, 0)
  25. main.Size = UDim2.new(0, 546, 0, 386)
  26. main.Visible = false
  27. main.Draggable = true
  28.  
  29. min.Name = "min"
  30. min.Parent = main
  31. min.BackgroundColor3 = Color3.new(1, 0, 0)
  32. min.Position = UDim2.new(0.962787628, 0, -0.00123947114, 0)
  33. min.Size = UDim2.new(0, 20, 0, 25)
  34. min.Font = Enum.Font.SourceSans
  35. min.Text = "X"
  36. min.TextColor3 = Color3.new(0, 0, 0)
  37. min.TextSize = 14
  38. min.TextWrapped = true
  39.  
  40. craftitem.Name = "craftitem"
  41. craftitem.Parent = main
  42. craftitem.BackgroundColor3 = Color3.new(1, 0.184314, 0.184314)
  43. craftitem.Position = UDim2.new(0.275932997, 0, 0.608794808, 0)
  44. craftitem.Size = UDim2.new(0, 102, 0, 61)
  45. craftitem.Font = Enum.Font.SourceSans
  46. craftitem.Text = "Item to craft"
  47. craftitem.TextColor3 = Color3.new(0, 0, 0)
  48. craftitem.TextSize = 14
  49.  
  50. Speed.Name = "Speed"
  51. Speed.Parent = main
  52. Speed.BackgroundColor3 = Color3.new(1, 1, 1)
  53. Speed.Position = UDim2.new(0.0473381132, 0, 0.254534841, 0)
  54. Speed.Size = UDim2.new(0, 102, 0, 73)
  55. Speed.Font = Enum.Font.SourceSans
  56. Speed.Text = "Enable Speed"
  57. Speed.TextColor3 = Color3.new(0, 0, 0)
  58. Speed.TextSize = 14
  59.  
  60. craft.Name = "craft"
  61. craft.Parent = main
  62. craft.BackgroundColor3 = Color3.new(1, 1, 1)
  63. craft.Position = UDim2.new(0.274545312, 0, 0.255567968, 0)
  64. craft.Size = UDim2.new(0, 102, 0, 73)
  65. craft.Font = Enum.Font.SourceSans
  66. craft.Text = "Craft"
  67. craft.TextColor3 = Color3.new(0, 0, 0)
  68. craft.TextSize = 14
  69.  
  70. SpeedBind.Name = "SpeedBind"
  71. SpeedBind.Parent = main
  72. SpeedBind.BackgroundColor3 = Color3.new(1, 0.184314, 0.184314)
  73. SpeedBind.Position = UDim2.new(0.0464036614, 0, 0.608794808, 0)
  74. SpeedBind.Size = UDim2.new(0, 102, 0, 61)
  75. SpeedBind.Font = Enum.Font.SourceSans
  76. SpeedBind.Text = "Keybind"
  77. SpeedBind.TextColor3 = Color3.new(0, 0, 0)
  78. SpeedBind.TextSize = 14
  79.  
  80. TextLabel.Parent = main
  81. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  82. TextLabel.Position = UDim2.new(0.182824999, 0, -0.00259067351, 0)
  83. TextLabel.Size = UDim2.new(0, 376, 0, 31)
  84. TextLabel.Font = Enum.Font.SourceSans
  85. TextLabel.Text = "Created by chilli#0461"
  86. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  87. TextLabel.TextSize = 14
  88.  
  89. ChestBind.Name = "ChestBind"
  90. ChestBind.Parent = main
  91. ChestBind.BackgroundColor3 = Color3.new(1, 0.184314, 0.184314)
  92. ChestBind.Position = UDim2.new(0.502564788, 0, 0.608794808, 0)
  93. ChestBind.Size = UDim2.new(0, 102, 0, 61)
  94. ChestBind.Font = Enum.Font.SourceSans
  95. ChestBind.Text = "Keybind"
  96. ChestBind.TextColor3 = Color3.new(0, 0, 0)
  97. ChestBind.TextSize = 14
  98.  
  99. infchest.Name = "infchest"
  100. infchest.Parent = main
  101. infchest.BackgroundColor3 = Color3.new(1, 1, 1)
  102. infchest.Position = UDim2.new(0.503803611, 0, 0.252977282, 0)
  103. infchest.Size = UDim2.new(0, 102, 0, 73)
  104. infchest.Font = Enum.Font.SourceSans
  105. infchest.Text = "Inf Chest Toggle"
  106. infchest.TextColor3 = Color3.new(0, 0, 0)
  107. infchest.TextSize = 14
  108.  
  109. TextLabel_2.Parent = main
  110. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  111. TextLabel_2.Position = UDim2.new(-0.00183150184, 0, 0.918152094, 0)
  112. TextLabel_2.Size = UDim2.new(0, 546, 0, 31)
  113. TextLabel_2.Font = Enum.Font.SourceSans
  114. TextLabel_2.Text = "You MUST have the materials required for crafting to work. (LEVEL DOSE NOT MATTER)"
  115. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  116. TextLabel_2.TextSize = 14
  117. TextLabel_2.TextWrapped = true
  118.  
  119. InfinityJump.Name = "InfinityJump"
  120. InfinityJump.Parent = main
  121. InfinityJump.BackgroundColor3 = Color3.new(1, 1, 1)
  122. InfinityJump.Position = UDim2.new(0.743730366, 0, 0.190801114, 0)
  123. InfinityJump.Size = UDim2.new(0, 102, 0, 44)
  124. InfinityJump.Font = Enum.Font.SourceSans
  125. InfinityJump.Text = "Inf Jump"
  126. InfinityJump.TextColor3 = Color3.new(0, 0, 0)
  127. InfinityJump.TextSize = 14
  128.  
  129. jp.Name = "jp"
  130. jp.Parent = main
  131. jp.BackgroundColor3 = Color3.new(1, 1, 1)
  132. jp.Position = UDim2.new(0.743730366, 0, 0.346241534, 0)
  133. jp.Size = UDim2.new(0, 102, 0, 44)
  134. jp.Font = Enum.Font.SourceSans
  135. jp.Text = "Jump Power"
  136. jp.TextColor3 = Color3.new(0, 0, 0)
  137. jp.TextSize = 14
  138.  
  139. jpp.Name = "jpp"
  140. jpp.Parent = main
  141. jpp.BackgroundColor3 = Color3.new(1, 0.184314, 0.184314)
  142. jpp.Position = UDim2.new(0.742491543, 0, 0.608794808, 0)
  143. jpp.Size = UDim2.new(0, 102, 0, 61)
  144. jpp.Font = Enum.Font.SourceSans
  145. jpp.Text = "Power"
  146. jpp.TextColor3 = Color3.new(0, 0, 0)
  147. jpp.TextSize = 14
  148.  
  149. ope.Name = "ope"
  150. ope.Parent = ScreenGui
  151. ope.BackgroundColor3 = Color3.new(1, 0, 0)
  152. ope.Position = UDim2.new(0, 0, 0.590909064, 0)
  153. ope.Size = UDim2.new(0, 114, 0, 25)
  154. ope.Font = Enum.Font.SourceSans
  155. ope.Text = "Menu"
  156. ope.TextColor3 = Color3.new(0, 0, 0)
  157. ope.TextSize = 14
  158. ope.TextWrapped = true
  159. -- Scripts:
  160. function SCRIPT_NBNZ71_FAKESCRIPT() -- min.Script
  161. getfenv().script = Instance.new('Script', min)
  162.  
  163. local main = script.Parent.Parent.Parent.main
  164. local min = script.Parent
  165. local ope = script.Parent.Parent.Parent.ope
  166. min.MouseButton1Click:connect(function()
  167. main.Visible = false
  168. ope.Visible = true
  169. end)
  170.  
  171.  
  172. end
  173. coroutine.resume(coroutine.create(SCRIPT_NBNZ71_FAKESCRIPT))
  174. function SCRIPT_YLNN72_FAKESCRIPT() -- Speed.Script
  175. getfenv().script = Instance.new('Script', Speed)
  176.  
  177. --SpeedVariables
  178. local plr = game:GetService("Players").LocalPlayer
  179. local char = plr.Character
  180. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  181. local hum = char:FindFirstChild("HumanoidRootPart")
  182. local Speed = script.Parent
  183. local SpeedBind = script.Parent.Parent.SpeedBind
  184. --acctual script
  185. Speed.MouseButton1Down:connect(function()
  186. local plr = game:GetService("Players").LocalPlayer
  187. local char = plr.Character
  188. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  189. local hum = char:FindFirstChild("HumanoidRootPart")
  190. mouse.KeyDown:connect(function(key)
  191. if key == SpeedBind.Text then
  192. loop = true
  193. while loop do
  194. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * 3
  195. wait()
  196. end
  197. end
  198. end)
  199. end)
  200.  
  201. mouse.KeyUp:connect(function(key)
  202. if key == SpeedBind.Text then
  203. loop = false
  204. end
  205. end)
  206.  
  207.  
  208. end
  209. coroutine.resume(coroutine.create(SCRIPT_YLNN72_FAKESCRIPT))
  210. function SCRIPT_ZKHG79_FAKESCRIPT() -- craft.Script
  211. getfenv().script = Instance.new('Script', craft)
  212.  
  213. local craft = script.Parent
  214. local craftitem = script.Parent.Parent.craftitem
  215. craft.MouseButton1Down:connect(function()
  216. local item = craftitem.Text
  217. local CI = item
  218. local Event = game:GetService("ReplicatedStorage").Events.CraftItem
  219. Event:FireServer(CI)
  220. end)
  221.  
  222. end
  223. coroutine.resume(coroutine.create(SCRIPT_ZKHG79_FAKESCRIPT))
  224. function SCRIPT_KLLS82_FAKESCRIPT() -- infchest.Script
  225. getfenv().script = Instance.new('Script', infchest)
  226.  
  227. local inchest = script.Parent
  228. local cb = script.Parent.Parent.ChestBind
  229.  
  230. inchest.MouseButton1Down:connect(function()
  231. local plr = game:GetService("Players").LocalPlayer
  232. local mouse = plr:GetMouse()
  233. mouse.KeyDown:connect(function(key)
  234. if key == cb.Text then
  235. local Event = game:GetService("ReplicatedStorage").Events.PlaceStructure
  236. local Torso = game.Players.LocalPlayer.Character.UpperTorso
  237. local b = Torso.Position + Torso.CFrame.lookVector * 10
  238. local c = b.x
  239. local d = b.y - 2
  240. local e = b.z
  241. for i = 1,1 do
  242. local A_1 = "Infinity Chest"
  243. local A_2 = CFrame.new(c, d, e, 1, 0, 0, 0, 1, -5.56028681e-08, 0, -5.56028681e-08, 1)
  244. local A_3 = 0
  245. Event:FireServer(A_1, A_2, A_3)
  246. end end end)
  247. end)
  248.  
  249. end
  250. coroutine.resume(coroutine.create(SCRIPT_KLLS82_FAKESCRIPT))
  251. function SCRIPT_FFVU71_FAKESCRIPT() -- InfinityJump.Script
  252. getfenv().script = Instance.new('Script', InfinityJump)
  253.  
  254. local InfinityJump = script.Parent
  255. InfinityJump.MouseButton1Down:connect(function()
  256. loadstring(game:HttpGet(('https://pastebin.com/raw/2eYepag7'),true))()
  257. end)
  258.  
  259. end
  260. coroutine.resume(coroutine.create(SCRIPT_FFVU71_FAKESCRIPT))
  261. function SCRIPT_NGKK67_FAKESCRIPT() -- jp.Script
  262. getfenv().script = Instance.new('Script', jp)
  263.  
  264. jppp = script.Parent.Parent.jpp
  265. script.Parent.MouseButton1Down:connect(function()
  266. game.Players.LocalPlayer.Character.Humanoid.JumpPower = jppp.text
  267. end)
  268.  
  269.  
  270. end
  271. coroutine.resume(coroutine.create(SCRIPT_NGKK67_FAKESCRIPT))
  272. function SCRIPT_ITHO88_FAKESCRIPT() -- ope.Script
  273. getfenv().script = Instance.new('Script', ope)
  274.  
  275. local main = script.Parent.Parent.main
  276. local min = script.Parent.Parent.main.min
  277. local ope = script.Parent
  278. ope.MouseButton1Click:connect(function()
  279. main.Visible = true
  280. ope.Visible = false
  281. end)
  282.  
  283.  
  284.  
  285. end
  286. coroutine.resume(coroutine.create(SCRIPT_ITHO88_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement