Quem manja de script de bot ae > Otclient


'           Jonatha

Recommended Posts

acho que pra fazer o chats piscarem tem que auterar os codigos c++ direto do client e recompilar o otc, pq ainda não encontrei onde muda a cor dos chats. 

 

acho que pra fazer o chats piscarem tem que auterar os codigos c++ direto do client e recompilar o otc, pq ainda não encontrei onde muda a cor dos chats. 

pra ve o tempo da mwal tu n consegue n?

Link to comment
Share on other sites

e as script de subir ring? existe? vc aperta um determinado botao do teclado e subir o ring

fiz a script de subir e tirar o ring quando aperta a tecla PageUp,mas pode ser facilmente alterada pra qualquer ring ou tecla:)

a script ta aqui:

local Tecla = 'PageUp'

g_keyboard.bindKeyPress(Tecla, function()

local player = g_game.getLocalPlayer()
local slot = InventorySlotFinger
local back = InventorySlotBack
local ringSlot = player:getInventoryItem(slot)
local item = player:getItem('3051')
local anelPos = {['x'] = 65535, ['y'] = slot, ['z'] = 0}
local backPos = {['x'] = 65535, ['y'] = back, ['z'] = 0}

	if ringSlot == nil then
		g_game.move(item, anelPos, item:getCount())
	elseif ringSlot:getId() == 3088 then
		g_game.move(ringSlot, backPos, ringSlot:getCount())
	end
end)
Link to comment
Share on other sites

Eu programo em c++. Acho que tu ja conversou comigo sobre isso in game SHUASHA

ata shaushau, pode crer :D

Ai, já que tu sabe programar, começa a fazer uns scripts pro otclient também po...

eu ja to fazendo umas aqui de mining, moneyrune, antipush e talz.. Só que preciso de ajuda pra deixar elas mais faceis de usar.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...