Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.60 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local RPGWorld = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local Title = Instance.new("TextLabel")
  9. local Frame_2 = Instance.new("Frame")
  10. local Farm = Instance.new("TextLabel")
  11. local Button = Instance.new("TextButton")
  12. local Dodge = Instance.new("TextLabel")
  13. local Button_2 = Instance.new("TextButton")
  14. local Title_2 = Instance.new("TextLabel")
  15. local Frame_3 = Instance.new("Frame")
  16. local Starter = Instance.new("TextLabel")
  17. local Button_3 = Instance.new("TextButton")
  18. local IceWorld = Instance.new("TextLabel")
  19. local Button_4 = Instance.new("TextButton")
  20. local FireWorld = Instance.new("TextLabel")
  21. local Button_5 = Instance.new("TextButton")
  22. local Desert = Instance.new("TextLabel")
  23. local Button_6 = Instance.new("TextButton")
  24. local Nightmare = Instance.new("TextLabel")
  25. local Button_7 = Instance.new("TextButton")
  26. local Space = Instance.new("TextLabel")
  27. local Button_8 = Instance.new("TextButton")
  28. local Jungle = Instance.new("TextLabel")
  29. local Button_9 = Instance.new("TextButton")
  30. local Time = Instance.new("TextLabel")
  31. local Button_10 = Instance.new("TextButton")
  32. local Robots = Instance.new("TextLabel")
  33. local Button_11 = Instance.new("TextButton")
  34. local Meme = Instance.new("TextLabel")
  35. local Button_12 = Instance.new("TextButton")
  36. local Wizard = Instance.new("TextLabel")
  37. local Button_13 = Instance.new("TextButton")
  38. local Undead = Instance.new("TextLabel")
  39. local Button_14 = Instance.new("TextButton")
  40. local RebirthZone = Instance.new("TextLabel")
  41. local Button_15 = Instance.new("TextButton")
  42. local Carnival = Instance.new("TextLabel")
  43. local Button_16 = Instance.new("TextButton")
  44. local Medieval = Instance.new("TextLabel")
  45. local Button_17 = Instance.new("TextButton")
  46. local Hacker = Instance.new("TextLabel")
  47. local Button_18 = Instance.new("TextButton")
  48. local City = Instance.new("TextLabel")
  49. local Button_19 = Instance.new("TextButton")
  50. local Manual = Instance.new("TextBox")
  51. local Title_3 = Instance.new("TextLabel")
  52. local TextButton = Instance.new("TextButton")
  53.  
  54. --Properties:
  55.  
  56. RPGWorld.Name = "RPG World"
  57. RPGWorld.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  58. RPGWorld.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  59.  
  60. Frame.Parent = RPGWorld
  61. Frame.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  62. Frame.BorderColor3 = Color3.new(1, 1, 1)
  63. Frame.BorderSizePixel = 0
  64. Frame.Position = UDim2.new(0.392387539, 0, 0.35392496, 0)
  65. Frame.Size = UDim2.new(0.241914704, 0, 0.477071226, 0)
  66.  
  67. Title.Name = "Title"
  68. Title.Parent = Frame
  69. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  70. Title.BorderColor3 = Color3.new(1, 1, 1)
  71. Title.BorderSizePixel = 0
  72. Title.Position = UDim2.new(0, 0, -0.0209999662, 0)
  73. Title.Size = UDim2.new(1, 0, 0.0846645758, 0)
  74. Title.Font = Enum.Font.Cartoon
  75. Title.Text = "RPG World GUI by eee#4138"
  76. Title.TextColor3 = Color3.new(1, 1, 1)
  77. Title.TextScaled = true
  78. Title.TextSize = 24
  79. Title.TextWrapped = true
  80.  
  81. Frame_2.Parent = Title
  82. Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  83. Frame_2.BorderSizePixel = 0
  84. Frame_2.Position = UDim2.new(0, 0, 0.993942618, 0)
  85. Frame_2.Size = UDim2.new(1, 0, 0.100000001, 0)
  86.  
  87. Farm.Name = "Farm"
  88. Farm.Parent = Frame
  89. Farm.BackgroundColor3 = Color3.new(1, 1, 1)
  90. Farm.BackgroundTransparency = 1
  91. Farm.Position = UDim2.new(0.0194947124, 0, 0.102658831, 0)
  92. Farm.Size = UDim2.new(0.46510601, 0, 0.0643484369, 0)
  93. Farm.Font = Enum.Font.Cartoon
  94. Farm.Text = "Autofarm:"
  95. Farm.TextColor3 = Color3.new(1, 1, 1)
  96. Farm.TextScaled = true
  97. Farm.TextSize = 14
  98. Farm.TextWrapped = true
  99.  
  100. Button.Name = "Button"
  101. Button.Parent = Farm
  102. Button.BackgroundColor3 = Color3.new(1, 1, 1)
  103. Button.BackgroundTransparency = 1
  104. Button.Position = UDim2.new(0.75751996, 0, 0, 0)
  105. Button.Size = UDim2.new(0.336887747, 0, 0.999998987, 0)
  106. Button.Font = Enum.Font.Cartoon
  107. Button.Text = "Off"
  108. Button.TextColor3 = Color3.new(1, 0, 0)
  109. Button.TextScaled = true
  110. Button.TextSize = 14
  111. Button.TextWrapped = true
  112.  
  113. Dodge.Name = "Dodge"
  114. Dodge.Parent = Frame
  115. Dodge.BackgroundColor3 = Color3.new(1, 1, 1)
  116. Dodge.BackgroundTransparency = 1
  117. Dodge.Position = UDim2.new(0.0165223181, 0, 0.211364508, 0)
  118. Dodge.Size = UDim2.new(0.465311974, 0, 0.0642644614, 0)
  119. Dodge.Font = Enum.Font.Cartoon
  120. Dodge.Text = "Dodge:"
  121. Dodge.TextColor3 = Color3.new(1, 1, 1)
  122. Dodge.TextScaled = true
  123. Dodge.TextSize = 14
  124. Dodge.TextWrapped = true
  125.  
  126. Button_2.Name = "Button"
  127. Button_2.Parent = Dodge
  128. Button_2.BackgroundColor3 = Color3.new(1, 1, 1)
  129. Button_2.BackgroundTransparency = 1
  130. Button_2.Position = UDim2.new(0.761776268, 0, 0, 0)
  131. Button_2.Size = UDim2.new(0.336887747, 0, 0.999998987, 0)
  132. Button_2.Font = Enum.Font.Cartoon
  133. Button_2.Text = "Off"
  134. Button_2.TextColor3 = Color3.new(1, 0, 0)
  135. Button_2.TextScaled = true
  136. Button_2.TextSize = 14
  137. Button_2.TextWrapped = true
  138.  
  139. Title_2.Name = "Title"
  140. Title_2.Parent = Frame
  141. Title_2.BackgroundColor3 = Color3.new(0, 0, 0)
  142. Title_2.BorderColor3 = Color3.new(1, 1, 1)
  143. Title_2.BorderSizePixel = 0
  144. Title_2.Position = UDim2.new(0, 0, 0.321343958, 0)
  145. Title_2.Size = UDim2.new(1, 0, 0.0460657328, 0)
  146. Title_2.Font = Enum.Font.Cartoon
  147. Title_2.Text = "Area to Farm in:"
  148. Title_2.TextColor3 = Color3.new(1, 1, 1)
  149. Title_2.TextScaled = true
  150. Title_2.TextSize = 24
  151. Title_2.TextWrapped = true
  152.  
  153. Frame_3.Parent = Title_2
  154. Frame_3.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  155. Frame_3.BorderSizePixel = 0
  156. Frame_3.Position = UDim2.new(0, 0, 0.993942618, 0)
  157. Frame_3.Size = UDim2.new(1, 0, 0.100000001, 0)
  158.  
  159. Starter.Name = "Starter"
  160. Starter.Parent = Frame
  161. Starter.BackgroundColor3 = Color3.new(1, 1, 1)
  162. Starter.BackgroundTransparency = 1
  163. Starter.Position = UDim2.new(0.0381056517, 0, 0.393827319, 0)
  164. Starter.Size = UDim2.new(0.330398679, 0, 0.0436251499, 0)
  165. Starter.Font = Enum.Font.Cartoon
  166. Starter.Text = "Starter:"
  167. Starter.TextColor3 = Color3.new(1, 1, 1)
  168. Starter.TextScaled = true
  169. Starter.TextSize = 14
  170. Starter.TextWrapped = true
  171.  
  172. Button_3.Name = "Button"
  173. Button_3.Parent = Starter
  174. Button_3.BackgroundColor3 = Color3.new(0, 1, 0)
  175. Button_3.Position = UDim2.new(0.989726365, 0, 0, 0)
  176. Button_3.Size = UDim2.new(0.233866185, 0, 0.999998987, 0)
  177. Button_3.Font = Enum.Font.Cartoon
  178. Button_3.Text = "Off"
  179. Button_3.TextColor3 = Color3.new(1, 0, 0)
  180. Button_3.TextScaled = true
  181. Button_3.TextSize = 14
  182. Button_3.TextTransparency = 1
  183. Button_3.TextWrapped = true
  184.  
  185. IceWorld.Name = "IceWorld"
  186. IceWorld.Parent = Frame
  187. IceWorld.BackgroundColor3 = Color3.new(1, 1, 1)
  188. IceWorld.BackgroundTransparency = 1
  189. IceWorld.Position = UDim2.new(0.0415778756, 0, 0.525262535, 0)
  190. IceWorld.Size = UDim2.new(0.330398679, 0, 0.0436251499, 0)
  191. IceWorld.Font = Enum.Font.Cartoon
  192. IceWorld.Text = "Ice Land:"
  193. IceWorld.TextColor3 = Color3.new(1, 1, 1)
  194. IceWorld.TextScaled = true
  195. IceWorld.TextSize = 14
  196. IceWorld.TextWrapped = true
  197.  
  198. Button_4.Name = "Button"
  199. Button_4.Parent = IceWorld
  200. Button_4.BackgroundColor3 = Color3.new(1, 0, 0)
  201. Button_4.Position = UDim2.new(0.989726365, 0, 0, 0)
  202. Button_4.Size = UDim2.new(0.233866185, 0, 0.999998987, 0)
  203. Button_4.Font = Enum.Font.Cartoon
  204. Button_4.Text = "Off"
  205. Button_4.TextColor3 = Color3.new(1, 0, 0)
  206. Button_4.TextScaled = true
  207. Button_4.TextSize = 14
  208. Button_4.TextTransparency = 1
  209. Button_4.TextWrapped = true
  210.  
  211. FireWorld.Name = "FireWorld"
  212. FireWorld.Parent = Frame
  213. FireWorld.BackgroundColor3 = Color3.new(1, 1, 1)
  214. FireWorld.BackgroundTransparency = 1
  215. FireWorld.Position = UDim2.new(0.0415778756, 0, 0.591056585, 0)
  216. FireWorld.Size = UDim2.new(0.330398679, 0, 0.0436251499, 0)
  217. FireWorld.Font = Enum.Font.Cartoon
  218. FireWorld.Text = "Fire World:"
  219. FireWorld.TextColor3 = Color3.new(1, 1, 1)
  220. FireWorld.TextScaled = true
  221. FireWorld.TextSize = 14
  222. FireWorld.TextWrapped = true
  223.  
  224. Button_5.Name = "Button"
  225. Button_5.Parent = FireWorld
  226. Button_5.BackgroundColor3 = Color3.new(1, 0, 0)
  227. Button_5.Position = UDim2.new(0.989726365, 0, 0, 0)
  228. Button_5.Size = UDim2.new(0.233866185, 0, 0.999998987, 0)
  229. Button_5.Font = Enum.Font.Cartoon
  230. Button_5.Text = "Off"
  231. Button_5.TextColor3 = Color3.new(1, 0, 0)
  232. Button_5.TextScaled = true
  233. Button_5.TextSize = 14
  234. Button_5.TextTransparency = 1
  235. Button_5.TextWrapped = true
  236.  
  237. Desert.Name = "Desert"
  238. Desert.Parent = Frame
  239. Desert.BackgroundColor3 = Color3.new(1, 1, 1)
  240. Desert.BackgroundTransparency = 1
  241. Desert.Position = UDim2.new(0.0415778756, 0, 0.656118155, 0)
  242. Desert.Size = UDim2.new(0.330398679, 0, 0.0436251499, 0)
  243. Desert.Font = Enum.Font.Cartoon
  244. Desert.Text = "Desert:"
  245. Desert.TextColor3 = Color3.new(1, 1, 1)
  246. Desert.TextScaled = true
  247. Desert.TextSize = 14
  248. Desert.TextWrapped = true
  249.  
  250. Button_6.Name = "Button"
  251. Button_6.Parent = Desert
  252. Button_6.BackgroundColor3 = Color3.new(1, 0, 0)
  253. Button_6.Position = UDim2.new(0.989726365, 0, 0, 0)
  254. Button_6.Size = UDim2.new(0.233866185, 0, 0.999998987, 0)
  255. Button_6.Font = Enum.Font.Cartoon
  256. Button_6.Text = "Off"
  257. Button_6.TextColor3 = Color3.new(1, 0, 0)
  258. Button_6.TextScaled = true
  259. Button_6.TextSize = 14
  260. Button_6.TextTransparency = 1
  261. Button_6.TextWrapped = true
  262.  
  263. Nightmare.Name = "Nightmare"
  264. Nightmare.Parent = Frame
  265. Nightmare.BackgroundColor3 = Color3.new(1, 1, 1)
  266. Nightmare.BackgroundTransparency = 1
  267. Nightmare.Position = UDim2.new(0.0415778756, 0, 0.721179366, 0)
  268. Nightmare.Size = UDim2.new(0.330398679, 0, 0.0436251499, 0)
  269. Nightmare.Font = Enum.Font.Cartoon
  270. Nightmare.Text = "Nightmare:"
  271. Nightmare.TextColor3 = Color3.new(1, 1, 1)
  272. Nightmare.TextScaled = true
  273. Nightmare.TextSize = 14
  274. Nightmare.TextWrapped = true
  275.  
  276. Button_7.Name = "Button"
  277. Button_7.Parent = Nightmare
  278. Button_7.BackgroundColor3 = Color3.new(1, 0, 0)
  279. Button_7.Position = UDim2.new(0.989726365, 0, 0, 0)
  280. Button_7.Size = UDim2.new(0.233866185, 0, 0.999998987, 0)
  281. Button_7.Font = Enum.Font.Cartoon
  282. Button_7.Text = "Off"
  283. Button_7.TextColor3 = Color3.new(1, 0, 0)
  284. Button_7.TextScaled = true
  285. Button_7.TextSize = 14
  286. Button_7.TextTransparency = 1
  287. Button_7.TextWrapped = true
  288.  
  289. Space.Name = "Space"
  290. Space.Parent = Frame
  291. Space.BackgroundColor3 = Color3.new(1, 1, 1)
  292. Space.BackgroundTransparency = 1
  293. Space.Position = UDim2.new(0.0415778756, 0, 0.785931349, 0)
  294. Space.Size = UDim2.new(0.330398679, 0, 0.0436251499, 0)
  295. Space.Font = Enum.Font.Cartoon
  296. Space.Text = "Space:"
  297. Space.TextColor3 = Color3.new(1, 1, 1)
  298. Space.TextScaled = true
  299. Space.TextSize = 14
  300. Space.TextWrapped = true
  301.  
  302. Button_8.Name = "Button"
  303. Button_8.Parent = Space
  304. Button_8.BackgroundColor3 = Color3.new(1, 0, 0)
  305. Button_8.Position = UDim2.new(0.989726365, 0, 0, 0)
  306. Button_8.Size = UDim2.new(0.233866185, 0, 0.999998987, 0)
  307. Button_8.Font = Enum.Font.Cartoon
  308. Button_8.Text = "Off"
  309. Button_8.TextColor3 = Color3.new(1, 0, 0)
  310. Button_8.TextScaled = true
  311. Button_8.TextSize = 14
  312. Button_8.TextTransparency = 1
  313. Button_8.TextWrapped = true
  314.  
  315. Jungle.Name = "Jungle"
  316. Jungle.Parent = Frame
  317. Jungle.BackgroundColor3 = Color3.new(1, 1, 1)
  318. Jungle.BackgroundTransparency = 1
  319. Jungle.Position = UDim2.new(0.0415778756, 0, 0.855170488, 0)
  320. Jungle.Size = UDim2.new(0.330398679, 0, 0.0436251499, 0)
  321. Jungle.Font = Enum.Font.Cartoon
  322. Jungle.Text = "Jungle:"
  323. Jungle.TextColor3 = Color3.new(1, 1, 1)
  324. Jungle.TextScaled = true
  325. Jungle.TextSize = 14
  326. Jungle.TextWrapped = true
  327.  
  328. Button_9.Name = "Button"
  329. Button_9.Parent = Jungle
  330. Button_9.BackgroundColor3 = Color3.new(1, 0, 0)
  331. Button_9.Position = UDim2.new(0.989726365, 0, 0, 0)
  332. Button_9.Size = UDim2.new(0.233866185, 0, 0.999998987, 0)
  333. Button_9.Font = Enum.Font.Cartoon
  334. Button_9.Text = "Off"
  335. Button_9.TextColor3 = Color3.new(1, 0, 0)
  336. Button_9.TextScaled = true
  337. Button_9.TextSize = 14
  338. Button_9.TextTransparency = 1
  339. Button_9.TextWrapped = true
  340.  
  341. Time.Name = "Time"
  342. Time.Parent = Frame
  343. Time.BackgroundColor3 = Color3.new(1, 1, 1)
  344. Time.BackgroundTransparency = 1
  345. Time.Position = UDim2.new(0.0415778756, 0, 0.922995389, 0)
  346. Time.Size = UDim2.new(0.330398679, 0, 0.0436251499, 0)
  347. Time.Font = Enum.Font.Cartoon
  348. Time.Text = "Time:"
  349. Time.TextColor3 = Color3.new(1, 1, 1)
  350. Time.TextScaled = true
  351. Time.TextSize = 14
  352. Time.TextWrapped = true
  353.  
  354. Button_10.Name = "Button"
  355. Button_10.Parent = Time
  356. Button_10.BackgroundColor3 = Color3.new(1, 0, 0)
  357. Button_10.Position = UDim2.new(0.989726365, 0, 0, 0)
  358. Button_10.Size = UDim2.new(0.233866185, 0, 0.999998987, 0)
  359. Button_10.Font = Enum.Font.Cartoon
  360. Button_10.Text = "Off"
  361. Button_10.TextColor3 = Color3.new(1, 0, 0)
  362. Button_10.TextScaled = true
  363. Button_10.TextSize = 14
  364. Button_10.TextTransparency = 1
  365. Button_10.TextWrapped = true
  366.  
  367. Robots.Name = "Robots"
  368. Robots.Parent = Frame
  369. Robots.BackgroundColor3 = Color3.new(1, 1, 1)
  370. Robots.BackgroundTransparency = 1
  371. Robots.Position = UDim2.new(0.554087818, 0, 0.395790964, 0)
  372. Robots.Size = UDim2.new(0.330398679, 0, 0.0436251499, 0)
  373. Robots.Font = Enum.Font.Cartoon
  374. Robots.Text = "Robots:"
  375. Robots.TextColor3 = Color3.new(1, 1, 1)
  376. Robots.TextScaled = true
  377. Robots.TextSize = 14
  378. Robots.TextWrapped = true
  379.  
  380. Button_11.Name = "Button"
  381. Button_11.Parent = Robots
  382. Button_11.BackgroundColor3 = Color3.new(1, 0, 0)
  383. Button_11.Position = UDim2.new(0.989726365, 0, 0, 0)
  384. Button_11.Size = UDim2.new(0.233866185, 0, 0.999998987, 0)
  385. Button_11.Font = Enum.Font.Cartoon
  386. Button_11.Text = "Off"
  387. Button_11.TextColor3 = Color3.new(1, 0, 0)
  388. Button_11.TextScaled = true
  389. Button_11.TextSize = 14
  390. Button_11.TextTransparency = 1
  391. Button_11.TextWrapped = true
  392.  
  393. Meme.Name = "Meme"
  394. Meme.Parent = Frame
  395. Meme.BackgroundColor3 = Color3.new(1, 1, 1)
  396. Meme.BackgroundTransparency = 1
  397. Meme.Position = UDim2.new(0.554087818, 0, 0.461585104, 0)
  398. Meme.Size = UDim2.new(0.330398679, 0, 0.0436251499, 0)
  399. Meme.Font = Enum.Font.Cartoon
  400. Meme.Text = "Meme:"
  401. Meme.TextColor3 = Color3.new(1, 1, 1)
  402. Meme.TextScaled = true
  403. Meme.TextSize = 14
  404. Meme.TextWrapped = true
  405.  
  406. Button_12.Name = "Button"
  407. Button_12.Parent = Meme
  408. Button_12.BackgroundColor3 = Color3.new(1, 0, 0)
  409. Button_12.Position = UDim2.new(0.989726365, 0, 0, 0)
  410. Button_12.Size = UDim2.new(0.233866185, 0, 0.999998987, 0)
  411. Button_12.Font = Enum.Font.Cartoon
  412. Button_12.Text = "Off"
  413. Button_12.TextColor3 = Color3.new(1, 0, 0)
  414. Button_12.TextScaled = true
  415. Button_12.TextSize = 14
  416. Button_12.TextTransparency = 1
  417. Button_12.TextWrapped = true
  418.  
  419. Wizard.Name = "Wizard"
  420. Wizard.Parent = Frame
  421. Wizard.BackgroundColor3 = Color3.new(1, 1, 1)
  422. Wizard.BackgroundTransparency = 1
  423. Wizard.Position = UDim2.new(0.554087818, 0, 0.526646495, 0)
  424. Wizard.Size = UDim2.new(0.330398679, 0, 0.0436251499, 0)
  425. Wizard.Font = Enum.Font.Cartoon
  426. Wizard.Text = "Wizard:"
  427. Wizard.TextColor3 = Color3.new(1, 1, 1)
  428. Wizard.TextScaled = true
  429. Wizard.TextSize = 14
  430. Wizard.TextWrapped = true
  431.  
  432. Button_13.Name = "Button"
  433. Button_13.Parent = Wizard
  434. Button_13.BackgroundColor3 = Color3.new(1, 0, 0)
  435. Button_13.Position = UDim2.new(0.989726365, 0, 0, 0)
  436. Button_13.Size = UDim2.new(0.233866185, 0, 0.999998987, 0)
  437. Button_13.Font = Enum.Font.Cartoon
  438. Button_13.Text = "Off"
  439. Button_13.TextColor3 = Color3.new(1, 0, 0)
  440. Button_13.TextScaled = true
  441. Button_13.TextSize = 14
  442. Button_13.TextTransparency = 1
  443. Button_13.TextWrapped = true
  444.  
  445. Undead.Name = "Undead"
  446. Undead.Parent = Frame
  447. Undead.BackgroundColor3 = Color3.new(1, 1, 1)
  448. Undead.BackgroundTransparency = 1
  449. Undead.Position = UDim2.new(0.550318003, 0, 0.65347594, 0)
  450. Undead.Size = UDim2.new(0.330398679, 0, 0.0436251499, 0)
  451. Undead.Font = Enum.Font.Cartoon
  452. Undead.Text = "Undead:"
  453. Undead.TextColor3 = Color3.new(1, 1, 1)
  454. Undead.TextScaled = true
  455. Undead.TextSize = 14
  456. Undead.TextWrapped = true
  457.  
  458. Button_14.Name = "Button"
  459. Button_14.Parent = Undead
  460. Button_14.BackgroundColor3 = Color3.new(1, 0, 0)
  461. Button_14.Position = UDim2.new(1.01074469, 0, 0, 0)
  462. Button_14.Size = UDim2.new(0.233866185, 0, 0.999998987, 0)
  463. Button_14.Font = Enum.Font.Cartoon
  464. Button_14.Text = "Off"
  465. Button_14.TextColor3 = Color3.new(1, 0, 0)
  466. Button_14.TextScaled = true
  467. Button_14.TextSize = 14
  468. Button_14.TextTransparency = 1
  469. Button_14.TextWrapped = true
  470.  
  471. RebirthZone.Name = "Rebirth Zone"
  472. RebirthZone.Parent = Frame
  473. RebirthZone.BackgroundColor3 = Color3.new(1, 1, 1)
  474. RebirthZone.BackgroundTransparency = 1
  475. RebirthZone.Position = UDim2.new(0.550318062, 0, 0.588724136, 0)
  476. RebirthZone.Size = UDim2.new(0.330398679, 0, 0.0436251499, 0)
  477. RebirthZone.Font = Enum.Font.Cartoon
  478. RebirthZone.Text = "Rebirth Zone:"
  479. RebirthZone.TextColor3 = Color3.new(1, 1, 1)
  480. RebirthZone.TextScaled = true
  481. RebirthZone.TextSize = 14
  482. RebirthZone.TextWrapped = true
  483.  
  484. Button_15.Name = "Button"
  485. Button_15.Parent = RebirthZone
  486. Button_15.BackgroundColor3 = Color3.new(1, 0, 0)
  487. Button_15.Position = UDim2.new(1.01074469, 0, 0, 0)
  488. Button_15.Size = UDim2.new(0.233866185, 0, 0.999998987, 0)
  489. Button_15.Font = Enum.Font.Cartoon
  490. Button_15.Text = "Off"
  491. Button_15.TextColor3 = Color3.new(1, 0, 0)
  492. Button_15.TextScaled = true
  493. Button_15.TextSize = 14
  494. Button_15.TextTransparency = 1
  495. Button_15.TextWrapped = true
  496.  
  497. Carnival.Name = "Carnival"
  498. Carnival.Parent = Frame
  499. Carnival.BackgroundColor3 = Color3.new(1, 1, 1)
  500. Carnival.BackgroundTransparency = 1
  501. Carnival.Position = UDim2.new(0.55726248, 0, 0.724547684, 0)
  502. Carnival.Size = UDim2.new(0.330398679, 0, 0.0436251499, 0)
  503. Carnival.Font = Enum.Font.Cartoon
  504. Carnival.Text = "Carnival:"
  505. Carnival.TextColor3 = Color3.new(1, 1, 1)
  506. Carnival.TextScaled = true
  507. Carnival.TextSize = 14
  508. Carnival.TextWrapped = true
  509.  
  510. Button_16.Name = "Button"
  511. Button_16.Parent = Carnival
  512. Button_16.BackgroundColor3 = Color3.new(1, 0, 0)
  513. Button_16.Position = UDim2.new(0.989726365, 0, -0.136786595, 0)
  514. Button_16.Size = UDim2.new(0.233866185, 0, 0.999998987, 0)
  515. Button_16.Font = Enum.Font.Cartoon
  516. Button_16.Text = "Off"
  517. Button_16.TextColor3 = Color3.new(1, 0, 0)
  518. Button_16.TextScaled = true
  519. Button_16.TextSize = 14
  520. Button_16.TextTransparency = 1
  521. Button_16.TextWrapped = true
  522.  
  523. Medieval.Name = "Medieval"
  524. Medieval.Parent = Frame
  525. Medieval.BackgroundColor3 = Color3.new(1, 1, 1)
  526. Medieval.BackgroundTransparency = 1
  527. Medieval.Position = UDim2.new(0.557263732, 0, 0.785338461, 0)
  528. Medieval.Size = UDim2.new(0.330398679, 0, 0.0436251499, 0)
  529. Medieval.Font = Enum.Font.Cartoon
  530. Medieval.Text = "Medieval:"
  531. Medieval.TextColor3 = Color3.new(1, 1, 1)
  532. Medieval.TextScaled = true
  533. Medieval.TextSize = 14
  534. Medieval.TextWrapped = true
  535.  
  536. Button_17.Name = "Button"
  537. Button_17.Parent = Medieval
  538. Button_17.BackgroundColor3 = Color3.new(1, 0, 0)
  539. Button_17.Position = UDim2.new(0.989726365, 0, 0, 0)
  540. Button_17.Size = UDim2.new(0.233866185, 0, 0.999998987, 0)
  541. Button_17.Font = Enum.Font.Cartoon
  542. Button_17.Text = "Off"
  543. Button_17.TextColor3 = Color3.new(1, 0, 0)
  544. Button_17.TextScaled = true
  545. Button_17.TextSize = 14
  546. Button_17.TextTransparency = 1
  547. Button_17.TextWrapped = true
  548.  
  549. Hacker.Name = "Hacker"
  550. Hacker.Parent = Frame
  551. Hacker.BackgroundColor3 = Color3.new(1, 1, 1)
  552. Hacker.BackgroundTransparency = 1
  553. Hacker.Position = UDim2.new(0.557263732, 0, 0.856925547, 0)
  554. Hacker.Size = UDim2.new(0.330398679, 0, 0.0436251499, 0)
  555. Hacker.Font = Enum.Font.Cartoon
  556. Hacker.Text = "Hacker:"
  557. Hacker.TextColor3 = Color3.new(1, 1, 1)
  558. Hacker.TextScaled = true
  559. Hacker.TextSize = 14
  560. Hacker.TextWrapped = true
  561.  
  562. Button_18.Name = "Button"
  563. Button_18.Parent = Hacker
  564. Button_18.BackgroundColor3 = Color3.new(1, 0, 0)
  565. Button_18.Position = UDim2.new(0.989726365, 0, 0, 0)
  566. Button_18.Size = UDim2.new(0.233866185, 0, 0.999998987, 0)
  567. Button_18.Font = Enum.Font.Cartoon
  568. Button_18.Text = "Off"
  569. Button_18.TextColor3 = Color3.new(1, 0, 0)
  570. Button_18.TextScaled = true
  571. Button_18.TextSize = 14
  572. Button_18.TextTransparency = 1
  573. Button_18.TextWrapped = true
  574.  
  575. City.Name = "City"
  576. City.Parent = Frame
  577. City.BackgroundColor3 = Color3.new(1, 1, 1)
  578. City.BackgroundTransparency = 1
  579. City.Position = UDim2.new(0.0364290923, 0, 0.459537566, 0)
  580. City.Size = UDim2.new(0.330398679, 0, 0.0436251499, 0)
  581. City.Font = Enum.Font.Cartoon
  582. City.Text = "City:"
  583. City.TextColor3 = Color3.new(1, 1, 1)
  584. City.TextScaled = true
  585. City.TextSize = 14
  586. City.TextWrapped = true
  587.  
  588. Button_19.Name = "Button"
  589. Button_19.Parent = City
  590. Button_19.BackgroundColor3 = Color3.new(1, 0, 0)
  591. Button_19.Position = UDim2.new(0.997995913, 0, 0, 0)
  592. Button_19.Size = UDim2.new(0.233866185, 0, 0.999998987, 0)
  593. Button_19.Font = Enum.Font.Cartoon
  594. Button_19.Text = "Off"
  595. Button_19.TextColor3 = Color3.new(1, 0, 0)
  596. Button_19.TextScaled = true
  597. Button_19.TextSize = 14
  598. Button_19.TextTransparency = 1
  599. Button_19.TextWrapped = true
  600.  
  601. Manual.Name = "Manual"
  602. Manual.Parent = Frame
  603. Manual.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  604. Manual.BorderColor3 = Color3.new(1, 1, 1)
  605. Manual.BorderSizePixel = 3
  606. Manual.Position = UDim2.new(0.59279412, 0, 0.205609098, 0)
  607. Manual.Size = UDim2.new(0.294615418, 0, 0.073973529, 0)
  608. Manual.Font = Enum.Font.Cartoon
  609. Manual.PlaceholderText = "City Name Here"
  610. Manual.Text = ""
  611. Manual.TextColor3 = Color3.new(1, 1, 1)
  612. Manual.TextSize = 14
  613.  
  614. Title_3.Name = "Title"
  615. Title_3.Parent = Manual
  616. Title_3.BackgroundColor3 = Color3.new(0, 0, 0)
  617. Title_3.BorderColor3 = Color3.new(1, 1, 1)
  618. Title_3.BorderSizePixel = 0
  619. Title_3.Position = UDim2.new(-0.216283828, 0, -1.56763506, 0)
  620. Title_3.Size = UDim2.new(1.42434204, 0, 0.610978723, 0)
  621. Title_3.Font = Enum.Font.Cartoon
  622. Title_3.Text = "Manual Area Change (For Free Executors)"
  623. Title_3.TextColor3 = Color3.new(1, 1, 1)
  624. Title_3.TextScaled = true
  625. Title_3.TextSize = 24
  626. Title_3.TextWrapped = true
  627.  
  628. TextButton.Parent = Manual
  629. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  630. TextButton.BackgroundTransparency = 1
  631. TextButton.Position = UDim2.new(4.00027801e-07, 0, -0.949954212, 0)
  632. TextButton.Size = UDim2.new(1, 0, 0.949954093, 0)
  633. TextButton.Font = Enum.Font.Cartoon
  634. TextButton.Text = "Off"
  635. TextButton.TextColor3 = Color3.new(1, 0, 0)
  636. TextButton.TextScaled = true
  637. TextButton.TextSize = 14
  638. TextButton.TextWrapped = true
  639.  
  640. -- Scripts:
  641.  
  642. local function INUDISB_fake_script() -- Frame.LocalScript
  643. local script = Instance.new('LocalScript', Frame)
  644.  
  645. script.Parent.Parent.Parent=game.CoreGui
  646. local dragging
  647. local UserInputService = game:GetService("UserInputService")
  648. local gui=script.Parent
  649. local dragInput
  650. local dragStart
  651. local startPos
  652.  
  653. local function update(input)
  654. local delta = input.Position - dragStart
  655. gui:TweenPosition(UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y), "Out", "Linear", 0.1, true)
  656. end
  657. gui.InputBegan:Connect(function(input)
  658. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  659. dragging = true
  660. dragStart = input.Position
  661. startPos = gui.Position
  662.  
  663. input.Changed:Connect(function()
  664. if input.UserInputState == Enum.UserInputState.End then
  665. dragging = false
  666. end
  667. end)
  668. end
  669. end)
  670.  
  671. gui.InputChanged:Connect(function(input)
  672. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  673. dragInput = input
  674. end
  675. end)
  676. UserInputService.InputChanged:Connect(function(input)
  677. if input == dragInput and dragging then
  678. update(input)
  679. end
  680. end)
  681. --
  682. local Farming=false
  683. local Dodging=false
  684. local UseFree=false
  685. local Area="Starter"
  686. local function hit(startpos)
  687. local oh1 = "Click"
  688. local oh2 = { }
  689. game:GetService("ReplicatedStorage").Events.Npc:FireServer(oh1, oh2)
  690. if Dodging then
  691. wait(.1)
  692. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=startpos
  693. wait(.1)
  694. end
  695. end
  696.  
  697.  
  698. local function Farm()
  699. local CurrentArea=Area
  700. local startpos=game.Players.LocalPlayer.Character.Head.CFrame
  701. while wait() do
  702. if Farming then
  703. for i,v in pairs(game:GetService("Workspace").Areas[Area].NPCs:GetChildren())do
  704. if v:FindFirstChild("UpperTorso")and v:FindFirstChild("Humanoid")then
  705. if v.Humanoid.Health>0 then
  706. repeat wait()
  707. if Farming then
  708. if CurrentArea==Area then
  709. hit(startpos)
  710. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=v.UpperTorso.CFrame+v.UpperTorso.CFrame.lookVector*-2
  711. else
  712. Farm()
  713. break
  714. end
  715. else
  716. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=startpos
  717. break
  718. end
  719.  
  720. until v.Humanoid.Health<1
  721. end
  722. end
  723. end
  724. end
  725. end
  726. end
  727. gui.Farm.Button.MouseButton1Click:Connect(function()
  728. if gui.Farm.Button.Text=="Off"then
  729. Farming=true
  730. gui.Farm.Button.Text="On"
  731. gui.Farm.Button.TextColor3=Color3.new(0,1,0)
  732. Farm()
  733. else
  734. Farming=false
  735. gui.Farm.Button.Text="Off"
  736. gui.Farm.Button.TextColor3=Color3.new(1,0,0)
  737. end
  738. end)
  739.  
  740. gui.Dodge.Button.MouseButton1Click:Connect(function()
  741. if gui.Dodge.Button.Text=="Off"then
  742. Dodging=true
  743. gui.Dodge.Button.Text="On"
  744. gui.Dodge.Button.TextColor3=Color3.new(0,1,0)
  745. else
  746. Dodging=false
  747. gui.Dodge.Button.Text="Off"
  748. gui.Dodge.Button.TextColor3=Color3.new(1,0,0)
  749. end
  750. end)
  751.  
  752.  
  753. gui.Manual.Changed:Connect(function()
  754. Area=gui.Manual.Text
  755. end)
  756. gui.Manual.TextButton.MouseButton1Click:Connect(function()
  757. if gui.Manual.TextButton.Text=="On"then
  758. UseFree=false
  759. gui.Manual.TextButton.TextColor3=Color3.new(1,0,0)
  760. gui.Manual.TextButton.Text="Off"
  761. else
  762. UseFree=true
  763. gui.Manual.TextButton.TextColor3=Color3.new(0,1,0)
  764. gui.Manual.TextButton.Text="On"
  765. end
  766. end)
  767. for i,v in pairs(gui:GetChildren())do
  768. if v.Name~="Farm" and v.Name~="Dodge" and v.Name~="Title"then
  769. v.Button.MouseButton1Click:Connect(function()
  770. if UseFree==false then
  771. Area=string.split(v.Text,":")[1]
  772. for i1,v1 in pairs(gui:GetChildren())do
  773. if v1:FindFirstChildOfClass("TextButton")then
  774. if v.Name~="Farm" and v.Name~="Dodge" and v.Name~="Title"then
  775. if v1.Name~=v.Name then
  776.  
  777. v1.Button.BackgroundColor3=Color3.new(1,0,0)
  778. else
  779. v1.Button.BackgroundColor3=Color3.new(0,1,0)
  780. end
  781. end
  782. end
  783. end
  784. end
  785. end)
  786. end
  787. end
  788. end
  789. coroutine.wrap(INUDISB_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement