×

Langue

Fermer
Atelier 801
  • Forums
  • Dev Tracker
  • Connexion
    • English Français
      Português do Brasil Español
      Türkçe Polski
      Magyar Română
      العربية Skandinavisk
      Nederlands Deutsch
      Bahasa Indonesia Русский
      中文 Filipino
      Lietuvių kalba 日本語
      Suomi עברית
      Italiano Česky
      Hrvatski Slovensky
      Български Latviešu
      Estonian
  • Langue
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • [Minigame] CheatBootcamp
1 / 2 › »
[Minigame] CheatBootcamp
Basterfeild
« Citoyen »
1382283000000
    • Basterfeild#0000
    • Profil
    • Derniers messages
#1
  0
http://i.imgur.com/oWBT4Tp.png?1
Hello! Are You playing in Bootcamps? No? Soo, it's good for You! :D
You can use "Cheats" in You Tribe House :)

Have fun!


________________________________________________________________________

CREDITS

Helped :

Woterek
Hophipmice
Epicshawty
Shamousey


________________________________________________________________________

LUA CODE

• #CheatBootcamp v6.0.0 :

Mirror
http://pastebin.com/BPNUtqtv


by Basterfeild
Safwanrockz
« Censeur »
1382285940000
    • Safwanrockz#0095
    • Profil
    • Derniers messages
    • Tribu
#2
  0
I like it but I prefer any name for it other than "cheat bootcamp". :/
Xanmeow
« Citoyen »
1382288640000
    • Xanmeow#0000
    • Profil
    • Derniers messages
    • Tribu
#3
  0
also needs more cheats
Jsilv
« Citoyen »
1382288760000
    • Jsilv#0000
    • Profil
    • Derniers messages
#4
  0
This is pretty fun, at least I can do bootcamp now :p
Epicshawty
« Citoyen »
1382289900000
    • Epicshawty#0000
    • Profil
    • Derniers messages
    • Tribu
#5
  0
So you don't give credits for the one who helped you?
ok.

but fun anyways
Jsilv
1382290260000
    • Jsilv#0000
    • Profil
    • Derniers messages
#6
[Modéré par Katburger, raison : Wrong thread]
Basterfeild
« Citoyen »
1382293860000
    • Basterfeild#0000
    • Profil
    • Derniers messages
#7
  0
Xanmeow a dit :
also needs more cheats

Give suggestions :]

Epicshawty a dit :
So you don't give credits for the one who helped you?
ok.

but fun anyways

Okay, I can give Credits :P
Hophipmice
« Citoyen »
1382294220000
    • Hophipmice#0000
    • Profil
    • Derniers messages
    • Tribu
#8
  0
Nice module, but since when did I help 0.0
Basterfeild
« Citoyen »
1382294400000
    • Basterfeild#0000
    • Profil
    • Derniers messages
#9
  0
For little fixes :)

Hophipmice a dit :
Popup when new player:


function eventNewPlayer(n)
ui.addpopup(0,0,"texthere",n,200,115,500)
end


Insert your text! DON'T CHANGE THE ,n, but you can change the type, x,y, width and all of that stuff.

______________________________________

Victory by using dance:

function eventEmotePlayed(n,emote)
if emote==0 then
tfm.exec.playerVictory(n)
end

______________________________________

Non-shaman mode:


tfm.exec.disableAutoShaman(true)
Wwetherockkk
« Citoyen »
1382360520000
    • Wwetherockkk#0000
    • Profil
    • Derniers messages
#10
  0
Lua a dit :
system.disableChatCommandDisplay("off",true)
system.disableChatCommandDisplay("help",true)
system.disableChatCommandDisplay("pomoc",true)
tfm.exec.disableAutoTimeLeft (true)
tfm.exec.disableAutoShaman(true)
tfm.exec.disableAutoNewGame(true)
tfm.exec.disableAutoScore(false)
tfm.exec.disableAfkDeath(true)

-----Maps-----

maps={"@1427980","@161434","@216173","@2178800 ","@172621","@500000","@3908151","@168754","@512887","@306365","@1384078","@2130169","@410045","@3038589","@528032 ","@511136","@166032","@315666 ","@162482","@684566","@171480","@166271","@587501","@467137","@113156","@166333","@172605","@169228","@250153"}
tfm.exec.newGame(maps[math.random(#maps)])
function eventLoop(time,remaining)
if remaining<=0 then
tfm.exec.newGame(maps[math.random(#maps)])
end
end

----New Player----

function eventNewPlayer(n)
tfm.exec.bindKeyboard(n,32,true,true)
tfm.exec.respawnPlayer(n)
tfm.exec.setUIShamanName("<J>Bootcamp</J>")
ui.addPopup(1,0,"<b><font size='20'color='#E9BF23'>Welcome in <i><u>Cheat Bootcamp!</u></i></font></b><br /><br /><font size='12'color='#13A8B7'><b>To get informations for this room - click <B><font color='#98E2EB'>[•]</CH></B></font><color='#13A8B7'> in left map corner.",playerName,175,200,450)
ui.addTextArea(0, '<a href="event:menu"><b><CH>[<u>o</u><CH>]</CH></b></a>', playerName, 15, 25, 25, 20, nil, nil, nil)
end

----Main options----

function main()
tfm.exec.disableAllShamanSkills(true)
tfm.exec.disableAutoNewGame (true);
tfm.exec.disableAutoShaman(true);
tfm.exec.disableAutoTimeLeft (true);
tfm.exec.disableAutoScore (true);
tfm.exec.disableAfkDeath (true);
end

----New Game----

function eventNewGame()
tfm.exec.setUIMapName("<CH>Cheat")
tfm.exec.setGameTime (60*6);
tfm.exec.setUIShamanName ("<J>Bootcamp</J>")
end

---Commands---

function eventChatCommand(playerName, com)
if name == 'Basterfeild' then if com == 'off' then
system.exit()
end
end
end

---Player Won/Player Died---

function eventPlayerWon(name)
tfm.exec.respawnPlayer(name)
end
function eventPlayerDied(name)
tfm.exec.respawnPlayer(name)
end

----All players----

for name,player in pairs(tfm.get.room.playerList) do
system.bindMouse(name, true)
end

---Event with mouse----

----NOL----

---Event with Emotes----

function eventEmotePlayed(playerName,emote)
if emote==3 then
tfm.exec.giveCheese(playerName)
tfm.exec.playerVictory(playerName)
end
end

----Everybody----

for name,player in pairs(tfm.get.room.playerList) do
eventNewPlayer(name)
end
---Event with Keyboard---
function eventKeyboard(name,key,down,x,y)
if key==32 then
tfm.exec.movePlayer(name,0,0,true,0,-60,false)
end
end

---With LUA started---

print(" <BR /><T>-<N>=<T>-<N>=<T>-<N>=<T>-<N>=<T>-<N>=<T>-<N>=<T>-<N>=<T>-<N>=<T>-<N>=<T>-<N>=-<T>=<N>-<T>=<BR /><CH>#CheatBootcamp</CH><J>By Basterfeild<BR /><T>-<N>=<T>-<N>=<T>-<N>=<T>-<N>=<T>-<N>=<T>-<N>=<T>-<N>=<T>-<N>=<T>-<N>=<T>-<N>=-<T>=<N>-<T>=")

---Callbacks----

ui.addTextArea(0, '<a href="event:menu"><b><CH>[<u>o</u><CH>]</CH></b></a>', playerName, 15, 25, 25, 20, nil, nil, nil)
function eventTextAreaCallback(id, playerName, text)
if text == 'menu' then
ui.addTextArea(1, '<font size="18">Welcome in <B><font face ="Elephant"><J>#CheatBootcamp!</J></font></B></font><BR /><font size="12">There, <B>You</B> have <j><b>cheats!</b></j>Press <B><a href="event:win">Kiss</a></b>, to <j><b>win!</b></j>Press <b>Space</b>, to <j><B>fly!</B></j><B>Tap</B> in screen, to <j><b>teleport!</J><b><BR /><B>By</B> <j><i>Basterfeild!</i></j></font><BR /><a href="event:global"><T>Page 2</T></a><BR /><a href="event:exit"><R>Exit</R></a>', playerName, 40, 40, 300, 200, nil, nil, nil)
else if text == 'exit' then
ui.removeTextArea(1, playerName)
else if text == 'win' then
tfm.exec.giveCheese(playerName)
tfm.exec.playerVictory(playerName)
else if text == 'global' then
ui.addTextArea(2, '<font size="20"><J><B><I>Options</I></B></J></font><CH><BR /><a href="event:cheese"><b>Give cheese</b></a><BR /><a href="event:win2"><b>Give win</b></a><BR /><a href="event:jump"><B>Jump</B></a><BR /><a href="event:die"><B>Die</B></a><BR /><a href="event:exit2"><R>Exit</R></a><BR />',playerName, 40, 40, 300, 150, nil, nil, nil)
ui.removeTextArea(1, playerName)
else if text == 'cheese' then
tfm.exec.giveCheese(playerName)
else if text == 'exit2' then
ui.removeTextArea(2, playerName)
else if text == 'win2' then
tfm.exec.giveCheese(playerName)
tfm.exec.playerVictory(playerName)
else if text == 'jump' then
tfm.exec.movePlayer(playerName,0,0,true,0,-80,false)
else if text == 'die' then
tfm.exec.killPlayer(playerName)
end
end
end
end
end
end
end
end
end
end

this when i found at cheat bc
Basterfeild
« Citoyen »
1382368380000
    • Basterfeild#0000
    • Profil
    • Derniers messages
#11
  0
New update!

Added : Lot of new commands :]

256 - 282 = "end"
Nekoava
« Citoyen »
1382401620000
    • Nekoava#0000
    • Profil
    • Derniers messages
    • Tribu
#12
  0
do we go to /room #cheatbootcamp or what? or is this a module for tribe house? i confused ;c
Jsilv
« Citoyen »
1382422860000
    • Jsilv#0000
    • Profil
    • Derniers messages
#13
  0
Nekoava a dit :
do we go to /room #cheatbootcamp or what? or is this a module for tribe house? i confused ;c

There's a script on the OP to load, use it in your tribe house.
Basterfeild
« Citoyen »
1382445000000
    • Basterfeild#0000
    • Profil
    • Derniers messages
#14
  0
Nekoava a dit :
do we go to /room #cheatbootcamp or what?

No :c
I'm not in LUA Team, and I can't join to this in this account :/

Nekoava a dit :
or is this a module for tribe house? i confused ;c

It's script :P (To use, You must : No banned, +1000 cheese and can using /np (@Code) in tribe.) [/lua]

__________________________________________________________________________

New post :P :

New update ! Version v5.2.0 avablide!

Added :

[o] Options in normal screen.
[o] On/Off this options.

Remember, You can give suggestions :P

__________________________________________________________________________

New update ! Version v5.2.1 avablide!

Added :

[o] New maps for cheat! :D
Basterfeild
« Citoyen »
1382716020000
    • Basterfeild#0000
    • Profil
    • Derniers messages
#15
  0
New update ! Version v6.0.0 avablide!

Added :

[o] Fly work!
[o] TP !
Mouldychesse
« Citoyen »
1385069040000
    • Mouldychesse#0000
    • Profil
    • Derniers messages
    • Tribu
#16
  0
Cool then I can get Bootcamps!
Uberstrike
« Citoyen »
1385632620000
    • Uberstrike#0000
    • Profil
    • Derniers messages
    • Tribu
#17
  0
Hmm wait cheat bootcamp where do i find that
Luscahere
« Citoyen »
1388266620000
    • Luscahere#0000
    • Profil
    • Derniers messages
    • Tribu
#18
  0
Cool i dont feel noob anymore xD
Ygtyk
1388284020000
    • Ygtyk#0000
    • Profil
    • Derniers messages
    • Tribu
#19
[Modéré par Icewolfbob, raison : Spam]
Kittyepress
« Citoyen »
1389123060000
    • Kittyepress#0000
    • Profil
    • Derniers messages
#20
  0
Does look cool(I've tried it. You can fly etc there)
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • [Minigame] CheatBootcamp
1 / 2 › »
© Atelier801 2018

Equipe Conditions Générales d'Utilisation Politique de Confidentialité Contact

Version 1.27