Onforum.net - Web and gaming resource community

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members .

Taubox system

TeoDoR

Well-known member
Credits
123
What is Taubox?
Taubox is a system that automatically activates supp potions.

Demo:
5e2yNKi.png


Now, open game.py
On the first line add:
Code:
import uitau

Search:
Code:
onPressKeyDict[app.DIK_F4]    = lambda : self.__PressQuickSlot(7)

Add below (here you set the key on which you will open the system. now its set to F5)
Code:
onPressKeyDict[app.DIK_F5]    = lambda : self.interface.taubox.Show()

Open costInfo.py
On the first line add:
Code:
tau_val = 0

Open Interfacemodule.py
On the first line add:
Code:
import uitau

Search:
Code:
self.dlgShop.Hide()

Add below:
Code:
self.taubox = uitau.TauBox()

Search:
Code:
self.wndTaskBar.SetItemToolTip(self.tooltipItem)

Add below:
Code:
self.taubox.SetItemToolTip(self.tooltipItem)

Search:
Code:
def BUILD_OnUpdate(self):

Add below:
Code:
self.taubox.OnUpdateSelf()


Download resources:
 

Similar threads


Top

Dear User!

We found that you are blocking the display of ads on our site.

Please add it to the exception list or disable AdBlock.

The advertises that you'll see aren't intrusive they just help us to keep the community alive

If you don't want to see those ads just buy an upgrade.

Thank you for understanding!

Baba2

Baba2 Purchase

User upgrade! at

🔥 Upgrade Now

Escanor25 Purchase

User upgrade! at

🔥 Upgrade Now
Tigrex

Tigrex Purchase

User upgrade! at

🔥 Upgrade Now