Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
697
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.09 KB | None | 0 0
  1. -- Roblox Pain Was here
  2. local mysticalfruitgui = Instance.new("ScreenGui")
  3. local Main = Instance.new("Frame")
  4. local Frame = Instance.new("Frame")
  5. local antikick = Instance.new("TextButton")
  6. local autofarm = Instance.new("TextButton")
  7. local tp = Instance.new("TextButton")
  8. local InfJump = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local TextLabel_3 = Instance.new("TextLabel")
  12. local TextLabel_4 = Instance.new("TextLabel")
  13. local OpenClose = Instance.new("Frame")
  14. local OpenClose_2 = Instance.new("TextButton")
  15.  
  16. --Properties
  17.  
  18. mysticalfruitgui.Name = "mystical fruit gui"
  19. mysticalfruitgui.Parent = game.CoreGui
  20. mysticalfruitgui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. Main.Name = "Main"
  23. Main.Parent = mysticalfruitgui
  24. Main.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  25. Main.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  26. Main.BorderSizePixel = 3
  27. Main.Position = UDim2.new(0.31608513, 0, 0.266761124, 0)
  28. Main.Size = UDim2.new(0, 393, 0, 308)
  29. Main.Active = true
  30. Main.Draggable = true
  31. Main.Visible = false
  32.  
  33. Frame.Parent = Main
  34. Frame.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  35. Frame.BorderColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  36. Frame.BorderSizePixel = 2
  37. Frame.Position = UDim2.new(0.0402830467, 0, 0.266730338, 0)
  38. Frame.Size = UDim2.new(0, 361, 0, 169)
  39.  
  40. antikick.Name = "anti kick"
  41. antikick.Parent = Frame
  42. antikick.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  43. antikick.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  44. antikick.Position = UDim2.new(0.523686528, 0, 0.039849095, 0)
  45. antikick.Size = UDim2.new(0, 153, 0, 48)
  46. antikick.Font = Enum.Font.SciFi
  47. antikick.Text = "Anti-Kick"
  48. antikick.TextColor3 = Color3.new(0.666667, 0.333333, 0)
  49. antikick.TextSize = 20
  50. antikick.MouseButton1Down:connect(function()
  51. local getrawmetatable = getrawmetatable or debug.getmetatable
  52. local make_writeable = make_writeable or setreadonly or changereadonly or change_writeable
  53. make_writeable(getrawmetatable(game), false)
  54. local backup = getrawmetatable(game).__namecall
  55. getrawmetatable(game).__namecall = function(u, ...)
  56. local m = ({...})[select('#', ...)]
  57. local packed = {...}
  58. local a = {}
  59. for i = 1, #packed - 1 do
  60. a[i] = packed[i]
  61. end
  62. if m == 'Kick' then
  63. warn('Kick attempt at ' .. os.time() .. ' (' .. tostring(unpack(a)) .. ')')
  64. return true
  65. end
  66. return backup and backup(u, ...) or u[m](u, unpack(a))
  67. end
  68. end)
  69.  
  70. autofarm.Name = "autofarm"
  71. autofarm.Parent = Frame
  72. autofarm.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  73. autofarm.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  74. autofarm.Position = UDim2.new(0.0671008006, 0, 0.039849095, 0)
  75. autofarm.Size = UDim2.new(0, 153, 0, 48)
  76. autofarm.Font = Enum.Font.SciFi
  77. autofarm.Text = "AutoFarm"
  78. autofarm.TextColor3 = Color3.new(0.666667, 0.333333, 0)
  79. autofarm.TextSize = 20
  80. autofarm.MouseButton1Down:connect(function()
  81. local npc = "snowflake"
  82. local lvl = 25
  83. local TweenTime = 1
  84. _G.Enabled = true
  85.  
  86. local TweenService = game:GetService("TweenService")
  87. local player = game.Players.LocalPlayer
  88.  
  89.  
  90. function TweenMove(CFrame,Time)
  91.  
  92. local char = player.Character
  93. local hrp = char.HumanoidRootPart
  94.  
  95. hrp.Anchored = false
  96.  
  97. local goal = {}
  98. goal.CFrame = CFrame
  99.  
  100. local A_1 = TweenService:Create(hrp,TweenInfo.new(TweenTime*Time),goal)
  101. A_1:Play()
  102.  
  103. wait(TweenTime*Time)
  104.  
  105. hrp.Anchored = true
  106.  
  107. end
  108.  
  109. local StartCFrame = CFrame.new(4192.43164, 3.71824408, -3346.13354, 0.998331308, -0.00226420397, -0.0577022322, 2.64262781e-08, 0.99923104, -0.0392082967, 0.0577466339, 0.039142862, 0.99756366)
  110.  
  111. TweenMove(StartCFrame,15)
  112.  
  113. function Loop()
  114. for k,v in pairs(workspace:GetChildren()) do
  115.  
  116. if string.find(string.lower(v.Name),npc) and string.find(string.lower(v.Name),lvl) then
  117. if v.Humanoid.Health > 0 and v:FindFirstChild("HumanoidRootPart") then
  118.  
  119. if player.PlayerGui.Quest.Quest:FindFirstChild("Angry Pile Of Snowflakes [LV. 25]Quest") then
  120.  
  121. print("Quest Still Ongoing")
  122.  
  123. else
  124.  
  125. local questnpc = game:GetService("Workspace")["Dailog&others"]["giver [snowflake quest]"]
  126. local CFrame = questnpc.HumanoidRootPart.CFrame * CFrame.new(0,1,1)
  127. TweenMove(CFrame,1)
  128. local A_1 = game:GetService("Workspace")["Dailog&others"]["giver [snowflake quest]"].ChatInfo.Chats.Chat1.Quest["Angry Pile Of Snowflakes [LV. 25]Quest"]
  129. local Event = player.PlayerGui.CoreGUI.Events.TakeQuest
  130. Event:InvokeServer(A_1)
  131.  
  132. end
  133.  
  134. local CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0,25,15)
  135. TweenMove(CFrame,1)
  136.  
  137.  
  138. repeat
  139. if player.Character:FindFirstChild("Slingshot") then
  140. local A_1 = v.HumanoidRootPart.Position
  141. local Event = player.Character.Slingshot.Moves.Functions.GunShot
  142. Event:InvokeServer(A_1)
  143. elseif player.Backpack:FindFirstChild("Slingshot") then
  144. player.Character.Humanoid:EquipTool(player.Backpack.Slingshot)
  145. end
  146. wait(.05)
  147. until v.Humanoid.Health < 1
  148.  
  149. end
  150. end
  151. end
  152. wait(3)
  153. Loop()
  154. end
  155.  
  156. Loop()
  157. end)
  158.  
  159. tp.Name = "tp"
  160. tp.Parent = Frame
  161. tp.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  162. tp.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  163. tp.Position = UDim2.new(0.0671008006, 0, 0.354968011, 0)
  164. tp.Size = UDim2.new(0, 153, 0, 48)
  165. tp.Font = Enum.Font.SciFi
  166. tp.Text = "Teleport"
  167. tp.TextColor3 = Color3.new(0.666667, 0.333333, 0)
  168. tp.TextSize = 20
  169. tp.MouseButton1Down:connect(function()
  170. mouse = game.Players.LocalPlayer:GetMouse()
  171.  
  172. tool = Instance.new("Tool")
  173.  
  174. tool.RequiresHandle = false
  175.  
  176. tool.Name = "Teleport" --You Can Change This To What You Want Like Words You Wanna See
  177.  
  178. tool.Activated:connect(function()
  179.  
  180. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  181.  
  182. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  183.  
  184. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  185.  
  186. end)
  187. tool.Parent = game.Players.LocalPlayer.Backpack
  188. end)
  189.  
  190. InfJump.Name = "Inf Jump"
  191. InfJump.Parent = Frame
  192. InfJump.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  193. InfJump.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  194. InfJump.Position = UDim2.new(0.523686528, 0, 0.354968011, 0)
  195. InfJump.Size = UDim2.new(0, 153, 0, 48)
  196. InfJump.Font = Enum.Font.SciFi
  197. InfJump.Text = "Infinite Jump"
  198. InfJump.TextColor3 = Color3.new(0.666667, 0.333333, 0)
  199. InfJump.TextSize = 20
  200. InfJump.MouseButton1Down:connect(function()
  201. _G.infinjump = not _G.infinjump
  202.  
  203. local plr = game:GetService'Players'.LocalPlayer
  204. local m = plr:GetMouse()
  205. m.KeyDown:connect(function(k)
  206. if _G.infinjump then
  207. if k:byte() == 32 then
  208. plrh = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'
  209. plrh:ChangeState('Jumping')
  210. wait()
  211. plrh:ChangeState('Seated')
  212. end
  213. end
  214. end)
  215. end)
  216.  
  217. TextLabel.Parent = Main
  218. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  219. TextLabel.BackgroundTransparency = 1
  220. TextLabel.Position = UDim2.new(0, 0, 0.836335719, 0)
  221. TextLabel.Size = UDim2.new(0, 393, 0, 50)
  222. TextLabel.Font = Enum.Font.SciFi
  223. TextLabel.Text = "[IMPORTANT] Must Have A Gun"
  224. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  225. TextLabel.TextSize = 30
  226. TextLabel.TextStrokeColor3 = Color3.new(0, 0.333333, 0)
  227.  
  228. TextLabel_2.Parent = Main
  229. TextLabel_2.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  230. TextLabel_2.BackgroundTransparency = 1
  231. TextLabel_2.Position = UDim2.new(-0.00254452927, 0, 0.123631611, 0)
  232. TextLabel_2.Size = UDim2.new(0, 394, 0, 50)
  233. TextLabel_2.Font = Enum.Font.SourceSans
  234. TextLabel_2.Text = "Made by: Roblox Pain"
  235. TextLabel_2.TextColor3 = Color3.new(0.666667, 0.333333, 0)
  236. TextLabel_2.TextSize = 30
  237.  
  238. TextLabel_3.Parent = Main
  239. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  240. TextLabel_3.BackgroundTransparency = 1
  241. TextLabel_3.Position = UDim2.new(0, 0, -0.00208267616, 0)
  242. TextLabel_3.Size = UDim2.new(0, 393, 0, 50)
  243. TextLabel_3.Font = Enum.Font.Fantasy
  244. TextLabel_3.Text = "Mysticl fruits GUI"
  245. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  246. TextLabel_3.TextSize = 50
  247.  
  248. TextLabel_4.Parent = Main
  249. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  250. TextLabel_4.BackgroundTransparency = 1
  251. TextLabel_4.Position = UDim2.new(0.0402830467, 0, 0.615556479, 0)
  252. TextLabel_4.Size = UDim2.new(0, 361, 0, 62)
  253. TextLabel_4.Font = Enum.Font.SciFi
  254. TextLabel_4.Text = "WeAreSafe"
  255. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  256. TextLabel_4.TextSize = 30
  257. TextLabel_4.TextStrokeColor3 = Color3.new(0, 0.333333, 0)
  258.  
  259. OpenClose.Name = "Open/Close"
  260. OpenClose.Parent = mysticalfruitgui
  261. OpenClose.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  262. OpenClose.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  263. OpenClose.BorderSizePixel = 2
  264. OpenClose.Position = UDim2.new(0, 0, 0.766561508, 0)
  265. OpenClose.Size = UDim2.new(0, 130, 0, 43)
  266.  
  267.  
  268.  
  269.  
  270. OpenClose_2.Name = "Open/Close"
  271. OpenClose_2.Parent = OpenClose
  272. OpenClose_2.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  273. OpenClose_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  274. OpenClose_2.Position = UDim2.new(-0.0021178613, 0, 0, 0)
  275. OpenClose_2.Size = UDim2.new(0, 130, 0, 43)
  276. OpenClose_2.Font = Enum.Font.SciFi
  277. OpenClose_2.Text = "Open"
  278. OpenClose_2.TextColor3 = Color3.new(0.666667, 0.333333, 0)
  279. OpenClose_2.TextSize = 20
  280. OpenClose_2.MouseButton1Down:connect(function()
  281. Main.Visible = true
  282. OpenClose.Visible = false
  283. end)
  284.  
  285. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement