Advertisement
Guest User

Krakun v3

a guest
Dec 18th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.89 KB | None | 0 0
  1. -- Objects
  2.  
  3. local krakunv3 = Instance.new("ScreenGui")
  4. local intro = Instance.new("Frame")
  5. local name = Instance.new("TextLabel")
  6. local main = Instance.new("Frame")
  7. local exitf = Instance.new("Frame")
  8. local exit = Instance.new("TextButton")
  9. local fecheck = Instance.new("TextLabel")
  10. local commands = Instance.new("Frame")
  11. local c5 = Instance.new("Frame")
  12. local c5b = Instance.new("TextButton")
  13. local c6 = Instance.new("Frame")
  14. local c6b = Instance.new("TextButton")
  15. local c1 = Instance.new("Frame")
  16. local c1b = Instance.new("TextButton")
  17. local c2 = Instance.new("Frame")
  18. local c2b = Instance.new("TextButton")
  19. local c3 = Instance.new("Frame")
  20. local c3b = Instance.new("TextButton")
  21. local info2 = Instance.new("TextLabel")
  22. local c4 = Instance.new("Frame")
  23. local c4b = Instance.new("TextButton")
  24. local c7 = Instance.new("Frame")
  25. local c7b = Instance.new("TextButton")
  26. local tpinfo = Instance.new("Frame")
  27. local tpinf = Instance.new("TextLabel")
  28. local tp = Instance.new("Frame")
  29. local player1 = Instance.new("TextBox")
  30. local exe2 = Instance.new("TextButton")
  31. local exe2s = Instance.new("TextButton")
  32. local ws = Instance.new("Frame")
  33. local amount = Instance.new("TextBox")
  34. local exe1 = Instance.new("TextButton")
  35. local info = Instance.new("TextLabel")
  36. local info3 = Instance.new("TextLabel")
  37. local commands2 = Instance.new("Frame")
  38. local grav = Instance.new("Frame")
  39. local amount2 = Instance.new("TextBox")
  40. local exe3 = Instance.new("TextButton")
  41. local jp = Instance.new("Frame")
  42. local amount3 = Instance.new("TextBox")
  43. local exe4 = Instance.new("TextButton")
  44. local info_2 = Instance.new("TextLabel")
  45. local info_3 = Instance.new("TextLabel")
  46. local info_4 = Instance.new("TextLabel")
  47. local nextpage = Instance.new("TextButton")
  48. local prevpage = Instance.new("TextButton")
  49. local TextLabel = Instance.new("TextLabel")
  50. local open = Instance.new("TextButton")
  51.  
  52. -- Properties
  53.  
  54. krakunv3.Name = "krakunv3"
  55. krakunv3.Parent = game.CoreGui
  56.  
  57. intro.Name = "intro"
  58. intro.Parent = krakunv3
  59. intro.BackgroundColor3 = Color3.new(1, 0.0745098, 0.27451)
  60. intro.BorderSizePixel = 0
  61. intro.Position = UDim2.new(0.327690005, 0, 0.2002635, 0)
  62. intro.Size = UDim2.new(0, 458, 0, 163)
  63. intro.Visible = false
  64.  
  65. name.Name = "name"
  66. name.Parent = intro
  67. name.BackgroundColor3 = Color3.new(1, 1, 1)
  68. name.BackgroundTransparency = 1
  69. name.BorderSizePixel = 0
  70. name.Size = UDim2.new(0, 458, 0, 163)
  71. name.Font = Enum.Font.SourceSansBold
  72. name.FontSize = Enum.FontSize.Size28
  73. name.Text = "Welcome to Krakun v3!"
  74. name.TextColor3 = Color3.new(1, 1, 1)
  75. name.TextSize = 25
  76. name.TextStrokeColor3 = Color3.new(0.670588, 0.0470588, 0.184314)
  77. name.TextStrokeTransparency = 0
  78.  
  79. main.Name = "main"
  80. main.Parent = krakunv3
  81. main.Active = true
  82. main.BackgroundColor3 = Color3.new(1, 0.0745098, 0.27451)
  83. main.BorderSizePixel = 0
  84. main.Draggable = true
  85. main.Position = UDim2.new(0.32806623, 0, 0.2002635, 0)
  86. main.Size = UDim2.new(0, 629, 0, 485)
  87.  
  88. exitf.Name = "exitf"
  89. exitf.Parent = main
  90. exitf.BackgroundColor3 = Color3.new(0.670588, 0.0470588, 0.184314)
  91. exitf.BorderSizePixel = 0
  92. exitf.Position = UDim2.new(0.917329073, 0, 0, 0)
  93. exitf.Size = UDim2.new(0, 52, 0, 50)
  94.  
  95. exit.Name = "exit"
  96. exit.Parent = exitf
  97. exit.BackgroundColor3 = Color3.new(1, 1, 1)
  98. exit.BackgroundTransparency = 1
  99. exit.Size = UDim2.new(0, 52, 0, 50)
  100. exit.Font = Enum.Font.SourceSansBold
  101. exit.FontSize = Enum.FontSize.Size60
  102. exit.Text = "X"
  103. exit.TextColor3 = Color3.new(1, 1, 1)
  104. exit.TextSize = 50
  105.  
  106. fecheck.Name = "fecheck"
  107. fecheck.Parent = main
  108. fecheck.BackgroundColor3 = Color3.new(1, 1, 1)
  109. fecheck.BackgroundTransparency = 1
  110. fecheck.Position = UDim2.new(0.0317965262, 0, 0, 0)
  111. fecheck.Size = UDim2.new(0, 257, 0, 50)
  112. fecheck.Font = Enum.Font.SourceSansBold
  113. fecheck.FontSize = Enum.FontSize.Size14
  114. fecheck.Text = "Filtering is"
  115. fecheck.TextColor3 = Color3.new(1, 1, 1)
  116. fecheck.TextSize = 14
  117. fecheck.TextXAlignment = Enum.TextXAlignment.Left
  118.  
  119. commands.Name = "commands"
  120. commands.Parent = main
  121. commands.BackgroundColor3 = Color3.new(0.670588, 0.0470588, 0.184314)
  122. commands.BorderSizePixel = 0
  123. commands.Position = UDim2.new(0.0572337061, 0, 0.135919556, 0)
  124. commands.Size = UDim2.new(0, 557, 0, 240)
  125.  
  126. c5.Name = "c5"
  127. c5.Parent = commands
  128. c5.BackgroundColor3 = Color3.new(1, 0.0666667, 0.282353)
  129. c5.BorderSizePixel = 0
  130. c5.Position = UDim2.new(0.392280072, 0, 0.325000018, 0)
  131. c5.Size = UDim2.new(0, 116, 0, 36)
  132.  
  133. c5b.Name = "c5b"
  134. c5b.Parent = c5
  135. c5b.BackgroundColor3 = Color3.new(1, 1, 1)
  136. c5b.BackgroundTransparency = 1
  137. c5b.Size = UDim2.new(0, 116, 0, 36)
  138. c5b.Font = Enum.Font.SourceSansBold
  139. c5b.FontSize = Enum.FontSize.Size28
  140. c5b.Text = "BTools"
  141. c5b.TextSize = 25
  142.  
  143. c6.Name = "c6"
  144. c6.Parent = commands
  145. c6.BackgroundColor3 = Color3.new(1, 0.0666667, 0.282353)
  146. c6.BorderSizePixel = 0
  147. c6.Position = UDim2.new(0.76391381, 0, 0.325000018, 0)
  148. c6.Size = UDim2.new(0, 116, 0, 36)
  149.  
  150. c6b.Name = "c6b"
  151. c6b.Parent = c6
  152. c6b.BackgroundColor3 = Color3.new(1, 1, 1)
  153. c6b.BackgroundTransparency = 1
  154. c6b.Size = UDim2.new(0, 116, 0, 36)
  155. c6b.Font = Enum.Font.SourceSansBold
  156. c6b.FontSize = Enum.FontSize.Size28
  157. c6b.Text = "God"
  158. c6b.TextSize = 25
  159.  
  160. c1.Name = "c1"
  161. c1.Parent = commands
  162. c1.BackgroundColor3 = Color3.new(1, 0.0666667, 0.282353)
  163. c1.BorderSizePixel = 0
  164. c1.Position = UDim2.new(0.0215439852, 0, 0.0874999911, 0)
  165. c1.Size = UDim2.new(0, 116, 0, 36)
  166.  
  167. c1b.Name = "c1b"
  168. c1b.Parent = c1
  169. c1b.BackgroundColor3 = Color3.new(1, 1, 1)
  170. c1b.BackgroundTransparency = 1
  171. c1b.Size = UDim2.new(0, 116, 0, 36)
  172. c1b.Font = Enum.Font.SourceSansBold
  173. c1b.FontSize = Enum.FontSize.Size28
  174. c1b.Text = "FE God"
  175. c1b.TextSize = 25
  176.  
  177. c2.Name = "c2"
  178. c2.Parent = commands
  179. c2.BackgroundColor3 = Color3.new(1, 0.0666667, 0.282353)
  180. c2.BorderSizePixel = 0
  181. c2.Position = UDim2.new(0.393177748, 0, 0.0874999911, 0)
  182. c2.Size = UDim2.new(0, 116, 0, 36)
  183.  
  184. c2b.Name = "c2b"
  185. c2b.Parent = c2
  186. c2b.BackgroundColor3 = Color3.new(1, 1, 1)
  187. c2b.BackgroundTransparency = 1
  188. c2b.Size = UDim2.new(0, 116, 0, 36)
  189. c2b.Font = Enum.Font.SourceSansBold
  190. c2b.FontSize = Enum.FontSize.Size28
  191. c2b.Text = "High Jump"
  192. c2b.TextSize = 25
  193.  
  194. c3.Name = "c3"
  195. c3.Parent = commands
  196. c3.BackgroundColor3 = Color3.new(1, 0.0666667, 0.282353)
  197. c3.BorderSizePixel = 0
  198. c3.Position = UDim2.new(0.76391381, 0, 0.0874999911, 0)
  199. c3.Size = UDim2.new(0, 116, 0, 36)
  200.  
  201. c3b.Name = "c3b"
  202. c3b.Parent = c3
  203. c3b.BackgroundColor3 = Color3.new(1, 1, 1)
  204. c3b.BackgroundTransparency = 1
  205. c3b.Size = UDim2.new(0, 116, 0, 36)
  206. c3b.Font = Enum.Font.SourceSansBold
  207. c3b.FontSize = Enum.FontSize.Size28
  208. c3b.Text = "Noclip"
  209. c3b.TextSize = 25
  210.  
  211. info2.Name = "info2"
  212. info2.Parent = commands
  213. info2.BackgroundColor3 = Color3.new(1, 1, 1)
  214. info2.BackgroundTransparency = 1
  215. info2.Position = UDim2.new(0.319576263, 0, -0.169565141, 0)
  216. info2.Size = UDim2.new(0, 200, 0, 50)
  217. info2.Font = Enum.Font.SourceSansBold
  218. info2.FontSize = Enum.FontSize.Size28
  219. info2.Text = "Commands"
  220. info2.TextColor3 = Color3.new(1, 1, 1)
  221. info2.TextSize = 25
  222.  
  223. c4.Name = "c4"
  224. c4.Parent = commands
  225. c4.BackgroundColor3 = Color3.new(1, 0.0666667, 0.282353)
  226. c4.BorderSizePixel = 0
  227. c4.Position = UDim2.new(0.0215439852, 0, 0.325000018, 0)
  228. c4.Size = UDim2.new(0, 116, 0, 36)
  229.  
  230. c4b.Name = "c4b"
  231. c4b.Parent = c4
  232. c4b.BackgroundColor3 = Color3.new(1, 1, 1)
  233. c4b.BackgroundTransparency = 1
  234. c4b.Size = UDim2.new(0, 116, 0, 36)
  235. c4b.Font = Enum.Font.SourceSansBold
  236. c4b.FontSize = Enum.FontSize.Size28
  237. c4b.Text = "Gravity"
  238. c4b.TextSize = 25
  239.  
  240. c7.Name = "c7"
  241. c7.Parent = commands
  242. c7.BackgroundColor3 = Color3.new(1, 0.0666667, 0.282353)
  243. c7.BorderSizePixel = 0
  244. c7.Position = UDim2.new(0.0215439852, 0, 0.5625, 0)
  245. c7.Size = UDim2.new(0, 116, 0, 36)
  246.  
  247. c7b.Name = "c7b"
  248. c7b.Parent = c7
  249. c7b.BackgroundColor3 = Color3.new(1, 1, 1)
  250. c7b.BackgroundTransparency = 1
  251. c7b.Size = UDim2.new(0, 116, 0, 36)
  252. c7b.Font = Enum.Font.SourceSansBold
  253. c7b.FontSize = Enum.FontSize.Size28
  254. c7b.Text = "Click TP Off"
  255. c7b.TextSize = 25
  256.  
  257. tpinfo.Name = "tpinfo"
  258. tpinfo.Parent = c7
  259. tpinfo.BackgroundColor3 = Color3.new(1, 0.0666667, 0.282353)
  260. tpinfo.BorderSizePixel = 0
  261. tpinfo.Position = UDim2.new(1.09482753, 0, 0, 0)
  262. tpinfo.Size = UDim2.new(0, 115, 0, 62)
  263. tpinfo.Visible = false
  264.  
  265. tpinf.Name = "tpinf"
  266. tpinf.Parent = tpinfo
  267. tpinf.BackgroundColor3 = Color3.new(1, 1, 1)
  268. tpinf.BackgroundTransparency = 1
  269. tpinf.Size = UDim2.new(0, 115, 0, 62)
  270. tpinf.Font = Enum.Font.SourceSansBold
  271. tpinf.FontSize = Enum.FontSize.Size14
  272. tpinf.Text = "Ctrl + Click = TP"
  273. tpinf.TextColor3 = Color3.new(1, 1, 1)
  274. tpinf.TextSize = 14
  275.  
  276. tp.Name = "tp"
  277. tp.Parent = main
  278. tp.BackgroundColor3 = Color3.new(0.670588, 0.0470588, 0.184314)
  279. tp.BorderSizePixel = 0
  280. tp.Position = UDim2.new(0.0572336912, 0, 0.733634353, 0)
  281. tp.Size = UDim2.new(0, 219, 0, 100)
  282.  
  283. player1.Name = "player1"
  284. player1.Parent = tp
  285. player1.BackgroundColor3 = Color3.new(1, 0.0666667, 0.282353)
  286. player1.BorderSizePixel = 0
  287. player1.Position = UDim2.new(0.0593607314, 0, 0.110000007, 0)
  288. player1.Size = UDim2.new(0, 192, 0, 42)
  289. player1.Font = Enum.Font.SourceSansBold
  290. player1.FontSize = Enum.FontSize.Size24
  291. player1.Text = "PLAYER HERE"
  292. player1.TextSize = 20
  293. player1.TextStrokeColor3 = Color3.new(0.670588, 0.0470588, 0.184314)
  294. player1.TextStrokeTransparency = 0
  295.  
  296. exe2.Name = "exe2"
  297. exe2.Parent = tp
  298. exe2.BackgroundColor3 = Color3.new(1, 0.0666667, 0.282353)
  299. exe2.BorderSizePixel = 0
  300. exe2.Position = UDim2.new(0.115173385, 0, 0.660000026, 0)
  301. exe2.Size = UDim2.new(0, 103, 0, 21)
  302. exe2.Font = Enum.Font.SourceSansBold
  303. exe2.FontSize = Enum.FontSize.Size14
  304. exe2.Text = "Execute"
  305. exe2.TextColor3 = Color3.new(1, 1, 1)
  306. exe2.TextSize = 14
  307.  
  308. exe2s.Name = "exe2s"
  309. exe2s.Parent = tp
  310. exe2s.BackgroundColor3 = Color3.new(1, 0.0666667, 0.282353)
  311. exe2s.BorderSizePixel = 0
  312. exe2s.Position = UDim2.new(0.634703159, 0, 0.660000026, 0)
  313. exe2s.Size = UDim2.new(0, 50, 0, 21)
  314. exe2s.Font = Enum.Font.SourceSansBold
  315. exe2s.FontSize = Enum.FontSize.Size14
  316. exe2s.Text = "Spam"
  317. exe2s.TextColor3 = Color3.new(1, 1, 1)
  318. exe2s.TextSize = 14
  319.  
  320. ws.Name = "ws"
  321. ws.Parent = main
  322. ws.BackgroundColor3 = Color3.new(0.670588, 0.0470588, 0.184314)
  323. ws.BorderSizePixel = 0
  324. ws.Position = UDim2.new(0.589825094, 0, 0.733634293, 0)
  325. ws.Size = UDim2.new(0, 222, 0, 100)
  326.  
  327. amount.Name = "amount"
  328. amount.Parent = ws
  329. amount.BackgroundColor3 = Color3.new(1, 0.0666667, 0.282353)
  330. amount.BorderSizePixel = 0
  331. amount.Position = UDim2.new(0.0593607314, 0, 0.110000007, 0)
  332. amount.Size = UDim2.new(0, 192, 0, 42)
  333. amount.Font = Enum.Font.SourceSansBold
  334. amount.FontSize = Enum.FontSize.Size24
  335. amount.Text = "AMOUNT HERE"
  336. amount.TextSize = 20
  337. amount.TextStrokeColor3 = Color3.new(0.670588, 0.0470588, 0.184314)
  338. amount.TextStrokeTransparency = 0
  339.  
  340. exe1.Name = "exe1"
  341. exe1.Parent = ws
  342. exe1.BackgroundColor3 = Color3.new(1, 0.0666667, 0.282353)
  343. exe1.BorderSizePixel = 0
  344. exe1.Position = UDim2.new(0.259009004, 0, 0.660000026, 0)
  345. exe1.Size = UDim2.new(0, 103, 0, 21)
  346. exe1.Font = Enum.Font.SourceSansBold
  347. exe1.FontSize = Enum.FontSize.Size14
  348. exe1.Text = "Execute"
  349. exe1.TextColor3 = Color3.new(1, 1, 1)
  350. exe1.TextSize = 14
  351.  
  352. info.Name = "info"
  353. info.Parent = main
  354. info.BackgroundColor3 = Color3.new(1, 1, 1)
  355. info.BackgroundTransparency = 1
  356. info.Position = UDim2.new(0.0731319562, 0, 0.659793854, 0)
  357. info.Size = UDim2.new(0, 196, 0, 36)
  358. info.Font = Enum.Font.SourceSansBold
  359. info.FontSize = Enum.FontSize.Size24
  360. info.Text = "Teleport to"
  361. info.TextColor3 = Color3.new(1, 1, 1)
  362. info.TextSize = 20
  363.  
  364. info3.Name = "info3"
  365. info3.Parent = main
  366. info3.BackgroundColor3 = Color3.new(1, 1, 1)
  367. info3.BackgroundTransparency = 1
  368. info3.Position = UDim2.new(0.606518269, 0, 0.659793854, 0)
  369. info3.Size = UDim2.new(0, 196, 0, 36)
  370. info3.Font = Enum.Font.SourceSansBold
  371. info3.FontSize = Enum.FontSize.Size24
  372. info3.Text = "Walkspeed"
  373. info3.TextColor3 = Color3.new(1, 1, 1)
  374. info3.TextSize = 20
  375.  
  376. commands2.Name = "commands2"
  377. commands2.Parent = main
  378. commands2.BackgroundColor3 = Color3.new(0.670588, 0.0470588, 0.184314)
  379. commands2.BorderSizePixel = 0
  380. commands2.Position = UDim2.new(0.0572337061, 0, 0.13608247, 0)
  381. commands2.Size = UDim2.new(0, 557, 0, 240)
  382. commands2.Visible = false
  383.  
  384. grav.Name = "grav"
  385. grav.Parent = commands2
  386. grav.BackgroundColor3 = Color3.new(1, 0.0666667, 0.282353)
  387. grav.BorderSizePixel = 0
  388. grav.Position = UDim2.new(0.0500523634, 0, 0.316967696, 0)
  389. grav.Size = UDim2.new(0, 219, 0, 100)
  390.  
  391. amount2.Name = "amount2"
  392. amount2.Parent = grav
  393. amount2.BackgroundColor3 = Color3.new(0.670588, 0.0470588, 0.184314)
  394. amount2.BorderSizePixel = 0
  395. amount2.Position = UDim2.new(0.0593607314, 0, 0.110000007, 0)
  396. amount2.Size = UDim2.new(0, 192, 0, 42)
  397. amount2.Font = Enum.Font.SourceSansBold
  398. amount2.FontSize = Enum.FontSize.Size24
  399. amount2.Text = "AMOUNT HERE"
  400. amount2.TextSize = 20
  401. amount2.TextStrokeColor3 = Color3.new(0.670588, 0.0470588, 0.184314)
  402. amount2.TextStrokeTransparency = 0
  403.  
  404. exe3.Name = "exe3"
  405. exe3.Parent = grav
  406. exe3.BackgroundColor3 = Color3.new(0.670588, 0.0470588, 0.184314)
  407. exe3.BorderSizePixel = 0
  408. exe3.Position = UDim2.new(0.259009004, 0, 0.660000026, 0)
  409. exe3.Size = UDim2.new(0, 103, 0, 21)
  410. exe3.Font = Enum.Font.SourceSansBold
  411. exe3.FontSize = Enum.FontSize.Size14
  412. exe3.Text = "Execute"
  413. exe3.TextColor3 = Color3.new(1, 1, 1)
  414. exe3.TextSize = 14
  415.  
  416. jp.Name = "jp"
  417. jp.Parent = commands2
  418. jp.BackgroundColor3 = Color3.new(1, 0.0666667, 0.282353)
  419. jp.BorderSizePixel = 0
  420. jp.Position = UDim2.new(0.563517332, 0, 0.316967696, 0)
  421. jp.Size = UDim2.new(0, 219, 0, 100)
  422.  
  423. amount3.Name = "amount3"
  424. amount3.Parent = jp
  425. amount3.BackgroundColor3 = Color3.new(0.670588, 0.0470588, 0.184314)
  426. amount3.BorderSizePixel = 0
  427. amount3.Position = UDim2.new(0.0593607314, 0, 0.110000007, 0)
  428. amount3.Size = UDim2.new(0, 192, 0, 42)
  429. amount3.Font = Enum.Font.SourceSansBold
  430. amount3.FontSize = Enum.FontSize.Size24
  431. amount3.Text = "AMOUNT HERE"
  432. amount3.TextSize = 20
  433. amount3.TextStrokeColor3 = Color3.new(0.670588, 0.0470588, 0.184314)
  434. amount3.TextStrokeTransparency = 0
  435.  
  436. exe4.Name = "exe4"
  437. exe4.Parent = jp
  438. exe4.BackgroundColor3 = Color3.new(0.670588, 0.0470588, 0.184314)
  439. exe4.BorderSizePixel = 0
  440. exe4.Position = UDim2.new(0.259009004, 0, 0.660000026, 0)
  441. exe4.Size = UDim2.new(0, 103, 0, 21)
  442. exe4.Font = Enum.Font.SourceSansBold
  443. exe4.FontSize = Enum.FontSize.Size14
  444. exe4.Text = "Execute"
  445. exe4.TextColor3 = Color3.new(1, 1, 1)
  446. exe4.TextSize = 14
  447.  
  448. info_2.Name = "info"
  449. info_2.Parent = commands2
  450. info_2.BackgroundColor3 = Color3.new(1, 1, 1)
  451. info_2.BackgroundTransparency = 1
  452. info_2.Position = UDim2.new(0.0686436296, 0, 0.168127179, 0)
  453. info_2.Size = UDim2.new(0, 196, 0, 36)
  454. info_2.Font = Enum.Font.SourceSansBold
  455. info_2.FontSize = Enum.FontSize.Size24
  456. info_2.Text = "Custom gravity"
  457. info_2.TextColor3 = Color3.new(1, 1, 1)
  458. info_2.TextSize = 20
  459.  
  460. info_3.Name = "info"
  461. info_3.Parent = commands2
  462. info_3.BackgroundColor3 = Color3.new(1, 1, 1)
  463. info_3.BackgroundTransparency = 1
  464. info_3.Position = UDim2.new(0.583006263, 0, 0.168127179, 0)
  465. info_3.Size = UDim2.new(0, 196, 0, 36)
  466. info_3.Font = Enum.Font.SourceSansBold
  467. info_3.FontSize = Enum.FontSize.Size24
  468. info_3.Text = "Custom jump power"
  469. info_3.TextColor3 = Color3.new(1, 1, 1)
  470. info_3.TextSize = 20
  471.  
  472. info_4.Name = "info"
  473. info_4.Parent = commands2
  474. info_4.BackgroundColor3 = Color3.new(1, 1, 1)
  475. info_4.BackgroundTransparency = 1
  476. info_4.Position = UDim2.new(0.324478447, 0, -0.148539484, 0)
  477. info_4.Size = UDim2.new(0, 196, 0, 36)
  478. info_4.Font = Enum.Font.SourceSansBold
  479. info_4.FontSize = Enum.FontSize.Size24
  480. info_4.Text = "Custom commands"
  481. info_4.TextColor3 = Color3.new(1, 1, 1)
  482. info_4.TextSize = 20
  483.  
  484. nextpage.Name = "nextpage"
  485. nextpage.Parent = main
  486. nextpage.BackgroundColor3 = Color3.new(1, 0.0666667, 0.282353)
  487. nextpage.BorderSizePixel = 0
  488. nextpage.Position = UDim2.new(0.734604836, 0, 0.549012005, 0)
  489. nextpage.Size = UDim2.new(0, 107, 0, 19)
  490. nextpage.Font = Enum.Font.SourceSansBold
  491. nextpage.FontSize = Enum.FontSize.Size14
  492. nextpage.Text = "Next page"
  493. nextpage.TextColor3 = Color3.new(1, 1, 1)
  494. nextpage.TextSize = 14
  495.  
  496. prevpage.Name = "prevpage"
  497. prevpage.Parent = main
  498. prevpage.BackgroundColor3 = Color3.new(1, 0.0666667, 0.282353)
  499. prevpage.BorderSizePixel = 0
  500. prevpage.Position = UDim2.new(0.0901662558, 0, 0.549012005, 0)
  501. prevpage.Size = UDim2.new(0, 107, 0, 19)
  502. prevpage.Visible = false
  503. prevpage.Font = Enum.Font.SourceSansBold
  504. prevpage.FontSize = Enum.FontSize.Size14
  505. prevpage.Text = "Prev page"
  506. prevpage.TextColor3 = Color3.new(1, 1, 1)
  507. prevpage.TextSize = 14
  508.  
  509. TextLabel.Parent = main
  510. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  511. TextLabel.BackgroundTransparency = 1
  512. TextLabel.Position = UDim2.new(0.556438804, 0, 0, 0)
  513. TextLabel.Size = UDim2.new(0, 192, 0, 19)
  514. TextLabel.Font = Enum.Font.SourceSans
  515. TextLabel.FontSize = Enum.FontSize.Size14
  516. TextLabel.Text = "Made by .David.#9124"
  517. TextLabel.TextColor3 = Color3.new(0, 0.14902, 1)
  518. TextLabel.TextSize = 14
  519. TextLabel.TextStrokeColor3 = Color3.new(0.670588, 0.0470588, 0.184314)
  520. TextLabel.TextStrokeTransparency = 0
  521.  
  522. open.Name = "open"
  523. open.Parent = krakunv3
  524. open.BackgroundColor3 = Color3.new(1, 0.0666667, 0.282353)
  525. open.BorderSizePixel = 0
  526. open.Position = UDim2.new(0.00677200872, 0, 0.546772122, 0)
  527. open.Size = UDim2.new(0, 133, 0, 43)
  528. open.Font = Enum.Font.SourceSansBold
  529. open.FontSize = Enum.FontSize.Size36
  530. open.Text = "Open"
  531. open.TextColor3 = Color3.new(0.509804, 0.796079, 1)
  532. open.TextSize = 35
  533. open.TextStrokeColor3 = Color3.new(0.670588, 0.0470588, 0.184314)
  534. open.TextStrokeTransparency = 0
  535.  
  536. -- actual scipts
  537.  
  538.  
  539. main.Visible = false
  540. open.Visible = false
  541. intro.Visible = true
  542. wait (3.5)
  543. intro.Visible = false
  544. open.Visible = true
  545.  
  546. open.MouseButton1Click:connect(function()
  547. main.Visible = true
  548. open.Visible = false
  549. end)
  550.  
  551. exit.MouseButton1Click:connect(function()
  552. main.Visible = false
  553. open.Visible = true
  554. end)
  555.  
  556. nextpage.MouseButton1Click:connect(function()
  557. commands.Visible = false
  558. commands2.Visible = true
  559. nextpage.Visible = false
  560. prevpage.Visible = true
  561. end)
  562.  
  563. prevpage.MouseButton1Click:connect(function()
  564. commands2.Visible = false
  565. commands.Visible = true
  566. nextpage.Visible = true
  567. prevpage.Visible = false
  568. end)
  569.  
  570. exe1.MouseButton1Click:connect(function()
  571. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (amount.Text)
  572. end)
  573.  
  574. c1b.MouseButton1Down:connect(function()
  575. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  576. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  577. l.Parent = game.Players.LocalPlayer.Character
  578. l.Name = "Humanoid"
  579. wait(0.1)
  580. game.Players.LocalPlayer.Character["1"]:Destroy()
  581. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  582. game.Players.LocalPlayer.Character.Animate.Disabled = true
  583. wait(0.1)
  584. game.Players.LocalPlayer.Character.Animate.Disabled = false
  585. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  586. end)
  587.  
  588.  
  589. exe2.MouseButton1Click:connect(function()
  590. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[player1.Text].HumanoidRootPart.CFrame
  591. end)
  592.  
  593. c2b.MouseButton1Click:connect(function()
  594. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200
  595. end)
  596.  
  597. c4b.MouseButton1Click:connect(function()
  598. game.Workspace.Gravity = 50
  599. end)
  600.  
  601. c5b.MouseButton1Click:connect(function()
  602. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  603. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  604. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  605. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  606. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  607. tool1.BinType = "Clone"
  608. tool2.BinType = "GameTool"
  609. tool3.BinType = "Hammer"
  610. tool4.BinType = "Script"
  611. tool5.BinType = "Grab"
  612. end)
  613.  
  614. c3b.MouseButton1Down:connect(function()
  615. spawn (function()
  616. game:getService("RunService"):BindToRenderStep("",0,function()
  617. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  618. if open.Text == "Open" then
  619. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  620. end
  621. end)
  622. end)
  623. end)
  624.  
  625. c6b.MouseButton1Click:connect(function()
  626. game.Players.LocalPlayer.Character.Humanoid.Health = 9999
  627. end)
  628.  
  629. exe3.MouseButton1Click:connect(function()
  630. game.Workspace.Gravity = (amount2.Text)
  631. end)
  632.  
  633. exe4.MouseButton1Click:connect(function()
  634. game.Players.LocalPlayer.Character.Humanoid.JumpPower = (amount3.Text)
  635. end)
  636.  
  637. local filter = game.Workspace.FilteringEnabled
  638.  
  639. if filter == true then
  640. fecheck.Text = "Filtering is Enabled!"
  641. else
  642. fecheck.Text = "Filtering is Disabled!"
  643. end
  644.  
  645. c7b.MouseEnter:connect(function()
  646. tpinfo.Visible = true
  647. end)
  648.  
  649. c7b.MouseLeave:connect(function()
  650. tpinfo.Visible = false
  651. end)
  652.  
  653. c7b.MouseButton1Click:connect(function()
  654. c7b.Text = "Click TP On"
  655. local UIS = game:GetService("UserInputService")
  656.  
  657. local Player = game.Players.LocalPlayer
  658. local Mouse = Player:GetMouse()
  659.  
  660.  
  661. function GetCharacter()
  662. return game.Players.LocalPlayer.Character
  663. end
  664.  
  665. function Teleport(pos)
  666. local Char = GetCharacter()
  667. if Char then
  668. Char:MoveTo(pos)
  669. end
  670. end
  671.  
  672.  
  673. UIS.InputBegan:Connect(function(input)
  674. if input.UserInputType == Enum.UserInputType.MouseButton1 and UIS:IsKeyDown(Enum.KeyCode.LeftControl) then
  675. Teleport(Mouse.Hit.p)
  676. end
  677. end)
  678. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement