Search found 11 matches

by AnitsNZ
Fri Oct 16, 2020 8:34 pm
Forum: Runes of Magic
Topic: Swimhack
Replies: 2
Views: 1710

Re: Swimhack

Never done a cheat engine script before lol. Here is simple program in vb(source). Public Class Form1 Dim toggle As Boolean = False Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click If toggle = False Then toggle = True writebytes(&H4DAC7, &H90, 1) writebytes(&...
by AnitsNZ
Sat Oct 10, 2020 4:39 am
Forum: Runes of Magic
Topic: Swimhack
Replies: 2
Views: 1710

Swimhack

I've been using the rock5 multihack (which was amazing) for years but it doesn't seem to be updating properly after the latest update. I still need swimhack so had to make my own. I dunno about guidelines or whatever on attaching exe files so here is the method I use. Bear in mind that I filtered po...
by AnitsNZ
Tue Nov 07, 2017 10:56 pm
Forum: Runes of Magic
Topic: Finding memory addresses in RoM, a How to Guide.
Replies: 49
Views: 59312

Re: Finding memory addresses in RoM, a How to Guide.

Speed is float value, So for example if you are doing a search with cheat engine showing values as 4bytes it will not diplay correctly it will come up still in an unknown initial ,increased/decreased value search but it will look like 1113325568 for example. So first step, change to float. set scan ...
by AnitsNZ
Mon Feb 24, 2014 5:23 pm
Forum: RoM general
Topic: auto eoj standalone. (source / blah)
Replies: 6
Views: 4476

Re: auto eoj standalone. (source / blah)

well the language for one..
by AnitsNZ
Sun Feb 23, 2014 11:01 pm
Forum: RoM general
Topic: auto eoj standalone. (source / blah)
Replies: 6
Views: 4476

Re: auto eoj standalone. (source / blah)

if someone was wanting to add extra shit '// note you will have to add another offset to the write process mem function (hint c&p 2 lines of code if you are lazy) function fly() WriteLongPointer(&H9E150C, &H5A8, &Hf0, &Hb4, 4) '// set playerstate to swimming end function function...
by AnitsNZ
Sun Feb 23, 2014 10:39 pm
Forum: RoM general
Topic: auto eoj standalone. (source / blah)
Replies: 6
Views: 4476

Re: auto eoj standalone. (source / blah)

well i wasn't even going to update this due to lack of reply even though i know it was downloaded -_-" .... but i am pleased with the turnout and am a firm believer in sharing to expand the horizons of the community public or not. compile it yourself. http://postimg.org/image/jnw1tg655/ < my ve...
by AnitsNZ
Sun Feb 23, 2014 2:01 am
Forum: RoM general
Topic: "hack"
Replies: 3
Views: 2308

Re: "hack"

it doesn't so much have a performance boost in general fps for me but it definitely stops some of the bigger lag spikes. its a d3d hook and i'm having problems making it work properly and not completely shit itself when window is resized or run in window mode. at first i was injecting it and wonderi...
by AnitsNZ
Sun Feb 16, 2014 9:54 pm
Forum: RoM general
Topic: "hack"
Replies: 3
Views: 2308

"hack"

update from the preview at the bottom of my post on this thread http://www.solarstrike.net/phpBB3/viewtopic.php?f=33&t=5584 i figured since it was really unrelated to the original post it should have a new thread... perhaps i'm wrong. lol also i found i could take screenshots in rom through a ro...
by AnitsNZ
Sun Feb 16, 2014 4:54 am
Forum: RoM general
Topic: auto eoj standalone. (source / blah)
Replies: 6
Views: 4476

auto eoj standalone. (source / blah)

...
by AnitsNZ
Mon Feb 10, 2014 2:26 am
Forum: RoM general
Topic: Energy of Justice easily earned
Replies: 53
Views: 18826

Re: Energy of Justice easily earned

that address i posted does work without a display the only message i ever get is that the event has started and then the 3 winners i have no timer or anything. when the event starts it picks up on the "regional event has started" text then after you do the quest once it changes to some dri...
by AnitsNZ
Sun Feb 09, 2014 9:09 pm
Forum: RoM general
Topic: Energy of Justice easily earned
Replies: 53
Views: 18826

Re: Energy of Justice easily earned

a quick dirty way of checking event status is to monitor an address and if it turns to a specific value then you can use that to trigger your timers or w.e i make my stuff in vb so it probs wont help directly but the address is for the current nexon server and you can use it in whatever language flo...