multihack
Re: multihack
You might be looking for
viewtopic.php?t=4984
viewtopic.php?t=4984
Re: multihack
from 2013...not works for many reasons.....admin can supp our conversation pls ?
- Administrator
- Site Admin
- Posts: 5329
- Joined: Sat Jan 05, 2008 4:21 pm
Re: multihack
If all you need is to fly, it's included by default. The function
So you can just create a waypoint like this:
Running that waypoint would enable flying.
Something like this should also work:
Untested, but should work.
fly()
will enable flying, and flyoff()
will disable flying.So you can just create a waypoint like this:
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<onLoad>
fly();
</onLoad>
</waypoints>
Something like this should also work:
Code: Select all
<?xml version="1.0" encoding="utf-8"?><waypoints>
<onLoad>
proc = getProc()
print("Press PAGEUP to fly. Press PAGEDOWN to stop flying")
while (true) do
if( keyPressed(key.VK_PAGEUP) ) then
fly()
print("Enabled flying")
end
if( keyPressed(key.VK_PAGEDOWN) ) then
flyoff()
print("Disabled flying")
end
end
</onLoad>
</waypoints>
Re: multihack
I WILL TRY. TY AS ALWAYS:)
Who is online
Users browsing this forum: Ahrefs [Bot] and 4 guests